@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,1390 @@
1
+ import type Rgb from "../types/Rgb.js";
2
+ import fromHex from "../utility/hexToRgb.js";
3
+
4
+ /**
5
+ * Resene-2010 Paint Colors. Identical to Resene-2007 Paint Colors aside from "aluminum," "chamois," and "mahogany." The whitepoint and blackpoint have been moderated since the 2001 version. Excellent source for surface colors.
6
+ * @see {@link https://people.csail.mit.edu/jaffer/Color/Dictionaries#resene-2010 | Color-Name Dictionaries}
7
+ * @public
8
+ */
9
+ const resene: Map<string, Rgb> = new Map<string, Rgb>([
10
+ ["kaitokegreen", fromHex(0x245336)],
11
+ ["countygreen", fromHex(0x1b4b35)],
12
+ ["zuccini", fromHex(0x17462e)],
13
+ ["nordic", fromHex(0x1d393c)],
14
+ ["sherpablue", fromHex(0x00494e)],
15
+ ["tealblue", fromHex(0x254855)],
16
+ ["bluedianne", fromHex(0x35514f)],
17
+ ["firefly", fromHex(0x314643)],
18
+ ["gablegreen", fromHex(0x2c4641)],
19
+ ["daintree", fromHex(0x273f41)],
20
+ ["tiber", fromHex(0x184343)],
21
+ ["cyprus", fromHex(0x0f4645)],
22
+ ["deepteal", fromHex(0x19443c)],
23
+ ["zydeco", fromHex(0x20483f)],
24
+ ["sherwoodgreen", fromHex(0x1b4636)],
25
+ ["englishholly", fromHex(0x274234)],
26
+ ["everglade", fromHex(0x264334)],
27
+ ["bottlegreen", fromHex(0x254636)],
28
+ ["bush", fromHex(0x254636)],
29
+ ["burnham", fromHex(0x234537)],
30
+ ["celtic", fromHex(0x2b3f36)],
31
+ ["timbergreen", fromHex(0x324336)],
32
+ ["forestgreen", fromHex(0x334231)],
33
+ ["tepapagreen", fromHex(0x2b4b40)],
34
+ ["goblin", fromHex(0x34533d)],
35
+ ["mallard", fromHex(0x3a4531)],
36
+ ["palmleaf", fromHex(0x36482f)],
37
+ ["seaweed", fromHex(0x37412a)],
38
+ ["olivegreen", fromHex(0x353f2a)],
39
+ ["deepfir", fromHex(0x193925)],
40
+ ["cardingreen", fromHex(0x1b3427)],
41
+ ["palmgreen", fromHex(0x20392c)],
42
+ ["holly", fromHex(0x25342b)],
43
+ ["blackbean", fromHex(0x232e26)],
44
+ ["gordonsgreen", fromHex(0x29332b)],
45
+ ["blackforest", fromHex(0x2c3227)],
46
+ ["pinetree", fromHex(0x2a2f23)],
47
+ ["huntergreen", fromHex(0x2f3125)],
48
+ ["eternity", fromHex(0x2d2f28)],
49
+ ["rangoongreen", fromHex(0x2b2e25)],
50
+ ["marshland", fromHex(0x2b2e26)],
51
+ ["greenwaterloo", fromHex(0x2c2d24)],
52
+ ["karaka", fromHex(0x2d2d24)],
53
+ ["banjul", fromHex(0x34322d)],
54
+ ["acadia", fromHex(0x35312c)],
55
+ ["darkebony", fromHex(0x37312b)],
56
+ ["creole", fromHex(0x393227)],
57
+ ["graphite", fromHex(0x383428)],
58
+ ["blackmagic", fromHex(0x332c22)],
59
+ ["cannonblack", fromHex(0x332c22)],
60
+ ["cocoabrown", fromHex(0x35281e)],
61
+ ["cola", fromHex(0x3c2f23)],
62
+ ["sambuca", fromHex(0x3b2e25)],
63
+ ["treehouse", fromHex(0x3c342e)],
64
+ ["deepoak", fromHex(0x3d322c)],
65
+ ["sepia", fromHex(0x3a2f2d)],
66
+ ["coffeebean", fromHex(0x362d26)],
67
+ ["cubantan", fromHex(0x362d26)],
68
+ ["marlin", fromHex(0x362d26)],
69
+ ["woodbark", fromHex(0x302621)],
70
+ ["asphalt", fromHex(0x2a2922)],
71
+ ["maire", fromHex(0x2a2922)],
72
+ ["junglegreen", fromHex(0x292924)],
73
+ ["clinker", fromHex(0x463623)],
74
+ ["woodburn", fromHex(0x463629)],
75
+ ["jackobean", fromHex(0x413628)],
76
+ ["birch", fromHex(0x3f3726)],
77
+ ["mikado", fromHex(0x3f3623)],
78
+ ["ashbrown", fromHex(0x493f2f)],
79
+ ["onion", fromHex(0x48412b)],
80
+ ["madras", fromHex(0x473e23)],
81
+ ["greenkelp", fromHex(0x393d2a)],
82
+ ["woodrush", fromHex(0x45402b)],
83
+ ["waiouru", fromHex(0x4c4e31)],
84
+ ["camouflage", fromHex(0x4f4d32)],
85
+ ["thatchgreen", fromHex(0x544e31)],
86
+ ["punga", fromHex(0x534931)],
87
+ ["deepbronze", fromHex(0x51412d)],
88
+ ["tumbleweed", fromHex(0x4b412a)],
89
+ ["metallicbronze", fromHex(0x554a3c)],
90
+ ["paco", fromHex(0x4f4037)],
91
+ ["spaceshuttle", fromHex(0x4b433b)],
92
+ ["gravel", fromHex(0x4a4b46)],
93
+ ["heavymetal", fromHex(0x46473e)],
94
+ ["logcabin", fromHex(0x393e2e)],
95
+ ["scrub", fromHex(0x3d4031)],
96
+ ["rangitoto", fromHex(0x3a4133)],
97
+ ["elpaso", fromHex(0x39392c)],
98
+ ["touchwood", fromHex(0x3a372e)],
99
+ ["blackpepper", fromHex(0x3c3731)],
100
+ ["blackwood", fromHex(0x3f372e)],
101
+ ["tobago", fromHex(0x44362d)],
102
+ ["slugger", fromHex(0x42342b)],
103
+ ["darkrum", fromHex(0x45362b)],
104
+ ["bronze", fromHex(0x493b2f)],
105
+ ["englishwalnut", fromHex(0x473b2f)],
106
+ ["eclipse", fromHex(0x3f3939)],
107
+ ["jon", fromHex(0x463d3e)],
108
+ ["shark", fromHex(0x34363a)],
109
+ ["vulcan", fromHex(0x36383c)],
110
+ ["balticsea", fromHex(0x3c3d3e)],
111
+ ["montana", fromHex(0x393b3c)],
112
+ ["fuscousgrey", fromHex(0x3c3b3c)],
113
+ ["kilamanjaro", fromHex(0x3a3532)],
114
+ ["mirage", fromHex(0x373f43)],
115
+ ["mineshaft", fromHex(0x373e41)],
116
+ ["charade", fromHex(0x394043)],
117
+ ["zeus", fromHex(0x3b3c38)],
118
+ ["tuatara", fromHex(0x454642)],
119
+ ["corduroy", fromHex(0x404d49)],
120
+ ["armadillo", fromHex(0x484a46)],
121
+ ["thunder", fromHex(0x4d4d4b)],
122
+ ["matterhorn", fromHex(0x524b4b)],
123
+ ["emperor", fromHex(0x50494a)],
124
+ ["bleachedcedar", fromHex(0x454647)],
125
+ ["steelgrey", fromHex(0x43464b)],
126
+ ["tuna", fromHex(0x46494e)],
127
+ ["gunpowder", fromHex(0x484753)],
128
+ ["rhino", fromHex(0x3d4653)],
129
+ ["bluezodiac", fromHex(0x3c4354)],
130
+ ["cello", fromHex(0x3a4e5f)],
131
+ ["atomic", fromHex(0x3d4b52)],
132
+ ["deepcove", fromHex(0x3a4e58)],
133
+ ["bigstone", fromHex(0x334046)],
134
+ ["nileblue", fromHex(0x253f4e)],
135
+ ["greenvogue", fromHex(0x23414e)],
136
+ ["tarawera", fromHex(0x253c48)],
137
+ ["licorice", fromHex(0x2e3749)],
138
+ ["cloudburst", fromHex(0x353e4f)],
139
+ ["blackmarlin", fromHex(0x383740)],
140
+ ["revolver", fromHex(0x37363f)],
141
+ ["grape", fromHex(0x413d4b)],
142
+ ["blackrock", fromHex(0x2c2d3c)],
143
+ ["haiti", fromHex(0x2c2a35)],
144
+ ["lividbrown", fromHex(0x312a29)],
145
+ ["diesel", fromHex(0x322c2b)],
146
+ ["nightrider", fromHex(0x332e2e)],
147
+ ["gondola", fromHex(0x373332)],
148
+ ["crowshead", fromHex(0x32312e)],
149
+ ["codgrey", fromHex(0x2d3032)],
150
+ ["bunker", fromHex(0x292c2f)],
151
+ ["bluecharcoal", fromHex(0x262b2f)],
152
+ ["bastille", fromHex(0x2c2c32)],
153
+ ["woodybay", fromHex(0x33343a)],
154
+ ["ebony", fromHex(0x313337)],
155
+ ["ebonyclay", fromHex(0x323438)],
156
+ ["gunmetal", fromHex(0x2c3539)],
157
+ ["oxfordblue", fromHex(0x28353a)],
158
+ ["swamp", fromHex(0x252f2f)],
159
+ ["oil", fromHex(0x313330)],
160
+ ["woodsmoke", fromHex(0x2b3230)],
161
+ ["aztec", fromHex(0x293432)],
162
+ ["midnightmoss", fromHex(0x242e28)],
163
+ ["racinggreen", fromHex(0x232f2c)],
164
+ ["bluewhale", fromHex(0x1e3442)],
165
+ ["mosaic", fromHex(0x293741)],
166
+ ["elephant", fromHex(0x243640)],
167
+ ["midnight", fromHex(0x21303e)],
168
+ ["tangaroa", fromHex(0x1e2f3c)],
169
+ ["cinder", fromHex(0x242a2e)],
170
+ ["blackpearl", fromHex(0x1e272c)],
171
+ ["bluebark", fromHex(0x1e272c)],
172
+ ["blackrussian", fromHex(0x24252b)],
173
+ ["jaguar", fromHex(0x29292f)],
174
+ ["nero", fromHex(0x252525)],
175
+ ["bokaragrey", fromHex(0x2a2725)],
176
+ ["outerspace", fromHex(0x1f263b)],
177
+ ["midnightexpress", fromHex(0x21263a)],
178
+ ["stratos", fromHex(0x21263a)],
179
+ ["prussianblue", fromHex(0x192f41)],
180
+ ["bunting", fromHex(0x2b3449)],
181
+ ["downriver", fromHex(0x2a344a)],
182
+ ["capri", fromHex(0x30436a)],
183
+ ["bondiblue", fromHex(0x26416b)],
184
+ ["catalinablue", fromHex(0x273c5a)],
185
+ ["cobalt", fromHex(0x273c5a)],
186
+ ["covegrey", fromHex(0x343f5c)],
187
+ ["gulfblue", fromHex(0x343f5c)],
188
+ ["biscay", fromHex(0x2f3c53)],
189
+ ["madison", fromHex(0x2d3c54)],
190
+ ["astronautblue", fromHex(0x214559)],
191
+ ["regalblue", fromHex(0x203f58)],
192
+ ["arapawa", fromHex(0x274a5d)],
193
+ ["chambray", fromHex(0x475877)],
194
+ ["astronaut", fromHex(0x445172)],
195
+ ["eastbay", fromHex(0x47526e)],
196
+ ["bahamablue", fromHex(0x25597f)],
197
+ ["matisse", fromHex(0x365c7d)],
198
+ ["veniceblue", fromHex(0x2c5778)],
199
+ ["sttropaz", fromHex(0x325482)],
200
+ ["endeavour", fromHex(0x29598b)],
201
+ ["bluelagoon", fromHex(0x00626f)],
202
+ ["blumine", fromHex(0x305c71)],
203
+ ["chathamsblue", fromHex(0x2c5971)],
204
+ ["orient", fromHex(0x255b77)],
205
+ ["allports", fromHex(0x1f6a7d)],
206
+ ["calypso", fromHex(0x3d7188)],
207
+ ["jellybean", fromHex(0x44798e)],
208
+ ["astral", fromHex(0x376f89)],
209
+ ["hippieblue", fromHex(0x49889a)],
210
+ ["curiousblue", fromHex(0x3d85b8)],
211
+ ["lochmara", fromHex(0x316ea0)],
212
+ ["sanmarino", fromHex(0x4e6c9d)],
213
+ ["azure", fromHex(0x4e699a)],
214
+ ["havelockblue", fromHex(0x5784c1)],
215
+ ["waikawagrey", fromHex(0x5b6e91)],
216
+ ["kashmirblue", fromHex(0x576d8e)],
217
+ ["wedgewood", fromHex(0x4c6b88)],
218
+ ["topaz", fromHex(0x817c87)],
219
+ ["monsoon", fromHex(0x7a7679)],
220
+ ["dovegrey", fromHex(0x777672)],
221
+ ["stormgrey", fromHex(0x747880)],
222
+ ["regentgrey", fromHex(0x798488)],
223
+ ["boulder", fromHex(0x7c817c)],
224
+ ["rollingstone", fromHex(0x6d7876)],
225
+ ["pigeonpost", fromHex(0x77848e)],
226
+ ["lynch", fromHex(0x697d89)],
227
+ ["hoki", fromHex(0x647d86)],
228
+ ["bluebayoux", fromHex(0x62777e)],
229
+ ["sirocco", fromHex(0x68766e)],
230
+ ["nevada", fromHex(0x666f6f)],
231
+ ["palesky", fromHex(0x636d70)],
232
+ ["midgrey", fromHex(0x666a6d)],
233
+ ["raven", fromHex(0x6f747b)],
234
+ ["aluminium", fromHex(0x76736f)],
235
+ ["scarpaflow", fromHex(0x6b6a6c)],
236
+ ["empress", fromHex(0x7c7173)],
237
+ ["dolphin", fromHex(0x6a6873)],
238
+ ["waterloo", fromHex(0x727282)],
239
+ ["smoky", fromHex(0x605d6b)],
240
+ ["comet", fromHex(0x636373)],
241
+ ["fiord", fromHex(0x4b5a62)],
242
+ ["sanjuan", fromHex(0x445761)],
243
+ ["casal", fromHex(0x3f545a)],
244
+ ["brightgrey", fromHex(0x57595d)],
245
+ ["tundora", fromHex(0x585452)],
246
+ ["mortar", fromHex(0x565051)],
247
+ ["donjuan", fromHex(0x5a4f51)],
248
+ ["shipgrey", fromHex(0x4e4e4c)],
249
+ ["capecod", fromHex(0x4e5552)],
250
+ ["mako", fromHex(0x505555)],
251
+ ["trout", fromHex(0x4c5356)],
252
+ ["darkslate", fromHex(0x465352)],
253
+ ["pickledbluewood", fromHex(0x4f5a5f)],
254
+ ["riverbed", fromHex(0x556061)],
255
+ ["limedspruce", fromHex(0x4e605e)],
256
+ ["shuttlegrey", fromHex(0x61666b)],
257
+ ["saltbox", fromHex(0x696268)],
258
+ ["scorpion", fromHex(0x6a6466)],
259
+ ["kabul", fromHex(0x6c5e53)],
260
+ ["dorado", fromHex(0x6e5f56)],
261
+ ["makara", fromHex(0x695f50)],
262
+ ["stormdust", fromHex(0x65645f)],
263
+ ["pickledaspen", fromHex(0x5b6452)],
264
+ ["chicago", fromHex(0x5b5d56)],
265
+ ["battleshipgrey", fromHex(0x51574f)],
266
+ ["millbrook", fromHex(0x595648)],
267
+ ["cabbagepont", fromHex(0x4c5544)],
268
+ ["merlin", fromHex(0x4f4e48)],
269
+ ["dune", fromHex(0x514f4a)],
270
+ ["masala", fromHex(0x57534b)],
271
+ ["smokeyash", fromHex(0x5d5952)],
272
+ ["judgegrey", fromHex(0x5d5346)],
273
+ ["saddle", fromHex(0x5d4e46)],
274
+ ["cork", fromHex(0x5a4c42)],
275
+ ["mash", fromHex(0x5a4c42)],
276
+ ["rock", fromHex(0x5a4d41)],
277
+ ["iroko", fromHex(0x5b5244)],
278
+ ["mondo", fromHex(0x554d42)],
279
+ ["lisbonbrown", fromHex(0x544f3a)],
280
+ ["panda", fromHex(0x544f3a)],
281
+ ["kelp", fromHex(0x4d503c)],
282
+ ["lunargreen", fromHex(0x4e5541)],
283
+ ["hemlock", fromHex(0x69684b)],
284
+ ["soyabean", fromHex(0x6f634b)],
285
+ ["domino", fromHex(0x6c5b4c)],
286
+ ["pinecone", fromHex(0x756556)],
287
+ ["coffee", fromHex(0x726751)],
288
+ ["peat", fromHex(0x766d52)],
289
+ ["pablo", fromHex(0x7a715c)],
290
+ ["donkeybrown", fromHex(0x816e5c)],
291
+ ["cement", fromHex(0x857158)],
292
+ ["squirrel", fromHex(0x8f7d6b)],
293
+ ["arrowtown", fromHex(0x827a67)],
294
+ ["stonewall", fromHex(0x807661)],
295
+ ["sanddune", fromHex(0x867665)],
296
+ ["americano", fromHex(0x8a7d72)],
297
+ ["hurricane", fromHex(0x8b7e77)],
298
+ ["concord", fromHex(0x827f79)],
299
+ ["sandstone", fromHex(0x786d5f)],
300
+ ["ironsidegrey", fromHex(0x706e66)],
301
+ ["flint", fromHex(0x716e61)],
302
+ ["limedash", fromHex(0x676d63)],
303
+ ["gunsmoke", fromHex(0x7a7c76)],
304
+ ["tapa", fromHex(0x7c7c72)],
305
+ ["bluesmoke", fromHex(0x78857a)],
306
+ ["olivehaze", fromHex(0x888064)],
307
+ ["granitegreen", fromHex(0x8b8265)],
308
+ ["kokoda", fromHex(0x7b785a)],
309
+ ["finch", fromHex(0x75785a)],
310
+ ["crocodile", fromHex(0x706950)],
311
+ ["siam", fromHex(0x686b50)],
312
+ ["cactus", fromHex(0x5b6f55)],
313
+ ["axolotl", fromHex(0x63775a)],
314
+ ["finlandia", fromHex(0x61755b)],
315
+ ["willowgrove", fromHex(0x69755c)],
316
+ ["xanadu", fromHex(0x75876e)],
317
+ ["cuttysark", fromHex(0x5c8173)],
318
+ ["woodland", fromHex(0x626746)],
319
+ ["tomthumb", fromHex(0x4f6348)],
320
+ ["greygreen", fromHex(0x525636)],
321
+ ["spectra", fromHex(0x375d4f)],
322
+ ["plantation", fromHex(0x3e594c)],
323
+ ["nandor", fromHex(0x4e5d4e)],
324
+ ["mineralgreen", fromHex(0x506355)],
325
+ ["stromboli", fromHex(0x406356)],
326
+ ["viridiangreen", fromHex(0x4b5f56)],
327
+ ["oracle", fromHex(0x395555)],
328
+ ["taxbreak", fromHex(0x496569)],
329
+ ["smaltblue", fromHex(0x496267)],
330
+ ["bismark", fromHex(0x486c7a)],
331
+ ["ming", fromHex(0x407577)],
332
+ ["jade", fromHex(0x40726d)],
333
+ ["breakerbay", fromHex(0x517b78)],
334
+ ["william", fromHex(0x53736f)],
335
+ ["paradiso", fromHex(0x488084)],
336
+ ["surfiegreen", fromHex(0x007b77)],
337
+ ["elm", fromHex(0x297b76)],
338
+ ["genoa", fromHex(0x31796d)],
339
+ ["atoll", fromHex(0x2b797a)],
340
+ ["seagreen", fromHex(0x1f6361)],
341
+ ["bluestone", fromHex(0x166461)],
342
+ ["mosque", fromHex(0x005f5b)],
343
+ ["eden", fromHex(0x266255)],
344
+ ["aquamarine", fromHex(0x205948)],
345
+ ["eveningsea", fromHex(0x26604f)],
346
+ ["parsley", fromHex(0x305d35)],
347
+ ["crusoe", fromHex(0x165b31)],
348
+ ["greenpea", fromHex(0x266242)],
349
+ ["greenstone", fromHex(0x246c46)],
350
+ ["killarney", fromHex(0x49764f)],
351
+ ["como", fromHex(0x4c785c)],
352
+ ["springgreen", fromHex(0x5c8a64)],
353
+ ["amazon", fromHex(0x387b54)],
354
+ ["elfgreen", fromHex(0x1b8a6b)],
355
+ ["deepsea", fromHex(0x167e65)],
356
+ ["observatory", fromHex(0x008f70)],
357
+ ["salem", fromHex(0x177b4d)],
358
+ ["jewel", fromHex(0x136843)],
359
+ ["fungreen", fromHex(0x15633d)],
360
+ ["watercourse", fromHex(0x006e4e)],
361
+ ["easternblue", fromHex(0x00879f)],
362
+ ["pelorous", fromHex(0x2599b2)],
363
+ ["scooter", fromHex(0x308ea0)],
364
+ ["viking", fromHex(0x4db1c8)],
365
+ ["pictonblue", fromHex(0x5ba0d0)],
366
+ ["bostonblue", fromHex(0x438eac)],
367
+ ["shakespeare", fromHex(0x609ab8)],
368
+ ["bermudagrey", fromHex(0x6f8c9f)],
369
+ ["shipcove", fromHex(0x7988ab)],
370
+ ["danube", fromHex(0x5b89c0)],
371
+ ["jordyblue", fromHex(0x7aaae0)],
372
+ ["rockblue", fromHex(0x93a2ba)],
373
+ ["echoblue", fromHex(0xa4afcd)],
374
+ ["poloblue", fromHex(0x8aa7cc)],
375
+ ["malibu", fromHex(0x66b7e1)],
376
+ ["seagull", fromHex(0x77b7d0)],
377
+ ["glacier", fromHex(0x78b1bf)],
378
+ ["anakiwa", fromHex(0x8cceea)],
379
+ ["sail", fromHex(0xa5ceec)],
380
+ ["tropicalblue", fromHex(0xaec9eb)],
381
+ ["spray", fromHex(0x7ecddd)],
382
+ ["waterleaf", fromHex(0xb6ecde)],
383
+ ["downy", fromHex(0x6fd2be)],
384
+ ["riptide", fromHex(0x89d9c8)],
385
+ ["aqua", fromHex(0x92d3ca)],
386
+ ["bermuda", fromHex(0x86d2c1)],
387
+ ["vistablue", fromHex(0x97d5b3)],
388
+ ["fringyflower", fromHex(0xb4e1bb)],
389
+ ["chinook", fromHex(0x9dd3a8)],
390
+ ["snowymint", fromHex(0xd6f0cd)],
391
+ ["riceflower", fromHex(0xeff5d1)],
392
+ ["hintofgreen", fromHex(0xdff1d6)],
393
+ ["blueromance", fromHex(0xd8f0d2)],
394
+ ["grannyapple", fromHex(0xc5e7cd)],
395
+ ["aeroblue", fromHex(0xc0e8d5)],
396
+ ["peppermint", fromHex(0xd7e7d0)],
397
+ ["tara", fromHex(0xdef1dd)],
398
+ ["offgreen", fromHex(0xdff0e2)],
399
+ ["frostedmint", fromHex(0xe2f2e4)],
400
+ ["minttulip", fromHex(0xc6eadd)],
401
+ ["onahau", fromHex(0xc2e6ec)],
402
+ ["oysterbay", fromHex(0xd1eaea)],
403
+ ["foam", fromHex(0xd0eae8)],
404
+ ["mabel", fromHex(0xcbe8e8)],
405
+ ["iceberg", fromHex(0xcae1d9)],
406
+ ["jaggedice", fromHex(0xcae7e2)],
407
+ ["hummingbird", fromHex(0xceefe4)],
408
+ ["whiteice", fromHex(0xd7eee4)],
409
+ ["lilywhite", fromHex(0xe9eeeb)],
410
+ ["tranquil", fromHex(0xddede9)],
411
+ ["clearday", fromHex(0xdfefea)],
412
+ ["bubbles", fromHex(0xe6f2ea)],
413
+ ["zircon", fromHex(0xdee3e3)],
414
+ ["mystic", fromHex(0xd8ddda)],
415
+ ["pattensblue", fromHex(0xd3e5ef)],
416
+ ["hawkesblue", fromHex(0xd2daed)],
417
+ ["selago", fromHex(0xe6dfe7)],
418
+ ["whitelilac", fromHex(0xe7e5e8)],
419
+ ["porcelain", fromHex(0xdddcdb)],
420
+ ["athensgrey", fromHex(0xdcdddd)],
421
+ ["seashell", fromHex(0xe3e1e0)],
422
+ ["whisper", fromHex(0xefe6e6)],
423
+ ["softpeach", fromHex(0xeedfde)],
424
+ ["magnolia", fromHex(0xeee8eb)],
425
+ ["solitude", fromHex(0xe9ecf1)],
426
+ ["hintofred", fromHex(0xf5efeb)],
427
+ ["rosewhite", fromHex(0xfbeee8)],
428
+ ["alabaster", fromHex(0xf2f0e6)],
429
+ ["romance", fromHex(0xf4f0e6)],
430
+ ["sauvignon", fromHex(0xf4eae4)],
431
+ ["wisppink", fromHex(0xf9e8e2)],
432
+ ["fantasy", fromHex(0xf2e6dd)],
433
+ ["chardon", fromHex(0xf8eadf)],
434
+ ["bridalheath", fromHex(0xf8ebdd)],
435
+ ["halfpearllusta", fromHex(0xf1ead7)],
436
+ ["butterywhite", fromHex(0xf1ebda)],
437
+ ["orchidwhite", fromHex(0xf1ebd9)],
438
+ ["bianca", fromHex(0xf4efe0)],
439
+ ["quarterpearllusta", fromHex(0xf2eddd)],
440
+ ["islandspice", fromHex(0xf8eddb)],
441
+ ["serenade", fromHex(0xfce9d7)],
442
+ ["varden", fromHex(0xfdefd3)],
443
+ ["ginfizz", fromHex(0xf8eaca)],
444
+ ["apricotwhite", fromHex(0xf7f0db)],
445
+ ["earlydawn", fromHex(0xfbf2db)],
446
+ ["halfdutchwhite", fromHex(0xfbf0d6)],
447
+ ["forgetmenot", fromHex(0xfdefdb)],
448
+ ["chileanheath", fromHex(0xf9f7de)],
449
+ ["promenade", fromHex(0xf8f6df)],
450
+ ["offyellow", fromHex(0xfaf3dc)],
451
+ ["rumswizzle", fromHex(0xf1edd4)],
452
+ ["chinaivory", fromHex(0xfbf3d3)],
453
+ ["moonglow", fromHex(0xf5f3ce)],
454
+ ["whitenectar", fromHex(0xf8f6d8)],
455
+ ["hintofyellow", fromHex(0xf6f5d7)],
456
+ ["panache", fromHex(0xebf7e4)],
457
+ ["aquaspring", fromHex(0xe8f3e8)],
458
+ ["saltpan", fromHex(0xeef3e5)],
459
+ ["twilightblue", fromHex(0xf4f6ec)],
460
+ ["sugarcane", fromHex(0xeeefdf)],
461
+ ["ricecake", fromHex(0xefecde)],
462
+ ["dew", fromHex(0xe7f2e9)],
463
+ ["polar", fromHex(0xe5f2e7)],
464
+ ["willowbrook", fromHex(0xdfe6cf)],
465
+ ["frostee", fromHex(0xdbe5d2)],
466
+ ["applegreen", fromHex(0xdeeadc)],
467
+ ["swansdown", fromHex(0xdae6dd)],
468
+ ["aquasqueeze", fromHex(0xdbe4dc)],
469
+ ["catskillwhite", fromHex(0xe0e4dc)],
470
+ ["blacksqueeze", fromHex(0xe5e6df)],
471
+ ["snowdrift", fromHex(0xe3e3dc)],
472
+ ["blackwhite", fromHex(0xe5e4db)],
473
+ ["greenwhite", fromHex(0xdeddcb)],
474
+ ["aquahaze", fromHex(0xd9ddd5)],
475
+ ["gin", fromHex(0xd9dfcd)],
476
+ ["feta", fromHex(0xdbe0d0)],
477
+ ["frost", fromHex(0xe1e4c5)],
478
+ ["coconutcream", fromHex(0xe1dabb)],
479
+ ["scotchmist", fromHex(0xeee7c8)],
480
+ ["halfandhalf", fromHex(0xede7c8)],
481
+ ["orangewhite", fromHex(0xeae3cd)],
482
+ ["travertine", fromHex(0xe2ddc7)],
483
+ ["solitaire", fromHex(0xeadac2)],
484
+ ["halfspanishwhite", fromHex(0xe6dbc7)],
485
+ ["pearllusta", fromHex(0xeae0c8)],
486
+ ["pipi", fromHex(0xf5e6c4)],
487
+ ["doublepearllusta", fromHex(0xe9dcbe)],
488
+ ["eggsour", fromHex(0xf9e4c5)],
489
+ ["derby", fromHex(0xf9e4c6)],
490
+ ["sazerac", fromHex(0xf5dec4)],
491
+ ["albescentwhite", fromHex(0xe1dacb)],
492
+ ["quarterspanishwhite", fromHex(0xebe2d2)],
493
+ ["bleachwhite", fromHex(0xebe1ce)],
494
+ ["cararra", fromHex(0xebe5d5)],
495
+ ["fairpink", fromHex(0xf3e5dc)],
496
+ ["pampas", fromHex(0xeae4dc)],
497
+ ["desertstorm", fromHex(0xede7e0)],
498
+ ["whitelinen", fromHex(0xeee7dc)],
499
+ ["soapstone", fromHex(0xece5da)],
500
+ ["narvik", fromHex(0xe9e6dc)],
501
+ ["wildsand", fromHex(0xe7e4de)],
502
+ ["wanwhite", fromHex(0xe4e2dc)],
503
+ ["springwood", fromHex(0xe9e1d9)],
504
+ ["vistawhite", fromHex(0xe3dfd9)],
505
+ ["blackhaze", fromHex(0xe0ded7)],
506
+ ["ceramic", fromHex(0xdfddd6)],
507
+ ["hintofgrey", fromHex(0xdfddd6)],
508
+ ["seafog", fromHex(0xdfddd6)],
509
+ ["milkwhite", fromHex(0xdcd9cd)],
510
+ ["merino", fromHex(0xe1dbd0)],
511
+ ["dawnpink", fromHex(0xe6d6cd)],
512
+ ["ebb", fromHex(0xe6d8d4)],
513
+ ["swisscoffee", fromHex(0xdbd0ca)],
514
+ ["bonjour", fromHex(0xdfd7d2)],
515
+ ["gallery", fromHex(0xdcd7d1)],
516
+ ["whitepointer", fromHex(0xdad6cc)],
517
+ ["swirl", fromHex(0xd7cec5)],
518
+ ["westar", fromHex(0xd4cfc5)],
519
+ ["blanc", fromHex(0xd9d0c1)],
520
+ ["pearlbush", fromHex(0xded1c6)],
521
+ ["rocksalt", fromHex(0xe6d6b8)],
522
+ ["athsspecial", fromHex(0xd5cbb2)],
523
+ ["janna", fromHex(0xded1b7)],
524
+ ["spanishwhite", fromHex(0xded1b7)],
525
+ ["wheatfield", fromHex(0xdfd7bd)],
526
+ ["loafer", fromHex(0xdbd9c2)],
527
+ ["whiterock", fromHex(0xd4cfb4)],
528
+ ["orinoco", fromHex(0xd2d3b3)],
529
+ ["ottoman", fromHex(0xd3dbcb)],
530
+ ["greynurse", fromHex(0xd1d3cc)],
531
+ ["ecruwhite", fromHex(0xd6d1c0)],
532
+ ["joanna", fromHex(0xd6d1c0)],
533
+ ["celeste", fromHex(0xd2d2c0)],
534
+ ["moonmist", fromHex(0xcecdb8)],
535
+ ["harp", fromHex(0xcbcec0)],
536
+ ["pariswhite", fromHex(0xbfcdc0)],
537
+ ["chromewhite", fromHex(0xcac7b7)],
538
+ ["kangaroo", fromHex(0xc5c3b0)],
539
+ ["kidnapper", fromHex(0xbfc0ab)],
540
+ ["pumice", fromHex(0xbac0b4)],
541
+ ["tasman", fromHex(0xbac0b3)],
542
+ ["berylgreen", fromHex(0xbcbfa8)],
543
+ ["parchment", fromHex(0xd0c8b0)],
544
+ ["doublespanishwhite", fromHex(0xd2c3a3)],
545
+ ["softamber", fromHex(0xcfbea5)],
546
+ ["starkwhite", fromHex(0xd2c6b6)],
547
+ ["quillgrey", fromHex(0xcbc9c0)],
548
+ ["silversand", fromHex(0xbebdb6)],
549
+ ["cloud", fromHex(0xc2bcb1)],
550
+ ["frenchgrey", fromHex(0xbfbdc1)],
551
+ ["ghost", fromHex(0xc0bfc7)],
552
+ ["paleslate", fromHex(0xc3bebb)],
553
+ ["alto", fromHex(0xcdc6c5)],
554
+ ["iron", fromHex(0xcbcdcd)],
555
+ ["concrete", fromHex(0xd2d1cd)],
556
+ ["mercury", fromHex(0xd5d2d1)],
557
+ ["titanwhite", fromHex(0xddd6e1)],
558
+ ["linkwater", fromHex(0xc7cdd8)],
559
+ ["bluehaze", fromHex(0xbdbace)],
560
+ ["spindle", fromHex(0xb3c4d8)],
561
+ ["zumthor", fromHex(0xcdd5d5)],
562
+ ["geyser", fromHex(0xcbd0cf)],
563
+ ["nebula", fromHex(0xb8c6be)],
564
+ ["junglemist", fromHex(0xb0c4c4)],
565
+ ["tiara", fromHex(0xb9c3be)],
566
+ ["opal", fromHex(0xa8c3bc)],
567
+ ["jetstream", fromHex(0xbbd0c9)],
568
+ ["frenchpass", fromHex(0xa4d2e0)],
569
+ ["regentstblue", fromHex(0xa0cdd9)],
570
+ ["morningglory", fromHex(0x9ed1d3)],
571
+ ["charlotte", fromHex(0xa4dce6)],
572
+ ["sinbad", fromHex(0xa6d5d0)],
573
+ ["icecold", fromHex(0xafe3d6)],
574
+ ["cruise", fromHex(0xb4e2d5)],
575
+ ["scandal", fromHex(0xadd9d1)],
576
+ ["gumleaf", fromHex(0xacc9b2)],
577
+ ["zanah", fromHex(0xb2c6b1)],
578
+ ["rainee", fromHex(0xb3c1b1)],
579
+ ["surfcrest", fromHex(0xc3d6bd)],
580
+ ["seamist", fromHex(0xc2d5c4)],
581
+ ["edgewater", fromHex(0xc1d8c5)],
582
+ ["surf", fromHex(0xb8d4bb)],
583
+ ["pixiegreen", fromHex(0xbbcda5)],
584
+ ["paleleaf", fromHex(0xbdcaa8)],
585
+ ["springrain", fromHex(0xa3bd9c)],
586
+ ["envy", fromHex(0x8ba58f)],
587
+ ["mantle", fromHex(0x96a793)],
588
+ ["summergreen", fromHex(0x8fb69c)],
589
+ ["shadowgreen", fromHex(0x9ac0b6)],
590
+ ["seanymph", fromHex(0x8aaea4)],
591
+ ["neptune", fromHex(0x77a8ab)],
592
+ ["ziggurat", fromHex(0x81a6aa)],
593
+ ["cascade", fromHex(0x8ca8a0)],
594
+ ["skeptic", fromHex(0x9db4aa)],
595
+ ["heather", fromHex(0xaebbc1)],
596
+ ["loblolly", fromHex(0xb3bbb7)],
597
+ ["periglacialblue", fromHex(0xacb6b2)],
598
+ ["silverchalice", fromHex(0xacaea9)],
599
+ ["casper", fromHex(0xaab5b8)],
600
+ ["conch", fromHex(0xa0b1ae)],
601
+ ["towergrey", fromHex(0x9caca5)],
602
+ ["hitgrey", fromHex(0xa1a9a8)],
603
+ ["gullgrey", fromHex(0xa4adb0)],
604
+ ["botticelli", fromHex(0x92acb4)],
605
+ ["nepal", fromHex(0x93aab9)],
606
+ ["spunpearl", fromHex(0xa2a1ac)],
607
+ ["mischka", fromHex(0xa5a9b2)],
608
+ ["greychateau", fromHex(0x9fa3a7)],
609
+ ["nobel", fromHex(0xa99d9d)],
610
+ ["mountainmist", fromHex(0xa09f9c)],
611
+ ["chatelle", fromHex(0xb3abb6)],
612
+ ["bombay", fromHex(0xaeaead)],
613
+ ["pinkswan", fromHex(0xbfb3b2)],
614
+ ["tide", fromHex(0xbeb4ab)],
615
+ ["cottonseed", fromHex(0xbfbaaf)],
616
+ ["greynickel", fromHex(0xbdbaae)],
617
+ ["silk", fromHex(0xbbada1)],
618
+ ["grainbrown", fromHex(0xcab8a2)],
619
+ ["vanilla", fromHex(0xccb69b)],
620
+ ["sourdough", fromHex(0xc9b59a)],
621
+ ["sisal", fromHex(0xc5baa0)],
622
+ ["coral", fromHex(0xc0b093)],
623
+ ["akaroa", fromHex(0xbeb29a)],
624
+ ["tea", fromHex(0xbfb5a2)],
625
+ ["linen", fromHex(0xbab7a2)],
626
+ ["mistgrey", fromHex(0xbab9a9)],
627
+ ["ash", fromHex(0xbebaa7)],
628
+ ["tana", fromHex(0xb8b5a1)],
629
+ ["greenspring", fromHex(0xa9af99)],
630
+ ["robinseggblue", fromHex(0x9eaa9e)],
631
+ ["foggygrey", fromHex(0xa7a69d)],
632
+ ["stardust", fromHex(0xa0a197)],
633
+ ["edward", fromHex(0x97a49a)],
634
+ ["bud", fromHex(0xa5a88f)],
635
+ ["neutralgreen", fromHex(0xaaa583)],
636
+ ["eagle", fromHex(0xb0ac94)],
637
+ ["bisonhide", fromHex(0xb5ac94)],
638
+ ["martini", fromHex(0xb7a8a3)],
639
+ ["cloudy", fromHex(0xb0a99f)],
640
+ ["zorba", fromHex(0xa29589)],
641
+ ["malta", fromHex(0xa59784)],
642
+ ["bronco", fromHex(0xa79781)],
643
+ ["nomad", fromHex(0xa19986)],
644
+ ["raincloud", fromHex(0xa39881)],
645
+ ["napa", fromHex(0xa39a87)],
646
+ ["gurkha", fromHex(0x989171)],
647
+ ["greyolive", fromHex(0xa19a7f)],
648
+ ["delta", fromHex(0x999b95)],
649
+ ["dawn", fromHex(0x9f9d91)],
650
+ ["lemongrass", fromHex(0x999a86)],
651
+ ["schist", fromHex(0x87876f)],
652
+ ["bitter", fromHex(0x88896c)],
653
+ ["bandicoot", fromHex(0x878466)],
654
+ ["paleoyster", fromHex(0x9c8d72)],
655
+ ["schooner", fromHex(0x8d8478)],
656
+ ["taupegrey", fromHex(0x898478)],
657
+ ["heatheredgrey", fromHex(0x948c7e)],
658
+ ["friargrey", fromHex(0x86837a)],
659
+ ["suvagrey", fromHex(0x8b8685)],
660
+ ["jumbo", fromHex(0x878785)],
661
+ ["shadylady", fromHex(0x9f9b9d)],
662
+ ["greysuit", fromHex(0x9391a0)],
663
+ ["santasgrey", fromHex(0x9998a7)],
664
+ ["balihai", fromHex(0x849ca9)],
665
+ ["powderblue", fromHex(0x929fa2)],
666
+ ["submarine", fromHex(0x8c9c9c)],
667
+ ["stack", fromHex(0x858885)],
668
+ ["oslogrey", fromHex(0x818988)],
669
+ ["gumbo", fromHex(0x718f8a)],
670
+ ["grannysmith", fromHex(0x7b948c)],
671
+ ["juniper", fromHex(0x74918e)],
672
+ ["horizon", fromHex(0x648894)],
673
+ ["gothic", fromHex(0x698890)],
674
+ ["halfbaked", fromHex(0x558f93)],
675
+ ["patina", fromHex(0x639283)],
676
+ ["spanishgreen", fromHex(0x7b8976)],
677
+ ["pewter", fromHex(0x91a092)],
678
+ ["laurel", fromHex(0x6e8d71)],
679
+ ["oxley", fromHex(0x6d9a78)],
680
+ ["bayleaf", fromHex(0x7bb18d)],
681
+ ["padua", fromHex(0x7eb394)],
682
+ ["acapulco", fromHex(0x75aa94)],
683
+ ["gulfstream", fromHex(0x74b2a8)],
684
+ ["tradewind", fromHex(0x6dafa7)],
685
+ ["montecarlo", fromHex(0x7ac5b4)],
686
+ ["fountainblue", fromHex(0x65adb2)],
687
+ ["bluechill", fromHex(0x408f90)],
688
+ ["lochinvar", fromHex(0x489084)],
689
+ ["java", fromHex(0x259797)],
690
+ ["keppel", fromHex(0x5fb69c)],
691
+ ["puertorico", fromHex(0x59baa3)],
692
+ ["silvertree", fromHex(0x67be90)],
693
+ ["niagara", fromHex(0x29a98b)],
694
+ ["gossamer", fromHex(0x399f86)],
695
+ ["eucalyptus", fromHex(0x329760)],
696
+ ["chateaugreen", fromHex(0x419f59)],
697
+ ["oceangreen", fromHex(0x4ca973)],
698
+ ["deyork", fromHex(0x85ca87)],
699
+ ["mantis", fromHex(0x7fc15c)],
700
+ ["apple", fromHex(0x66b348)],
701
+ ["fruitsalad", fromHex(0x4ba351)],
702
+ ["vidaloca", fromHex(0x5f9228)],
703
+ ["chelseacucumber", fromHex(0x88a95b)],
704
+ ["highland", fromHex(0x7a9461)],
705
+ ["avocado", fromHex(0x95986b)],
706
+ ["sage", fromHex(0x989f7a)],
707
+ ["amulet", fromHex(0x7d9d72)],
708
+ ["wasabi", fromHex(0x849137)],
709
+ ["highball", fromHex(0x928c3c)],
710
+ ["sycamore", fromHex(0x928c3c)],
711
+ ["lemonginger", fromHex(0x968428)],
712
+ ["reefgold", fromHex(0xa98d36)],
713
+ ["alpine", fromHex(0xad8a3b)],
714
+ ["roti", fromHex(0xb69642)],
715
+ ["husk", fromHex(0xb2994b)],
716
+ ["turmeric", fromHex(0xae9041)],
717
+ ["luxorgold", fromHex(0xab8d3f)],
718
+ ["malachitegreen", fromHex(0x97976f)],
719
+ ["canvas", fromHex(0xa39977)],
720
+ ["tallow", fromHex(0xa39977)],
721
+ ["pavlova", fromHex(0xbaab87)],
722
+ ["hillary", fromHex(0xa7a07e)],
723
+ ["yuma", fromHex(0xc7b882)],
724
+ ["coriander", fromHex(0xbbb58d)],
725
+ ["chino", fromHex(0xb8ad8a)],
726
+ ["putty", fromHex(0xcdae70)],
727
+ ["laser", fromHex(0xc6a95e)],
728
+ ["tacha", fromHex(0xd2b960)],
729
+ ["gimblet", fromHex(0xb9ad61)],
730
+ ["caper", fromHex(0xafc182)],
731
+ ["peasoup", fromHex(0xb9b880)],
732
+ ["greensmoke", fromHex(0x9ca664)],
733
+ ["locust", fromHex(0xa2a580)],
734
+ ["norway", fromHex(0xa4b88f)],
735
+ ["sprout", fromHex(0xb8ca9d)],
736
+ ["greenmist", fromHex(0xbfc298)],
737
+ ["pineglade", fromHex(0xbdc07e)],
738
+ ["wildrice", fromHex(0xe3d474)],
739
+ ["deco", fromHex(0xcccf82)],
740
+ ["sandwisp", fromHex(0xdecb81)],
741
+ ["chenin", fromHex(0xdec371)],
742
+ ["cherokee", fromHex(0xf5cd82)],
743
+ ["marzipan", fromHex(0xebc881)],
744
+ ["neworleans", fromHex(0xe4c385)],
745
+ ["chalky", fromHex(0xdfc281)],
746
+ ["zombie", fromHex(0xddc283)],
747
+ ["straw", fromHex(0xdabe82)],
748
+ ["raffia", fromHex(0xdcc6a0)],
749
+ ["thistle", fromHex(0xc7bd95)],
750
+ ["winterhazel", fromHex(0xd0c383)],
751
+ ["mintjulep", fromHex(0xe0d8a7)],
752
+ ["tahunasands", fromHex(0xd8cc9b)],
753
+ ["sapling", fromHex(0xe1d5a6)],
754
+ ["beeswax", fromHex(0xe9d7ab)],
755
+ ["colonialwhite", fromHex(0xe9d7ab)],
756
+ ["astra", fromHex(0xedd5a6)],
757
+ ["givry", fromHex(0xebd4ae)],
758
+ ["dairycream", fromHex(0xedd2a4)],
759
+ ["hampton", fromHex(0xe8d4a2)],
760
+ ["doublecolonialwhite", fromHex(0xe4cf99)],
761
+ ["chamois", fromHex(0xe6cc9a)],
762
+ ["eggwhite", fromHex(0xe0c88d)],
763
+ ["splash", fromHex(0xf1d79e)],
764
+ ["buttermilk", fromHex(0xf6e0a4)],
765
+ ["capehoney", fromHex(0xfee0a5)],
766
+ ["peach", fromHex(0xfbe5c2)],
767
+ ["pinklady", fromHex(0xf3d7b6)],
768
+ ["champagne", fromHex(0xeed9b6)],
769
+ ["bajawhite", fromHex(0xf0dfbb)],
770
+ ["dutchwhite", fromHex(0xf0dfbb)],
771
+ ["milkpunch", fromHex(0xf3e5c0)],
772
+ ["barleywhite", fromHex(0xf7e5b7)],
773
+ ["sidecar", fromHex(0xe9d9a9)],
774
+ ["halfcolonialwhite", fromHex(0xf2e5bf)],
775
+ ["cornfield", fromHex(0xf8f3c4)],
776
+ ["springsun", fromHex(0xf1f1c6)],
777
+ ["mimosa", fromHex(0xf5f5cc)],
778
+ ["oasis", fromHex(0xfcedc5)],
779
+ ["creambrulee", fromHex(0xffe39b)],
780
+ ["salomie", fromHex(0xffd67b)],
781
+ ["goldenglow", fromHex(0xf9d77e)],
782
+ ["visvis", fromHex(0xf9e496)],
783
+ ["picasso", fromHex(0xf8ea97)],
784
+ ["drover", fromHex(0xfbeb9b)],
785
+ ["paleprim", fromHex(0xf9f59f)],
786
+ ["shalimar", fromHex(0xf8f6a8)],
787
+ ["portafino", fromHex(0xf4f09b)],
788
+ ["primrose", fromHex(0xe4de8e)],
789
+ ["milan", fromHex(0xf6f493)],
790
+ ["tidal", fromHex(0xf0f590)],
791
+ ["jonquil", fromHex(0xeef293)],
792
+ ["australianmint", fromHex(0xeff8aa)],
793
+ ["chiffon", fromHex(0xf0f5bb)],
794
+ ["tusk", fromHex(0xe3e5b1)],
795
+ ["carla", fromHex(0xf5f9cb)],
796
+ ["cumulus", fromHex(0xf5f4c1)],
797
+ ["snowflurry", fromHex(0xeaf7c9)],
798
+ ["madang", fromHex(0xb7e3a8)],
799
+ ["gossip", fromHex(0x9fd385)],
800
+ ["feijoa", fromHex(0xa5d785)],
801
+ ["sulu", fromHex(0xc6ea80)],
802
+ ["reef", fromHex(0xd1ef9f)],
803
+ ["mindaro", fromHex(0xdaea6f)],
804
+ ["conifer", fromHex(0xb1dd52)],
805
+ ["atlantis", fromHex(0x9cd03b)],
806
+ ["lime", fromHex(0xb7c52c)],
807
+ ["riogrande", fromHex(0xb7c61a)],
808
+ ["laspalmas", fromHex(0xc6da36)],
809
+ ["fuego", fromHex(0xc2d62e)],
810
+ ["bitterlemon", fromHex(0xd2db32)],
811
+ ["gorse", fromHex(0xfde336)],
812
+ ["goldenfizz", fromHex(0xebde31)],
813
+ ["canary", fromHex(0xe2e64d)],
814
+ ["parisdaisy", fromHex(0xfbeb50)],
815
+ ["dolly", fromHex(0xf5f171)],
816
+ ["honeysuckle", fromHex(0xe8ed69)],
817
+ ["texas", fromHex(0xece67e)],
818
+ ["witchhaze", fromHex(0xfbf073)],
819
+ ["sweetcorn", fromHex(0xf9e176)],
820
+ ["turbo", fromHex(0xf5cc23)],
821
+ ["goldendream", fromHex(0xf1cc2b)],
822
+ ["broom", fromHex(0xeecc24)],
823
+ ["energyyellow", fromHex(0xf5d752)],
824
+ ["festival", fromHex(0xeacc4a)],
825
+ ["sunflower", fromHex(0xdac01a)],
826
+ ["moonyellow", fromHex(0xf0c420)],
827
+ ["brightsun", fromHex(0xecbd2c)],
828
+ ["creamcan", fromHex(0xeec051)],
829
+ ["kournikova", fromHex(0xf9d054)],
830
+ ["cremedebanane", fromHex(0xe0c161)],
831
+ ["goldensand", fromHex(0xeace6a)],
832
+ ["portica", fromHex(0xf0d555)],
833
+ ["confetti", fromHex(0xddcb46)],
834
+ ["manz", fromHex(0xe4db55)],
835
+ ["wildwillow", fromHex(0xbeca60)],
836
+ ["wattle", fromHex(0xd6ca3d)],
837
+ ["starship", fromHex(0xe3dd39)],
838
+ ["birdflower", fromHex(0xd0c117)],
839
+ ["barberry", fromHex(0xd2c61f)],
840
+ ["earlsgreen", fromHex(0xb8a722)],
841
+ ["sundance", fromHex(0xc4aa4d)],
842
+ ["lemon", fromHex(0xd9b220)],
843
+ ["buddhagold", fromHex(0xbc9b1b)],
844
+ ["sahara", fromHex(0xb79826)],
845
+ ["hacienda", fromHex(0x9e8022)],
846
+ ["lucky", fromHex(0xab9a1c)],
847
+ ["citron", fromHex(0x8e9a21)],
848
+ ["larioja", fromHex(0xbac00e)],
849
+ ["bahia", fromHex(0xa9c01c)],
850
+ ["citrus", fromHex(0x9fb70a)],
851
+ ["limerick", fromHex(0x89ac27)],
852
+ ["celery", fromHex(0xb4c04c)],
853
+ ["sushi", fromHex(0x7c9f2f)],
854
+ ["limeade", fromHex(0x5f9727)],
855
+ ["lima", fromHex(0x7aac21)],
856
+ ["christi", fromHex(0x71a91d)],
857
+ ["camarone", fromHex(0x206937)],
858
+ ["sanfelix", fromHex(0x2c6e31)],
859
+ ["japaneselaurel", fromHex(0x2f7532)],
860
+ ["bilbao", fromHex(0x3e8027)],
861
+ ["lapalma", fromHex(0x428929)],
862
+ ["gladegreen", fromHex(0x5f8151)],
863
+ ["hippiegreen", fromHex(0x608a5a)],
864
+ ["dingley", fromHex(0x607c47)],
865
+ ["dell", fromHex(0x486531)],
866
+ ["greenleaf", fromHex(0x526b2d)],
867
+ ["greenhouse", fromHex(0x3e6334)],
868
+ ["fern", fromHex(0x365c34)],
869
+ ["verdungreen", fromHex(0x48531a)],
870
+ ["fernfrond", fromHex(0x575e2e)],
871
+ ["clover", fromHex(0x47562f)],
872
+ ["saratoga", fromHex(0x555b2c)],
873
+ ["chaletgreen", fromHex(0x5a6e41)],
874
+ ["fijigreen", fromHex(0x636f22)],
875
+ ["pacifika", fromHex(0x667028)],
876
+ ["rainforest", fromHex(0x667028)],
877
+ ["olivetone", fromHex(0x747028)],
878
+ ["trendygreen", fromHex(0x7e8424)],
879
+ ["pistachio", fromHex(0x676927)],
880
+ ["yukongold", fromHex(0x826a21)],
881
+ ["grasshopper", fromHex(0x7a7229)],
882
+ ["pesto", fromHex(0x7a7229)],
883
+ ["crete", fromHex(0x77712b)],
884
+ ["mustard", fromHex(0x7c6720)],
885
+ ["cornharvest", fromHex(0x8d702a)],
886
+ ["stinger", fromHex(0x8d702a)],
887
+ ["claycreek", fromHex(0x897e59)],
888
+ ["flax", fromHex(0x828562)],
889
+ ["goben", fromHex(0x786e4c)],
890
+ ["limedgum", fromHex(0x6b5b3d)],
891
+ ["yellowmetal", fromHex(0x73633e)],
892
+ ["kumera", fromHex(0x755b27)],
893
+ ["acorn", fromHex(0x736330)],
894
+ ["himalaya", fromHex(0x736330)],
895
+ ["costadelsol", fromHex(0x625d2a)],
896
+ ["planter", fromHex(0x625d2a)],
897
+ ["verdigris", fromHex(0x62603e)],
898
+ ["horsesneck", fromHex(0x6d562c)],
899
+ ["westcoast", fromHex(0x5c512f)],
900
+ ["bronzeolive", fromHex(0x584c25)],
901
+ ["bronzetone", fromHex(0x434c28)],
902
+ ["turtlegreen", fromHex(0x363e1d)],
903
+ ["pueblo", fromHex(0x6e3326)],
904
+ ["perutan", fromHex(0x733d1f)],
905
+ ["darkrimu", fromHex(0x704128)],
906
+ ["newamber", fromHex(0x6d3b24)],
907
+ ["carnabytan", fromHex(0x5b3a24)],
908
+ ["brownbramble", fromHex(0x53331e)],
909
+ ["saddlebrown", fromHex(0x50381e)],
910
+ ["bracken", fromHex(0x5b3d27)],
911
+ ["irishcoffee", fromHex(0x62422b)],
912
+ ["dallas", fromHex(0x664a2d)],
913
+ ["ironbark", fromHex(0x6d4d2c)],
914
+ ["caferoyale", fromHex(0x6a4928)],
915
+ ["antiquebrass", fromHex(0x6c461f)],
916
+ ["capepalliser", fromHex(0x75482f)],
917
+ ["cigar", fromHex(0x7d4e38)],
918
+ ["walnut", fromHex(0x794d2e)],
919
+ ["pottersclay", fromHex(0x845c40)],
920
+ ["natural", fromHex(0x885931)],
921
+ ["shinglefawn", fromHex(0x745937)],
922
+ ["limedoak", fromHex(0x8c7254)],
923
+ ["mckenzie", fromHex(0x8c6338)],
924
+ ["driftwood", fromHex(0x8f6f48)],
925
+ ["rustynail", fromHex(0x8d5f2c)],
926
+ ["afghantan", fromHex(0x905e26)],
927
+ ["butteredrum", fromHex(0x9d702e)],
928
+ ["hottoddy", fromHex(0xa7752c)],
929
+ ["brazil", fromHex(0x815b28)],
930
+ ["hotcurry", fromHex(0x815b28)],
931
+ ["hawaiiantan", fromHex(0x99522b)],
932
+ ["renosand", fromHex(0xb26e33)],
933
+ ["bamboo", fromHex(0xba6f3f)],
934
+ ["bourbon", fromHex(0xaf6c3e)],
935
+ ["oregon", fromHex(0xb16c39)],
936
+ ["pumpkin", fromHex(0xab6b35)],
937
+ ["maitai", fromHex(0xa56531)],
938
+ ["richgold", fromHex(0xa15226)],
939
+ ["piper", fromHex(0x9d5432)],
940
+ ["indochine", fromHex(0x9c5b34)],
941
+ ["desert", fromHex(0xa15f3b)],
942
+ ["redbeech", fromHex(0xa1623b)],
943
+ ["tuscany", fromHex(0xad6242)],
944
+ ["santefe", fromHex(0xa96a50)],
945
+ ["alerttan", fromHex(0x954e2c)],
946
+ ["chelseagem", fromHex(0x95532f)],
947
+ ["rope", fromHex(0x8e593c)],
948
+ ["paarl", fromHex(0x864b36)],
949
+ ["mulefawn", fromHex(0x884f40)],
950
+ ["ironstone", fromHex(0x865040)],
951
+ ["coppercanyon", fromHex(0x77422c)],
952
+ ["peanut", fromHex(0x7a4434)],
953
+ ["cumin", fromHex(0x784430)],
954
+ ["bullshot", fromHex(0x75442b)],
955
+ ["cinnamon", fromHex(0x7b482b)],
956
+ ["korma", fromHex(0x804e2c)],
957
+ ["prairiesand", fromHex(0x883c32)],
958
+ ["crabapple", fromHex(0x87382f)],
959
+ ["totempole", fromHex(0x883531)],
960
+ ["tabasco", fromHex(0x8e3a36)],
961
+ ["embers", fromHex(0x8c3f30)],
962
+ ["fire", fromHex(0x8f3f2a)],
963
+ ["wellread", fromHex(0x8e3537)],
964
+ ["thunderbird", fromHex(0x923830)],
965
+ ["mexicanred", fromHex(0x9b3d3d)],
966
+ ["roofterracotta", fromHex(0xa14743)],
967
+ ["tiamaria", fromHex(0x97422d)],
968
+ ["rockspray", fromHex(0x9d442d)],
969
+ ["cognac", fromHex(0x9a463d)],
970
+ ["mojo", fromHex(0x97463c)],
971
+ ["crail", fromHex(0xa65648)],
972
+ ["appleblossom", fromHex(0xa95249)],
973
+ ["sunglo", fromHex(0xc76155)],
974
+ ["flamepea", fromHex(0xbe5c48)],
975
+ ["orangeroughy", fromHex(0xa85335)],
976
+ ["vesuvius", fromHex(0xa85533)],
977
+ ["fieryorange", fromHex(0xb1592f)],
978
+ ["redstage", fromHex(0xad522e)],
979
+ ["roseofsharon", fromHex(0xac512d)],
980
+ ["ecstasy", fromHex(0xc96138)],
981
+ ["smoketree", fromHex(0xbb5f34)],
982
+ ["christine", fromHex(0xbf652e)],
983
+ ["tangerine", fromHex(0xcd5d34)],
984
+ ["chileanfire", fromHex(0xd05e34)],
985
+ ["grenadier", fromHex(0xc14d36)],
986
+ ["trinidad", fromHex(0xc54f33)],
987
+ ["clementine", fromHex(0xc14f3b)],
988
+ ["sunset", fromHex(0xc0514a)],
989
+ ["valencia", fromHex(0xd4574e)],
990
+ ["mandy", fromHex(0xcd525b)],
991
+ ["punch", fromHex(0xa83239)],
992
+ ["milanored", fromHex(0x9e3332)],
993
+ ["brightred", fromHex(0x922a31)],
994
+ ["guardsmanred", fromHex(0x952e31)],
995
+ ["flamered", fromHex(0x86282e)],
996
+ ["monza", fromHex(0x86282e)],
997
+ ["golddrop", fromHex(0xd56c30)],
998
+ ["tahitigold", fromHex(0xdc722a)],
999
+ ["tango", fromHex(0xd46f31)],
1000
+ ["pizazz", fromHex(0xe57f3d)],
1001
+ ["westside", fromHex(0xe5823a)],
1002
+ ["treepoppy", fromHex(0xe2813b)],
1003
+ ["flamenco", fromHex(0xea8645)],
1004
+ ["sun", fromHex(0xef8e38)],
1005
+ ["pirategold", fromHex(0xba782a)],
1006
+ ["geebung", fromHex(0xc5832e)],
1007
+ ["goldenbell", fromHex(0xca8136)],
1008
+ ["dixie", fromHex(0xcd8431)],
1009
+ ["fuelyellow", fromHex(0xd19033)],
1010
+ ["hokeypokey", fromHex(0xbb8e34)],
1011
+ ["nugget", fromHex(0xbc9229)],
1012
+ ["goldtips", fromHex(0xe2b227)],
1013
+ ["galliano", fromHex(0xd8a723)],
1014
+ ["corn", fromHex(0xdfaa28)],
1015
+ ["tuliptree", fromHex(0xe3ac3d)],
1016
+ ["robroy", fromHex(0xddad56)],
1017
+ ["saffron", fromHex(0xdc9f45)],
1018
+ ["candlelight", fromHex(0xe09d37)],
1019
+ ["yellowsea", fromHex(0xf49f35)],
1020
+ ["buttercup", fromHex(0xda9429)],
1021
+ ["firebush", fromHex(0xe09842)],
1022
+ ["sunshade", fromHex(0xfa9d49)],
1023
+ ["seabuckthorn", fromHex(0xef9548)],
1024
+ ["california", fromHex(0xe98c3a)],
1025
+ ["lightningyellow", fromHex(0xf7a233)],
1026
+ ["rajah", fromHex(0xfcae60)],
1027
+ ["texasrose", fromHex(0xfcb057)],
1028
+ ["mysin", fromHex(0xfdae45)],
1029
+ ["koromiko", fromHex(0xfeb552)],
1030
+ ["goldentainoi", fromHex(0xffc152)],
1031
+ ["casablanca", fromHex(0xf0b253)],
1032
+ ["ronchi", fromHex(0xeab852)],
1033
+ ["grandis", fromHex(0xffcd73)],
1034
+ ["supernova", fromHex(0xffb437)],
1035
+ ["caramel", fromHex(0xffd59a)],
1036
+ ["sandybeach", fromHex(0xfedbb7)],
1037
+ ["frangipani", fromHex(0xffd7a0)],
1038
+ ["tequila", fromHex(0xf4d0a4)],
1039
+ ["negroni", fromHex(0xeec7a2)],
1040
+ ["romantic", fromHex(0xffc69e)],
1041
+ ["pancho", fromHex(0xdfb992)],
1042
+ ["brandy", fromHex(0xdcb68a)],
1043
+ ["maize", fromHex(0xe3b982)],
1044
+ ["corvette", fromHex(0xe9ba81)],
1045
+ ["chardonnay", fromHex(0xffc878)],
1046
+ ["harvestgold", fromHex(0xeab76a)],
1047
+ ["tacao", fromHex(0xf6ae78)],
1048
+ ["mandyspink", fromHex(0xf5b799)],
1049
+ ["waxflower", fromHex(0xeeb39e)],
1050
+ ["rosebud", fromHex(0xfeab9a)],
1051
+ ["tonyspink", fromHex(0xe79e88)],
1052
+ ["hitpink", fromHex(0xfda470)],
1053
+ ["apricot", fromHex(0xe48f67)],
1054
+ ["porsche", fromHex(0xdf9d5b)],
1055
+ ["diserria", fromHex(0xd4915d)],
1056
+ ["whiskeysour", fromHex(0xd4915d)],
1057
+ ["whiskey", fromHex(0xd29062)],
1058
+ ["apache", fromHex(0xd3a95c)],
1059
+ ["equator", fromHex(0xdab160)],
1060
+ ["calico", fromHex(0xd5b185)],
1061
+ ["manhattan", fromHex(0xe2af80)],
1062
+ ["cameo", fromHex(0xcca483)],
1063
+ ["rodeodust", fromHex(0xc7a384)],
1064
+ ["barleycorn", fromHex(0xb6935c)],
1065
+ ["sorrellbrown", fromHex(0x9d7f61)],
1066
+ ["sandal", fromHex(0xa3876a)],
1067
+ ["mongoose", fromHex(0xa58b6f)],
1068
+ ["muesli", fromHex(0x9e7e53)],
1069
+ ["muddywaters", fromHex(0xa9844f)],
1070
+ ["teak", fromHex(0xab8953)],
1071
+ ["tussock", fromHex(0xbf914b)],
1072
+ ["pizza", fromHex(0xbf8d3c)],
1073
+ ["marigold", fromHex(0xb88a3d)],
1074
+ ["mandalay", fromHex(0xb57b2e)],
1075
+ ["anzac", fromHex(0xc68e3f)],
1076
+ ["twine", fromHex(0xc19156)],
1077
+ ["brandypunch", fromHex(0xc07c40)],
1078
+ ["meteor", fromHex(0xbb7431)],
1079
+ ["zest", fromHex(0xc6723b)],
1080
+ ["peachschnapps", fromHex(0xc68059)],
1081
+ ["burningsand", fromHex(0xd08363)],
1082
+ ["japonica", fromHex(0xce7259)],
1083
+ ["geraldine", fromHex(0xe77b75)],
1084
+ ["newyorkpink", fromHex(0xdd8374)],
1085
+ ["monalisa", fromHex(0xff9889)],
1086
+ ["crusta", fromHex(0xf38653)],
1087
+ ["reddamask", fromHex(0xcb6f4a)],
1088
+ ["sorbus", fromHex(0xdd6b38)],
1089
+ ["jaffa", fromHex(0xe27945)],
1090
+ ["flamingo", fromHex(0xe1634f)],
1091
+ ["persimmon", fromHex(0xef735e)],
1092
+ ["roman", fromHex(0xd8625b)],
1093
+ ["froly", fromHex(0xe56d75)],
1094
+ ["deepblush", fromHex(0xe36f8a)],
1095
+ ["hopbush", fromHex(0xcd6d93)],
1096
+ ["shocking", fromHex(0xe899be)],
1097
+ ["illusion", fromHex(0xef95ae)],
1098
+ ["kobi", fromHex(0xe093ab)],
1099
+ ["carissma", fromHex(0xe68095)],
1100
+ ["wewak", fromHex(0xf1919a)],
1101
+ ["sweetpink", fromHex(0xee918d)],
1102
+ ["seapink", fromHex(0xdb817e)],
1103
+ ["charm", fromHex(0xd0748b)],
1104
+ ["contessa", fromHex(0xc16f68)],
1105
+ ["orientalpink", fromHex(0xc28e88)],
1106
+ ["tapestry", fromHex(0xb37084)],
1107
+ ["cancan", fromHex(0xd08a9b)],
1108
+ ["bouquet", fromHex(0xa78199)],
1109
+ ["viola", fromHex(0xc58f9d)],
1110
+ ["wisteria", fromHex(0xa4878b)],
1111
+ ["londonhue", fromHex(0xae94ab)],
1112
+ ["amethystsmoke", fromHex(0x95879c)],
1113
+ ["logan", fromHex(0x9d9cb4)],
1114
+ ["opium", fromHex(0x987e7e)],
1115
+ ["almondfrost", fromHex(0x9a8678)],
1116
+ ["hemp", fromHex(0x987d73)],
1117
+ ["brandyrose", fromHex(0xb6857a)],
1118
+ ["sandrift", fromHex(0xaf937d)],
1119
+ ["thatch", fromHex(0xb1948f)],
1120
+ ["delrio", fromHex(0xb5998e)],
1121
+ ["quicksand", fromHex(0xc3988b)],
1122
+ ["rose", fromHex(0xd3a194)],
1123
+ ["eunry", fromHex(0xcda59c)],
1124
+ ["cashmere", fromHex(0xd1b399)],
1125
+ ["clamshell", fromHex(0xd2b3a9)],
1126
+ ["coldturkey", fromHex(0xcab5b2)],
1127
+ ["maverick", fromHex(0xc8b1c0)],
1128
+ ["dustygrey", fromHex(0xac9b9b)],
1129
+ ["lola", fromHex(0xb9acbb)],
1130
+ ["lily", fromHex(0xc19fb3)],
1131
+ ["careyspink", fromHex(0xc99aa0)],
1132
+ ["petiteorchid", fromHex(0xda9790)],
1133
+ ["mypink", fromHex(0xd68b80)],
1134
+ ["cornflower", fromHex(0xffaba0)],
1135
+ ["sundown", fromHex(0xf8afa9)],
1136
+ ["yourpink", fromHex(0xffc5bb)],
1137
+ ["azalea", fromHex(0xf9c0c4)],
1138
+ ["blossom", fromHex(0xdfb1b6)],
1139
+ ["cupid", fromHex(0xf5b2c5)],
1140
+ ["frenchlilac", fromHex(0xdeb7d9)],
1141
+ ["classicrose", fromHex(0xf4c8db)],
1142
+ ["chantilly", fromHex(0xedb8c7)],
1143
+ ["melanie", fromHex(0xe0b7c2)],
1144
+ ["twilight", fromHex(0xdac0cd)],
1145
+ ["pinklace", fromHex(0xf6ccd7)],
1146
+ ["prim", fromHex(0xe2cdd5)],
1147
+ ["oysterpink", fromHex(0xd4b5b0)],
1148
+ ["wafer", fromHex(0xd4bbb1)],
1149
+ ["justright", fromHex(0xdcbfac)],
1150
+ ["bone", fromHex(0xdbc2ab)],
1151
+ ["shilo", fromHex(0xe6b2a6)],
1152
+ ["pinkflare", fromHex(0xd8b4b6)],
1153
+ ["cavernpink", fromHex(0xe0b8b1)],
1154
+ ["beautybush", fromHex(0xebb9b3)],
1155
+ ["coralcandy", fromHex(0xf5d0c9)],
1156
+ ["watusi", fromHex(0xf2cdbb)],
1157
+ ["bizarre", fromHex(0xe7d2c8)],
1158
+ ["duststorm", fromHex(0xe5cac0)],
1159
+ ["vanillaice", fromHex(0xebd2d1)],
1160
+ ["potpourri", fromHex(0xefdcd4)],
1161
+ ["remy", fromHex(0xf6deda)],
1162
+ ["provincialpink", fromHex(0xf6e3da)],
1163
+ ["pippin", fromHex(0xfcdbd2)],
1164
+ ["cinderella", fromHex(0xfbd7cc)],
1165
+ ["karry", fromHex(0xfedcc1)],
1166
+ ["tuftbush", fromHex(0xf9d3be)],
1167
+ ["wepeep", fromHex(0xfdd7d8)],
1168
+ ["cosmos", fromHex(0xfcd5cf)],
1169
+ ["chablis", fromHex(0xfde9e0)],
1170
+ ["bridesmaid", fromHex(0xfae6df)],
1171
+ ["tutu", fromHex(0xf8e4e3)],
1172
+ ["amour", fromHex(0xf5e6ea)],
1173
+ ["carouselpink", fromHex(0xf8dbe0)],
1174
+ ["palerose", fromHex(0xefd6da)],
1175
+ ["snuff", fromHex(0xe4d7e5)],
1176
+ ["bluechalk", fromHex(0xe3d6e9)],
1177
+ ["cherub", fromHex(0xf5d7dc)],
1178
+ ["fog", fromHex(0xd5c7e8)],
1179
+ ["melrose", fromHex(0xc3b9dd)],
1180
+ ["prelude", fromHex(0xcab4d4)],
1181
+ ["bilobaflower", fromHex(0xae99d2)],
1182
+ ["perfume", fromHex(0xc2a9db)],
1183
+ ["wistful", fromHex(0xa29ecd)],
1184
+ ["moonraker", fromHex(0xc0b2d7)],
1185
+ ["perano", fromHex(0xacb9e8)],
1186
+ ["portage", fromHex(0x8b98d8)],
1187
+ ["coldpurple", fromHex(0x9d8abf)],
1188
+ ["eastside", fromHex(0xaa8cbc)],
1189
+ ["lavender", fromHex(0x9f90d0)],
1190
+ ["lilacbush", fromHex(0x9470c4)],
1191
+ ["fuchsia", fromHex(0x7b5cb7)],
1192
+ ["studio", fromHex(0x724aa1)],
1193
+ ["daisybush", fromHex(0x5b3e90)],
1194
+ ["royalheath", fromHex(0xb54b73)],
1195
+ ["rosebudcherry", fromHex(0x8a2d52)],
1196
+ ["disco", fromHex(0x892d4f)],
1197
+ ["lipstick", fromHex(0x962c54)],
1198
+ ["rouge", fromHex(0xa94064)],
1199
+ ["cranberry", fromHex(0xb43864)],
1200
+ ["nightshadz", fromHex(0xa23d54)],
1201
+ ["hibiscus", fromHex(0xb33654)],
1202
+ ["cabaret", fromHex(0xcd526c)],
1203
+ ["blush", fromHex(0xb55067)],
1204
+ ["hippiepink", fromHex(0xab495c)],
1205
+ ["oldbrick", fromHex(0x8a3335)],
1206
+ ["tallpoppy", fromHex(0x853534)],
1207
+ ["rosewood", fromHex(0x8f3e3f)],
1208
+ ["stiletto", fromHex(0x833d3e)],
1209
+ ["camelot", fromHex(0x803a4b)],
1210
+ ["vinrouge", fromHex(0x955264)],
1211
+ ["cadillac", fromHex(0x984961)],
1212
+ ["strikemaster", fromHex(0x946a81)],
1213
+ ["finn", fromHex(0x694554)],
1214
+ ["cosmic", fromHex(0x794d60)],
1215
+ ["cannonpink", fromHex(0x8e5164)],
1216
+ ["tosca", fromHex(0x744042)],
1217
+ ["solidpink", fromHex(0x85494c)],
1218
+ ["redrobin", fromHex(0x7d4138)],
1219
+ ["nutmeg", fromHex(0x7e4a3b)],
1220
+ ["elsalva", fromHex(0x8f4e45)],
1221
+ ["matrix", fromHex(0x8e4d45)],
1222
+ ["lotus", fromHex(0x8b504b)],
1223
+ ["copperrust", fromHex(0x95524c)],
1224
+ ["turkishrose", fromHex(0xa56e75)],
1225
+ ["coraltree", fromHex(0xab6e67)],
1226
+ ["auchico", fromHex(0x9e6759)],
1227
+ ["spicymix", fromHex(0x8b5f4d)],
1228
+ ["leather", fromHex(0x906a54)],
1229
+ ["toast", fromHex(0x9f715f)],
1230
+ ["ferra", fromHex(0x876a68)],
1231
+ ["pharlap", fromHex(0x826663)],
1232
+ ["russett", fromHex(0x7d655c)],
1233
+ ["bazaar", fromHex(0x8f7777)],
1234
+ ["romancoffee", fromHex(0x7d6757)],
1235
+ ["tobaccobrown", fromHex(0x6d5843)],
1236
+ ["pickledbean", fromHex(0x73553e)],
1237
+ ["oldcopper", fromHex(0x73503b)],
1238
+ ["jambalaya", fromHex(0x674834)],
1239
+ ["spice", fromHex(0x6c4f3f)],
1240
+ ["quincy", fromHex(0x6a5445)],
1241
+ ["congobrown", fromHex(0x654d49)],
1242
+ ["buccaneer", fromHex(0x6e5150)],
1243
+ ["zambezi", fromHex(0x6b5a5a)],
1244
+ ["falcon", fromHex(0x6e5a5b)],
1245
+ ["mulledwine", fromHex(0x524d5b)],
1246
+ ["fedora", fromHex(0x625665)],
1247
+ ["mobster", fromHex(0x605a67)],
1248
+ ["mamba", fromHex(0x766d7c)],
1249
+ ["rum", fromHex(0x716675)],
1250
+ ["spicypink", fromHex(0x897578)],
1251
+ ["venus", fromHex(0x8b7d82)],
1252
+ ["deluge", fromHex(0x8272a4)],
1253
+ ["chetwodeblue", fromHex(0x666fb4)],
1254
+ ["scampi", fromHex(0x6f63a0)],
1255
+ ["moodyblue", fromHex(0x8378c7)],
1256
+ ["truev", fromHex(0x8e72c7)],
1257
+ ["bluemarguerite", fromHex(0x6a5bb1)],
1258
+ ["cesoir", fromHex(0x9271a7)],
1259
+ ["trendypink", fromHex(0x805d80)],
1260
+ ["affair", fromHex(0x745085)],
1261
+ ["butterflybush", fromHex(0x68578c)],
1262
+ ["governorbay", fromHex(0x51559b)],
1263
+ ["gigas", fromHex(0x564786)],
1264
+ ["victoria", fromHex(0x564985)],
1265
+ ["mariner", fromHex(0x42639f)],
1266
+ ["toryblue", fromHex(0x374e88)],
1267
+ ["funblue", fromHex(0x335083)],
1268
+ ["sapphire", fromHex(0x3f5281)],
1269
+ ["kimberly", fromHex(0x695d87)],
1270
+ ["bayofmany", fromHex(0x353e64)],
1271
+ ["jacarta", fromHex(0x3d325d)],
1272
+ ["portgore", fromHex(0x3b436c)],
1273
+ ["deepkoamaru", fromHex(0x343467)],
1274
+ ["toreabay", fromHex(0x353d75)],
1275
+ ["resolutionblue", fromHex(0x323f75)],
1276
+ ["jacksonspurple", fromHex(0x3d3f7d)],
1277
+ ["minsk", fromHex(0x3e3267)],
1278
+ ["bluegem", fromHex(0x4b3c8e)],
1279
+ ["bluebell", fromHex(0x392d73)],
1280
+ ["bluediamond", fromHex(0x4b2d72)],
1281
+ ["honeyflower", fromHex(0x5c3c6d)],
1282
+ ["meteorite", fromHex(0x4a3b6a)],
1283
+ ["hotpurple", fromHex(0x4e2e53)],
1284
+ ["scarletgum", fromHex(0x4a2d57)],
1285
+ ["blackcurrant", fromHex(0x2e183b)],
1286
+ ["plum", fromHex(0x381a38)],
1287
+ ["christalle", fromHex(0x382161)],
1288
+ ["parism", fromHex(0x312760)],
1289
+ ["violentviolet", fromHex(0x2e2249)],
1290
+ ["paua", fromHex(0x2a2551)],
1291
+ ["cherrypie", fromHex(0x372d52)],
1292
+ ["luckypoint", fromHex(0x292d4f)],
1293
+ ["valhalla", fromHex(0x2a2b41)],
1294
+ ["jagger", fromHex(0x3f2e4c)],
1295
+ ["tolopea", fromHex(0x2d2541)],
1296
+ ["aubergine", fromHex(0x372528)],
1297
+ ["temptress", fromHex(0x3c2126)],
1298
+ ["mardigras", fromHex(0x352235)],
1299
+ ["chocolate", fromHex(0x3d2327)],
1300
+ ["toledo", fromHex(0x3e2631)],
1301
+ ["barossa", fromHex(0x452e39)],
1302
+ ["havana", fromHex(0x3b2b2c)],
1303
+ ["jarrah", fromHex(0x3b2b2c)],
1304
+ ["melanzane", fromHex(0x342931)],
1305
+ ["jacaranda", fromHex(0x362d38)],
1306
+ ["valentino", fromHex(0x382c38)],
1307
+ ["violet", fromHex(0x2f263c)],
1308
+ ["martinique", fromHex(0x3c3748)],
1309
+ ["voodoo", fromHex(0x443240)],
1310
+ ["loulou", fromHex(0x4c3347)],
1311
+ ["bossanova", fromHex(0x4c3d4e)],
1312
+ ["woodybrown", fromHex(0x554545)],
1313
+ ["rebel", fromHex(0x453430)],
1314
+ ["cedar", fromHex(0x463430)],
1315
+ ["cowboy", fromHex(0x443736)],
1316
+ ["craterbrown", fromHex(0x4d3e3c)],
1317
+ ["cocoabean", fromHex(0x4f3835)],
1318
+ ["vancleef", fromHex(0x523936)],
1319
+ ["bean", fromHex(0x4a3531)],
1320
+ ["mahogany", fromHex(0x483230)],
1321
+ ["cabsav", fromHex(0x4a2e32)],
1322
+ ["espresso", fromHex(0x4e312d)],
1323
+ ["cherrywood", fromHex(0x4e312e)],
1324
+ ["brownderby", fromHex(0x594537)],
1325
+ ["cioccolato", fromHex(0x5d3b2e)],
1326
+ ["darkoak", fromHex(0x55342b)],
1327
+ ["redwood", fromHex(0x5b342e)],
1328
+ ["indiantan", fromHex(0x4f301f)],
1329
+ ["moroccobrown", fromHex(0x442d21)],
1330
+ ["brownpod", fromHex(0x3c241b)],
1331
+ ["tamarind", fromHex(0x3e2f2e)],
1332
+ ["maroon", fromHex(0x402327)],
1333
+ ["rusticred", fromHex(0x3a181a)],
1334
+ ["bulgarianrose", fromHex(0x482427)],
1335
+ ["heath", fromHex(0x4f2a2c)],
1336
+ ["volcano", fromHex(0x4e2728)],
1337
+ ["lonestar", fromHex(0x522426)],
1338
+ ["persianred", fromHex(0x4f212a)],
1339
+ ["bordeaux", fromHex(0x4c1c24)],
1340
+ ["burntcrimson", fromHex(0x582124)],
1341
+ ["venetianred", fromHex(0x5b1f22)],
1342
+ ["redoxide", fromHex(0x5d1f1e)],
1343
+ ["burgundy", fromHex(0x652525)],
1344
+ ["reddevil", fromHex(0x662a2c)],
1345
+ ["darktan", fromHex(0x612d2d)],
1346
+ ["japanesemaple", fromHex(0x672f30)],
1347
+ ["moccaccino", fromHex(0x582f2b)],
1348
+ ["hairyheath", fromHex(0x633528)],
1349
+ ["meranti", fromHex(0x6b342a)],
1350
+ ["sanguinebrown", fromHex(0x6c3736)],
1351
+ ["oiledcedar", fromHex(0x66362d)],
1352
+ ["metalliccopper", fromHex(0x6e3d34)],
1353
+ ["crownofthorns", fromHex(0x763c33)],
1354
+ ["mocha", fromHex(0x6f372d)],
1355
+ ["kenyancopper", fromHex(0x6c322e)],
1356
+ ["persianplum", fromHex(0x683332)],
1357
+ ["merlot", fromHex(0x73343a)],
1358
+ ["ribbon", fromHex(0x71333c)],
1359
+ ["jazz", fromHex(0x5f2c2f)],
1360
+ ["mulberry", fromHex(0x5e2a40)],
1361
+ ["blackrose", fromHex(0x532934)],
1362
+ ["wineberry", fromHex(0x522c35)],
1363
+ ["tawnyport", fromHex(0x643a48)],
1364
+ ["castro", fromHex(0x44232f)],
1365
+ ["blackberry", fromHex(0x43182f)],
1366
+ ["flirt", fromHex(0x7a2e4d)],
1367
+ ["nightclub", fromHex(0x6a1f44)],
1368
+ ["pompadour", fromHex(0x6a1f44)],
1369
+ ["siren", fromHex(0x69293b)],
1370
+ ["claret", fromHex(0x6e2233)],
1371
+ ["paprika", fromHex(0x7c2d37)],
1372
+ ["tamarillo", fromHex(0x752b2f)],
1373
+ ["lusty", fromHex(0x782e2c)],
1374
+ ["sangria", fromHex(0x822a32)],
1375
+ ["shiraz", fromHex(0x842833)],
1376
+ ["scarlett", fromHex(0x7e2530)],
1377
+ ["redberry", fromHex(0x701f28)],
1378
+ ["pohutukawa", fromHex(0x651c26)],
1379
+ ["hotchile", fromHex(0x6b252c)],
1380
+ ["monarch", fromHex(0x6b252c)],
1381
+ ["westernred", fromHex(0x6b252c)],
1382
+ ["cardinal", fromHex(0x8a244e)],
1383
+ ["seance", fromHex(0x69326e)],
1384
+ ["eminence", fromHex(0x6e3974)],
1385
+ ["clairvoyant", fromHex(0x683b7d)],
1386
+ ["kingfisherdaisy", fromHex(0x583580)],
1387
+ ["windsor", fromHex(0x462c77)]
1388
+ ]);
1389
+
1390
+ export default resene;