@lakuna/color 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (288) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +11 -0
  3. package/dist/index.d.ts +57 -0
  4. package/dist/index.d.ts.map +1 -0
  5. package/dist/index.js +46 -0
  6. package/dist/index.js.map +1 -0
  7. package/dist/names/bang.d.ts +9 -0
  8. package/dist/names/bang.d.ts.map +1 -0
  9. package/dist/names/bang.js +481 -0
  10. package/dist/names/bang.js.map +1 -0
  11. package/dist/names/cne.d.ts +9 -0
  12. package/dist/names/cne.d.ts.map +1 -0
  13. package/dist/names/cne.js +875 -0
  14. package/dist/names/cne.js.map +1 -0
  15. package/dist/names/crayola.d.ts +9 -0
  16. package/dist/names/crayola.d.ts.map +1 -0
  17. package/dist/names/crayola.js +130 -0
  18. package/dist/names/crayola.js.map +1 -0
  19. package/dist/names/getName.d.ts +20 -0
  20. package/dist/names/getName.d.ts.map +1 -0
  21. package/dist/names/getName.js +34 -0
  22. package/dist/names/getName.js.map +1 -0
  23. package/dist/names/hollasch.d.ts +9 -0
  24. package/dist/names/hollasch.d.ts.map +1 -0
  25. package/dist/names/hollasch.js +201 -0
  26. package/dist/names/hollasch.js.map +1 -0
  27. package/dist/names/nbs.d.ts +9 -0
  28. package/dist/names/nbs.d.ts.map +1 -0
  29. package/dist/names/nbs.js +277 -0
  30. package/dist/names/nbs.js.map +1 -0
  31. package/dist/names/ntc.d.ts +9 -0
  32. package/dist/names/ntc.d.ts.map +1 -0
  33. package/dist/names/ntc.js +1576 -0
  34. package/dist/names/ntc.js.map +1 -0
  35. package/dist/names/resene.d.ts +9 -0
  36. package/dist/names/resene.d.ts.map +1 -0
  37. package/dist/names/resene.js +1388 -0
  38. package/dist/names/resene.js.map +1 -0
  39. package/dist/names/x11.d.ts +9 -0
  40. package/dist/names/x11.d.ts.map +1 -0
  41. package/dist/names/x11.js +465 -0
  42. package/dist/names/x11.js.map +1 -0
  43. package/dist/names/xkcd.d.ts +9 -0
  44. package/dist/names/xkcd.d.ts.map +1 -0
  45. package/dist/names/xkcd.js +932 -0
  46. package/dist/names/xkcd.js.map +1 -0
  47. package/dist/types/Adobe.d.ts +15 -0
  48. package/dist/types/Adobe.d.ts.map +1 -0
  49. package/dist/types/Adobe.js +2 -0
  50. package/dist/types/Adobe.js.map +1 -0
  51. package/dist/types/Cmy.d.ts +15 -0
  52. package/dist/types/Cmy.d.ts.map +1 -0
  53. package/dist/types/Cmy.js +2 -0
  54. package/dist/types/Cmy.js.map +1 -0
  55. package/dist/types/Cmyk.d.ts +17 -0
  56. package/dist/types/Cmyk.d.ts.map +1 -0
  57. package/dist/types/Cmyk.js +2 -0
  58. package/dist/types/Cmyk.js.map +1 -0
  59. package/dist/types/Color.d.ts +6 -0
  60. package/dist/types/Color.d.ts.map +1 -0
  61. package/dist/types/Color.js +2 -0
  62. package/dist/types/Color.js.map +1 -0
  63. package/dist/types/Hsl.d.ts +15 -0
  64. package/dist/types/Hsl.d.ts.map +1 -0
  65. package/dist/types/Hsl.js +2 -0
  66. package/dist/types/Hsl.js.map +1 -0
  67. package/dist/types/Hsv.d.ts +15 -0
  68. package/dist/types/Hsv.d.ts.map +1 -0
  69. package/dist/types/Hsv.js +2 -0
  70. package/dist/types/Hsv.js.map +1 -0
  71. package/dist/types/Hunter.d.ts +15 -0
  72. package/dist/types/Hunter.d.ts.map +1 -0
  73. package/dist/types/Hunter.js +2 -0
  74. package/dist/types/Hunter.js.map +1 -0
  75. package/dist/types/Lab.d.ts +15 -0
  76. package/dist/types/Lab.d.ts.map +1 -0
  77. package/dist/types/Lab.js +2 -0
  78. package/dist/types/Lab.js.map +1 -0
  79. package/dist/types/Lch.d.ts +16 -0
  80. package/dist/types/Lch.d.ts.map +1 -0
  81. package/dist/types/Lch.js +2 -0
  82. package/dist/types/Lch.js.map +1 -0
  83. package/dist/types/Luv.d.ts +15 -0
  84. package/dist/types/Luv.d.ts.map +1 -0
  85. package/dist/types/Luv.js +2 -0
  86. package/dist/types/Luv.js.map +1 -0
  87. package/dist/types/Rgb.d.ts +15 -0
  88. package/dist/types/Rgb.d.ts.map +1 -0
  89. package/dist/types/Rgb.js +2 -0
  90. package/dist/types/Rgb.js.map +1 -0
  91. package/dist/types/Xyz.d.ts +15 -0
  92. package/dist/types/Xyz.d.ts.map +1 -0
  93. package/dist/types/Xyz.js +2 -0
  94. package/dist/types/Xyz.js.map +1 -0
  95. package/dist/types/Yxy.d.ts +15 -0
  96. package/dist/types/Yxy.d.ts.map +1 -0
  97. package/dist/types/Yxy.js +2 -0
  98. package/dist/types/Yxy.js.map +1 -0
  99. package/dist/utility/StandardIlluminant.d.ts +89 -0
  100. package/dist/utility/StandardIlluminant.d.ts.map +1 -0
  101. package/dist/utility/StandardIlluminant.js +90 -0
  102. package/dist/utility/StandardIlluminant.js.map +1 -0
  103. package/dist/utility/adobeToXyz.d.ts +10 -0
  104. package/dist/utility/adobeToXyz.d.ts.map +1 -0
  105. package/dist/utility/adobeToXyz.js +17 -0
  106. package/dist/utility/adobeToXyz.js.map +1 -0
  107. package/dist/utility/cmyToCmyk.d.ts +10 -0
  108. package/dist/utility/cmyToCmyk.d.ts.map +1 -0
  109. package/dist/utility/cmyToCmyk.js +19 -0
  110. package/dist/utility/cmyToCmyk.js.map +1 -0
  111. package/dist/utility/cmyToRgb.d.ts +10 -0
  112. package/dist/utility/cmyToRgb.d.ts.map +1 -0
  113. package/dist/utility/cmyToRgb.js +10 -0
  114. package/dist/utility/cmyToRgb.js.map +1 -0
  115. package/dist/utility/cmykToCmy.d.ts +10 -0
  116. package/dist/utility/cmykToCmy.d.ts.map +1 -0
  117. package/dist/utility/cmykToCmy.js +16 -0
  118. package/dist/utility/cmykToCmy.js.map +1 -0
  119. package/dist/utility/contrast.d.ts +12 -0
  120. package/dist/utility/contrast.d.ts.map +1 -0
  121. package/dist/utility/contrast.js +17 -0
  122. package/dist/utility/contrast.js.map +1 -0
  123. package/dist/utility/deltaC.d.ts +21 -0
  124. package/dist/utility/deltaC.d.ts.map +1 -0
  125. package/dist/utility/deltaC.js +4 -0
  126. package/dist/utility/deltaC.js.map +1 -0
  127. package/dist/utility/deltaCmc.d.ts +13 -0
  128. package/dist/utility/deltaCmc.d.ts.map +1 -0
  129. package/dist/utility/deltaCmc.js +46 -0
  130. package/dist/utility/deltaCmc.js.map +1 -0
  131. package/dist/utility/deltaE00.d.ts +13 -0
  132. package/dist/utility/deltaE00.d.ts.map +1 -0
  133. package/dist/utility/deltaE00.js +90 -0
  134. package/dist/utility/deltaE00.js.map +1 -0
  135. package/dist/utility/deltaE76.d.ts +21 -0
  136. package/dist/utility/deltaE76.d.ts.map +1 -0
  137. package/dist/utility/deltaE76.js +4 -0
  138. package/dist/utility/deltaE76.js.map +1 -0
  139. package/dist/utility/deltaE94.d.ts +13 -0
  140. package/dist/utility/deltaE94.d.ts.map +1 -0
  141. package/dist/utility/deltaE94.js +29 -0
  142. package/dist/utility/deltaE94.js.map +1 -0
  143. package/dist/utility/deltaH.d.ts +21 -0
  144. package/dist/utility/deltaH.d.ts.map +1 -0
  145. package/dist/utility/deltaH.js +14 -0
  146. package/dist/utility/deltaH.js.map +1 -0
  147. package/dist/utility/getReference.d.ts +9 -0
  148. package/dist/utility/getReference.d.ts.map +1 -0
  149. package/dist/utility/getReference.js +92 -0
  150. package/dist/utility/getReference.js.map +1 -0
  151. package/dist/utility/hexToRgb.d.ts +9 -0
  152. package/dist/utility/hexToRgb.d.ts.map +1 -0
  153. package/dist/utility/hexToRgb.js +10 -0
  154. package/dist/utility/hexToRgb.js.map +1 -0
  155. package/dist/utility/hslToRgb.d.ts +10 -0
  156. package/dist/utility/hslToRgb.d.ts.map +1 -0
  157. package/dist/utility/hslToRgb.js +46 -0
  158. package/dist/utility/hslToRgb.js.map +1 -0
  159. package/dist/utility/hsvToRgb.d.ts +10 -0
  160. package/dist/utility/hsvToRgb.d.ts.map +1 -0
  161. package/dist/utility/hsvToRgb.js +34 -0
  162. package/dist/utility/hsvToRgb.js.map +1 -0
  163. package/dist/utility/hunterToXyz.d.ts +11 -0
  164. package/dist/utility/hunterToXyz.d.ts.map +1 -0
  165. package/dist/utility/hunterToXyz.js +26 -0
  166. package/dist/utility/hunterToXyz.js.map +1 -0
  167. package/dist/utility/labToLch.d.ts +11 -0
  168. package/dist/utility/labToLch.d.ts.map +1 -0
  169. package/dist/utility/labToLch.js +19 -0
  170. package/dist/utility/labToLch.js.map +1 -0
  171. package/dist/utility/labToXyz.d.ts +11 -0
  172. package/dist/utility/labToXyz.d.ts.map +1 -0
  173. package/dist/utility/labToXyz.js +23 -0
  174. package/dist/utility/labToXyz.js.map +1 -0
  175. package/dist/utility/lchToLab.d.ts +11 -0
  176. package/dist/utility/lchToLab.d.ts.map +1 -0
  177. package/dist/utility/lchToLab.js +14 -0
  178. package/dist/utility/lchToLab.js.map +1 -0
  179. package/dist/utility/luvToXyz.d.ts +11 -0
  180. package/dist/utility/luvToXyz.d.ts.map +1 -0
  181. package/dist/utility/luvToXyz.js +28 -0
  182. package/dist/utility/luvToXyz.js.map +1 -0
  183. package/dist/utility/relativeLuminance.d.ts +10 -0
  184. package/dist/utility/relativeLuminance.d.ts.map +1 -0
  185. package/dist/utility/relativeLuminance.js +20 -0
  186. package/dist/utility/relativeLuminance.js.map +1 -0
  187. package/dist/utility/rgbToCmy.d.ts +10 -0
  188. package/dist/utility/rgbToCmy.d.ts.map +1 -0
  189. package/dist/utility/rgbToCmy.js +10 -0
  190. package/dist/utility/rgbToCmy.js.map +1 -0
  191. package/dist/utility/rgbToHsl.d.ts +10 -0
  192. package/dist/utility/rgbToHsl.d.ts.map +1 -0
  193. package/dist/utility/rgbToHsl.js +32 -0
  194. package/dist/utility/rgbToHsl.js.map +1 -0
  195. package/dist/utility/rgbToHsv.d.ts +10 -0
  196. package/dist/utility/rgbToHsv.d.ts.map +1 -0
  197. package/dist/utility/rgbToHsv.js +29 -0
  198. package/dist/utility/rgbToHsv.js.map +1 -0
  199. package/dist/utility/rgbToXyz.d.ts +10 -0
  200. package/dist/utility/rgbToXyz.d.ts.map +1 -0
  201. package/dist/utility/rgbToXyz.js +20 -0
  202. package/dist/utility/rgbToXyz.js.map +1 -0
  203. package/dist/utility/xyzToAdobe.d.ts +10 -0
  204. package/dist/utility/xyzToAdobe.d.ts.map +1 -0
  205. package/dist/utility/xyzToAdobe.js +17 -0
  206. package/dist/utility/xyzToAdobe.js.map +1 -0
  207. package/dist/utility/xyzToHunter.d.ts +11 -0
  208. package/dist/utility/xyzToHunter.d.ts.map +1 -0
  209. package/dist/utility/xyzToHunter.js +25 -0
  210. package/dist/utility/xyzToHunter.js.map +1 -0
  211. package/dist/utility/xyzToLab.d.ts +11 -0
  212. package/dist/utility/xyzToLab.d.ts.map +1 -0
  213. package/dist/utility/xyzToLab.js +21 -0
  214. package/dist/utility/xyzToLab.js.map +1 -0
  215. package/dist/utility/xyzToLuv.d.ts +11 -0
  216. package/dist/utility/xyzToLuv.d.ts.map +1 -0
  217. package/dist/utility/xyzToLuv.js +30 -0
  218. package/dist/utility/xyzToLuv.js.map +1 -0
  219. package/dist/utility/xyzToRgb.d.ts +10 -0
  220. package/dist/utility/xyzToRgb.d.ts.map +1 -0
  221. package/dist/utility/xyzToRgb.js +20 -0
  222. package/dist/utility/xyzToRgb.js.map +1 -0
  223. package/dist/utility/xyzToYxy.d.ts +10 -0
  224. package/dist/utility/xyzToYxy.d.ts.map +1 -0
  225. package/dist/utility/xyzToYxy.js +16 -0
  226. package/dist/utility/xyzToYxy.js.map +1 -0
  227. package/dist/utility/yxyToXyz.d.ts +10 -0
  228. package/dist/utility/yxyToXyz.d.ts.map +1 -0
  229. package/dist/utility/yxyToXyz.js +16 -0
  230. package/dist/utility/yxyToXyz.js.map +1 -0
  231. package/package.json +59 -0
  232. package/src/index.ts +61 -0
  233. package/src/names/bang.ts +483 -0
  234. package/src/names/cne.ts +877 -0
  235. package/src/names/crayola.ts +132 -0
  236. package/src/names/getName.ts +51 -0
  237. package/src/names/hollasch.ts +203 -0
  238. package/src/names/nbs.ts +279 -0
  239. package/src/names/ntc.ts +1578 -0
  240. package/src/names/resene.ts +1390 -0
  241. package/src/names/x11.ts +467 -0
  242. package/src/names/xkcd.ts +934 -0
  243. package/src/types/Adobe.ts +17 -0
  244. package/src/types/Cmy.ts +17 -0
  245. package/src/types/Cmyk.ts +20 -0
  246. package/src/types/Color.ts +5 -0
  247. package/src/types/Hsl.ts +17 -0
  248. package/src/types/Hsv.ts +17 -0
  249. package/src/types/Hunter.ts +17 -0
  250. package/src/types/Lab.ts +17 -0
  251. package/src/types/Lch.ts +18 -0
  252. package/src/types/Luv.ts +17 -0
  253. package/src/types/Rgb.ts +17 -0
  254. package/src/types/Xyz.ts +17 -0
  255. package/src/types/Yxy.ts +17 -0
  256. package/src/utility/StandardIlluminant.ts +128 -0
  257. package/src/utility/adobeToXyz.ts +20 -0
  258. package/src/utility/cmyToCmyk.ts +23 -0
  259. package/src/utility/cmyToRgb.ts +12 -0
  260. package/src/utility/cmykToCmy.ts +19 -0
  261. package/src/utility/contrast.ts +19 -0
  262. package/src/utility/deltaC.ts +26 -0
  263. package/src/utility/deltaCmc.ts +59 -0
  264. package/src/utility/deltaE00.ts +105 -0
  265. package/src/utility/deltaE76.ts +30 -0
  266. package/src/utility/deltaE94.ts +41 -0
  267. package/src/utility/deltaH.ts +39 -0
  268. package/src/utility/getReference.ts +95 -0
  269. package/src/utility/hexToRgb.ts +11 -0
  270. package/src/utility/hslToRgb.ts +53 -0
  271. package/src/utility/hsvToRgb.ts +44 -0
  272. package/src/utility/hunterToXyz.ts +33 -0
  273. package/src/utility/labToLch.ts +24 -0
  274. package/src/utility/labToXyz.ts +29 -0
  275. package/src/utility/lchToLab.ts +18 -0
  276. package/src/utility/luvToXyz.ts +35 -0
  277. package/src/utility/relativeLuminance.ts +25 -0
  278. package/src/utility/rgbToCmy.ts +12 -0
  279. package/src/utility/rgbToHsl.ts +38 -0
  280. package/src/utility/rgbToHsv.ts +35 -0
  281. package/src/utility/rgbToXyz.ts +23 -0
  282. package/src/utility/xyzToAdobe.ts +20 -0
  283. package/src/utility/xyzToHunter.ts +32 -0
  284. package/src/utility/xyzToLab.ts +27 -0
  285. package/src/utility/xyzToLuv.ts +38 -0
  286. package/src/utility/xyzToRgb.ts +23 -0
  287. package/src/utility/xyzToYxy.ts +19 -0
  288. package/src/utility/yxyToXyz.ts +19 -0
