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