//CuretheToony's Toontown Rewritten Exclusive Colors Pack. (Ring Racers ver. Part 2)

freeslot("SKINCOLOR_AMBER")

skincolors[SKINCOLOR_AMBER] = {
    name = "Amber",
    ramp = {51,51,51,51,65,222,224,226,229,231,233,235,237,239,29,31},
    invcolor = SKINCOLOR_BROWN,
    invshade = 9,
    chatcolor = V_WHITEMAP,
    accessible = true
}
freeslot("SKINCOLOR_REWRITTENCRIMSON")

skincolors[SKINCOLOR_REWRITTENCRIMSON] = {
    name = "Rewritten Crimson",
    ramp = {215,215,215,215,207,207,207,234,236,237,199,239,28,29,30,31},
    invcolor = SKINCOLOR_CRIMSON,
    invshade = 9,
    chatcolor = V_WHITEMAP,
    accessible = true
}
freeslot("SKINCOLOR_DARKGREEN")

skincolors[SKINCOLOR_DARKGREEN] = {
    name = "Dark Green",
    ramp = {92,92,92,92,102,93,104,94,94,106,95,108,109,110,111,31},
    invcolor = SKINCOLOR_GREEN,
    invshade = 9,
    chatcolor = V_WHITEMAP,
    accessible = true
}
freeslot("SKINCOLOR_STEELBLUE")

skincolors[SKINCOLOR_STEELBLUE] = {
    name = "Steel Blue",
    ramp = {172,172,172,172,173,173,173,174,174,175,175,26,27,29,30,31},
    invcolor = SKINCOLOR_BLUE,
    invshade = 9,
    chatcolor = V_WHITEMAP,
    accessible = true
}
freeslot("SKINCOLOR_REWRITTENBEIGE")

skincolors[SKINCOLOR_REWRITTENBEIGE] = {
    name = "Rewritten Beige",
    ramp = {85,85,85,85,240,241,242,243,244,246,248,23,25,27,29,31},
    invcolor = SKINCOLOR_BEIGE,
    invshade = 9,
    chatcolor = V_WHITEMAP,
    accessible = true
}
freeslot("SKINCOLOR_REWRITTENBUBBLEGUM")

skincolors[SKINCOLOR_REWRITTENBUBBLEGUM] = {
    name = "Rewritten Bubblegum",
    ramp = {33,33,33,33,33,204,214,215,215,207,233,236,237,239,29,31},
    invcolor = SKINCOLOR_LILAC,
    invshade = 9,
    chatcolor = V_WHITEMAP,
    accessible = true
}