@@ -0,0 +1,1576 @@
1
+ import fromHex from "../utility/hexToRgb.js";
2
+ /**
3
+ * Name That Color. Most colors come from the 2001 Resene dictionary. Since it assigns primary colors to RGB extrema, it is better to use a pigment-based dictionary for specifying surface colors.
4
+ * @see {@link https://people.csail.mit.edu/jaffer/Color/Dictionaries#ntc | Color-Name Dictionaries}
5
+ * @public
6
+ */
7
+ const ntc = new Map([
8
+ ["midnight", fromHex(0x011635)],
9
+ ["bluecharcoal", fromHex(0x010d1a)],
10
+ ["blackpearl", fromHex(0x041322)],
11
+ ["vulcan", fromHex(0x10121d)],
12
+ ["ebony", fromHex(0x0c0b1d)],
13
+ ["mirage", fromHex(0x161928)],
14
+ ["charade", fromHex(0x292937)],
15
+ ["ebonyclay", fromHex(0x26283b)],
16
+ ["bigstone", fromHex(0x162a40)],
17
+ ["firefly", fromHex(0x0e2a30)],
18
+ ["daintree", fromHex(0x012731)],
19
+ ["tarawera", fromHex(0x073a50)],
20
+ ["tuna", fromHex(0x353542)],
21
+ ["elephant", fromHex(0x123447)],
22
+ ["nileblue", fromHex(0x193751)],
23
+ ["cello", fromHex(0x1e385b)],
24
+ ["prussianblue", fromHex(0x003153)],
25
+ ["astronautblue", fromHex(0x013e62)],
26
+ ["bluewhale", fromHex(0x042e4c)],
27
+ ["greenvogue", fromHex(0x032b52)],
28
+ ["matisse", fromHex(0x1b659d)],
29
+ ["bahamablue", fromHex(0x026395)],
30
+ ["veniceblue", fromHex(0x055989)],
31
+ ["sanjuan", fromHex(0x304b6a)],
32
+ ["orient", fromHex(0x015e85)],
33
+ ["blumine", fromHex(0x18587a)],
34
+ ["chathamsblue", fromHex(0x175579)],
35
+ ["regalblue", fromHex(0x013f6a)],
36
+ ["rhino", fromHex(0x2e3f62)],
37
+ ["pickledbluewood", fromHex(0x314459)],
38
+ ["oxfordblue", fromHex(0x384555)],
39
+ ["limedspruce", fromHex(0x394851)],
40
+ ["mako", fromHex(0x444954)],
41
+ ["gunpowder", fromHex(0x414257)],
42
+ ["brightgray", fromHex(0x3c4151)],
43
+ ["tealblue", fromHex(0x044259)],
44
+ ["sherpablue", fromHex(0x004950)],
45
+ ["bluedianne", fromHex(0x204852)],
46
+ ["riverbed", fromHex(0x434c59)],
47
+ ["fiord", fromHex(0x405169)],
48
+ ["trout", fromHex(0x4a4e5a)],
49
+ ["scarpaflow", fromHex(0x585562)],
50
+ ["comet", fromHex(0x5c5d75)],
51
+ ["shuttlegray", fromHex(0x5f6672)],
52
+ ["bluebayoux", fromHex(0x496679)],
53
+ ["midgray", fromHex(0x5f5f6e)],
54
+ ["palesky", fromHex(0x6e7783)],
55
+ ["stormgray", fromHex(0x717486)],
56
+ ["kashmirblue", fromHex(0x507096)],
57
+ ["waikawagray", fromHex(0x5a6e9c)],
58
+ ["allports", fromHex(0x0076a3)],
59
+ ["deepcerulean", fromHex(0x007ba7)],
60
+ ["jellybean", fromHex(0x297b9a)],
61
+ ["astral", fromHex(0x327da0)],
62
+ ["calypso", fromHex(0x31728d)],
63
+ ["bismark", fromHex(0x497183)],
64
+ ["ming", fromHex(0x36747d)],
65
+ ["william", fromHex(0x3a686c)],
66
+ ["casal", fromHex(0x2f6168)],
67
+ ["mosque", fromHex(0x036a6e)],
68
+ ["atoll", fromHex(0x0a6f75)],
69
+ ["oracle", fromHex(0x377475)],
70
+ ["surfiegreen", fromHex(0x0c7a79)],
71
+ ["elm", fromHex(0x1c7c7d)],
72
+ ["teal", fromHex(0x008080)],
73
+ ["paradiso", fromHex(0x317d82)],
74
+ ["bluelagoon", fromHex(0x017987)],
75
+ ["bluestone", fromHex(0x016162)],
76
+ ["deepseagreen", fromHex(0x095859)],
77
+ ["brightturquoise", fromHex(0x08e8de)],
78
+ ["aquacyan", fromHex(0x00ffff)],
79
+ ["selago", fromHex(0xf0eefd)],
80
+ ["titanwhite", fromHex(0xf0eeff)],
81
+ ["pattensblue", fromHex(0xdef5ff)],
82
+ ["mabel", fromHex(0xd9f7ff)],
83
+ ["charlotte", fromHex(0xbaeef9)],
84
+ ["frenchpass", fromHex(0xbdedfd)],
85
+ ["onahau", fromHex(0xcdf4ff)],
86
+ ["linkwater", fromHex(0xd9e4f5)],
87
+ ["hawkesblue", fromHex(0xd4e2fc)],
88
+ ["periwinklegray", fromHex(0xc3cde6)],
89
+ ["spindle", fromHex(0xb6d1ea)],
90
+ ["tropicalblue", fromHex(0xc3ddf9)],
91
+ ["sail", fromHex(0xb8e0f9)],
92
+ ["regentstblue", fromHex(0xaad6e6)],
93
+ ["ziggurat", fromHex(0xbfdbe2)],
94
+ ["powderblue", fromHex(0xb0e0e6)],
95
+ ["anakiwa", fromHex(0x9de5ff)],
96
+ ["cornflower", fromHex(0x93ccea)],
97
+ ["malibu", fromHex(0x7dc8f7)],
98
+ ["seagull", fromHex(0x80ccea)],
99
+ ["casper", fromHex(0xadbed1)],
100
+ ["heather", fromHex(0xb7c3d0)],
101
+ ["bluehaze", fromHex(0xbfbed8)],
102
+ ["graysuit", fromHex(0xc1becd)],
103
+ ["pigeonpost", fromHex(0xafbdd9)],
104
+ ["perano", fromHex(0xa9bef2)],
105
+ ["blizzardblue", fromHex(0xa3e3ed)],
106
+ ["morningglory", fromHex(0x9edee0)],
107
+ ["spray", fromHex(0x79deec)],
108
+ ["aquamarineblue", fromHex(0x71d9e2)],
109
+ ["turquoiseblue", fromHex(0x6cdae7)],
110
+ ["skyblue", fromHex(0x76d7ea)],
111
+ ["halfbaked", fromHex(0x85c4cc)],
112
+ ["viking", fromHex(0x64ccdb)],
113
+ ["robinseggblue", fromHex(0x00cccc)],
114
+ ["java", fromHex(0x1fc2c2)],
115
+ ["neptune", fromHex(0x7cb7bb)],
116
+ ["fountainblue", fromHex(0x56b4be)],
117
+ ["pelorous", fromHex(0x3eabbf)],
118
+ ["scooter", fromHex(0x2ebfd4)],
119
+ ["cerulean", fromHex(0x02a4d3)],
120
+ ["pictonblue", fromHex(0x45b1e8)],
121
+ ["jordyblue", fromHex(0x8ab9f1)],
122
+ ["cadetblue", fromHex(0xa9b2c3)],
123
+ ["gullgray", fromHex(0x9dacb7)],
124
+ ["rockblue", fromHex(0x9eb1cd)],
125
+ ["glacier", fromHex(0x80b3c4)],
126
+ ["shakespeare", fromHex(0x4eabd1)],
127
+ ["gumbo", fromHex(0x7ca1a6)],
128
+ ["nepal", fromHex(0x8eabc1)],
129
+ ["balihai", fromHex(0x859faf)],
130
+ ["santasgray", fromHex(0x9fa0b1)],
131
+ ["poloblue", fromHex(0x8da8cc)],
132
+ ["shipcove", fromHex(0x788bba)],
133
+ ["wildblueyonder", fromHex(0x7a89b8)],
134
+ ["manatee", fromHex(0x8d90a1)],
135
+ ["regentgray", fromHex(0x86949f)],
136
+ ["gothic", fromHex(0x6d92a1)],
137
+ ["hippieblue", fromHex(0x589aaf)],
138
+ ["bostonblue", fromHex(0x3b91b4)],
139
+ ["wedgewood", fromHex(0x4e7f9e)],
140
+ ["smaltblue", fromHex(0x51808f)],
141
+ ["horizon", fromHex(0x5a87a0)],
142
+ ["lynch", fromHex(0x697e9a)],
143
+ ["hoki", fromHex(0x65869f)],
144
+ ["bermudagray", fromHex(0x6b8ba2)],
145
+ ["slategray", fromHex(0x708090)],
146
+ ["raven", fromHex(0x727b89)],
147
+ ["topaz", fromHex(0x7c778a)],
148
+ ["waterloo", fromHex(0x7b7c94)],
149
+ ["steelblue", fromHex(0x4682b4)],
150
+ ["danube", fromHex(0x6093d1)],
151
+ ["havelockblue", fromHex(0x5590d9)],
152
+ ["lochmara", fromHex(0x007ec7)],
153
+ ["curiousblue", fromHex(0x2596d1)],
154
+ ["easternblue", fromHex(0x1e9ab0)],
155
+ ["bondiblue", fromHex(0x0095b6)],
156
+ ["pacificblue", fromHex(0x009dc4)],
157
+ ["bluechill", fromHex(0x0c8990)],
158
+ ["greenhaze", fromHex(0x01a368)],
159
+ ["jade", fromHex(0x00a86b)],
160
+ ["chateaugreen", fromHex(0x40a860)],
161
+ ["mantis", fromHex(0x74c365)],
162
+ ["emerald", fromHex(0x50c878)],
163
+ ["fern", fromHex(0x63b76c)],
164
+ ["oceangreen", fromHex(0x41aa78)],
165
+ ["junglegreen", fromHex(0x29ab87)],
166
+ ["mountainmeadow", fromHex(0x1ab385)],
167
+ ["caribbeangreen", fromHex(0x00cc99)],
168
+ ["shamrock", fromHex(0x33cc99)],
169
+ ["niagara", fromHex(0x06a189)],
170
+ ["lochinvar", fromHex(0x2c8c84)],
171
+ ["breakerbay", fromHex(0x5da19f)],
172
+ ["patina", fromHex(0x639a8f)],
173
+ ["persiangreen", fromHex(0x00a693)],
174
+ ["gossamer", fromHex(0x069b81)],
175
+ ["oxley", fromHex(0x779e86)],
176
+ ["amulet", fromHex(0x7b9f80)],
177
+ ["gladegreen", fromHex(0x61845f)],
178
+ ["springleaves", fromHex(0x578363)],
179
+ ["eucalyptus", fromHex(0x278a5b)],
180
+ ["seagreen", fromHex(0x2e8b57)],
181
+ ["fruitsalad", fromHex(0x4f9d5d)],
182
+ ["asparagus", fromHex(0x7ba05b)],
183
+ ["highland", fromHex(0x6f8e63)],
184
+ ["avocado", fromHex(0x888d65)],
185
+ ["sycamore", fromHex(0x908d39)],
186
+ ["barleycorn", fromHex(0xa68b5b)],
187
+ ["muesli", fromHex(0xaa8b5b)],
188
+ ["claycreek", fromHex(0x8a8360)],
189
+ ["domino", fromHex(0x8e775e)],
190
+ ["cement", fromHex(0x8d7662)],
191
+ ["stonewall", fromHex(0x928573)],
192
+ ["squirrel", fromHex(0x8f8176)],
193
+ ["olivehaze", fromHex(0x8b8470)],
194
+ ["bandicoot", fromHex(0x858470)],
195
+ ["makara", fromHex(0x897d6d)],
196
+ ["americano", fromHex(0x87756e)],
197
+ ["tapa", fromHex(0x7b7874)],
198
+ ["concord", fromHex(0x7c7b7a)],
199
+ ["hurricane", fromHex(0x877c7b)],
200
+ ["naturalgray", fromHex(0x8b8680)],
201
+ ["schooner", fromHex(0x8b847e)],
202
+ ["suvagray", fromHex(0x888387)],
203
+ ["monsoon", fromHex(0x8a8389)],
204
+ ["jumbo", fromHex(0x7c7b82)],
205
+ ["rollingstone", fromHex(0x747d83)],
206
+ ["sirocco", fromHex(0x718080)],
207
+ ["gray", fromHex(0x808080)],
208
+ ["gunsmoke", fromHex(0x828685)],
209
+ ["friargray", fromHex(0x807e79)],
210
+ ["boulder", fromHex(0x7a7a7a)],
211
+ ["xanadu", fromHex(0x738678)],
212
+ ["bluesmoke", fromHex(0x748881)],
213
+ ["flaxsmoke", fromHex(0x7b8265)],
214
+ ["limedash", fromHex(0x747d63)],
215
+ ["camouflagegreen", fromHex(0x78866b)],
216
+ ["viridiangreen", fromHex(0x678975)],
217
+ ["laurel", fromHex(0x749378)],
218
+ ["battleshipgray", fromHex(0x828f72)],
219
+ ["spanishgreen", fromHex(0x819885)],
220
+ ["juniper", fromHex(0x6d9292)],
221
+ ["stack", fromHex(0x8a8f8a)],
222
+ ["oslogray", fromHex(0x878d91)],
223
+ ["mountainmist", fromHex(0x959396)],
224
+ ["bitter", fromHex(0x868974)],
225
+ ["granitegreen", fromHex(0x8d8974)],
226
+ ["arrowtown", fromHex(0x948771)],
227
+ ["paleoyster", fromHex(0x988d77)],
228
+ ["gurkha", fromHex(0x9a9577)],
229
+ ["donkeybrown", fromHex(0xa69279)],
230
+ ["tallow", fromHex(0xa8a589)],
231
+ ["hillary", fromHex(0xaca586)],
232
+ ["bronco", fromHex(0xaba196)],
233
+ ["napa", fromHex(0xaca494)],
234
+ ["grayolive", fromHex(0xa9a491)],
235
+ ["lemongrass", fromHex(0x9b9e8f)],
236
+ ["zorba", fromHex(0xa59b91)],
237
+ ["cloudy", fromHex(0xaca59f)],
238
+ ["martini", fromHex(0xafa09e)],
239
+ ["shadylady", fromHex(0xaaa5a9)],
240
+ ["dawn", fromHex(0xa6a29a)],
241
+ ["delta", fromHex(0xa4a49d)],
242
+ ["stardust", fromHex(0x9f9f9c)],
243
+ ["mantle", fromHex(0x8b9c90)],
244
+ ["pewter", fromHex(0x96a8a1)],
245
+ ["cascade", fromHex(0x8ba9a5)],
246
+ ["grannysmith", fromHex(0x84a0a0)],
247
+ ["seanymph", fromHex(0x78a39c)],
248
+ ["envy", fromHex(0x8ba690)],
249
+ ["sage", fromHex(0x9ea587)],
250
+ ["schist", fromHex(0xa9b497)],
251
+ ["locust", fromHex(0xa8af8e)],
252
+ ["norway", fromHex(0xa8bd9f)],
253
+ ["summergreen", fromHex(0x96bbab)],
254
+ ["towergray", fromHex(0xa9bdbf)],
255
+ ["edward", fromHex(0xa2aeab)],
256
+ ["silverchalice", fromHex(0xacacac)],
257
+ ["graychateau", fromHex(0xa2aab3)],
258
+ ["hitgray", fromHex(0xa1adb5)],
259
+ ["bombay", fromHex(0xafb1b8)],
260
+ ["spunpearl", fromHex(0xaaabb7)],
261
+ ["aluminium", fromHex(0xa9acb6)],
262
+ ["nobel", fromHex(0xb7b1b1)],
263
+ ["silk", fromHex(0xbdb1a8)],
264
+ ["tide", fromHex(0xbfb8b0)],
265
+ ["pinkswan", fromHex(0xbeb5b7)],
266
+ ["bisonhide", fromHex(0xc1b7a4)],
267
+ ["malta", fromHex(0xbdb2a1)],
268
+ ["nomad", fromHex(0xbab1a2)],
269
+ ["eagle", fromHex(0xb6baa4)],
270
+ ["bud", fromHex(0xa8ae9c)],
271
+ ["taupegray", fromHex(0xb3af95)],
272
+ ["heatheredgray", fromHex(0xb6b095)],
273
+ ["indiankhaki", fromHex(0xc3b091)],
274
+ ["rodeodust", fromHex(0xc9b29b)],
275
+ ["tan", fromHex(0xd2b48c)],
276
+ ["mongoose", fromHex(0xb5a27f)],
277
+ ["teak", fromHex(0xb19461)],
278
+ ["husk", fromHex(0xb7a458)],
279
+ ["laser", fromHex(0xc8b568)],
280
+ ["olivegreen", fromHex(0xb5b35c)],
281
+ ["gimblet", fromHex(0xb8b56a)],
282
+ ["greensmoke", fromHex(0xa4af6e)],
283
+ ["swampgreen", fromHex(0xacb78e)],
284
+ ["chelseacucumber", fromHex(0x83aa5d)],
285
+ ["olivine", fromHex(0x9ab973)],
286
+ ["deyork", fromHex(0x7ac488)],
287
+ ["bayleaf", fromHex(0x7da98d)],
288
+ ["aquaforest", fromHex(0x5fa777)],
289
+ ["silvertree", fromHex(0x66b58f)],
290
+ ["keppel", fromHex(0x3ab09e)],
291
+ ["acapulco", fromHex(0x7cb0a1)],
292
+ ["tradewind", fromHex(0x5fb3ac)],
293
+ ["gulfstream", fromHex(0x80b3ae)],
294
+ ["puertorico", fromHex(0x3fc1aa)],
295
+ ["bermuda", fromHex(0x7dd8c6)],
296
+ ["downy", fromHex(0x6fd0c5)],
297
+ ["montecarlo", fromHex(0x83d0c6)],
298
+ ["sinbad", fromHex(0x9fd7d3)],
299
+ ["aquaisland", fromHex(0xa1dad7)],
300
+ ["waterleaf", fromHex(0xa1e9de)],
301
+ ["riptide", fromHex(0x8be6d8)],
302
+ ["algaegreen", fromHex(0x93dfb8)],
303
+ ["celadon", fromHex(0xace1af)],
304
+ ["chinook", fromHex(0xa8e3bd)],
305
+ ["padua", fromHex(0xade6c4)],
306
+ ["fringyflower", fromHex(0xb1e2c1)],
307
+ ["vistablue", fromHex(0x8fd6b4)],
308
+ ["grannysmithapple", fromHex(0x9de093)],
309
+ ["feijoa", fromHex(0x9fdd8c)],
310
+ ["mossgreen", fromHex(0xaddfad)],
311
+ ["pineglade", fromHex(0xc7cd90)],
312
+ ["winterhazel", fromHex(0xd5d195)],
313
+ ["deco", fromHex(0xd2da97)],
314
+ ["wildwillow", fromHex(0xb9c46a)],
315
+ ["harvestgold", fromHex(0xe0b974)],
316
+ ["apache", fromHex(0xdfbe6f)],
317
+ ["neworleans", fromHex(0xf3d69d)],
318
+ ["chalky", fromHex(0xeed794)],
319
+ ["putty", fromHex(0xe7cd8c)],
320
+ ["zombie", fromHex(0xe4d69b)],
321
+ ["maize", fromHex(0xf5d5a0)],
322
+ ["hampton", fromHex(0xe5d8af)],
323
+ ["sapling", fromHex(0xded4a4)],
324
+ ["calico", fromHex(0xe0c095)],
325
+ ["brandy", fromHex(0xdec196)],
326
+ ["pavlova", fromHex(0xd7c498)],
327
+ ["yuma", fromHex(0xcec291)],
328
+ ["straw", fromHex(0xd4bf8d)],
329
+ ["sorrellbrown", fromHex(0xceb98f)],
330
+ ["vanilla", fromHex(0xd1bea8)],
331
+ ["coralreef", fromHex(0xc7bca2)],
332
+ ["thistlegreen", fromHex(0xcccaa8)],
333
+ ["chino", fromHex(0xcec7a7)],
334
+ ["akaroa", fromHex(0xd4c4a8)],
335
+ ["softamber", fromHex(0xd1c6b4)],
336
+ ["foggygray", fromHex(0xcbcab6)],
337
+ ["ash", fromHex(0xc6c3b5)],
338
+ ["tea", fromHex(0xc1bab0)],
339
+ ["cottonseed", fromHex(0xc2bdb6)],
340
+ ["silverrust", fromHex(0xc9c0bb)],
341
+ ["cloud", fromHex(0xc7c4bf)],
342
+ ["ghost", fromHex(0xc7c9d5)],
343
+ ["paleslate", fromHex(0xc3bfc1)],
344
+ ["frenchgray", fromHex(0xbdbdc6)],
345
+ ["silversand", fromHex(0xbfc1c2)],
346
+ ["loblolly", fromHex(0xbdc9ce)],
347
+ ["submarine", fromHex(0xbac7c9)],
348
+ ["graynickel", fromHex(0xc3c3bd)],
349
+ ["pumice", fromHex(0xc2cac4)],
350
+ ["kangaroo", fromHex(0xc6c8bd)],
351
+ ["mistgray", fromHex(0xc4c4bc)],
352
+ ["silver", fromHex(0xc0c0c0)],
353
+ ["powderash", fromHex(0xbcc9c2)],
354
+ ["junglemist", fromHex(0xb4cfd3)],
355
+ ["opal", fromHex(0xa9c6c2)],
356
+ ["shadowgreen", fromHex(0x9ac2b8)],
357
+ ["greenspring", fromHex(0xb8c1b1)],
358
+ ["clayash", fromHex(0xbdc8b3)],
359
+ ["rainee", fromHex(0xb9c8ac)],
360
+ ["springrain", fromHex(0xaccbb1)],
361
+ ["gumleaf", fromHex(0xb6d3bf)],
362
+ ["surf", fromHex(0xbbd7c1)],
363
+ ["sprout", fromHex(0xc1d7b0)],
364
+ ["pixiegreen", fromHex(0xc0d8b6)],
365
+ ["coriander", fromHex(0xc4d0b0)],
366
+ ["greenmist", fromHex(0xcbd3b0)],
367
+ ["paleleaf", fromHex(0xc0d3b9)],
368
+ ["jetstream", fromHex(0xb5d2ce)],
369
+ ["conch", fromHex(0xc9d9d2)],
370
+ ["nebula", fromHex(0xcbdbd6)],
371
+ ["seamist", fromHex(0xc5dbca)],
372
+ ["pariswhite", fromHex(0xcadcd4)],
373
+ ["tasman", fromHex(0xcfdccf)],
374
+ ["alto", fromHex(0xdbdbdb)],
375
+ ["westar", fromHex(0xdcd9d2)],
376
+ ["timberwolf", fromHex(0xd9d6cf)],
377
+ ["quillgray", fromHex(0xd6d6d1)],
378
+ ["celeste", fromHex(0xd1d2ca)],
379
+ ["tiara", fromHex(0xc3d1d1)],
380
+ ["botticelli", fromHex(0xc7dde5)],
381
+ ["iron", fromHex(0xd4d7d9)],
382
+ ["mischka", fromHex(0xd1d2dd)],
383
+ ["swirl", fromHex(0xd3cdc5)],
384
+ ["wafer", fromHex(0xdecbc6)],
385
+ ["swisscoffee", fromHex(0xddd6d5)],
386
+ ["bone", fromHex(0xe4d1c0)],
387
+ ["moonmist", fromHex(0xdcddcc)],
388
+ ["sisal", fromHex(0xd3cbba)],
389
+ ["tana", fromHex(0xd9dcc1)],
390
+ ["raffia", fromHex(0xeadab8)],
391
+ ["doublespanishwhite", fromHex(0xe6d7b9)],
392
+ ["grainbrown", fromHex(0xe4d5b7)],
393
+ ["starkwhite", fromHex(0xe5d7bd)],
394
+ ["almond", fromHex(0xeed9c4)],
395
+ ["athsspecial", fromHex(0xecebce)],
396
+ ["wheatfield", fromHex(0xf3edcf)],
397
+ ["janna", fromHex(0xf4ebd3)],
398
+ ["champagne", fromHex(0xfaeccc)],
399
+ ["tequila", fromHex(0xffe6c7)],
400
+ ["negroni", fromHex(0xffe2c5)],
401
+ ["karry", fromHex(0xffead4)],
402
+ ["albescentwhite", fromHex(0xf5e9d3)],
403
+ ["whiterock", fromHex(0xeae8d4)],
404
+ ["parchment", fromHex(0xf1e9d2)],
405
+ ["satinlinen", fromHex(0xe6e4d4)],
406
+ ["periglacialblue", fromHex(0xe1e6d6)],
407
+ ["pearlbush", fromHex(0xe8e0d5)],
408
+ ["ebb", fromHex(0xe9e3e3)],
409
+ ["bonjour", fromHex(0xe5e0e1)],
410
+ ["bizarre", fromHex(0xeededa)],
411
+ ["dawnpink", fromHex(0xf3e9e5)],
412
+ ["potpourri", fromHex(0xf5e7e2)],
413
+ ["geyser", fromHex(0xd4dfe2)],
414
+ ["mystic", fromHex(0xe2ebed)],
415
+ ["graynurse", fromHex(0xe7ece6)],
416
+ ["cararra", fromHex(0xeeeee8)],
417
+ ["greenwhite", fromHex(0xe8ebe0)],
418
+ ["mercury", fromHex(0xe5e5e5)],
419
+ ["skeptic", fromHex(0xcae6da)],
420
+ ["edgewater", fromHex(0xc8e3d7)],
421
+ ["swansdown", fromHex(0xdcf0ea)],
422
+ ["jaggedice", fromHex(0xc2e8e5)],
423
+ ["minttulip", fromHex(0xc4f4eb)],
424
+ ["berylgreen", fromHex(0xdee5c0)],
425
+ ["surfcrest", fromHex(0xcfe5d2)],
426
+ ["kidnapper", fromHex(0xe1ead4)],
427
+ ["willowbrook", fromHex(0xdfecda)],
428
+ ["zanah", fromHex(0xdaecd6)],
429
+ ["chromewhite", fromHex(0xe8f1d4)],
430
+ ["blueromance", fromHex(0xd2f6de)],
431
+ ["orinoco", fromHex(0xf3fbd4)],
432
+ ["frost", fromHex(0xedf5dd)],
433
+ ["loafer", fromHex(0xeef4de)],
434
+ ["peppermint", fromHex(0xe3f5e1)],
435
+ ["feta", fromHex(0xf0fcea)],
436
+ ["riceflower", fromHex(0xeeffe2)],
437
+ ["moonglow", fromHex(0xfcfeda)],
438
+ ["carla", fromHex(0xf3ffd8)],
439
+ ["springsun", fromHex(0xf6ffdc)],
440
+ ["hintofgreen", fromHex(0xe6ffe9)],
441
+ ["grannyapple", fromHex(0xd5f6e3)],
442
+ ["foam", fromHex(0xd8fcfa)],
443
+ ["hummingbird", fromHex(0xcff9f3)],
444
+ ["scandal", fromHex(0xcffaf4)],
445
+ ["frostedmint", fromHex(0xdbfff8)],
446
+ ["babyblue", fromHex(0xe0ffff)],
447
+ ["clearday", fromHex(0xe9fffd)],
448
+ ["bubbles", fromHex(0xe7feff)],
449
+ ["tranquil", fromHex(0xe6ffff)],
450
+ ["dew", fromHex(0xeafffe)],
451
+ ["oysterbay", fromHex(0xdafaff)],
452
+ ["iceberg", fromHex(0xdaf4f0)],
453
+ ["polar", fromHex(0xe5f9f6)],
454
+ ["offgreen", fromHex(0xe6f8f3)],
455
+ ["whiteice", fromHex(0xddf9f1)],
456
+ ["applegreen", fromHex(0xe2f3ec)],
457
+ ["frostee", fromHex(0xe4f6e7)],
458
+ ["tara", fromHex(0xe1f6e8)],
459
+ ["ottoman", fromHex(0xe9f8ed)],
460
+ ["sugarcane", fromHex(0xf9fff6)],
461
+ ["ceramic", fromHex(0xfcfff9)],
462
+ ["white", fromHex(0xffffff)],
463
+ ["orchidwhite", fromHex(0xfffdf3)],
464
+ ["blackwhite", fromHex(0xfffef6)],
465
+ ["quarterpearllusta", fromHex(0xfffdf4)],
466
+ ["bianca", fromHex(0xfcfbf3)],
467
+ ["alabaster", fromHex(0xfafafa)],
468
+ ["desertstorm", fromHex(0xf8f8f7)],
469
+ ["snowdrift", fromHex(0xf7faf7)],
470
+ ["gin", fromHex(0xe8f2eb)],
471
+ ["harp", fromHex(0xe6f2ea)],
472
+ ["aquasqueeze", fromHex(0xe8f5f2)],
473
+ ["gallery", fromHex(0xefefef)],
474
+ ["concrete", fromHex(0xf2f2f2)],
475
+ ["seashell", fromHex(0xf1f1f1)],
476
+ ["pampas", fromHex(0xf4f2ee)],
477
+ ["wildsand", fromHex(0xf4f4f4)],
478
+ ["springwood", fromHex(0xf8f6f1)],
479
+ ["saltpan", fromHex(0xf1f7f2)],
480
+ ["narvik", fromHex(0xedf9f1)],
481
+ ["panache", fromHex(0xeaf6ee)],
482
+ ["aquaspring", fromHex(0xeaf9f5)],
483
+ ["blackhaze", fromHex(0xf6f7f7)],
484
+ ["aquahaze", fromHex(0xedf5f5)],
485
+ ["catskillwhite", fromHex(0xeef6f7)],
486
+ ["porcelain", fromHex(0xeff2f3)],
487
+ ["athensgray", fromHex(0xeef0f3)],
488
+ ["solitude", fromHex(0xeaf6ff)],
489
+ ["zumthor", fromHex(0xedf6ff)],
490
+ ["aliceblue", fromHex(0xf0f8ff)],
491
+ ["lilywhite", fromHex(0xe7f8ff)],
492
+ ["twilightblue", fromHex(0xeefdff)],
493
+ ["blacksqueeze", fromHex(0xf2fafa)],
494
+ ["zircon", fromHex(0xf4f8ff)],
495
+ ["whitelilac", fromHex(0xf8f7fc)],
496
+ ["whitepointer", fromHex(0xfef8ff)],
497
+ ["magnolia", fromHex(0xf8f4ff)],
498
+ ["whisper", fromHex(0xf7f5fa)],
499
+ ["wisppink", fromHex(0xfef4f8)],
500
+ ["lavenderblush", fromHex(0xfff0f5)],
501
+ ["chablis", fromHex(0xfff4f3)],
502
+ ["chardon", fromHex(0xfff3f1)],
503
+ ["provincialpink", fromHex(0xfef5f1)],
504
+ ["sauvignon", fromHex(0xfff5f3)],
505
+ ["fantasy", fromHex(0xfaf3f0)],
506
+ ["softpeach", fromHex(0xf5edef)],
507
+ ["fairpink", fromHex(0xffefec)],
508
+ ["merino", fromHex(0xf6f0e6)],
509
+ ["whitelinen", fromHex(0xf8f0e8)],
510
+ ["linen", fromHex(0xfaf0e6)],
511
+ ["seashellpeach", fromHex(0xfff5ee)],
512
+ ["bridesmaid", fromHex(0xfef0ec)],
513
+ ["forgetmenot", fromHex(0xfff1ee)],
514
+ ["rosewhite", fromHex(0xfff6f5)],
515
+ ["vistawhite", fromHex(0xfcf8f7)],
516
+ ["hintofred", fromHex(0xfbf9f9)],
517
+ ["bridalheath", fromHex(0xfffaf4)],
518
+ ["soapstone", fromHex(0xfffbf9)],
519
+ ["romance", fromHex(0xfffefd)],
520
+ ["ivory", fromHex(0xfffff0)],
521
+ ["islandspice", fromHex(0xfffcee)],
522
+ ["ricecake", fromHex(0xfffef0)],
523
+ ["apricotwhite", fromHex(0xfffeec)],
524
+ ["travertine", fromHex(0xfffde8)],
525
+ ["chileanheath", fromHex(0xfffde6)],
526
+ ["chinaivory", fromHex(0xfcffe7)],
527
+ ["hintofyellow", fromHex(0xfafde4)],
528
+ ["ginfizz", fromHex(0xfff9e2)],
529
+ ["offyellow", fromHex(0xfef9e3)],
530
+ ["solitaire", fromHex(0xfef8e2)],
531
+ ["earlydawn", fromHex(0xfff9e6)],
532
+ ["butterywhite", fromHex(0xfffcea)],
533
+ ["orangewhite", fromHex(0xfefced)],
534
+ ["pearllusta", fromHex(0xfcf4dc)],
535
+ ["eggsour", fromHex(0xfff4dd)],
536
+ ["varden", fromHex(0xfff6df)],
537
+ ["rumswizzle", fromHex(0xf9f8e4)],
538
+ ["beige", fromHex(0xf5f5dc)],
539
+ ["quarterspanishwhite", fromHex(0xf7f2e1)],
540
+ ["ecruwhite", fromHex(0xf5f3e5)],
541
+ ["serenade", fromHex(0xfff4e8)],
542
+ ["oldlace", fromHex(0xfdf5e6)],
543
+ ["sazerac", fromHex(0xfff4e0)],
544
+ ["peachcream", fromHex(0xfff0db)],
545
+ ["pinklady", fromHex(0xfff1d8)],
546
+ ["papayawhip", fromHex(0xffefd5)],
547
+ ["derby", fromHex(0xffeed8)],
548
+ ["oasis", fromHex(0xfeefce)],
549
+ ["doublepearllusta", fromHex(0xfcf4d0)],
550
+ ["halfcolonialwhite", fromHex(0xfdf6d3)],
551
+ ["citrinewhite", fromHex(0xfaf7d6)],
552
+ ["coconutcream", fromHex(0xf8f7dc)],
553
+ ["halfdutchwhite", fromHex(0xfef7de)],
554
+ ["halfspanishwhite", fromHex(0xfef4db)],
555
+ ["bleachwhite", fromHex(0xfef3d8)],
556
+ ["milkpunch", fromHex(0xfff6d4)],
557
+ ["scotchmist", fromHex(0xfffbdc)],
558
+ ["halfandhalf", fromHex(0xfffee1)],
559
+ ["lemonchiffon", fromHex(0xfffacd)],
560
+ ["bajawhite", fromHex(0xfff8d1)],
561
+ ["pipi", fromHex(0xfef4cc)],
562
+ ["barleywhite", fromHex(0xfff4ce)],
563
+ ["eggwhite", fromHex(0xffefc1)],
564
+ ["beeswax", fromHex(0xfef2c7)],
565
+ ["buttermilk", fromHex(0xfff1b5)],
566
+ ["dairycream", fromHex(0xf9e4bc)],
567
+ ["givry", fromHex(0xf8e4bf)],
568
+ ["sandybeach", fromHex(0xffeac8)],
569
+ ["sidecar", fromHex(0xf3e7bb)],
570
+ ["chamois", fromHex(0xeddcb1)],
571
+ ["frangipani", fromHex(0xffdeb3)],
572
+ ["wheat", fromHex(0xf5deb3)],
573
+ ["navajowhite", fromHex(0xffdead)],
574
+ ["caramel", fromHex(0xffddaf)],
575
+ ["peachyellow", fromHex(0xfadfad)],
576
+ ["doublecolonialwhite", fromHex(0xeee3ad)],
577
+ ["bananamania", fromHex(0xfbe7b2)],
578
+ ["astra", fromHex(0xfaeab9)],
579
+ ["colonialwhite", fromHex(0xffedbc)],
580
+ ["capehoney", fromHex(0xfee5ac)],
581
+ ["peach", fromHex(0xffe5b4)],
582
+ ["sandwisp", fromHex(0xf5e7a2)],
583
+ ["creambrulee", fromHex(0xffe5a0)],
584
+ ["marzipan", fromHex(0xf8db9d)],
585
+ ["cherokee", fromHex(0xfcda98)],
586
+ ["salomie", fromHex(0xfedb8d)],
587
+ ["goldenglow", fromHex(0xfde295)],
588
+ ["visvis", fromHex(0xffefa1)],
589
+ ["picasso", fromHex(0xfff39d)],
590
+ ["portafino", fromHex(0xffffb4)],
591
+ ["paleprim", fromHex(0xfdfeb8)],
592
+ ["drover", fromHex(0xfdf7ad)],
593
+ ["shalimar", fromHex(0xfbffba)],
594
+ ["tidal", fromHex(0xf1ffad)],
595
+ ["milan", fromHex(0xfaffa4)],
596
+ ["texas", fromHex(0xf8f99c)],
597
+ ["primrose", fromHex(0xedea99)],
598
+ ["wildrice", fromHex(0xece090)],
599
+ ["caper", fromHex(0xdcedb4)],
600
+ ["fallgreen", fromHex(0xecebbd)],
601
+ ["tahunasands", fromHex(0xeef0c8)],
602
+ ["mintjulep", fromHex(0xf1eec1)],
603
+ ["snowflurry", fromHex(0xe4ffd1)],
604
+ ["tusk", fromHex(0xeef3c3)],
605
+ ["cornfield", fromHex(0xf8facd)],
606
+ ["cream", fromHex(0xfffdd0)],
607
+ ["mimosa", fromHex(0xf8fdd3)],
608
+ ["cumulus", fromHex(0xfdffd5)],
609
+ ["australianmint", fromHex(0xf5ffbe)],
610
+ ["chiffon", fromHex(0xf1ffc8)],
611
+ ["teagreen", fromHex(0xd0f0c0)],
612
+ ["gossip", fromHex(0xd2f8b0)],
613
+ ["reef", fromHex(0xc9ffa2)],
614
+ ["snowymint", fromHex(0xd6ffdb)],
615
+ ["aeroblue", fromHex(0xc9ffe5)],
616
+ ["magicmint", fromHex(0xaaf0d1)],
617
+ ["madang", fromHex(0xb7f0be)],
618
+ ["cruise", fromHex(0xb5ecdf)],
619
+ ["icecold", fromHex(0xb1f4e7)],
620
+ ["aquamarine", fromHex(0x7fffd4)],
621
+ ["turquoise", fromHex(0x30d5c8)],
622
+ ["pastelgreen", fromHex(0x77dd77)],
623
+ ["mintgreen", fromHex(0x98ff98)],
624
+ ["springgreen", fromHex(0x00ff7f)],
625
+ ["screamingreen", fromHex(0x66ff66)],
626
+ ["malachite", fromHex(0x0bda51)],
627
+ ["green", fromHex(0x00ff00)],
628
+ ["brightgreen", fromHex(0x66ff00)],
629
+ ["chartreuse", fromHex(0x7fff00)],
630
+ ["harlequin", fromHex(0x3fff00)],
631
+ ["greenyellow", fromHex(0xadff2f)],
632
+ ["lime", fromHex(0xbfff00)],
633
+ ["electriclime", fromHex(0xccff00)],
634
+ ["chartreuseyellow", fromHex(0xdfff00)],
635
+ ["yellow", fromHex(0xffff00)],
636
+ ["goldenfizz", fromHex(0xf5fb3d)],
637
+ ["starship", fromHex(0xecf245)],
638
+ ["laserlemon", fromHex(0xffff66)],
639
+ ["sulu", fromHex(0xc1f07c)],
640
+ ["mindaro", fromHex(0xe3f988)],
641
+ ["honeysuckle", fromHex(0xedfc84)],
642
+ ["dolly", fromHex(0xf9ff8b)],
643
+ ["jonquil", fromHex(0xeeff9a)],
644
+ ["canary", fromHex(0xf3fb62)],
645
+ ["parisdaisy", fromHex(0xfff46e)],
646
+ ["candycorn", fromHex(0xfbec5d)],
647
+ ["portica", fromHex(0xf9e663)],
648
+ ["festival", fromHex(0xfbe96c)],
649
+ ["kournikova", fromHex(0xffe772)],
650
+ ["marigoldyellow", fromHex(0xfbe870)],
651
+ ["manz", fromHex(0xeeef78)],
652
+ ["saharasand", fromHex(0xf1e788)],
653
+ ["khaki", fromHex(0xf0e68c)],
654
+ ["sweetcorn", fromHex(0xfbea8c)],
655
+ ["witchhaze", fromHex(0xfffc99)],
656
+ ["palecanary", fromHex(0xffff99)],
657
+ ["mustard", fromHex(0xffdb58)],
658
+ ["energyyellow", fromHex(0xf8dd5c)],
659
+ ["gorse", fromHex(0xfff14f)],
660
+ ["broom", fromHex(0xffec13)],
661
+ ["lemon", fromHex(0xfde910)],
662
+ ["turbo", fromHex(0xfae600)],
663
+ ["brightsun", fromHex(0xfed33c)],
664
+ ["sunglow", fromHex(0xffcc33)],
665
+ ["supernova", fromHex(0xffc901)],
666
+ ["gold", fromHex(0xffd700)],
667
+ ["schoolbusyellow", fromHex(0xffd800)],
668
+ ["candlelight", fromHex(0xfcd917)],
669
+ ["ripelemon", fromHex(0xf4d81c)],
670
+ ["goldendream", fromHex(0xf0d52d)],
671
+ ["sunflower", fromHex(0xe4d422)],
672
+ ["barberry", fromHex(0xded717)],
673
+ ["birdflower", fromHex(0xd4cd16)],
674
+ ["corn", fromHex(0xe7bf05)],
675
+ ["saffron", fromHex(0xf4c430)],
676
+ ["goldtips", fromHex(0xdeba13)],
677
+ ["anzac", fromHex(0xe0b646)],
678
+ ["ronchi", fromHex(0xecc54e)],
679
+ ["goldenrod", fromHex(0xfcd667)],
680
+ ["dandelion", fromHex(0xfed85d)],
681
+ ["creamcan", fromHex(0xf5c85c)],
682
+ ["goldensand", fromHex(0xf0db7d)],
683
+ ["buff", fromHex(0xf0dc82)],
684
+ ["robroy", fromHex(0xeac674)],
685
+ ["equator", fromHex(0xe1bc64)],
686
+ ["tacha", fromHex(0xd6c562)],
687
+ ["chenin", fromHex(0xdfcd6f)],
688
+ ["flax", fromHex(0xeedc82)],
689
+ ["confetti", fromHex(0xe9d75a)],
690
+ ["wattle", fromHex(0xdcd747)],
691
+ ["yellowgreen", fromHex(0xc5e17a)],
692
+ ["celery", fromHex(0xb8c25d)],
693
+ ["conifer", fromHex(0xacdd4d)],
694
+ ["atlantis", fromHex(0x97cd2d)],
695
+ ["bahia", fromHex(0xa5cb0c)],
696
+ ["keylimepie", fromHex(0xbfc921)],
697
+ ["riogrande", fromHex(0xbbd009)],
698
+ ["pear", fromHex(0xd1e231)],
699
+ ["bitterlemon", fromHex(0xcae00d)],
700
+ ["fuego", fromHex(0xbede0d)],
701
+ ["inchworm", fromHex(0xb0e313)],
702
+ ["laspalmas", fromHex(0xc6e610)],
703
+ ["larioja", fromHex(0xb3c110)],
704
+ ["citrus", fromHex(0xa1c50a)],
705
+ ["pistachio", fromHex(0x9dc209)],
706
+ ["sushi", fromHex(0x87ab39)],
707
+ ["citron", fromHex(0x9ea91f)],
708
+ ["turmeric", fromHex(0xcabb48)],
709
+ ["earlsgreen", fromHex(0xc9b93b)],
710
+ ["lucky", fromHex(0xaf9f1c)],
711
+ ["lemonginger", fromHex(0xac9e22)],
712
+ ["sundance", fromHex(0xc9b35b)],
713
+ ["roti", fromHex(0xc6a84b)],
714
+ ["nugget", fromHex(0xc59922)],
715
+ ["buddhagold", fromHex(0xc1a004)],
716
+ ["sahara", fromHex(0xb7a214)],
717
+ ["hokeypokey", fromHex(0xc8a528)],
718
+ ["oldgold", fromHex(0xcfb53b)],
719
+ ["galliano", fromHex(0xdcb20c)],
720
+ ["luxorgold", fromHex(0xa7882c)],
721
+ ["alpine", fromHex(0xaf8f2c)],
722
+ ["reefgold", fromHex(0x9f821c)],
723
+ ["hacienda", fromHex(0x98811b)],
724
+ ["olive", fromHex(0x808000)],
725
+ ["pacifika", fromHex(0x778120)],
726
+ ["wasabi", fromHex(0x788a25)],
727
+ ["trendygreen", fromHex(0x7c881a)],
728
+ ["olivedrab", fromHex(0x6b8e23)],
729
+ ["vidaloca", fromHex(0x549019)],
730
+ ["limeade", fromHex(0x6f9d02)],
731
+ ["lima", fromHex(0x76bd17)],
732
+ ["apple", fromHex(0x4fa83d)],
733
+ ["forestgreen", fromHex(0x228b22)],
734
+ ["christi", fromHex(0x67a712)],
735
+ ["lapalma", fromHex(0x368716)],
736
+ ["bilbao", fromHex(0x327c14)],
737
+ ["sanfelix", fromHex(0x0b6207)],
738
+ ["japaneselaurel", fromHex(0x0a6906)],
739
+ ["salem", fromHex(0x097f4b)],
740
+ ["kaitokegreen", fromHex(0x004620)],
741
+ ["eveningsea", fromHex(0x024e46)],
742
+ ["aquadeep", fromHex(0x014b43)],
743
+ ["eden", fromHex(0x105852)],
744
+ ["stromboli", fromHex(0x325d52)],
745
+ ["greenpea", fromHex(0x1d6142)],
746
+ ["watercourse", fromHex(0x056f57)],
747
+ ["tropicalrainforest", fromHex(0x00755e)],
748
+ ["genoa", fromHex(0x15736b)],
749
+ ["fadedjade", fromHex(0x427977)],
750
+ ["viridian", fromHex(0x40826d)],
751
+ ["pinegreen", fromHex(0x01796f)],
752
+ ["deepsea", fromHex(0x01826b)],
753
+ ["observatory", fromHex(0x02866f)],
754
+ ["elfgreen", fromHex(0x088370)],
755
+ ["goblin", fromHex(0x3d7d52)],
756
+ ["como", fromHex(0x517c66)],
757
+ ["amazon", fromHex(0x3b7a57)],
758
+ ["killarney", fromHex(0x3a6a47)],
759
+ ["jewel", fromHex(0x126b40)],
760
+ ["fungreen", fromHex(0x016d39)],
761
+ ["chaletgreen", fromHex(0x516e3d)],
762
+ ["ferngreen", fromHex(0x4f7942)],
763
+ ["dingley", fromHex(0x5d7747)],
764
+ ["hippiegreen", fromHex(0x53824b)],
765
+ ["greenleaf", fromHex(0x436a0d)],
766
+ ["dell", fromHex(0x396413)],
767
+ ["parsley", fromHex(0x134f19)],
768
+ ["darkfern", fromHex(0x0a480d)],
769
+ ["crusoe", fromHex(0x004816)],
770
+ ["camarone", fromHex(0x00581a)],
771
+ ["greenhouse", fromHex(0x24500f)],
772
+ ["saratoga", fromHex(0x555b10)],
773
+ ["verdungreen", fromHex(0x495400)],
774
+ ["clover", fromHex(0x384910)],
775
+ ["woodland", fromHex(0x4d5328)],
776
+ ["thatchgreen", fromHex(0x403d19)],
777
+ ["punga", fromHex(0x4d3d14)],
778
+ ["bronzetone", fromHex(0x4d400f)],
779
+ ["bronzeolive", fromHex(0x4e420c)],
780
+ ["horsesneck", fromHex(0x604913)],
781
+ ["westcoast", fromHex(0x625119)],
782
+ ["himalaya", fromHex(0x6a5d1b)],
783
+ ["fernfrond", fromHex(0x657220)],
784
+ ["crete", fromHex(0x737829)],
785
+ ["pesto", fromHex(0x7c7631)],
786
+ ["shadow", fromHex(0x837050)],
787
+ ["verdigris", fromHex(0x5d5e37)],
788
+ ["hemlock", fromHex(0x5e5d3b)],
789
+ ["yellowmetal", fromHex(0x716338)],
790
+ ["costadelsol", fromHex(0x615d30)],
791
+ ["tobaccobrown", fromHex(0x715d47)],
792
+ ["soyabean", fromHex(0x6a6051)],
793
+ ["coffee", fromHex(0x706555)],
794
+ ["pinecone", fromHex(0x6d5e54)],
795
+ ["axolotl", fromHex(0x4e6649)],
796
+ ["finlandia", fromHex(0x556d56)],
797
+ ["finch", fromHex(0x626649)],
798
+ ["siam", fromHex(0x646a54)],
799
+ ["cactus", fromHex(0x587156)],
800
+ ["willowgrove", fromHex(0x65745d)],
801
+ ["goben", fromHex(0x726d4e)],
802
+ ["peat", fromHex(0x716b56)],
803
+ ["kokoda", fromHex(0x6e6d57)],
804
+ ["crocodile", fromHex(0x736d58)],
805
+ ["sandstone", fromHex(0x796d62)],
806
+ ["pablo", fromHex(0x776f61)],
807
+ ["sanddune", fromHex(0x826f65)],
808
+ ["dovegray", fromHex(0x6d6c6c)],
809
+ ["flint", fromHex(0x6f6a61)],
810
+ ["nevada", fromHex(0x646e75)],
811
+ ["cuttysark", fromHex(0x507672)],
812
+ ["corduroy", fromHex(0x606e68)],
813
+ ["nandor", fromHex(0x4b5d52)],
814
+ ["stormdust", fromHex(0x646463)],
815
+ ["ironsidegray", fromHex(0x676662)],
816
+ ["chicago", fromHex(0x5d5c58)],
817
+ ["scorpion", fromHex(0x695f62)],
818
+ ["abbey", fromHex(0x4c4f56)],
819
+ ["fuscousgray", fromHex(0x54534d)],
820
+ ["tomthumb", fromHex(0x3f583b)],
821
+ ["grayasparagus", fromHex(0x465945)],
822
+ ["mineralgreen", fromHex(0x3f5d53)],
823
+ ["spectra", fromHex(0x2f5a57)],
824
+ ["plantation", fromHex(0x27504b)],
825
+ ["tepapagreen", fromHex(0x1e433c)],
826
+ ["cabbagepont", fromHex(0x3f4c3a)],
827
+ ["lunargreen", fromHex(0x3c493a)],
828
+ ["kelp", fromHex(0x454936)],
829
+ ["judgegray", fromHex(0x544333)],
830
+ ["mondo", fromHex(0x4a3c30)],
831
+ ["taupe", fromHex(0x483c32)],
832
+ ["masala", fromHex(0x403b38)],
833
+ ["armadillo", fromHex(0x433e37)],
834
+ ["merlin", fromHex(0x413c37)],
835
+ ["tundora", fromHex(0x4a4244)],
836
+ ["emperor", fromHex(0x514649)],
837
+ ["gravel", fromHex(0x4a444b)],
838
+ ["capecod", fromHex(0x3c4443)],
839
+ ["shipgray", fromHex(0x3e3a44)],
840
+ ["dune", fromHex(0x383533)],
841
+ ["tuatara", fromHex(0x363534)],
842
+ ["outerspace", fromHex(0x2d383a)],
843
+ ["heavymetal", fromHex(0x2b3228)],
844
+ ["mineshaft", fromHex(0x323232)],
845
+ ["balticsea", fromHex(0x2a2630)],
846
+ ["thunder", fromHex(0x33292f)],
847
+ ["shark", fromHex(0x25272c)],
848
+ ["logcabin", fromHex(0x242a1d)],
849
+ ["zeus", fromHex(0x292319)],
850
+ ["mikado", fromHex(0x2d2510)],
851
+ ["onion", fromHex(0x2f270e)],
852
+ ["woodrush", fromHex(0x302a0f)],
853
+ ["blackmarlin", fromHex(0x3e2c1c)],
854
+ ["iroko", fromHex(0x433120)],
855
+ ["birch", fromHex(0x373021)],
856
+ ["rangitoto", fromHex(0x2e3222)],
857
+ ["lisbonbrown", fromHex(0x423921)],
858
+ ["greenkelp", fromHex(0x25311c)],
859
+ ["mallard", fromHex(0x233418)],
860
+ ["seaweed", fromHex(0x1b2f11)],
861
+ ["deepforestgreen", fromHex(0x182d09)],
862
+ ["blackolive", fromHex(0x242e16)],
863
+ ["bush", fromHex(0x0d2e1c)],
864
+ ["celtic", fromHex(0x163222)],
865
+ ["tiber", fromHex(0x063537)],
866
+ ["gablegreen", fromHex(0x163531)],
867
+ ["deepteal", fromHex(0x003532)],
868
+ ["timbergreen", fromHex(0x16322c)],
869
+ ["cyprus", fromHex(0x003e40)],
870
+ ["everglade", fromHex(0x1c402e)],
871
+ ["bottlegreen", fromHex(0x093624)],
872
+ ["zuccini", fromHex(0x044022)],
873
+ ["countygreen", fromHex(0x01371a)],
874
+ ["cardingreen", fromHex(0x01361c)],
875
+ ["sherwoodgreen", fromHex(0x02402c)],
876
+ ["deepfir", fromHex(0x002900)],
877
+ ["englishholly", fromHex(0x022d15)],
878
+ ["burnham", fromHex(0x002e20)],
879
+ ["black", fromHex(0x000000)],
880
+ ["nero", fromHex(0x140600)],
881
+ ["diesel", fromHex(0x130000)],
882
+ ["jaguar", fromHex(0x080110)],
883
+ ["cinder", fromHex(0x0e0e18)],
884
+ ["asphalt", fromHex(0x130a06)],
885
+ ["codgray", fromHex(0x0b0b0b)],
886
+ ["marshland", fromHex(0x0b0f08)],
887
+ ["greenwaterloo", fromHex(0x101405)],
888
+ ["gordonsgreen", fromHex(0x0b1107)],
889
+ ["blackforest", fromHex(0x0b1304)],
890
+ ["midnightmoss", fromHex(0x041004)],
891
+ ["woodsmoke", fromHex(0x0c0d0f)],
892
+ ["bunker", fromHex(0x0d1117)],
893
+ ["crowshead", fromHex(0x1c1208)],
894
+ ["swamp", fromHex(0x001b1c)],
895
+ ["aztec", fromHex(0x0d1c19)],
896
+ ["blackbean", fromHex(0x081910)],
897
+ ["racinggreen", fromHex(0x0c1911)],
898
+ ["holly", fromHex(0x011d13)],
899
+ ["huntergreen", fromHex(0x161d10)],
900
+ ["palmgreen", fromHex(0x09230f)],
901
+ ["pinetree", fromHex(0x171f04)],
902
+ ["rangoongreen", fromHex(0x1c1e13)],
903
+ ["eternity", fromHex(0x211a0e)],
904
+ ["oil", fromHex(0x281e15)],
905
+ ["cannonblack", fromHex(0x251706)],
906
+ ["graphite", fromHex(0x251607)],
907
+ ["acadia", fromHex(0x1b1404)],
908
+ ["karaka", fromHex(0x1e1609)],
909
+ ["elpaso", fromHex(0x1e1708)],
910
+ ["creole", fromHex(0x1e0f04)],
911
+ ["palmleaf", fromHex(0x19330e)],
912
+ ["turtlegreen", fromHex(0x2a380b)],
913
+ ["waiouru", fromHex(0x363c0d)],
914
+ ["camouflage", fromHex(0x3c3910)],
915
+ ["madras", fromHex(0x3f3002)],
916
+ ["metallicbronze", fromHex(0x49371b)],
917
+ ["browntumbleweed", fromHex(0x37290e)],
918
+ ["olivetone", fromHex(0x716e10)],
919
+ ["yukongold", fromHex(0x7b6608)],
920
+ ["cornharvest", fromHex(0x8b6b0b)],
921
+ ["spicymustard", fromHex(0x74640d)],
922
+ ["rustynail", fromHex(0x86560a)],
923
+ ["renosand", fromHex(0xa86515)],
924
+ ["pumpkinskin", fromHex(0xb1610b)],
925
+ ["desert", fromHex(0xae6020)],
926
+ ["hawaiiantan", fromHex(0x9d5616)],
927
+ ["korma", fromHex(0x8f4b0e)],
928
+ ["brown", fromHex(0x964b00)],
929
+ ["chelseagem", fromHex(0x9e5302)],
930
+ ["roseofsharon", fromHex(0xbf5500)],
931
+ ["fire", fromHex(0xaa4203)],
932
+ ["oregon", fromHex(0x9b4703)],
933
+ ["richgold", fromHex(0xa85307)],
934
+ ["vesuvius", fromHex(0xb14a0b)],
935
+ ["fieryorange", fromHex(0xb35213)],
936
+ ["rust", fromHex(0xb7410e)],
937
+ ["rockspray", fromHex(0xba450c)],
938
+ ["tiamaria", fromHex(0xc1440e)],
939
+ ["bronze", fromHex(0x3f2109)],
940
+ ["moroccobrown", fromHex(0x441d00)],
941
+ ["darkebony", fromHex(0x3c2005)],
942
+ ["cola", fromHex(0x3f2500)],
943
+ ["deepbronze", fromHex(0x4a3004)],
944
+ ["bracken", fromHex(0x4a2a04)],
945
+ ["cioccolato", fromHex(0x55280c)],
946
+ ["brownbramble", fromHex(0x592804)],
947
+ ["espresso", fromHex(0x612718)],
948
+ ["redwood", fromHex(0x5d1e0f)],
949
+ ["brownpod", fromHex(0x401801)],
950
+ ["indiantan", fromHex(0x4d1e01)],
951
+ ["carnabytan", fromHex(0x5c2e01)],
952
+ ["redoxide", fromHex(0x6e0902)],
953
+ ["cedarwoodfinish", fromHex(0x711a00)],
954
+ ["moccaccino", fromHex(0x6e1d14)],
955
+ ["cherrywood", fromHex(0x651a14)],
956
+ ["rosewood", fromHex(0x65000b)],
957
+ ["darktan", fromHex(0x661010)],
958
+ ["venetianred", fromHex(0x72010f)],
959
+ ["lonestar", fromHex(0x6d0101)],
960
+ ["darkburgundy", fromHex(0x770f05)],
961
+ ["japanesemaple", fromHex(0x780109)],
962
+ ["mahogany", fromHex(0x4e0606)],
963
+ ["sepiablack", fromHex(0x2b0202)],
964
+ ["kilamanjaro", fromHex(0x240c02)],
965
+ ["woodbark", fromHex(0x261105)],
966
+ ["jackobean", fromHex(0x2e1905)],
967
+ ["coffeebean", fromHex(0x2a140e)],
968
+ ["tamarind", fromHex(0x341515)],
969
+ ["rebel", fromHex(0x3c1206)],
970
+ ["bean", fromHex(0x3d0c02)],
971
+ ["burntmaroon", fromHex(0x420303)],
972
+ ["temptress", fromHex(0x3b000b)],
973
+ ["chocolate", fromHex(0x370202)],
974
+ ["aubergine", fromHex(0x3b0910)],
975
+ ["nightrider", fromHex(0x1f120f)],
976
+ ["gondola", fromHex(0x261414)],
977
+ ["toledo", fromHex(0x3a0020)],
978
+ ["castro", fromHex(0x52001f)],
979
+ ["cabsav", fromHex(0x4d0a18)],
980
+ ["maroonoak", fromHex(0x520c17)],
981
+ ["heath", fromHex(0x541012)],
982
+ ["rusticred", fromHex(0x480404)],
983
+ ["bulgarianrose", fromHex(0x480607)],
984
+ ["bordeaux", fromHex(0x5c0120)],
985
+ ["tyrianpurple", fromHex(0x66023c)],
986
+ ["blackrose", fromHex(0x67032d)],
987
+ ["wineberry", fromHex(0x591d35)],
988
+ ["mulberrywood", fromHex(0x5c0536)],
989
+ ["cowboy", fromHex(0x4d282d)],
990
+ ["lividbrown", fromHex(0x4d282e)],
991
+ ["cocoabean", fromHex(0x481c1c)],
992
+ ["vancleef", fromHex(0x49170c)],
993
+ ["brownderby", fromHex(0x492615)],
994
+ ["craterbrown", fromHex(0x462425)],
995
+ ["cork", fromHex(0x40291d)],
996
+ ["bistre", fromHex(0x3d2b1f)],
997
+ ["englishwalnut", fromHex(0x3e2b23)],
998
+ ["saddle", fromHex(0x4c3024)],
999
+ ["paco", fromHex(0x411f10)],
1000
+ ["deepoak", fromHex(0x412010)],
1001
+ ["cedar", fromHex(0x3e1c14)],
1002
+ ["clinker", fromHex(0x371d09)],
1003
+ ["sambuca", fromHex(0x3a2010)],
1004
+ ["eclipse", fromHex(0x311c17)],
1005
+ ["treehouse", fromHex(0x3b2820)],
1006
+ ["jon", fromHex(0x3b1f1f)],
1007
+ ["cocoabrown", fromHex(0x301f1e)],
1008
+ ["woodybrown", fromHex(0x483131)],
1009
+ ["matterhorn", fromHex(0x4e3b41)],
1010
+ ["mortar", fromHex(0x504351)],
1011
+ ["rock", fromHex(0x4d3833)],
1012
+ ["millbrook", fromHex(0x594433)],
1013
+ ["quincy", fromHex(0x623f2d)],
1014
+ ["congobrown", fromHex(0x593737)],
1015
+ ["buccaneer", fromHex(0x622f30)],
1016
+ ["kabul", fromHex(0x5e483e)],
1017
+ ["ferra", fromHex(0x704f50)],
1018
+ ["donjuan", fromHex(0x5d4c51)],
1019
+ ["eggplant", fromHex(0x614051)],
1020
+ ["russett", fromHex(0x755a57)],
1021
+ ["dorado", fromHex(0x6b5755)],
1022
+ ["zambezi", fromHex(0x685558)],
1023
+ ["empress", fromHex(0x817377)],
1024
+ ["oldlavender", fromHex(0x796878)],
1025
+ ["fedora", fromHex(0x796a78)],
1026
+ ["falcon", fromHex(0x7f626d)],
1027
+ ["spicypink", fromHex(0x816e71)],
1028
+ ["opium", fromHex(0x8e6f70)],
1029
+ ["beaver", fromHex(0x926f5b)],
1030
+ ["copperrose", fromHex(0x996666)],
1031
+ ["auchico", fromHex(0x97605d)],
1032
+ ["ironstone", fromHex(0x86483c)],
1033
+ ["romancoffee", fromHex(0x795d4c)],
1034
+ ["mulefawn", fromHex(0x8c472f)],
1035
+ ["pottersclay", fromHex(0x8c5738)],
1036
+ ["spicymix", fromHex(0x885342)],
1037
+ ["sepiaskin", fromHex(0x9e5b40)],
1038
+ ["capepalliser", fromHex(0xa26645)],
1039
+ ["kumera", fromHex(0x886221)],
1040
+ ["rope", fromHex(0x8e4d1e)],
1041
+ ["bullshot", fromHex(0x864d1e)],
1042
+ ["antiquebronze", fromHex(0x704a07)],
1043
+ ["rawumber", fromHex(0x734a12)],
1044
+ ["sepia", fromHex(0x704214)],
1045
+ ["caferoyale", fromHex(0x6f440c)],
1046
+ ["saddlebrown", fromHex(0x583401)],
1047
+ ["jambalaya", fromHex(0x5b3013)],
1048
+ ["irishcoffee", fromHex(0x5f3d26)],
1049
+ ["shinglefawn", fromHex(0x6b4e31)],
1050
+ ["dallas", fromHex(0x6e4b26)],
1051
+ ["pickledbean", fromHex(0x6e4826)],
1052
+ ["oldcopper", fromHex(0x724a2f)],
1053
+ ["spice", fromHex(0x6a442e)],
1054
+ ["nutmeg", fromHex(0x81422c)],
1055
+ ["hairyheath", fromHex(0x6b2a14)],
1056
+ ["nutmegwoodfinish", fromHex(0x683600)],
1057
+ ["redbeech", fromHex(0x7b3801)],
1058
+ ["perutan", fromHex(0x7f3a02)],
1059
+ ["coppercanyon", fromHex(0x7e3a15)],
1060
+ ["walnut", fromHex(0x773f1a)],
1061
+ ["cinnamon", fromHex(0x7b3f00)],
1062
+ ["russet", fromHex(0x80461b)],
1063
+ ["kenyancopper", fromHex(0x7c1c05)],
1064
+ ["pueblo", fromHex(0x7d2c14)],
1065
+ ["peanut", fromHex(0x782f16)],
1066
+ ["mocha", fromHex(0x782d19)],
1067
+ ["metalliccopper", fromHex(0x71291d)],
1068
+ ["persianplum", fromHex(0x701c1c)],
1069
+ ["crownofthorns", fromHex(0x771f1f)],
1070
+ ["sanguinebrown", fromHex(0x8d3d38)],
1071
+ ["elsalva", fromHex(0x8f3e33)],
1072
+ ["redrobin", fromHex(0x80341f)],
1073
+ ["burntumber", fromHex(0x8a3324)],
1074
+ ["stiletto", fromHex(0x9c3336)],
1075
+ ["oldbrick", fromHex(0x901e1e)],
1076
+ ["paprika", fromHex(0x8d0226)],
1077
+ ["monarch", fromHex(0x8b0723)],
1078
+ ["merlot", fromHex(0x831923)],
1079
+ ["falured", fromHex(0x801818)],
1080
+ ["pohutukawa", fromHex(0x8f021c)],
1081
+ ["reddevil", fromHex(0x860111)],
1082
+ ["maroon", fromHex(0x800000)],
1083
+ ["redberry", fromHex(0x8e0000)],
1084
+ ["totempole", fromHex(0x991b07)],
1085
+ ["tamarillo", fromHex(0x991613)],
1086
+ ["mexicanred", fromHex(0xa72525)],
1087
+ ["tabasco", fromHex(0xa02712)],
1088
+ ["roofterracotta", fromHex(0xa62f20)],
1089
+ ["cognac", fromHex(0x9f381d)],
1090
+ ["prairiesand", fromHex(0x9a3820)],
1091
+ ["cumin", fromHex(0x924321)],
1092
+ ["paarl", fromHex(0xa65529)],
1093
+ ["mojo", fromHex(0xc04737)],
1094
+ ["chestnut", fromHex(0xb94e48)],
1095
+ ["crail", fromHex(0xb95140)],
1096
+ ["brownrust", fromHex(0xaf593e)],
1097
+ ["matrix", fromHex(0xb05d54)],
1098
+ ["appleblossom", fromHex(0xaf4d43)],
1099
+ ["mediumcarmine", fromHex(0xaf4035)],
1100
+ ["wellread", fromHex(0xb43332)],
1101
+ ["copperrust", fromHex(0x944747)],
1102
+ ["hippiepink", fromHex(0xae4560)],
1103
+ ["blush", fromHex(0xb44668)],
1104
+ ["cadillac", fromHex(0xb04c6a)],
1105
+ ["vinrouge", fromHex(0x983d61)],
1106
+ ["nightshadz", fromHex(0xaa375a)],
1107
+ ["rouge", fromHex(0xa23b6c)],
1108
+ ["solidpink", fromHex(0x893843)],
1109
+ ["tosca", fromHex(0x8d3f3f)],
1110
+ ["lotus", fromHex(0x863c3c)],
1111
+ ["camelot", fromHex(0x893456)],
1112
+ ["tawnyport", fromHex(0x692545)],
1113
+ ["claret", fromHex(0x7f1734)],
1114
+ ["siren", fromHex(0x7a013a)],
1115
+ ["disco", fromHex(0x871550)],
1116
+ ["rosebudcherry", fromHex(0x800b47)],
1117
+ ["lipstick", fromHex(0xab0563)],
1118
+ ["jazzberryjam", fromHex(0xa50b5e)],
1119
+ ["hibiscus", fromHex(0xb6316c)],
1120
+ ["razzmatazz", fromHex(0xe30b5c)],
1121
+ ["shiraz", fromHex(0xb20931)],
1122
+ ["cardinal", fromHex(0xc41e3a)],
1123
+ ["maroonflush", fromHex(0xc32148)],
1124
+ ["brickred", fromHex(0xc62d42)],
1125
+ ["flushmahogany", fromHex(0xca3435)],
1126
+ ["persianred", fromHex(0xcc3333)],
1127
+ ["alizarincrimson", fromHex(0xe32636)],
1128
+ ["crimson", fromHex(0xdc143c)],
1129
+ ["monza", fromHex(0xc7031e)],
1130
+ ["tallpoppy", fromHex(0xb32d29)],
1131
+ ["sangria", fromHex(0x92000a)],
1132
+ ["carmine", fromHex(0x960018)],
1133
+ ["scarlett", fromHex(0x950015)],
1134
+ ["burgundy", fromHex(0x900020)],
1135
+ ["brightred", fromHex(0xb10000)],
1136
+ ["guardsmanred", fromHex(0xba0101)],
1137
+ ["milanored", fromHex(0xb81104)],
1138
+ ["thunderbird", fromHex(0xc02b18)],
1139
+ ["red", fromHex(0xff0000)],
1140
+ ["torchred", fromHex(0xfd0e35)],
1141
+ ["sunsetorange", fromHex(0xfe4c40)],
1142
+ ["redorange", fromHex(0xff3f34)],
1143
+ ["coralred", fromHex(0xff4040)],
1144
+ ["scarlet", fromHex(0xff2400)],
1145
+ ["vermilion", fromHex(0xff4d00)],
1146
+ ["internationalorange", fromHex(0xff4f00)],
1147
+ ["trinidad", fromHex(0xe64e03)],
1148
+ ["grenadier", fromHex(0xd54600)],
1149
+ ["pomegranate", fromHex(0xf34723)],
1150
+ ["flamingo", fromHex(0xf2552a)],
1151
+ ["outrageousorange", fromHex(0xff6037)],
1152
+ ["orange", fromHex(0xff681f)],
1153
+ ["blazeorange", fromHex(0xff6600)],
1154
+ ["burntorange", fromHex(0xcc5500)],
1155
+ ["tenn", fromHex(0xcd5700)],
1156
+ ["bamboo", fromHex(0xda6304)],
1157
+ ["clementine", fromHex(0xe96e00)],
1158
+ ["orangeroughy", fromHex(0xc45719)],
1159
+ ["piper", fromHex(0xc96323)],
1160
+ ["hotcinnamon", fromHex(0xd2691e)],
1161
+ ["christine", fromHex(0xe7730a)],
1162
+ ["mangotango", fromHex(0xe77200)],
1163
+ ["redstage", fromHex(0xd05f04)],
1164
+ ["indochine", fromHex(0xc26b03)],
1165
+ ["meteor", fromHex(0xd07d12)],
1166
+ ["ochre", fromHex(0xcc7722)],
1167
+ ["brandypunch", fromHex(0xcd8429)],
1168
+ ["maitai", fromHex(0xb06608)],
1169
+ ["bourbon", fromHex(0xba6f1e)],
1170
+ ["copper", fromHex(0xb87333)],
1171
+ ["mandalay", fromHex(0xad781b)],
1172
+ ["butteredrum", fromHex(0xa1750d)],
1173
+ ["marigold", fromHex(0xb98d28)],
1174
+ ["hottoddy", fromHex(0xb38007)],
1175
+ ["pirategold", fromHex(0xba7f03)],
1176
+ ["gamboge", fromHex(0xe49b0f)],
1177
+ ["treepoppy", fromHex(0xfc9c1d)],
1178
+ ["orangepeel", fromHex(0xffa000)],
1179
+ ["weborange", fromHex(0xffa500)],
1180
+ ["california", fromHex(0xfe9d04)],
1181
+ ["fuelyellow", fromHex(0xeca927)],
1182
+ ["goldengrass", fromHex(0xdaa520)],
1183
+ ["geebung", fromHex(0xd18f1b)],
1184
+ ["pizza", fromHex(0xc99415)],
1185
+ ["tussock", fromHex(0xc5994b)],
1186
+ ["sandybrown", fromHex(0xf4a460)],
1187
+ ["tanhide", fromHex(0xfa9d5a)],
1188
+ ["goldenbell", fromHex(0xe28913)],
1189
+ ["dixie", fromHex(0xe29418)],
1190
+ ["carrotorange", fromHex(0xed9121)],
1191
+ ["firebush", fromHex(0xe89928)],
1192
+ ["sunshade", fromHex(0xff9e2c)],
1193
+ ["seabuckthorn", fromHex(0xfba129)],
1194
+ ["neoncarrot", fromHex(0xff9933)],
1195
+ ["tango", fromHex(0xed7a1c)],
1196
+ ["tahitigold", fromHex(0xe97c07)],
1197
+ ["zest", fromHex(0xe5841b)],
1198
+ ["jaffa", fromHex(0xef863f)],
1199
+ ["coral", fromHex(0xff7f50)],
1200
+ ["crusta", fromHex(0xfd7b33)],
1201
+ ["burningorange", fromHex(0xff7034)],
1202
+ ["pumpkin", fromHex(0xff7518)],
1203
+ ["ecstasy", fromHex(0xfa7814)],
1204
+ ["westside", fromHex(0xff910f)],
1205
+ ["pizazz", fromHex(0xff9000)],
1206
+ ["tangerine", fromHex(0xf28500)],
1207
+ ["golddrop", fromHex(0xf18200)],
1208
+ ["chileanfire", fromHex(0xf77703)],
1209
+ ["sorbus", fromHex(0xfd7c07)],
1210
+ ["flamenco", fromHex(0xff7d07)],
1211
+ ["flushorange", fromHex(0xff7f00)],
1212
+ ["yelloworange", fromHex(0xffae42)],
1213
+ ["texasrose", fromHex(0xffb555)],
1214
+ ["rajah", fromHex(0xf7b668)],
1215
+ ["koromiko", fromHex(0xffbd5f)],
1216
+ ["goldentainoi", fromHex(0xffcc5c)],
1217
+ ["saffronmango", fromHex(0xf9bf58)],
1218
+ ["casablanca", fromHex(0xf8b853)],
1219
+ ["tuliptree", fromHex(0xeab33b)],
1220
+ ["buttercup", fromHex(0xf3ad16)],
1221
+ ["lightningyellow", fromHex(0xfcc01e)],
1222
+ ["selectiveyellow", fromHex(0xffba00)],
1223
+ ["mysin", fromHex(0xffb31f)],
1224
+ ["amber", fromHex(0xffbf00)],
1225
+ ["sun", fromHex(0xfbac13)],
1226
+ ["yellowsea", fromHex(0xfea904)],
1227
+ ["lightapricot", fromHex(0xfdd5b1)],
1228
+ ["tutu", fromHex(0xfff1f9)],
1229
+ ["remy", fromHex(0xfeebf3)],
1230
+ ["pastelpink", fromHex(0xffd1dc)],
1231
+ ["cosmos", fromHex(0xffd8d9)],
1232
+ ["palerose", fromHex(0xffe1f2)],
1233
+ ["pigpink", fromHex(0xfdd7e4)],
1234
+ ["cherub", fromHex(0xf8d9e9)],
1235
+ ["wepeep", fromHex(0xf7dbe6)],
1236
+ ["underagepink", fromHex(0xf9e6f4)],
1237
+ ["amour", fromHex(0xf9eaf3)],
1238
+ ["carouselpink", fromHex(0xf9e0ed)],
1239
+ ["prim", fromHex(0xf0e2ec)],
1240
+ ["pippin", fromHex(0xffe1df)],
1241
+ ["cinderella", fromHex(0xfde1dc)],
1242
+ ["vanillaice", fromHex(0xf3d9df)],
1243
+ ["tuftbush", fromHex(0xffddcd)],
1244
+ ["watusi", fromHex(0xffddcf)],
1245
+ ["peachschnapps", fromHex(0xffdcd6)],
1246
+ ["mandyspink", fromHex(0xf2c3b2)],
1247
+ ["desertsand", fromHex(0xedc9af)],
1248
+ ["justright", fromHex(0xeccdb9)],
1249
+ ["beautybush", fromHex(0xeec1be)],
1250
+ ["oysterpink", fromHex(0xe9cecd)],
1251
+ ["duststorm", fromHex(0xe5ccc9)],
1252
+ ["lola", fromHex(0xdfcfdb)],
1253
+ ["twilight", fromHex(0xe4cfde)],
1254
+ ["melanie", fromHex(0xe4c2d5)],
1255
+ ["azalea", fromHex(0xf7c8da)],
1256
+ ["cupid", fromHex(0xfbbeda)],
1257
+ ["pink", fromHex(0xffc0cb)],
1258
+ ["yourpink", fromHex(0xffc3c0)],
1259
+ ["sundown", fromHex(0xffb1b3)],
1260
+ ["cornflowerlilac", fromHex(0xffb0ac)],
1261
+ ["rosebud", fromHex(0xfbb2a3)],
1262
+ ["melon", fromHex(0xfebaad)],
1263
+ ["blossom", fromHex(0xdcb4bc)],
1264
+ ["cavernpink", fromHex(0xe3bebe)],
1265
+ ["pinkflare", fromHex(0xe1c0c8)],
1266
+ ["coldturkey", fromHex(0xcebaba)],
1267
+ ["clamshell", fromHex(0xd4b6af)],
1268
+ ["rosefog", fromHex(0xe7bcb4)],
1269
+ ["shilo", fromHex(0xe8b9b3)],
1270
+ ["zinnwaldite", fromHex(0xebc2af)],
1271
+ ["cashmere", fromHex(0xe6bea5)],
1272
+ ["cameo", fromHex(0xd9b99b)],
1273
+ ["goldsand", fromHex(0xe6be8a)],
1274
+ ["pancho", fromHex(0xedcdab)],
1275
+ ["romantic", fromHex(0xffd2b7)],
1276
+ ["apricotpeach", fromHex(0xfbceb1)],
1277
+ ["corvette", fromHex(0xfad3a2)],
1278
+ ["flesh", fromHex(0xffcba4)],
1279
+ ["manhattan", fromHex(0xf5c999)],
1280
+ ["peachorange", fromHex(0xffcc99)],
1281
+ ["grandis", fromHex(0xffd38c)],
1282
+ ["chardonnay", fromHex(0xffcd8c)],
1283
+ ["tacao", fromHex(0xedb381)],
1284
+ ["porsche", fromHex(0xeaae69)],
1285
+ ["macaroniandcheese", fromHex(0xffb97b)],
1286
+ ["hitpink", fromHex(0xffab81)],
1287
+ ["waxflower", fromHex(0xffc0a8)],
1288
+ ["monalisa", fromHex(0xffa194)],
1289
+ ["cottoncandy", fromHex(0xffb7d5)],
1290
+ ["carnationpink", fromHex(0xffa6c9)],
1291
+ ["illusion", fromHex(0xf6a4c9)],
1292
+ ["wewak", fromHex(0xf19bab)],
1293
+ ["mauvelous", fromHex(0xf091a9)],
1294
+ ["carissma", fromHex(0xea88a8)],
1295
+ ["ticklemepink", fromHex(0xfc80a5)],
1296
+ ["deepblush", fromHex(0xe47698)],
1297
+ ["froly", fromHex(0xf57584)],
1298
+ ["newyorkpink", fromHex(0xd7837f)],
1299
+ ["seapink", fromHex(0xed989e)],
1300
+ ["sweetpink", fromHex(0xfd9fa2)],
1301
+ ["pinksalmon", fromHex(0xff91a4)],
1302
+ ["geraldine", fromHex(0xfb8989)],
1303
+ ["salmon", fromHex(0xff8c69)],
1304
+ ["atomictangerine", fromHex(0xff9966)],
1305
+ ["apricot", fromHex(0xeb9373)],
1306
+ ["vividtangerine", fromHex(0xff9980)],
1307
+ ["tonyspink", fromHex(0xe79f8c)],
1308
+ ["copperfield", fromHex(0xda8a67)],
1309
+ ["antiquebrass", fromHex(0xc88a65)],
1310
+ ["burningsand", fromHex(0xd99376)],
1311
+ ["diserria", fromHex(0xdb995e)],
1312
+ ["twine", fromHex(0xc2955d)],
1313
+ ["whiskey", fromHex(0xd59a6f)],
1314
+ ["tumbleweed", fromHex(0xdea681)],
1315
+ ["eunry", fromHex(0xcfa39d)],
1316
+ ["careyspink", fromHex(0xd29eaa)],
1317
+ ["mypink", fromHex(0xd69188)],
1318
+ ["petiteorchid", fromHex(0xdb9690)],
1319
+ ["orientalpink", fromHex(0xc69191)],
1320
+ ["puce", fromHex(0xcc8899)],
1321
+ ["cancan", fromHex(0xd591a4)],
1322
+ ["viola", fromHex(0xcb8fa9)],
1323
+ ["thatch", fromHex(0xb69d98)],
1324
+ ["delrio", fromHex(0xb09a95)],
1325
+ ["dustygray", fromHex(0xa8989b)],
1326
+ ["quicksand", fromHex(0xbd978e)],
1327
+ ["sandrift", fromHex(0xab917a)],
1328
+ ["pharlap", fromHex(0xa3807b)],
1329
+ ["venus", fromHex(0x928590)],
1330
+ ["oldrose", fromHex(0xc08081)],
1331
+ ["brandyrose", fromHex(0xbb8983)],
1332
+ ["coraltree", fromHex(0xa86b6b)],
1333
+ ["turkishrose", fromHex(0xb57281)],
1334
+ ["bazaar", fromHex(0x98777b)],
1335
+ ["mountbattenpink", fromHex(0x997a8d)],
1336
+ ["mamba", fromHex(0x8e8190)],
1337
+ ["hemp", fromHex(0x907874)],
1338
+ ["almondfrost", fromHex(0x907b71)],
1339
+ ["toast", fromHex(0x9a6e61)],
1340
+ ["leather", fromHex(0x967059)],
1341
+ ["sandal", fromHex(0xaa8d6f)],
1342
+ ["driftwood", fromHex(0xaf8751)],
1343
+ ["muddywaters", fromHex(0xb78e5c)],
1344
+ ["limedoak", fromHex(0xac8a56)],
1345
+ ["rawsienna", fromHex(0xd27d46)],
1346
+ ["santafe", fromHex(0xb16d52)],
1347
+ ["japonica", fromHex(0xd87c63)],
1348
+ ["reddamask", fromHex(0xda6a41)],
1349
+ ["tuscany", fromHex(0xbd5e2e)],
1350
+ ["flamepea", fromHex(0xda5b38)],
1351
+ ["burntsienna", fromHex(0xe97451)],
1352
+ ["terracotta", fromHex(0xe2725b)],
1353
+ ["roman", fromHex(0xde6360)],
1354
+ ["sunglo", fromHex(0xe16865)],
1355
+ ["chestnutrose", fromHex(0xcd5c5c)],
1356
+ ["fuzzywuzzybrown", fromHex(0xc45655)],
1357
+ ["contessa", fromHex(0xc6726b)],
1358
+ ["charm", fromHex(0xd47494)],
1359
+ ["tapestry", fromHex(0xb05e81)],
1360
+ ["cranberry", fromHex(0xdb5079)],
1361
+ ["cabaret", fromHex(0xd94972)],
1362
+ ["cerisered", fromHex(0xde3163)],
1363
+ ["violetred", fromHex(0xf7468a)],
1364
+ ["frenchrose", fromHex(0xf64a8a)],
1365
+ ["wildwatermelon", fromHex(0xfd5b78)],
1366
+ ["brinkpink", fromHex(0xfb607f)],
1367
+ ["bittersweet", fromHex(0xfe6f5e)],
1368
+ ["persimmon", fromHex(0xff6b53)],
1369
+ ["cinnabar", fromHex(0xe34234)],
1370
+ ["punch", fromHex(0xdc4333)],
1371
+ ["valencia", fromHex(0xd84437)],
1372
+ ["mandy", fromHex(0xe25465)],
1373
+ ["carnation", fromHex(0xf95a61)],
1374
+ ["radicalred", fromHex(0xff355e)],
1375
+ ["amaranth", fromHex(0xe52b50)],
1376
+ ["redribbon", fromHex(0xed0a3f)],
1377
+ ["wildstrawberry", fromHex(0xff3399)],
1378
+ ["rose", fromHex(0xff007f)],
1379
+ ["hollywoodcerise", fromHex(0xf400a1)],
1380
+ ["persianrose", fromHex(0xfe28a2)],
1381
+ ["shockingpink", fromHex(0xfc0fc0)],
1382
+ ["purplepizzazz", fromHex(0xff00cc)],
1383
+ ["razzledazzlerose", fromHex(0xff33cc)],
1384
+ ["fuchsiapink", fromHex(0xc154c1)],
1385
+ ["heliotrope", fromHex(0xdf73ff)],
1386
+ ["pinkflamingo", fromHex(0xff66ff)],
1387
+ ["blushpink", fromHex(0xff6fff)],
1388
+ ["lavendermagenta", fromHex(0xee82ee)],
1389
+ ["orchid", fromHex(0xda70d6)],
1390
+ ["hotpink", fromHex(0xff69b4)],
1391
+ ["persianpink", fromHex(0xf77fbe)],
1392
+ ["magenta", fromHex(0xf653a6)],
1393
+ ["cerise", fromHex(0xda3287)],
1394
+ ["mulberry", fromHex(0xc54b8c)],
1395
+ ["hopbush", fromHex(0xd06da1)],
1396
+ ["amethyst", fromHex(0x9966cc)],
1397
+ ["mediumpurple", fromHex(0x9370db)],
1398
+ ["truev", fromHex(0x8a73d6)],
1399
+ ["lavender", fromHex(0xb57edc)],
1400
+ ["lilacbush", fromHex(0x9874d3)],
1401
+ ["chetwodeblue", fromHex(0x8581d9)],
1402
+ ["moodyblue", fromHex(0x7f76d3)],
1403
+ ["cornflowerblue", fromHex(0x6495ed)],
1404
+ ["mobster", fromHex(0x7f7589)],
1405
+ ["lavenderpurple", fromHex(0x967bb6)],
1406
+ ["purplemountainsmajesty", fromHex(0x9678b6)],
1407
+ ["wisteria", fromHex(0x9771b5)],
1408
+ ["bouquet", fromHex(0xae809e)],
1409
+ ["bluebell", fromHex(0x9999cc)],
1410
+ ["coldpurple", fromHex(0xaba0d9)],
1411
+ ["amethystsmoke", fromHex(0xa397b4)],
1412
+ ["eastside", fromHex(0xac91ce)],
1413
+ ["lightwisteria", fromHex(0xc9a0dc)],
1414
+ ["lilac", fromHex(0xc8a2c8)],
1415
+ ["londonhue", fromHex(0xbea6c3)],
1416
+ ["lily", fromHex(0xc8aabf)],
1417
+ ["chatelle", fromHex(0xbdb3c7)],
1418
+ ["logan", fromHex(0xaaa9cd)],
1419
+ ["wistful", fromHex(0xa4a6d3)],
1420
+ ["portage", fromHex(0x8b9fee)],
1421
+ ["dulllavender", fromHex(0xa899e6)],
1422
+ ["bilobaflower", fromHex(0xb2a1ea)],
1423
+ ["shocking", fromHex(0xe292c0)],
1424
+ ["kobi", fromHex(0xe79fc4)],
1425
+ ["lightorchid", fromHex(0xe29cd2)],
1426
+ ["lavenderpink", fromHex(0xfbaed2)],
1427
+ ["lavenderrose", fromHex(0xfba0e3)],
1428
+ ["mauve", fromHex(0xe0b0ff)],
1429
+ ["perfume", fromHex(0xd0bef8)],
1430
+ ["melrose", fromHex(0xc7c1ff)],
1431
+ ["lavendergray", fromHex(0xbdbbd7)],
1432
+ ["maverick", fromHex(0xd8c2d5)],
1433
+ ["thistle", fromHex(0xd8bfd8)],
1434
+ ["prelude", fromHex(0xd0c0e5)],
1435
+ ["classicrose", fromHex(0xfbcce7)],
1436
+ ["chantilly", fromHex(0xf8c3df)],
1437
+ ["frenchlilac", fromHex(0xecc7ee)],
1438
+ ["snuff", fromHex(0xe2d8ed)],
1439
+ ["moonraker", fromHex(0xd6cef6)],
1440
+ ["fog", fromHex(0xd7d0ff)],
1441
+ ["periwinkle", fromHex(0xccccff)],
1442
+ ["bluechalk", fromHex(0xf1e9ff)],
1443
+ ["pinklace", fromHex(0xffddf4)],
1444
+ ["dodgerblue", fromHex(0x1e90ff)],
1445
+ ["azureradiance", fromHex(0x007fff)],
1446
+ ["fuchsiamagenta", fromHex(0xff00ff)],
1447
+ ["electricviolet", fromHex(0x8b00ff)],
1448
+ ["blue", fromHex(0x0000ff)],
1449
+ ["purpleheart", fromHex(0x652dc1)],
1450
+ ["redviolet", fromHex(0xbb3385)],
1451
+ ["royalheath", fromHex(0xab3472)],
1452
+ ["flirt", fromHex(0xa2006d)],
1453
+ ["fresheggplant", fromHex(0x990066)],
1454
+ ["cardinalpink", fromHex(0x8c055e)],
1455
+ ["violeteggplant", fromHex(0x991199)],
1456
+ ["purple", fromHex(0x660099)],
1457
+ ["bluemarguerite", fromHex(0x7666c6)],
1458
+ ["fuchsiablue", fromHex(0x7a58c1)],
1459
+ ["blueviolet", fromHex(0x6456b7)],
1460
+ ["studio", fromHex(0x714ab2)],
1461
+ ["affair", fromHex(0x714693)],
1462
+ ["royalpurple", fromHex(0x6b3fa0)],
1463
+ ["gigas", fromHex(0x523c94)],
1464
+ ["daisybush", fromHex(0x4f2398)],
1465
+ ["seance", fromHex(0x731e8f)],
1466
+ ["eminence", fromHex(0x6c3082)],
1467
+ ["vividviolet", fromHex(0x803790)],
1468
+ ["plum", fromHex(0x843179)],
1469
+ ["finn", fromHex(0x692d54)],
1470
+ ["cosmic", fromHex(0x76395d)],
1471
+ ["cannonpink", fromHex(0x894367)],
1472
+ ["strikemaster", fromHex(0x956387)],
1473
+ ["trendypink", fromHex(0x8c6495)],
1474
+ ["kimberly", fromHex(0x736c9f)],
1475
+ ["rum", fromHex(0x796989)],
1476
+ ["saltbox", fromHex(0x685e6e)],
1477
+ ["dolphin", fromHex(0x646077)],
1478
+ ["smoky", fromHex(0x605b73)],
1479
+ ["mulledwine", fromHex(0x4e4562)],
1480
+ ["voodoo", fromHex(0x533455)],
1481
+ ["eastbay", fromHex(0x414c7d)],
1482
+ ["chambray", fromHex(0x354e8c)],
1483
+ ["sttropaz", fromHex(0x2d569b)],
1484
+ ["victoria", fromHex(0x534491)],
1485
+ ["minsk", fromHex(0x3f307f)],
1486
+ ["bayofmany", fromHex(0x273a81)],
1487
+ ["astronaut", fromHex(0x283a77)],
1488
+ ["congressblue", fromHex(0x02478e)],
1489
+ ["toryblue", fromHex(0x1450aa)],
1490
+ ["sapphire", fromHex(0x2f519e)],
1491
+ ["endeavour", fromHex(0x0056a7)],
1492
+ ["denim", fromHex(0x1560bd)],
1493
+ ["funblue", fromHex(0x1959a8)],
1494
+ ["azure", fromHex(0x315ba1)],
1495
+ ["butterflybush", fromHex(0x624e9a)],
1496
+ ["indigo", fromHex(0x4f69c6)],
1497
+ ["deluge", fromHex(0x7563a8)],
1498
+ ["scampi", fromHex(0x675fa6)],
1499
+ ["sanmarino", fromHex(0x456cac)],
1500
+ ["mariner", fromHex(0x286acd)],
1501
+ ["scienceblue", fromHex(0x0066cc)],
1502
+ ["royalblue", fromHex(0x4169e1)],
1503
+ ["ceruleanblue", fromHex(0x2a52be)],
1504
+ ["blueribbon", fromHex(0x0066ff)],
1505
+ ["governorbay", fromHex(0x2f3cb3)],
1506
+ ["persianblue", fromHex(0x1c39bb)],
1507
+ ["toreabay", fromHex(0x0f2d9e)],
1508
+ ["internationalkleinblue", fromHex(0x002fa7)],
1509
+ ["cobalt", fromHex(0x0047ab)],
1510
+ ["smalt", fromHex(0x003399)],
1511
+ ["bluegem", fromHex(0x2c0e8c)],
1512
+ ["jacksonspurple", fromHex(0x20208d)],
1513
+ ["resolutionblue", fromHex(0x002387)],
1514
+ ["ultramarine", fromHex(0x120a8f)],
1515
+ ["navyblue", fromHex(0x000080)],
1516
+ ["stratos", fromHex(0x000741)],
1517
+ ["gulfblue", fromHex(0x051657)],
1518
+ ["luckypoint", fromHex(0x1a1a68)],
1519
+ ["catalinablue", fromHex(0x062a78)],
1520
+ ["midnightblue", fromHex(0x003366)],
1521
+ ["jacarta", fromHex(0x3a2a6a)],
1522
+ ["deepsapphire", fromHex(0x082567)],
1523
+ ["downriver", fromHex(0x092256)],
1524
+ ["madison", fromHex(0x09255d)],
1525
+ ["bluezodiac", fromHex(0x13264d)],
1526
+ ["portgore", fromHex(0x251f4f)],
1527
+ ["bunting", fromHex(0x151f4c)],
1528
+ ["valhalla", fromHex(0x2b194f)],
1529
+ ["valentino", fromHex(0x350e42)],
1530
+ ["grape", fromHex(0x381a51)],
1531
+ ["bossanova", fromHex(0x4e2a5a)],
1532
+ ["biscay", fromHex(0x1b3162)],
1533
+ ["cloudburst", fromHex(0x202e54)],
1534
+ ["martinique", fromHex(0x363050)],
1535
+ ["blackcurrant", fromHex(0x32293a)],
1536
+ ["bastille", fromHex(0x292130)],
1537
+ ["steelgray", fromHex(0x262335)],
1538
+ ["bleachedcedar", fromHex(0x2c2133)],
1539
+ ["revolver", fromHex(0x2c1632)],
1540
+ ["blackrussian", fromHex(0x0a001c)],
1541
+ ["blackrock", fromHex(0x0d0332)],
1542
+ ["tangaroa", fromHex(0x03163c)],
1543
+ ["haiti", fromHex(0x1b1035)],
1544
+ ["deepcove", fromHex(0x051040)],
1545
+ ["violet", fromHex(0x240a40)],
1546
+ ["melanzane", fromHex(0x300529)],
1547
+ ["jacaranda", fromHex(0x2e0329)],
1548
+ ["mardigras", fromHex(0x350036)],
1549
+ ["blackberry", fromHex(0x4d0135)],
1550
+ ["loulou", fromHex(0x460b41)],
1551
+ ["barossa", fromHex(0x44012d)],
1552
+ ["pompadour", fromHex(0x660045)],
1553
+ ["clairvoyant", fromHex(0x480656)],
1554
+ ["ripeplum", fromHex(0x410056)],
1555
+ ["violentviolet", fromHex(0x290c5e)],
1556
+ ["jagger", fromHex(0x350e57)],
1557
+ ["scarletgum", fromHex(0x431560)],
1558
+ ["meteorite", fromHex(0x3c1f76)],
1559
+ ["honeyflower", fromHex(0x4f1c70)],
1560
+ ["kingfisherdaisy", fromHex(0x3e0480)],
1561
+ ["pigmentindigo", fromHex(0x4b0082)],
1562
+ ["deepkoamaru", fromHex(0x1b127b)],
1563
+ ["parism", fromHex(0x26056a)],
1564
+ ["paua", fromHex(0x260368)],
1565
+ ["arapawa", fromHex(0x110c6c)],
1566
+ ["deepblue", fromHex(0x220878)],
1567
+ ["persianindigo", fromHex(0x32127a)],
1568
+ ["windsor", fromHex(0x3c0878)],
1569
+ ["bluediamond", fromHex(0x380474)],
1570
+ ["christalle", fromHex(0x33036b)],
1571
+ ["cherrypie", fromHex(0x2a0359)],
1572
+ ["tolopea", fromHex(0x1b0245)],
1573
+ ["darkblue", fromHex(0x0000c8)]
1574
+ ]);
1575
+ export default ntc;
1576
+ //# sourceMappingURL=ntc.js.map