dyedhair
Version:
a JSON containing hair colors which may or may not be based on the Directions color palette.
39 lines (37 loc) • 1.09 kB
JavaScript
module.exports = {
"ddarktulip": [84, 20, 39],
"drubine": [115, 22, 42],
"dtulip": [154, 35, 66],
"dvermillion": [158, 22, 44],
"dfire": [207, 64, 44],
"dpillarboxred": [181, 26, 36],
"dpoppyred": [209, 40, 54],
"dcerise": [173, 42, 113],
"dflamingopink": [207, 19, 110],
"dpastelpink": [245, 179, 173],
"drosered": [146, 47, 72],
"dapricot": [233, 134, 41],
"dbrightdaffodil": [238, 218, 60],
"dcoralred": [178, 61, 45],
"dflame": [207, 64, 44],
"dmandarin": [244, 77, 36],
"dtangerine": [233, 60, 38],
"dalpinegreen": [14, 66, 58],
"dapplegreen": [35, 104, 60],
"dfluorescentglow": [233, 217, 58],
"dspringgreen": [46, 171, 74],
"datlanticblue": [28, 77, 181],
"ddenimblue": [5, 49, 91],
"dlagoonblue": [28, 118, 203],
"dmidnightblue": [4, 33, 109],
"dturquiose": [40, 160, 176],
"dneonblue": [56, 70, 134],
"dlavender": [156, 97, 186],
"dwisteria": [144, 124, 205],
"dplum": [57, 33, 76],
"dviolet": [110, 83, 142],
"debony": [29, 29, 27],
"dsilver": [162, 170, 175],
"dwhitetoner": [239, 234, 231]
};