freeslot("SKINCOLOR_BLUEP")
skincolors[SKINCOLOR_BLUEP] = {
    name = "Blue+",
    ramp = {0,145,146,148,149,151,153,155,156,157,158,159,253,254,254,31},
    invcolor = SKINCOLOR_ORANGE,
    invshade = 9,
    chatcolor = V_BLUEMAP,
    accessible = true
}
freeslot("SKINCOLOR_REDP")
skincolors[SKINCOLOR_REDP] = {
    name = "Red+",
    ramp = {0,48,210,33,34,35,39,42,43,44,45,46,47,47,30,31},
    invcolor = SKINCOLOR_RED,
    invshade = 9,
    chatcolor = V_REDMAP,
    accessible = true
}
freeslot("SKINCOLOR_ORANGEP")
skincolors[SKINCOLOR_ORANGEP] = {
    name = "Orange+",
    ramp = {0,208,217,50,52,52,54,58,59,60,61,70,70,46,30,31},
    invcolor = SKINCOLOR_BLUE,
    invshade = 9,
    chatcolor = V_ORANGEMAP,
    accessible = true
}
freeslot("SKINCOLOR_PINKP")
skincolors[SKINCOLOR_PINKP] = {
    name = "Pink+",
    ramp = {0,252,176,178,179,180,184,184,185,185,186,186,187,199,29,31},
    invcolor = SKINCOLOR_PURPLE,
    invshade = 9,
    chatcolor = V_ROSYMAP,
    accessible = true
}
freeslot("SKINCOLOR_COBALTP")
skincolors[SKINCOLOR_COBALTP] = {
    name = "Cobalt+",
    ramp = {0,145,170,171,172,154,155,156,157,158,159,253,254,254,31,31},
    invcolor = SKINCOLOR_ORANGE,
    invshade = 9,
    chatcolor = V_BLUEMAP,
    accessible = true
}
freeslot("SKINCOLOR_PURPLEP")
skincolors[SKINCOLOR_PURPLEP] = {
    name = "Purple+",
    ramp = {0,144,160,162,163,164,165,166,166,167,167,168,187,254,254,31},
    invcolor = SKINCOLOR_ORANGE,
    invshade = 9,
    chatcolor = V_PURPLEMAP,
    accessible = true
}