@lakuna/color 1.1.1 → 1.2.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 (368) hide show
  1. package/LICENSE +1 -1
  2. package/dist/{utility → convert}/adobeToXyz.d.ts +1 -1
  3. package/dist/convert/adobeToXyz.d.ts.map +1 -0
  4. package/dist/{utility → convert}/adobeToXyz.js +5 -3
  5. package/dist/convert/adobeToXyz.js.map +1 -0
  6. package/dist/{utility → convert}/cmyToCmyk.d.ts +1 -1
  7. package/dist/convert/cmyToCmyk.d.ts.map +1 -0
  8. package/dist/{utility → convert}/cmyToCmyk.js +0 -3
  9. package/dist/convert/cmyToCmyk.js.map +1 -0
  10. package/dist/{utility → convert}/cmyToRgb.d.ts +1 -1
  11. package/dist/{utility → convert}/cmyToRgb.d.ts.map +1 -1
  12. package/dist/{utility → convert}/cmyToRgb.js.map +1 -1
  13. package/dist/{utility → convert}/cmykToCmy.d.ts +1 -1
  14. package/dist/{utility → convert}/cmykToCmy.d.ts.map +1 -1
  15. package/dist/{utility → convert}/cmykToCmy.js +0 -1
  16. package/dist/convert/cmykToCmy.js.map +1 -0
  17. package/dist/{utility → convert}/hexToRgb.d.ts +1 -1
  18. package/dist/convert/hexToRgb.d.ts.map +1 -0
  19. package/dist/{utility → convert}/hexToRgb.js.map +1 -1
  20. package/dist/{utility → convert}/hslToRgb.d.ts +1 -1
  21. package/dist/convert/hslToRgb.d.ts.map +1 -0
  22. package/dist/{utility → convert}/hslToRgb.js +5 -6
  23. package/dist/convert/hslToRgb.js.map +1 -0
  24. package/dist/{utility → convert}/hsvToRgb.d.ts +1 -1
  25. package/dist/{utility → convert}/hsvToRgb.d.ts.map +1 -1
  26. package/dist/{utility → convert}/hsvToRgb.js +0 -2
  27. package/dist/convert/hsvToRgb.js.map +1 -0
  28. package/dist/{utility → convert}/hunterToXyz.d.ts +1 -1
  29. package/dist/convert/hunterToXyz.d.ts.map +1 -0
  30. package/dist/{utility → convert}/hunterToXyz.js +6 -7
  31. package/dist/convert/hunterToXyz.js.map +1 -0
  32. package/dist/convert/labToLch.d.ts +19 -0
  33. package/dist/convert/labToLch.d.ts.map +1 -0
  34. package/dist/convert/labToLch.js +12 -0
  35. package/dist/convert/labToLch.js.map +1 -0
  36. package/dist/{utility → convert}/labToXyz.d.ts +1 -1
  37. package/dist/convert/labToXyz.d.ts.map +1 -0
  38. package/dist/{utility → convert}/labToXyz.js +8 -5
  39. package/dist/convert/labToXyz.js.map +1 -0
  40. package/dist/convert/lchToLab.d.ts +19 -0
  41. package/dist/convert/lchToLab.d.ts.map +1 -0
  42. package/dist/convert/lchToLab.js +7 -0
  43. package/dist/convert/lchToLab.js.map +1 -0
  44. package/dist/{utility → convert}/luvToXyz.d.ts +1 -1
  45. package/dist/convert/luvToXyz.d.ts.map +1 -0
  46. package/dist/{utility → convert}/luvToXyz.js +4 -6
  47. package/dist/convert/luvToXyz.js.map +1 -0
  48. package/dist/{utility → convert}/rgbToCmy.d.ts +1 -1
  49. package/dist/{utility → convert}/rgbToCmy.d.ts.map +1 -1
  50. package/dist/{utility → convert}/rgbToCmy.js.map +1 -1
  51. package/dist/{utility → convert}/rgbToHex.d.ts.map +1 -1
  52. package/dist/{utility → convert}/rgbToHex.js +3 -1
  53. package/dist/convert/rgbToHex.js.map +1 -0
  54. package/dist/convert/rgbToHsi.d.ts +10 -0
  55. package/dist/convert/rgbToHsi.d.ts.map +1 -0
  56. package/dist/convert/rgbToHsi.js +36 -0
  57. package/dist/convert/rgbToHsi.js.map +1 -0
  58. package/dist/{utility → convert}/rgbToHsl.d.ts +1 -1
  59. package/dist/convert/rgbToHsl.d.ts.map +1 -0
  60. package/dist/convert/rgbToHsl.js +37 -0
  61. package/dist/convert/rgbToHsl.js.map +1 -0
  62. package/dist/{utility → convert}/rgbToHsv.d.ts +1 -1
  63. package/dist/convert/rgbToHsv.d.ts.map +1 -0
  64. package/dist/{utility → convert}/rgbToHsv.js +11 -11
  65. package/dist/convert/rgbToHsv.js.map +1 -0
  66. package/dist/{utility → convert}/rgbToXyz.d.ts +1 -1
  67. package/dist/convert/rgbToXyz.d.ts.map +1 -0
  68. package/dist/{utility → convert}/rgbToXyz.js +9 -3
  69. package/dist/convert/rgbToXyz.js.map +1 -0
  70. package/dist/{utility → convert}/xyzToAdobe.d.ts +1 -1
  71. package/dist/convert/xyzToAdobe.d.ts.map +1 -0
  72. package/dist/{utility → convert}/xyzToAdobe.js +5 -3
  73. package/dist/convert/xyzToAdobe.js.map +1 -0
  74. package/dist/{utility → convert}/xyzToHunter.d.ts +2 -2
  75. package/dist/convert/xyzToHunter.d.ts.map +1 -0
  76. package/dist/{utility → convert}/xyzToHunter.js +7 -8
  77. package/dist/convert/xyzToHunter.js.map +1 -0
  78. package/dist/{utility → convert}/xyzToLab.d.ts +1 -1
  79. package/dist/convert/xyzToLab.d.ts.map +1 -0
  80. package/dist/{utility → convert}/xyzToLab.js +9 -5
  81. package/dist/convert/xyzToLab.js.map +1 -0
  82. package/dist/{utility → convert}/xyzToLuv.d.ts +1 -1
  83. package/dist/convert/xyzToLuv.d.ts.map +1 -0
  84. package/dist/{utility → convert}/xyzToLuv.js +5 -7
  85. package/dist/convert/xyzToLuv.js.map +1 -0
  86. package/dist/{utility → convert}/xyzToRgb.d.ts +1 -1
  87. package/dist/convert/xyzToRgb.d.ts.map +1 -0
  88. package/dist/{utility → convert}/xyzToRgb.js +8 -3
  89. package/dist/convert/xyzToRgb.js.map +1 -0
  90. package/dist/{utility → convert}/xyzToYxy.d.ts +1 -1
  91. package/dist/{utility → convert}/xyzToYxy.d.ts.map +1 -1
  92. package/dist/{utility → convert}/xyzToYxy.js +0 -3
  93. package/dist/convert/xyzToYxy.js.map +1 -0
  94. package/dist/{utility → convert}/yxyToXyz.d.ts +1 -1
  95. package/dist/{utility → convert}/yxyToXyz.d.ts.map +1 -1
  96. package/dist/{utility → convert}/yxyToXyz.js +0 -3
  97. package/dist/convert/yxyToXyz.js.map +1 -0
  98. package/dist/delta/deltaC.d.ts.map +1 -0
  99. package/dist/delta/deltaC.js.map +1 -0
  100. package/dist/{utility → delta}/deltaCmc.d.ts +2 -2
  101. package/dist/delta/deltaCmc.d.ts.map +1 -0
  102. package/dist/{utility → delta}/deltaCmc.js +5 -8
  103. package/dist/delta/deltaCmc.js.map +1 -0
  104. package/dist/{utility → delta}/deltaE00.d.ts +2 -2
  105. package/dist/delta/deltaE00.d.ts.map +1 -0
  106. package/dist/{utility → delta}/deltaE00.js +13 -17
  107. package/dist/delta/deltaE00.js.map +1 -0
  108. package/dist/delta/deltaE76.d.ts.map +1 -0
  109. package/dist/delta/deltaE76.js.map +1 -0
  110. package/dist/{utility → delta}/deltaE94.d.ts +2 -2
  111. package/dist/delta/deltaE94.d.ts.map +1 -0
  112. package/dist/{utility → delta}/deltaE94.js +0 -6
  113. package/dist/delta/deltaE94.js.map +1 -0
  114. package/dist/delta/deltaH.d.ts.map +1 -0
  115. package/dist/{utility → delta}/deltaH.js +0 -4
  116. package/dist/delta/deltaH.js.map +1 -0
  117. package/dist/index.d.ts +41 -31
  118. package/dist/index.d.ts.map +1 -1
  119. package/dist/index.js +41 -30
  120. package/dist/index.js.map +1 -1
  121. package/dist/names/bang.d.ts +2 -2
  122. package/dist/names/bang.d.ts.map +1 -1
  123. package/dist/names/bang.js +471 -471
  124. package/dist/names/bang.js.map +1 -1
  125. package/dist/names/cne.d.ts +1 -1
  126. package/dist/names/cne.d.ts.map +1 -1
  127. package/dist/names/cne.js +843 -843
  128. package/dist/names/cne.js.map +1 -1
  129. package/dist/names/crayola.d.ts +1 -1
  130. package/dist/names/crayola.d.ts.map +1 -1
  131. package/dist/names/crayola.js +110 -110
  132. package/dist/names/crayola.js.map +1 -1
  133. package/dist/names/getName.d.ts.map +1 -1
  134. package/dist/names/getName.js +3 -3
  135. package/dist/names/getName.js.map +1 -1
  136. package/dist/names/hollasch.d.ts +1 -1
  137. package/dist/names/hollasch.d.ts.map +1 -1
  138. package/dist/names/hollasch.js +179 -179
  139. package/dist/names/hollasch.js.map +1 -1
  140. package/dist/names/nbs.d.ts +1 -1
  141. package/dist/names/nbs.d.ts.map +1 -1
  142. package/dist/names/nbs.js +266 -266
  143. package/dist/names/nbs.js.map +1 -1
  144. package/dist/names/ntc.d.ts +1 -1
  145. package/dist/names/ntc.d.ts.map +1 -1
  146. package/dist/names/ntc.js +1519 -1519
  147. package/dist/names/ntc.js.map +1 -1
  148. package/dist/names/resene.d.ts +1 -1
  149. package/dist/names/resene.d.ts.map +1 -1
  150. package/dist/names/resene.js +1331 -1331
  151. package/dist/names/resene.js.map +1 -1
  152. package/dist/names/tcapi.d.ts +1 -1
  153. package/dist/names/tcapi.d.ts.map +1 -1
  154. package/dist/names/tcapi.js +1840 -1840
  155. package/dist/names/tcapi.js.map +1 -1
  156. package/dist/names/x11.d.ts +1 -1
  157. package/dist/names/x11.d.ts.map +1 -1
  158. package/dist/names/x11.js +445 -445
  159. package/dist/names/x11.js.map +1 -1
  160. package/dist/names/xkcd.d.ts +1 -1
  161. package/dist/names/xkcd.d.ts.map +1 -1
  162. package/dist/names/xkcd.js +897 -897
  163. package/dist/names/xkcd.js.map +1 -1
  164. package/dist/palette/analogous.d.ts +28 -0
  165. package/dist/palette/analogous.d.ts.map +1 -0
  166. package/dist/palette/analogous.js +15 -0
  167. package/dist/palette/analogous.js.map +1 -0
  168. package/dist/palette/analogousLch.d.ts +19 -0
  169. package/dist/palette/analogousLch.d.ts.map +1 -0
  170. package/dist/palette/analogousLch.js +15 -0
  171. package/dist/palette/analogousLch.js.map +1 -0
  172. package/dist/palette/complement.d.ts +28 -0
  173. package/dist/palette/complement.d.ts.map +1 -0
  174. package/dist/palette/complement.js +15 -0
  175. package/dist/palette/complement.js.map +1 -0
  176. package/dist/palette/complementLch.d.ts +19 -0
  177. package/dist/palette/complementLch.d.ts.map +1 -0
  178. package/dist/palette/complementLch.js +15 -0
  179. package/dist/palette/complementLch.js.map +1 -0
  180. package/dist/palette/splitComplement.d.ts +28 -0
  181. package/dist/palette/splitComplement.d.ts.map +1 -0
  182. package/dist/palette/splitComplement.js +15 -0
  183. package/dist/palette/splitComplement.js.map +1 -0
  184. package/dist/palette/splitComplementLch.d.ts +19 -0
  185. package/dist/palette/splitComplementLch.d.ts.map +1 -0
  186. package/dist/palette/splitComplementLch.js +15 -0
  187. package/dist/palette/splitComplementLch.js.map +1 -0
  188. package/dist/types/Adobe.d.ts.map +1 -1
  189. package/dist/types/Cmy.d.ts.map +1 -1
  190. package/dist/types/Cmyk.d.ts.map +1 -1
  191. package/dist/types/Hsi.d.ts +15 -0
  192. package/dist/types/Hsi.d.ts.map +1 -0
  193. package/dist/types/Hsi.js +2 -0
  194. package/dist/types/Hsi.js.map +1 -0
  195. package/dist/types/Hsl.d.ts +1 -1
  196. package/dist/types/Hsl.d.ts.map +1 -1
  197. package/dist/types/Hsv.d.ts +1 -1
  198. package/dist/types/Hsv.d.ts.map +1 -1
  199. package/dist/types/Hunter.d.ts.map +1 -1
  200. package/dist/types/Lab.d.ts +2 -2
  201. package/dist/types/Lab.d.ts.map +1 -1
  202. package/dist/types/Lchab.d.ts +15 -0
  203. package/dist/types/Lchab.d.ts.map +1 -0
  204. package/dist/types/Lchab.js +2 -0
  205. package/dist/types/Lchab.js.map +1 -0
  206. package/dist/types/Lchuv.d.ts +15 -0
  207. package/dist/types/Lchuv.d.ts.map +1 -0
  208. package/dist/types/Lchuv.js +2 -0
  209. package/dist/types/Lchuv.js.map +1 -0
  210. package/dist/types/Luv.d.ts +1 -1
  211. package/dist/types/Luv.d.ts.map +1 -1
  212. package/dist/types/Rgb.d.ts.map +1 -1
  213. package/dist/types/Xyz.d.ts.map +1 -1
  214. package/dist/types/Yxy.d.ts.map +1 -1
  215. package/dist/utility/StandardIlluminant.d.ts.map +1 -1
  216. package/dist/utility/StandardIlluminant.js.map +1 -1
  217. package/dist/utility/contrast.d.ts.map +1 -1
  218. package/dist/utility/contrast.js.map +1 -1
  219. package/dist/utility/getReference.d.ts +2 -2
  220. package/dist/utility/getReference.d.ts.map +1 -1
  221. package/dist/utility/getReference.js +39 -39
  222. package/dist/utility/getReference.js.map +1 -1
  223. package/dist/utility/isWebSafe.d.ts +10 -0
  224. package/dist/utility/isWebSafe.d.ts.map +1 -0
  225. package/dist/utility/isWebSafe.js +11 -0
  226. package/dist/utility/isWebSafe.js.map +1 -0
  227. package/dist/utility/relativeLuminance.js.map +1 -1
  228. package/package.json +15 -15
  229. package/src/{utility → convert}/adobeToXyz.ts +10 -4
  230. package/src/{utility → convert}/cmyToCmyk.ts +5 -4
  231. package/src/{utility → convert}/cmyToRgb.ts +1 -1
  232. package/src/{utility → convert}/cmykToCmy.ts +1 -2
  233. package/src/{utility → convert}/hexToRgb.ts +1 -1
  234. package/src/{utility → convert}/hslToRgb.ts +9 -7
  235. package/src/{utility → convert}/hsvToRgb.ts +2 -3
  236. package/src/{utility → convert}/hunterToXyz.ts +11 -8
  237. package/src/convert/labToLch.ts +36 -0
  238. package/src/{utility → convert}/labToXyz.ts +11 -6
  239. package/src/convert/lchToLab.ts +30 -0
  240. package/src/{utility → convert}/luvToXyz.ts +9 -7
  241. package/src/{utility → convert}/rgbToCmy.ts +1 -1
  242. package/src/{utility → convert}/rgbToHex.ts +5 -1
  243. package/src/convert/rgbToHsi.ts +43 -0
  244. package/src/convert/rgbToHsl.ts +44 -0
  245. package/src/{utility → convert}/rgbToHsv.ts +14 -13
  246. package/src/{utility → convert}/rgbToXyz.ts +11 -4
  247. package/src/{utility → convert}/xyzToAdobe.ts +9 -4
  248. package/src/{utility → convert}/xyzToHunter.ts +12 -9
  249. package/src/{utility → convert}/xyzToLab.ts +12 -6
  250. package/src/{utility → convert}/xyzToLuv.ts +11 -9
  251. package/src/{utility → convert}/xyzToRgb.ts +10 -4
  252. package/src/{utility → convert}/xyzToYxy.ts +3 -4
  253. package/src/{utility → convert}/yxyToXyz.ts +3 -4
  254. package/src/{utility → delta}/deltaC.ts +0 -2
  255. package/src/{utility → delta}/deltaCmc.ts +12 -10
  256. package/src/{utility → delta}/deltaE00.ts +21 -18
  257. package/src/{utility → delta}/deltaE76.ts +0 -2
  258. package/src/{utility → delta}/deltaE94.ts +7 -8
  259. package/src/{utility → delta}/deltaH.ts +3 -6
  260. package/src/index.ts +47 -31
  261. package/src/names/bang.ts +476 -472
  262. package/src/names/cne.ts +848 -844
  263. package/src/names/crayola.ts +115 -111
  264. package/src/names/getName.ts +4 -3
  265. package/src/names/hollasch.ts +184 -180
  266. package/src/names/nbs.ts +271 -267
  267. package/src/names/ntc.ts +1524 -1520
  268. package/src/names/resene.ts +1336 -1332
  269. package/src/names/tcapi.ts +1845 -1841
  270. package/src/names/x11.ts +450 -446
  271. package/src/names/xkcd.ts +902 -898
  272. package/src/palette/analogous.ts +61 -0
  273. package/src/palette/analogousLch.ts +49 -0
  274. package/src/palette/complement.ts +65 -0
  275. package/src/palette/complementLch.ts +50 -0
  276. package/src/palette/splitComplement.ts +61 -0
  277. package/src/palette/splitComplementLch.ts +48 -0
  278. package/src/types/Adobe.ts +3 -0
  279. package/src/types/Cmy.ts +3 -0
  280. package/src/types/Cmyk.ts +4 -0
  281. package/src/types/Hsi.ts +20 -0
  282. package/src/types/Hsl.ts +4 -1
  283. package/src/types/Hsv.ts +4 -1
  284. package/src/types/Hunter.ts +3 -0
  285. package/src/types/Lab.ts +5 -2
  286. package/src/types/Lchab.ts +20 -0
  287. package/src/types/Lchuv.ts +20 -0
  288. package/src/types/Luv.ts +4 -1
  289. package/src/types/Rgb.ts +3 -0
  290. package/src/types/Xyz.ts +3 -0
  291. package/src/types/Yxy.ts +3 -0
  292. package/src/utility/StandardIlluminant.ts +40 -40
  293. package/src/utility/contrast.ts +1 -0
  294. package/src/utility/getReference.ts +42 -41
  295. package/src/utility/isWebSafe.ts +14 -0
  296. package/src/utility/relativeLuminance.ts +1 -1
  297. package/dist/types/Lch.d.ts +0 -16
  298. package/dist/types/Lch.d.ts.map +0 -1
  299. package/dist/types/Lch.js +0 -2
  300. package/dist/types/Lch.js.map +0 -1
  301. package/dist/utility/adobeToXyz.d.ts.map +0 -1
  302. package/dist/utility/adobeToXyz.js.map +0 -1
  303. package/dist/utility/cmyToCmyk.d.ts.map +0 -1
  304. package/dist/utility/cmyToCmyk.js.map +0 -1
  305. package/dist/utility/cmykToCmy.js.map +0 -1
  306. package/dist/utility/deltaC.d.ts.map +0 -1
  307. package/dist/utility/deltaC.js.map +0 -1
  308. package/dist/utility/deltaCmc.d.ts.map +0 -1
  309. package/dist/utility/deltaCmc.js.map +0 -1
  310. package/dist/utility/deltaE00.d.ts.map +0 -1
  311. package/dist/utility/deltaE00.js.map +0 -1
  312. package/dist/utility/deltaE76.d.ts.map +0 -1
  313. package/dist/utility/deltaE76.js.map +0 -1
  314. package/dist/utility/deltaE94.d.ts.map +0 -1
  315. package/dist/utility/deltaE94.js.map +0 -1
  316. package/dist/utility/deltaH.d.ts.map +0 -1
  317. package/dist/utility/deltaH.js.map +0 -1
  318. package/dist/utility/hexToRgb.d.ts.map +0 -1
  319. package/dist/utility/hslToRgb.d.ts.map +0 -1
  320. package/dist/utility/hslToRgb.js.map +0 -1
  321. package/dist/utility/hsvToRgb.js.map +0 -1
  322. package/dist/utility/hunterToXyz.d.ts.map +0 -1
  323. package/dist/utility/hunterToXyz.js.map +0 -1
  324. package/dist/utility/labToLch.d.ts +0 -11
  325. package/dist/utility/labToLch.d.ts.map +0 -1
  326. package/dist/utility/labToLch.js +0 -19
  327. package/dist/utility/labToLch.js.map +0 -1
  328. package/dist/utility/labToXyz.d.ts.map +0 -1
  329. package/dist/utility/labToXyz.js.map +0 -1
  330. package/dist/utility/lchToLab.d.ts +0 -11
  331. package/dist/utility/lchToLab.d.ts.map +0 -1
  332. package/dist/utility/lchToLab.js +0 -14
  333. package/dist/utility/lchToLab.js.map +0 -1
  334. package/dist/utility/luvToXyz.d.ts.map +0 -1
  335. package/dist/utility/luvToXyz.js.map +0 -1
  336. package/dist/utility/rgbToHex.js.map +0 -1
  337. package/dist/utility/rgbToHsl.d.ts.map +0 -1
  338. package/dist/utility/rgbToHsl.js +0 -31
  339. package/dist/utility/rgbToHsl.js.map +0 -1
  340. package/dist/utility/rgbToHsv.d.ts.map +0 -1
  341. package/dist/utility/rgbToHsv.js.map +0 -1
  342. package/dist/utility/rgbToXyz.d.ts.map +0 -1
  343. package/dist/utility/rgbToXyz.js.map +0 -1
  344. package/dist/utility/xyzToAdobe.d.ts.map +0 -1
  345. package/dist/utility/xyzToAdobe.js.map +0 -1
  346. package/dist/utility/xyzToHunter.d.ts.map +0 -1
  347. package/dist/utility/xyzToHunter.js.map +0 -1
  348. package/dist/utility/xyzToLab.d.ts.map +0 -1
  349. package/dist/utility/xyzToLab.js.map +0 -1
  350. package/dist/utility/xyzToLuv.d.ts.map +0 -1
  351. package/dist/utility/xyzToLuv.js.map +0 -1
  352. package/dist/utility/xyzToRgb.d.ts.map +0 -1
  353. package/dist/utility/xyzToRgb.js.map +0 -1
  354. package/dist/utility/xyzToYxy.js.map +0 -1
  355. package/dist/utility/yxyToXyz.js.map +0 -1
  356. package/src/types/Lch.ts +0 -18
  357. package/src/utility/labToLch.ts +0 -24
  358. package/src/utility/lchToLab.ts +0 -18
  359. package/src/utility/rgbToHsl.ts +0 -38
  360. /package/dist/{utility → convert}/cmyToRgb.js +0 -0
  361. /package/dist/{utility → convert}/hexToRgb.js +0 -0
  362. /package/dist/{utility → convert}/rgbToCmy.js +0 -0
  363. /package/dist/{utility → convert}/rgbToHex.d.ts +0 -0
  364. /package/dist/{utility → delta}/deltaC.d.ts +0 -0
  365. /package/dist/{utility → delta}/deltaC.js +0 -0
  366. /package/dist/{utility → delta}/deltaE76.d.ts +0 -0
  367. /package/dist/{utility → delta}/deltaE76.js +0 -0
  368. /package/dist/{utility → delta}/deltaH.d.ts +0 -0
@@ -1,1851 +1,1855 @@
1
1
  import type Rgb from "../types/Rgb.js";
2
- import fromHex from "../utility/hexToRgb.js";
2
+
3
+ import fromHex from "../convert/hexToRgb.js";
3
4
 
4
5
  /**
5
6
  * The Color API. Most names appear to come from the Name That Color color name dictionary.
6
7
  * @see {@link https://www.thecolorapi.com/ | The Color API}
7
8
  * @public
8
9
  */
9
- const tcapi: Map<string, Rgb> = new Map<string, Rgb>([
10
- ["Black", fromHex(0x000000)],
11
- ["Navy Blue", fromHex(0x000080)],
12
- ["Dark Blue", fromHex(0x0000c8)],
13
- ["Blue", fromHex(0x0000ff)],
14
- ["Stratos", fromHex(0x000741)],
15
- ["Swamp", fromHex(0x001b1c)],
16
- ["Resolution Blue", fromHex(0x002387)],
17
- ["Deep Fir", fromHex(0x002900)],
18
- ["Burnham", fromHex(0x002e20)],
19
- ["International Klein Blue", fromHex(0x002fa7)],
20
- ["Prussian Blue", fromHex(0x003153)],
21
- ["Midnight Blue", fromHex(0x003366)],
22
- ["Smalt", fromHex(0x003399)],
23
- ["Deep Teal", fromHex(0x003532)],
24
- ["Cyprus", fromHex(0x003e40)],
25
- ["Kaitoke Green", fromHex(0x004620)],
26
- ["Cobalt", fromHex(0x0047ab)],
27
- ["Crusoe", fromHex(0x004816)],
28
- ["Sherpa Blue", fromHex(0x004950)],
29
- ["Endeavour", fromHex(0x0056a7)],
30
- ["Camarone", fromHex(0x00581a)],
31
- ["Science Blue", fromHex(0x0066cc)],
32
- ["Blue Ribbon", fromHex(0x0066ff)],
33
- ["Tropical Rain Forest", fromHex(0x00755e)],
34
- ["Allports", fromHex(0x0076a3)],
35
- ["Deep Cerulean", fromHex(0x007ba7)],
36
- ["Lochmara", fromHex(0x007ec7)],
37
- ["Azure Radiance", fromHex(0x007fff)],
38
- ["Teal", fromHex(0x008080)],
39
- ["Bondi Blue", fromHex(0x0095b6)],
40
- ["Pacific Blue", fromHex(0x009dc4)],
41
- ["Persian Green", fromHex(0x00a693)],
42
- ["Jade", fromHex(0x00a86b)],
43
- ["Caribbean Green", fromHex(0x00cc99)],
44
- ["Robin's Egg Blue", fromHex(0x00cccc)],
45
- ["Green", fromHex(0x00ff00)],
46
- ["Spring Green", fromHex(0x00ff7f)],
47
- ["Cyan / Aqua", fromHex(0x00ffff)],
48
- ["Blue Charcoal", fromHex(0x010d1a)],
49
- ["Midnight", fromHex(0x011635)],
50
- ["Holly", fromHex(0x011d13)],
51
- ["Daintree", fromHex(0x012731)],
52
- ["Cardin Green", fromHex(0x01361c)],
53
- ["County Green", fromHex(0x01371a)],
54
- ["Astronaut Blue", fromHex(0x013e62)],
55
- ["Regal Blue", fromHex(0x013f6a)],
56
- ["Aqua Deep", fromHex(0x014b43)],
57
- ["Orient", fromHex(0x015e85)],
58
- ["Blue Stone", fromHex(0x016162)],
59
- ["Fun Green", fromHex(0x016d39)],
60
- ["Pine Green", fromHex(0x01796f)],
61
- ["Blue Lagoon", fromHex(0x017987)],
62
- ["Deep Sea", fromHex(0x01826b)],
63
- ["Green Haze", fromHex(0x01a368)],
64
- ["English Holly", fromHex(0x022d15)],
65
- ["Sherwood Green", fromHex(0x02402c)],
66
- ["Congress Blue", fromHex(0x02478e)],
67
- ["Evening Sea", fromHex(0x024e46)],
68
- ["Bahama Blue", fromHex(0x026395)],
69
- ["Observatory", fromHex(0x02866f)],
70
- ["Cerulean", fromHex(0x02a4d3)],
71
- ["Tangaroa", fromHex(0x03163c)],
72
- ["Green Vogue", fromHex(0x032b52)],
73
- ["Mosque", fromHex(0x036a6e)],
74
- ["Midnight Moss", fromHex(0x041004)],
75
- ["Black Pearl", fromHex(0x041322)],
76
- ["Blue Whale", fromHex(0x042e4c)],
77
- ["Zuccini", fromHex(0x044022)],
78
- ["Teal Blue", fromHex(0x044259)],
79
- ["Deep Cove", fromHex(0x051040)],
80
- ["Gulf Blue", fromHex(0x051657)],
81
- ["Venice Blue", fromHex(0x055989)],
82
- ["Watercourse", fromHex(0x056f57)],
83
- ["Catalina Blue", fromHex(0x062a78)],
84
- ["Tiber", fromHex(0x063537)],
85
- ["Gossamer", fromHex(0x069b81)],
86
- ["Niagara", fromHex(0x06a189)],
87
- ["Tarawera", fromHex(0x073a50)],
88
- ["Jaguar", fromHex(0x080110)],
89
- ["Black Bean", fromHex(0x081910)],
90
- ["Deep Sapphire", fromHex(0x082567)],
91
- ["Elf Green", fromHex(0x088370)],
92
- ["Bright Turquoise", fromHex(0x08e8de)],
93
- ["Downriver", fromHex(0x092256)],
94
- ["Palm Green", fromHex(0x09230f)],
95
- ["Madison", fromHex(0x09255d)],
96
- ["Bottle Green", fromHex(0x093624)],
97
- ["Deep Sea Green", fromHex(0x095859)],
98
- ["Salem", fromHex(0x097f4b)],
99
- ["Black Russian", fromHex(0x0a001c)],
100
- ["Dark Fern", fromHex(0x0a480d)],
101
- ["Japanese Laurel", fromHex(0x0a6906)],
102
- ["Atoll", fromHex(0x0a6f75)],
103
- ["Cod Gray", fromHex(0x0b0b0b)],
104
- ["Marshland", fromHex(0x0b0f08)],
105
- ["Gordons Green", fromHex(0x0b1107)],
106
- ["Black Forest", fromHex(0x0b1304)],
107
- ["San Felix", fromHex(0x0b6207)],
108
- ["Malachite", fromHex(0x0bda51)],
109
- ["Ebony", fromHex(0x0c0b1d)],
110
- ["Woodsmoke", fromHex(0x0c0d0f)],
111
- ["Racing Green", fromHex(0x0c1911)],
112
- ["Surfie Green", fromHex(0x0c7a79)],
113
- ["Blue Chill", fromHex(0x0c8990)],
114
- ["Black Rock", fromHex(0x0d0332)],
115
- ["Bunker", fromHex(0x0d1117)],
116
- ["Aztec", fromHex(0x0d1c19)],
117
- ["Bush", fromHex(0x0d2e1c)],
118
- ["Cinder", fromHex(0x0e0e18)],
119
- ["Firefly", fromHex(0x0e2a30)],
120
- ["Torea Bay", fromHex(0x0f2d9e)],
121
- ["Vulcan", fromHex(0x10121d)],
122
- ["Green Waterloo", fromHex(0x101405)],
123
- ["Eden", fromHex(0x105852)],
124
- ["Arapawa", fromHex(0x110c6c)],
125
- ["Ultramarine", fromHex(0x120a8f)],
126
- ["Elephant", fromHex(0x123447)],
127
- ["Jewel", fromHex(0x126b40)],
128
- ["Diesel", fromHex(0x130000)],
129
- ["Asphalt", fromHex(0x130a06)],
130
- ["Blue Zodiac", fromHex(0x13264d)],
131
- ["Parsley", fromHex(0x134f19)],
132
- ["Nero", fromHex(0x140600)],
133
- ["Tory Blue", fromHex(0x1450aa)],
134
- ["Bunting", fromHex(0x151f4c)],
135
- ["Denim", fromHex(0x1560bd)],
136
- ["Genoa", fromHex(0x15736b)],
137
- ["Mirage", fromHex(0x161928)],
138
- ["Hunter Green", fromHex(0x161d10)],
139
- ["Big Stone", fromHex(0x162a40)],
140
- ["Celtic", fromHex(0x163222)],
141
- ["Timber Green", fromHex(0x16322c)],
142
- ["Gable Green", fromHex(0x163531)],
143
- ["Pine Tree", fromHex(0x171f04)],
144
- ["Chathams Blue", fromHex(0x175579)],
145
- ["Deep Forest Green", fromHex(0x182d09)],
146
- ["Blumine", fromHex(0x18587a)],
147
- ["Palm Leaf", fromHex(0x19330e)],
148
- ["Nile Blue", fromHex(0x193751)],
149
- ["Fun Blue", fromHex(0x1959a8)],
150
- ["Lucky Point", fromHex(0x1a1a68)],
151
- ["Mountain Meadow", fromHex(0x1ab385)],
152
- ["Tolopea", fromHex(0x1b0245)],
153
- ["Haiti", fromHex(0x1b1035)],
154
- ["Deep Koamaru", fromHex(0x1b127b)],
155
- ["Acadia", fromHex(0x1b1404)],
156
- ["Seaweed", fromHex(0x1b2f11)],
157
- ["Biscay", fromHex(0x1b3162)],
158
- ["Matisse", fromHex(0x1b659d)],
159
- ["Crowshead", fromHex(0x1c1208)],
160
- ["Rangoon Green", fromHex(0x1c1e13)],
161
- ["Persian Blue", fromHex(0x1c39bb)],
162
- ["Everglade", fromHex(0x1c402e)],
163
- ["Elm", fromHex(0x1c7c7d)],
164
- ["Green Pea", fromHex(0x1d6142)],
165
- ["Creole", fromHex(0x1e0f04)],
166
- ["Karaka", fromHex(0x1e1609)],
167
- ["El Paso", fromHex(0x1e1708)],
168
- ["Cello", fromHex(0x1e385b)],
169
- ["Te Papa Green", fromHex(0x1e433c)],
170
- ["Dodger Blue", fromHex(0x1e90ff)],
171
- ["Eastern Blue", fromHex(0x1e9ab0)],
172
- ["Night Rider", fromHex(0x1f120f)],
173
- ["Java", fromHex(0x1fc2c2)],
174
- ["Jacksons Purple", fromHex(0x20208d)],
175
- ["Cloud Burst", fromHex(0x202e54)],
176
- ["Blue Dianne", fromHex(0x204852)],
177
- ["Eternity", fromHex(0x211a0e)],
178
- ["Deep Blue", fromHex(0x220878)],
179
- ["Forest Green", fromHex(0x228b22)],
180
- ["Mallard", fromHex(0x233418)],
181
- ["Violet", fromHex(0x240a40)],
182
- ["Kilamanjaro", fromHex(0x240c02)],
183
- ["Log Cabin", fromHex(0x242a1d)],
184
- ["Black Olive", fromHex(0x242e16)],
185
- ["Green House", fromHex(0x24500f)],
186
- ["Graphite", fromHex(0x251607)],
187
- ["Cannon Black", fromHex(0x251706)],
188
- ["Port Gore", fromHex(0x251f4f)],
189
- ["Shark", fromHex(0x25272c)],
190
- ["Green Kelp", fromHex(0x25311c)],
191
- ["Curious Blue", fromHex(0x2596d1)],
192
- ["Paua", fromHex(0x260368)],
193
- ["Paris M", fromHex(0x26056a)],
194
- ["Wood Bark", fromHex(0x261105)],
195
- ["Gondola", fromHex(0x261414)],
196
- ["Steel Gray", fromHex(0x262335)],
197
- ["Ebony Clay", fromHex(0x26283b)],
198
- ["Bay of Many", fromHex(0x273a81)],
199
- ["Plantation", fromHex(0x27504b)],
200
- ["Eucalyptus", fromHex(0x278a5b)],
201
- ["Oil", fromHex(0x281e15)],
202
- ["Astronaut", fromHex(0x283a77)],
203
- ["Mariner", fromHex(0x286acd)],
204
- ["Violent Violet", fromHex(0x290c5e)],
205
- ["Bastille", fromHex(0x292130)],
206
- ["Zeus", fromHex(0x292319)],
207
- ["Charade", fromHex(0x292937)],
208
- ["Jelly Bean", fromHex(0x297b9a)],
209
- ["Jungle Green", fromHex(0x29ab87)],
210
- ["Cherry Pie", fromHex(0x2a0359)],
211
- ["Coffee Bean", fromHex(0x2a140e)],
212
- ["Baltic Sea", fromHex(0x2a2630)],
213
- ["Turtle Green", fromHex(0x2a380b)],
214
- ["Cerulean Blue", fromHex(0x2a52be)],
215
- ["Sepia Black", fromHex(0x2b0202)],
216
- ["Valhalla", fromHex(0x2b194f)],
217
- ["Heavy Metal", fromHex(0x2b3228)],
218
- ["Blue Gem", fromHex(0x2c0e8c)],
219
- ["Revolver", fromHex(0x2c1632)],
220
- ["Bleached Cedar", fromHex(0x2c2133)],
221
- ["Lochinvar", fromHex(0x2c8c84)],
222
- ["Mikado", fromHex(0x2d2510)],
223
- ["Outer Space", fromHex(0x2d383a)],
224
- ["St Tropaz", fromHex(0x2d569b)],
225
- ["Jacaranda", fromHex(0x2e0329)],
226
- ["Jacko Bean", fromHex(0x2e1905)],
227
- ["Rangitoto", fromHex(0x2e3222)],
228
- ["Rhino", fromHex(0x2e3f62)],
229
- ["Sea Green", fromHex(0x2e8b57)],
230
- ["Scooter", fromHex(0x2ebfd4)],
231
- ["Onion", fromHex(0x2f270e)],
232
- ["Governor Bay", fromHex(0x2f3cb3)],
233
- ["Sapphire", fromHex(0x2f519e)],
234
- ["Spectra", fromHex(0x2f5a57)],
235
- ["Casal", fromHex(0x2f6168)],
236
- ["Melanzane", fromHex(0x300529)],
237
- ["Cocoa Brown", fromHex(0x301f1e)],
238
- ["Woodrush", fromHex(0x302a0f)],
239
- ["San Juan", fromHex(0x304b6a)],
240
- ["Turquoise", fromHex(0x30d5c8)],
241
- ["Eclipse", fromHex(0x311c17)],
242
- ["Pickled Bluewood", fromHex(0x314459)],
243
- ["Azure", fromHex(0x315ba1)],
244
- ["Calypso", fromHex(0x31728d)],
245
- ["Paradiso", fromHex(0x317d82)],
246
- ["Persian Indigo", fromHex(0x32127a)],
247
- ["Blackcurrant", fromHex(0x32293a)],
248
- ["Mine Shaft", fromHex(0x323232)],
249
- ["Stromboli", fromHex(0x325d52)],
250
- ["Bilbao", fromHex(0x327c14)],
251
- ["Astral", fromHex(0x327da0)],
252
- ["Christalle", fromHex(0x33036b)],
253
- ["Thunder", fromHex(0x33292f)],
254
- ["Shamrock", fromHex(0x33cc99)],
255
- ["Tamarind", fromHex(0x341515)],
256
- ["Mardi Gras", fromHex(0x350036)],
257
- ["Valentino", fromHex(0x350e42)],
258
- ["Jagger", fromHex(0x350e57)],
259
- ["Tuna", fromHex(0x353542)],
260
- ["Chambray", fromHex(0x354e8c)],
261
- ["Martinique", fromHex(0x363050)],
262
- ["Tuatara", fromHex(0x363534)],
263
- ["Waiouru", fromHex(0x363c0d)],
264
- ["Ming", fromHex(0x36747d)],
265
- ["La Palma", fromHex(0x368716)],
266
- ["Chocolate", fromHex(0x370202)],
267
- ["Clinker", fromHex(0x371d09)],
268
- ["Brown Tumbleweed", fromHex(0x37290e)],
269
- ["Birch", fromHex(0x373021)],
270
- ["Oracle", fromHex(0x377475)],
271
- ["Blue Diamond", fromHex(0x380474)],
272
- ["Grape", fromHex(0x381a51)],
273
- ["Dune", fromHex(0x383533)],
274
- ["Oxford Blue", fromHex(0x384555)],
275
- ["Clover", fromHex(0x384910)],
276
- ["Limed Spruce", fromHex(0x394851)],
277
- ["Dell", fromHex(0x396413)],
278
- ["Toledo", fromHex(0x3a0020)],
279
- ["Sambuca", fromHex(0x3a2010)],
280
- ["Jacarta", fromHex(0x3a2a6a)],
281
- ["William", fromHex(0x3a686c)],
282
- ["Killarney", fromHex(0x3a6a47)],
283
- ["Keppel", fromHex(0x3ab09e)],
284
- ["Temptress", fromHex(0x3b000b)],
285
- ["Aubergine", fromHex(0x3b0910)],
286
- ["Jon", fromHex(0x3b1f1f)],
287
- ["Treehouse", fromHex(0x3b2820)],
288
- ["Amazon", fromHex(0x3b7a57)],
289
- ["Boston Blue", fromHex(0x3b91b4)],
290
- ["Windsor", fromHex(0x3c0878)],
291
- ["Rebel", fromHex(0x3c1206)],
292
- ["Meteorite", fromHex(0x3c1f76)],
293
- ["Dark Ebony", fromHex(0x3c2005)],
294
- ["Camouflage", fromHex(0x3c3910)],
295
- ["Bright Gray", fromHex(0x3c4151)],
296
- ["Cape Cod", fromHex(0x3c4443)],
297
- ["Lunar Green", fromHex(0x3c493a)],
298
- ["Bean ", fromHex(0x3d0c02)],
299
- ["Bistre", fromHex(0x3d2b1f)],
300
- ["Goblin", fromHex(0x3d7d52)],
301
- ["Kingfisher Daisy", fromHex(0x3e0480)],
302
- ["Cedar", fromHex(0x3e1c14)],
303
- ["English Walnut", fromHex(0x3e2b23)],
304
- ["Black Marlin", fromHex(0x3e2c1c)],
305
- ["Ship Gray", fromHex(0x3e3a44)],
306
- ["Pelorous", fromHex(0x3eabbf)],
307
- ["Bronze", fromHex(0x3f2109)],
308
- ["Cola", fromHex(0x3f2500)],
309
- ["Madras", fromHex(0x3f3002)],
310
- ["Minsk", fromHex(0x3f307f)],
311
- ["Cabbage Pont", fromHex(0x3f4c3a)],
312
- ["Tom Thumb", fromHex(0x3f583b)],
313
- ["Mineral Green", fromHex(0x3f5d53)],
314
- ["Puerto Rico", fromHex(0x3fc1aa)],
315
- ["Harlequin", fromHex(0x3fff00)],
316
- ["Brown Pod", fromHex(0x401801)],
317
- ["Cork", fromHex(0x40291d)],
318
- ["Masala", fromHex(0x403b38)],
319
- ["Thatch Green", fromHex(0x403d19)],
320
- ["Fiord", fromHex(0x405169)],
321
- ["Viridian", fromHex(0x40826d)],
322
- ["Chateau Green", fromHex(0x40a860)],
323
- ["Ripe Plum", fromHex(0x410056)],
324
- ["Paco", fromHex(0x411f10)],
325
- ["Deep Oak", fromHex(0x412010)],
326
- ["Merlin", fromHex(0x413c37)],
327
- ["Gun Powder", fromHex(0x414257)],
328
- ["East Bay", fromHex(0x414c7d)],
329
- ["Royal Blue", fromHex(0x4169e1)],
330
- ["Ocean Green", fromHex(0x41aa78)],
331
- ["Burnt Maroon", fromHex(0x420303)],
332
- ["Lisbon Brown", fromHex(0x423921)],
333
- ["Faded Jade", fromHex(0x427977)],
334
- ["Scarlet Gum", fromHex(0x431560)],
335
- ["Iroko", fromHex(0x433120)],
336
- ["Armadillo", fromHex(0x433e37)],
337
- ["River Bed", fromHex(0x434c59)],
338
- ["Green Leaf", fromHex(0x436a0d)],
339
- ["Barossa", fromHex(0x44012d)],
340
- ["Morocco Brown", fromHex(0x441d00)],
341
- ["Mako", fromHex(0x444954)],
342
- ["Kelp", fromHex(0x454936)],
343
- ["San Marino", fromHex(0x456cac)],
344
- ["Picton Blue", fromHex(0x45b1e8)],
345
- ["Loulou", fromHex(0x460b41)],
346
- ["Crater Brown", fromHex(0x462425)],
347
- ["Gray Asparagus", fromHex(0x465945)],
348
- ["Steel Blue", fromHex(0x4682b4)],
349
- ["Rustic Red", fromHex(0x480404)],
350
- ["Bulgarian Rose", fromHex(0x480607)],
351
- ["Clairvoyant", fromHex(0x480656)],
352
- ["Cocoa Bean", fromHex(0x481c1c)],
353
- ["Woody Brown", fromHex(0x483131)],
354
- ["Taupe", fromHex(0x483c32)],
355
- ["Van Cleef", fromHex(0x49170c)],
356
- ["Brown Derby", fromHex(0x492615)],
357
- ["Metallic Bronze", fromHex(0x49371b)],
358
- ["Verdun Green", fromHex(0x495400)],
359
- ["Blue Bayoux", fromHex(0x496679)],
360
- ["Bismark", fromHex(0x497183)],
361
- ["Bracken", fromHex(0x4a2a04)],
362
- ["Deep Bronze", fromHex(0x4a3004)],
363
- ["Mondo", fromHex(0x4a3c30)],
364
- ["Tundora", fromHex(0x4a4244)],
365
- ["Gravel", fromHex(0x4a444b)],
366
- ["Trout", fromHex(0x4a4e5a)],
367
- ["Pigment Indigo", fromHex(0x4b0082)],
368
- ["Nandor", fromHex(0x4b5d52)],
369
- ["Saddle", fromHex(0x4c3024)],
370
- ["Abbey", fromHex(0x4c4f56)],
371
- ["Blackberry", fromHex(0x4d0135)],
372
- ["Cab Sav", fromHex(0x4d0a18)],
373
- ["Indian Tan", fromHex(0x4d1e01)],
374
- ["Cowboy", fromHex(0x4d282d)],
375
- ["Livid Brown", fromHex(0x4d282e)],
376
- ["Rock", fromHex(0x4d3833)],
377
- ["Punga", fromHex(0x4d3d14)],
378
- ["Bronzetone", fromHex(0x4d400f)],
379
- ["Woodland", fromHex(0x4d5328)],
380
- ["Mahogany", fromHex(0x4e0606)],
381
- ["Bossanova", fromHex(0x4e2a5a)],
382
- ["Matterhorn", fromHex(0x4e3b41)],
383
- ["Bronze Olive", fromHex(0x4e420c)],
384
- ["Mulled Wine", fromHex(0x4e4562)],
385
- ["Axolotl", fromHex(0x4e6649)],
386
- ["Wedgewood", fromHex(0x4e7f9e)],
387
- ["Shakespeare", fromHex(0x4eabd1)],
388
- ["Honey Flower", fromHex(0x4f1c70)],
389
- ["Daisy Bush", fromHex(0x4f2398)],
390
- ["Indigo", fromHex(0x4f69c6)],
391
- ["Fern Green", fromHex(0x4f7942)],
392
- ["Fruit Salad", fromHex(0x4f9d5d)],
393
- ["Apple", fromHex(0x4fa83d)],
394
- ["Mortar", fromHex(0x504351)],
395
- ["Kashmir Blue", fromHex(0x507096)],
396
- ["Cutty Sark", fromHex(0x507672)],
397
- ["Emerald", fromHex(0x50c878)],
398
- ["Emperor", fromHex(0x514649)],
399
- ["Chalet Green", fromHex(0x516e3d)],
400
- ["Como", fromHex(0x517c66)],
401
- ["Smalt Blue", fromHex(0x51808f)],
402
- ["Castro", fromHex(0x52001f)],
403
- ["Maroon Oak", fromHex(0x520c17)],
404
- ["Gigas", fromHex(0x523c94)],
405
- ["Voodoo", fromHex(0x533455)],
406
- ["Victoria", fromHex(0x534491)],
407
- ["Hippie Green", fromHex(0x53824b)],
408
- ["Heath", fromHex(0x541012)],
409
- ["Judge Gray", fromHex(0x544333)],
410
- ["Fuscous Gray", fromHex(0x54534d)],
411
- ["Vida Loca", fromHex(0x549019)],
412
- ["Cioccolato", fromHex(0x55280c)],
413
- ["Saratoga", fromHex(0x555b10)],
414
- ["Finlandia", fromHex(0x556d56)],
415
- ["Havelock Blue", fromHex(0x5590d9)],
416
- ["Fountain Blue", fromHex(0x56b4be)],
417
- ["Spring Leaves", fromHex(0x578363)],
418
- ["Saddle Brown", fromHex(0x583401)],
419
- ["Scarpa Flow", fromHex(0x585562)],
420
- ["Cactus", fromHex(0x587156)],
421
- ["Hippie Blue", fromHex(0x589aaf)],
422
- ["Wine Berry", fromHex(0x591d35)],
423
- ["Brown Bramble", fromHex(0x592804)],
424
- ["Congo Brown", fromHex(0x593737)],
425
- ["Millbrook", fromHex(0x594433)],
426
- ["Waikawa Gray", fromHex(0x5a6e9c)],
427
- ["Horizon", fromHex(0x5a87a0)],
428
- ["Jambalaya", fromHex(0x5b3013)],
429
- ["Bordeaux", fromHex(0x5c0120)],
430
- ["Mulberry Wood", fromHex(0x5c0536)],
431
- ["Carnaby Tan", fromHex(0x5c2e01)],
432
- ["Comet", fromHex(0x5c5d75)],
433
- ["Redwood", fromHex(0x5d1e0f)],
434
- ["Don Juan", fromHex(0x5d4c51)],
435
- ["Chicago", fromHex(0x5d5c58)],
436
- ["Verdigris", fromHex(0x5d5e37)],
437
- ["Dingley", fromHex(0x5d7747)],
438
- ["Breaker Bay", fromHex(0x5da19f)],
439
- ["Kabul", fromHex(0x5e483e)],
440
- ["Hemlock", fromHex(0x5e5d3b)],
441
- ["Irish Coffee", fromHex(0x5f3d26)],
442
- ["Mid Gray", fromHex(0x5f5f6e)],
443
- ["Shuttle Gray", fromHex(0x5f6672)],
444
- ["Aqua Forest", fromHex(0x5fa777)],
445
- ["Tradewind", fromHex(0x5fb3ac)],
446
- ["Horses Neck", fromHex(0x604913)],
447
- ["Smoky", fromHex(0x605b73)],
448
- ["Corduroy", fromHex(0x606e68)],
449
- ["Danube", fromHex(0x6093d1)],
450
- ["Espresso", fromHex(0x612718)],
451
- ["Eggplant", fromHex(0x614051)],
452
- ["Costa Del Sol", fromHex(0x615d30)],
453
- ["Glade Green", fromHex(0x61845f)],
454
- ["Buccaneer", fromHex(0x622f30)],
455
- ["Quincy", fromHex(0x623f2d)],
456
- ["Butterfly Bush", fromHex(0x624e9a)],
457
- ["West Coast", fromHex(0x625119)],
458
- ["Finch", fromHex(0x626649)],
459
- ["Patina", fromHex(0x639a8f)],
460
- ["Fern", fromHex(0x63b76c)],
461
- ["Blue Violet", fromHex(0x6456b7)],
462
- ["Dolphin", fromHex(0x646077)],
463
- ["Storm Dust", fromHex(0x646463)],
464
- ["Siam", fromHex(0x646a54)],
465
- ["Nevada", fromHex(0x646e75)],
466
- ["Cornflower Blue", fromHex(0x6495ed)],
467
- ["Viking", fromHex(0x64ccdb)],
468
- ["Rosewood", fromHex(0x65000b)],
469
- ["Cherrywood", fromHex(0x651a14)],
470
- ["Purple Heart", fromHex(0x652dc1)],
471
- ["Fern Frond", fromHex(0x657220)],
472
- ["Willow Grove", fromHex(0x65745d)],
473
- ["Hoki", fromHex(0x65869f)],
474
- ["Pompadour", fromHex(0x660045)],
475
- ["Purple", fromHex(0x660099)],
476
- ["Tyrian Purple", fromHex(0x66023c)],
477
- ["Dark Tan", fromHex(0x661010)],
478
- ["Silver Tree", fromHex(0x66b58f)],
479
- ["Bright Green", fromHex(0x66ff00)],
480
- ["Screamin' Green", fromHex(0x66ff66)],
481
- ["Black Rose", fromHex(0x67032d)],
482
- ["Scampi", fromHex(0x675fa6)],
483
- ["Ironside Gray", fromHex(0x676662)],
484
- ["Viridian Green", fromHex(0x678975)],
485
- ["Christi", fromHex(0x67a712)],
486
- ["Nutmeg Wood Finish", fromHex(0x683600)],
487
- ["Zambezi", fromHex(0x685558)],
488
- ["Salt Box", fromHex(0x685e6e)],
489
- ["Tawny Port", fromHex(0x692545)],
490
- ["Finn", fromHex(0x692d54)],
491
- ["Scorpion", fromHex(0x695f62)],
492
- ["Lynch", fromHex(0x697e9a)],
493
- ["Spice", fromHex(0x6a442e)],
494
- ["Himalaya", fromHex(0x6a5d1b)],
495
- ["Soya Bean", fromHex(0x6a6051)],
496
- ["Hairy Heath", fromHex(0x6b2a14)],
497
- ["Royal Purple", fromHex(0x6b3fa0)],
498
- ["Shingle Fawn", fromHex(0x6b4e31)],
499
- ["Dorado", fromHex(0x6b5755)],
500
- ["Bermuda Gray", fromHex(0x6b8ba2)],
501
- ["Olive Drab", fromHex(0x6b8e23)],
502
- ["Eminence", fromHex(0x6c3082)],
503
- ["Turquoise Blue", fromHex(0x6cdae7)],
504
- ["Lonestar", fromHex(0x6d0101)],
505
- ["Pine Cone", fromHex(0x6d5e54)],
506
- ["Dove Gray", fromHex(0x6d6c6c)],
507
- ["Juniper", fromHex(0x6d9292)],
508
- ["Gothic", fromHex(0x6d92a1)],
509
- ["Red Oxide", fromHex(0x6e0902)],
510
- ["Moccaccino", fromHex(0x6e1d14)],
511
- ["Pickled Bean", fromHex(0x6e4826)],
512
- ["Dallas", fromHex(0x6e4b26)],
513
- ["Kokoda", fromHex(0x6e6d57)],
514
- ["Pale Sky", fromHex(0x6e7783)],
515
- ["Cafe Royale", fromHex(0x6f440c)],
516
- ["Flint", fromHex(0x6f6a61)],
517
- ["Highland", fromHex(0x6f8e63)],
518
- ["Limeade", fromHex(0x6f9d02)],
519
- ["Downy", fromHex(0x6fd0c5)],
520
- ["Persian Plum", fromHex(0x701c1c)],
521
- ["Sepia", fromHex(0x704214)],
522
- ["Antique Bronze", fromHex(0x704a07)],
523
- ["Ferra", fromHex(0x704f50)],
524
- ["Coffee", fromHex(0x706555)],
525
- ["Slate Gray", fromHex(0x708090)],
526
- ["Cedar Wood Finish", fromHex(0x711a00)],
527
- ["Metallic Copper", fromHex(0x71291d)],
528
- ["Affair", fromHex(0x714693)],
529
- ["Studio", fromHex(0x714ab2)],
530
- ["Tobacco Brown", fromHex(0x715d47)],
531
- ["Yellow Metal", fromHex(0x716338)],
532
- ["Peat", fromHex(0x716b56)],
533
- ["Olivetone", fromHex(0x716e10)],
534
- ["Storm Gray", fromHex(0x717486)],
535
- ["Sirocco", fromHex(0x718080)],
536
- ["Aquamarine Blue", fromHex(0x71d9e2)],
537
- ["Venetian Red", fromHex(0x72010f)],
538
- ["Old Copper", fromHex(0x724a2f)],
539
- ["Go Ben", fromHex(0x726d4e)],
540
- ["Raven", fromHex(0x727b89)],
541
- ["Seance", fromHex(0x731e8f)],
542
- ["Raw Umber", fromHex(0x734a12)],
543
- ["Kimberly", fromHex(0x736c9f)],
544
- ["Crocodile", fromHex(0x736d58)],
545
- ["Crete", fromHex(0x737829)],
546
- ["Xanadu", fromHex(0x738678)],
547
- ["Spicy Mustard", fromHex(0x74640d)],
548
- ["Limed Ash", fromHex(0x747d63)],
549
- ["Rolling Stone", fromHex(0x747d83)],
550
- ["Blue Smoke", fromHex(0x748881)],
551
- ["Laurel", fromHex(0x749378)],
552
- ["Mantis", fromHex(0x74c365)],
553
- ["Russett", fromHex(0x755a57)],
554
- ["Deluge", fromHex(0x7563a8)],
555
- ["Cosmic", fromHex(0x76395d)],
556
- ["Blue Marguerite", fromHex(0x7666c6)],
557
- ["Lima", fromHex(0x76bd17)],
558
- ["Sky Blue", fromHex(0x76d7ea)],
559
- ["Dark Burgundy", fromHex(0x770f05)],
560
- ["Crown of Thorns", fromHex(0x771f1f)],
561
- ["Walnut", fromHex(0x773f1a)],
562
- ["Pablo", fromHex(0x776f61)],
563
- ["Pacifika", fromHex(0x778120)],
564
- ["Oxley", fromHex(0x779e86)],
565
- ["Pastel Green", fromHex(0x77dd77)],
566
- ["Japanese Maple", fromHex(0x780109)],
567
- ["Mocha", fromHex(0x782d19)],
568
- ["Peanut", fromHex(0x782f16)],
569
- ["Camouflage Green", fromHex(0x78866b)],
570
- ["Wasabi", fromHex(0x788a25)],
571
- ["Ship Cove", fromHex(0x788bba)],
572
- ["Sea Nymph", fromHex(0x78a39c)],
573
- ["Roman Coffee", fromHex(0x795d4c)],
574
- ["Old Lavender", fromHex(0x796878)],
575
- ["Rum", fromHex(0x796989)],
576
- ["Fedora", fromHex(0x796a78)],
577
- ["Sandstone", fromHex(0x796d62)],
578
- ["Spray", fromHex(0x79deec)],
579
- ["Siren", fromHex(0x7a013a)],
580
- ["Fuchsia Blue", fromHex(0x7a58c1)],
581
- ["Boulder", fromHex(0x7a7a7a)],
582
- ["Wild Blue Yonder", fromHex(0x7a89b8)],
583
- ["De York", fromHex(0x7ac488)],
584
- ["Red Beech", fromHex(0x7b3801)],
585
- ["Cinnamon", fromHex(0x7b3f00)],
586
- ["Yukon Gold", fromHex(0x7b6608)],
587
- ["Tapa", fromHex(0x7b7874)],
588
- ["Waterloo ", fromHex(0x7b7c94)],
589
- ["Flax Smoke", fromHex(0x7b8265)],
590
- ["Amulet", fromHex(0x7b9f80)],
591
- ["Asparagus", fromHex(0x7ba05b)],
592
- ["Kenyan Copper", fromHex(0x7c1c05)],
593
- ["Pesto", fromHex(0x7c7631)],
594
- ["Topaz", fromHex(0x7c778a)],
595
- ["Concord", fromHex(0x7c7b7a)],
596
- ["Jumbo", fromHex(0x7c7b82)],
597
- ["Trendy Green", fromHex(0x7c881a)],
598
- ["Gumbo", fromHex(0x7ca1a6)],
599
- ["Acapulco", fromHex(0x7cb0a1)],
600
- ["Neptune", fromHex(0x7cb7bb)],
601
- ["Pueblo", fromHex(0x7d2c14)],
602
- ["Bay Leaf", fromHex(0x7da98d)],
603
- ["Malibu", fromHex(0x7dc8f7)],
604
- ["Bermuda", fromHex(0x7dd8c6)],
605
- ["Copper Canyon", fromHex(0x7e3a15)],
606
- ["Claret", fromHex(0x7f1734)],
607
- ["Peru Tan", fromHex(0x7f3a02)],
608
- ["Falcon", fromHex(0x7f626d)],
609
- ["Mobster", fromHex(0x7f7589)],
610
- ["Moody Blue", fromHex(0x7f76d3)],
611
- ["Chartreuse", fromHex(0x7fff00)],
612
- ["Aquamarine", fromHex(0x7fffd4)],
613
- ["Maroon", fromHex(0x800000)],
614
- ["Rose Bud Cherry", fromHex(0x800b47)],
615
- ["Falu Red", fromHex(0x801818)],
616
- ["Red Robin", fromHex(0x80341f)],
617
- ["Vivid Violet", fromHex(0x803790)],
618
- ["Russet", fromHex(0x80461b)],
619
- ["Friar Gray", fromHex(0x807e79)],
620
- ["Olive", fromHex(0x808000)],
621
- ["Gray", fromHex(0x808080)],
622
- ["Gulf Stream", fromHex(0x80b3ae)],
623
- ["Glacier", fromHex(0x80b3c4)],
624
- ["Seagull", fromHex(0x80ccea)],
625
- ["Nutmeg", fromHex(0x81422c)],
626
- ["Spicy Pink", fromHex(0x816e71)],
627
- ["Empress", fromHex(0x817377)],
628
- ["Spanish Green", fromHex(0x819885)],
629
- ["Sand Dune", fromHex(0x826f65)],
630
- ["Gunsmoke", fromHex(0x828685)],
631
- ["Battleship Gray", fromHex(0x828f72)],
632
- ["Merlot", fromHex(0x831923)],
633
- ["Shadow", fromHex(0x837050)],
634
- ["Chelsea Cucumber", fromHex(0x83aa5d)],
635
- ["Monte Carlo", fromHex(0x83d0c6)],
636
- ["Plum", fromHex(0x843179)],
637
- ["Granny Smith", fromHex(0x84a0a0)],
638
- ["Chetwode Blue", fromHex(0x8581d9)],
639
- ["Bandicoot", fromHex(0x858470)],
640
- ["Bali Hai", fromHex(0x859faf)],
641
- ["Half Baked", fromHex(0x85c4cc)],
642
- ["Red Devil", fromHex(0x860111)],
643
- ["Lotus", fromHex(0x863c3c)],
644
- ["Ironstone", fromHex(0x86483c)],
645
- ["Bull Shot", fromHex(0x864d1e)],
646
- ["Rusty Nail", fromHex(0x86560a)],
647
- ["Bitter", fromHex(0x868974)],
648
- ["Regent Gray", fromHex(0x86949f)],
649
- ["Disco", fromHex(0x871550)],
650
- ["Americano", fromHex(0x87756e)],
651
- ["Hurricane", fromHex(0x877c7b)],
652
- ["Oslo Gray", fromHex(0x878d91)],
653
- ["Sushi", fromHex(0x87ab39)],
654
- ["Spicy Mix", fromHex(0x885342)],
655
- ["Kumera", fromHex(0x886221)],
656
- ["Suva Gray", fromHex(0x888387)],
657
- ["Avocado", fromHex(0x888d65)],
658
- ["Camelot", fromHex(0x893456)],
659
- ["Solid Pink", fromHex(0x893843)],
660
- ["Cannon Pink", fromHex(0x894367)],
661
- ["Makara", fromHex(0x897d6d)],
662
- ["Burnt Umber", fromHex(0x8a3324)],
663
- ["True V", fromHex(0x8a73d6)],
664
- ["Clay Creek", fromHex(0x8a8360)],
665
- ["Monsoon", fromHex(0x8a8389)],
666
- ["Stack", fromHex(0x8a8f8a)],
667
- ["Jordy Blue", fromHex(0x8ab9f1)],
668
- ["Electric Violet", fromHex(0x8b00ff)],
669
- ["Monarch", fromHex(0x8b0723)],
670
- ["Corn Harvest", fromHex(0x8b6b0b)],
671
- ["Olive Haze", fromHex(0x8b8470)],
672
- ["Schooner", fromHex(0x8b847e)],
673
- ["Natural Gray", fromHex(0x8b8680)],
674
- ["Mantle", fromHex(0x8b9c90)],
675
- ["Portage", fromHex(0x8b9fee)],
676
- ["Envy", fromHex(0x8ba690)],
677
- ["Cascade", fromHex(0x8ba9a5)],
678
- ["Riptide", fromHex(0x8be6d8)],
679
- ["Cardinal Pink", fromHex(0x8c055e)],
680
- ["Mule Fawn", fromHex(0x8c472f)],
681
- ["Potters Clay", fromHex(0x8c5738)],
682
- ["Trendy Pink", fromHex(0x8c6495)],
683
- ["Paprika", fromHex(0x8d0226)],
684
- ["Sanguine Brown", fromHex(0x8d3d38)],
685
- ["Tosca", fromHex(0x8d3f3f)],
686
- ["Cement", fromHex(0x8d7662)],
687
- ["Granite Green", fromHex(0x8d8974)],
688
- ["Manatee", fromHex(0x8d90a1)],
689
- ["Polo Blue", fromHex(0x8da8cc)],
690
- ["Red Berry", fromHex(0x8e0000)],
691
- ["Rope", fromHex(0x8e4d1e)],
692
- ["Opium", fromHex(0x8e6f70)],
693
- ["Domino", fromHex(0x8e775e)],
694
- ["Mamba", fromHex(0x8e8190)],
695
- ["Nepal", fromHex(0x8eabc1)],
696
- ["Pohutukawa", fromHex(0x8f021c)],
697
- ["El Salva", fromHex(0x8f3e33)],
698
- ["Korma", fromHex(0x8f4b0e)],
699
- ["Squirrel", fromHex(0x8f8176)],
700
- ["Vista Blue", fromHex(0x8fd6b4)],
701
- ["Burgundy", fromHex(0x900020)],
702
- ["Old Brick", fromHex(0x901e1e)],
703
- ["Hemp", fromHex(0x907874)],
704
- ["Almond Frost", fromHex(0x907b71)],
705
- ["Sycamore", fromHex(0x908d39)],
706
- ["Sangria", fromHex(0x92000a)],
707
- ["Cumin", fromHex(0x924321)],
708
- ["Beaver", fromHex(0x926f5b)],
709
- ["Stonewall", fromHex(0x928573)],
710
- ["Venus", fromHex(0x928590)],
711
- ["Medium Purple", fromHex(0x9370db)],
712
- ["Cornflower", fromHex(0x93ccea)],
713
- ["Algae Green", fromHex(0x93dfb8)],
714
- ["Copper Rust", fromHex(0x944747)],
715
- ["Arrowtown", fromHex(0x948771)],
716
- ["Scarlett", fromHex(0x950015)],
717
- ["Strikemaster", fromHex(0x956387)],
718
- ["Mountain Mist", fromHex(0x959396)],
719
- ["Carmine", fromHex(0x960018)],
720
- ["Brown", fromHex(0x964b00)],
721
- ["Leather", fromHex(0x967059)],
722
- ["Purple Mountain's Majesty", fromHex(0x9678b6)],
723
- ["Lavender Purple", fromHex(0x967bb6)],
724
- ["Pewter", fromHex(0x96a8a1)],
725
- ["Summer Green", fromHex(0x96bbab)],
726
- ["Au Chico", fromHex(0x97605d)],
727
- ["Wisteria", fromHex(0x9771b5)],
728
- ["Atlantis", fromHex(0x97cd2d)],
729
- ["Vin Rouge", fromHex(0x983d61)],
730
- ["Lilac Bush", fromHex(0x9874d3)],
731
- ["Bazaar", fromHex(0x98777b)],
732
- ["Hacienda", fromHex(0x98811b)],
733
- ["Pale Oyster", fromHex(0x988d77)],
734
- ["Mint Green", fromHex(0x98ff98)],
735
- ["Fresh Eggplant", fromHex(0x990066)],
736
- ["Violet Eggplant", fromHex(0x991199)],
737
- ["Tamarillo", fromHex(0x991613)],
738
- ["Totem Pole", fromHex(0x991b07)],
739
- ["Copper Rose", fromHex(0x996666)],
740
- ["Amethyst", fromHex(0x9966cc)],
741
- ["Mountbatten Pink", fromHex(0x997a8d)],
742
- ["Blue Bell", fromHex(0x9999cc)],
743
- ["Prairie Sand", fromHex(0x9a3820)],
744
- ["Toast", fromHex(0x9a6e61)],
745
- ["Gurkha", fromHex(0x9a9577)],
746
- ["Olivine", fromHex(0x9ab973)],
747
- ["Shadow Green", fromHex(0x9ac2b8)],
748
- ["Oregon", fromHex(0x9b4703)],
749
- ["Lemon Grass", fromHex(0x9b9e8f)],
750
- ["Stiletto", fromHex(0x9c3336)],
751
- ["Hawaiian Tan", fromHex(0x9d5616)],
752
- ["Gull Gray", fromHex(0x9dacb7)],
753
- ["Pistachio", fromHex(0x9dc209)],
754
- ["Granny Smith Apple", fromHex(0x9de093)],
755
- ["Anakiwa", fromHex(0x9de5ff)],
756
- ["Chelsea Gem", fromHex(0x9e5302)],
757
- ["Sepia Skin", fromHex(0x9e5b40)],
758
- ["Sage", fromHex(0x9ea587)],
759
- ["Citron", fromHex(0x9ea91f)],
760
- ["Rock Blue", fromHex(0x9eb1cd)],
761
- ["Morning Glory", fromHex(0x9edee0)],
762
- ["Cognac", fromHex(0x9f381d)],
763
- ["Reef Gold", fromHex(0x9f821c)],
764
- ["Star Dust", fromHex(0x9f9f9c)],
765
- ["Santas Gray", fromHex(0x9fa0b1)],
766
- ["Sinbad", fromHex(0x9fd7d3)],
767
- ["Feijoa", fromHex(0x9fdd8c)],
768
- ["Tabasco", fromHex(0xa02712)],
769
- ["Buttered Rum", fromHex(0xa1750d)],
770
- ["Hit Gray", fromHex(0xa1adb5)],
771
- ["Citrus", fromHex(0xa1c50a)],
772
- ["Aqua Island", fromHex(0xa1dad7)],
773
- ["Water Leaf", fromHex(0xa1e9de)],
774
- ["Flirt", fromHex(0xa2006d)],
775
- ["Rouge", fromHex(0xa23b6c)],
776
- ["Cape Palliser", fromHex(0xa26645)],
777
- ["Gray Chateau", fromHex(0xa2aab3)],
778
- ["Edward", fromHex(0xa2aeab)],
779
- ["Pharlap", fromHex(0xa3807b)],
780
- ["Amethyst Smoke", fromHex(0xa397b4)],
781
- ["Blizzard Blue", fromHex(0xa3e3ed)],
782
- ["Delta", fromHex(0xa4a49d)],
783
- ["Wistful", fromHex(0xa4a6d3)],
784
- ["Green Smoke", fromHex(0xa4af6e)],
785
- ["Jazzberry Jam", fromHex(0xa50b5e)],
786
- ["Zorba", fromHex(0xa59b91)],
787
- ["Bahia", fromHex(0xa5cb0c)],
788
- ["Roof Terracotta", fromHex(0xa62f20)],
789
- ["Paarl", fromHex(0xa65529)],
790
- ["Barley Corn", fromHex(0xa68b5b)],
791
- ["Donkey Brown", fromHex(0xa69279)],
792
- ["Dawn", fromHex(0xa6a29a)],
793
- ["Mexican Red", fromHex(0xa72525)],
794
- ["Luxor Gold", fromHex(0xa7882c)],
795
- ["Rich Gold", fromHex(0xa85307)],
796
- ["Reno Sand", fromHex(0xa86515)],
797
- ["Coral Tree", fromHex(0xa86b6b)],
798
- ["Dusty Gray", fromHex(0xa8989b)],
799
- ["Dull Lavender", fromHex(0xa899e6)],
800
- ["Tallow", fromHex(0xa8a589)],
801
- ["Bud", fromHex(0xa8ae9c)],
802
- ["Locust", fromHex(0xa8af8e)],
803
- ["Norway", fromHex(0xa8bd9f)],
804
- ["Chinook", fromHex(0xa8e3bd)],
805
- ["Gray Olive", fromHex(0xa9a491)],
806
- ["Aluminium", fromHex(0xa9acb6)],
807
- ["Cadet Blue", fromHex(0xa9b2c3)],
808
- ["Schist", fromHex(0xa9b497)],
809
- ["Tower Gray", fromHex(0xa9bdbf)],
810
- ["Perano", fromHex(0xa9bef2)],
811
- ["Opal", fromHex(0xa9c6c2)],
812
- ["Night Shadz", fromHex(0xaa375a)],
813
- ["Fire", fromHex(0xaa4203)],
814
- ["Muesli", fromHex(0xaa8b5b)],
815
- ["Sandal", fromHex(0xaa8d6f)],
816
- ["Shady Lady", fromHex(0xaaa5a9)],
817
- ["Logan", fromHex(0xaaa9cd)],
818
- ["Spun Pearl", fromHex(0xaaabb7)],
819
- ["Regent St Blue", fromHex(0xaad6e6)],
820
- ["Magic Mint", fromHex(0xaaf0d1)],
821
- ["Lipstick", fromHex(0xab0563)],
822
- ["Royal Heath", fromHex(0xab3472)],
823
- ["Sandrift", fromHex(0xab917a)],
824
- ["Cold Purple", fromHex(0xaba0d9)],
825
- ["Bronco", fromHex(0xaba196)],
826
- ["Limed Oak", fromHex(0xac8a56)],
827
- ["East Side", fromHex(0xac91ce)],
828
- ["Lemon Ginger", fromHex(0xac9e22)],
829
- ["Napa", fromHex(0xaca494)],
830
- ["Hillary", fromHex(0xaca586)],
831
- ["Cloudy", fromHex(0xaca59f)],
832
- ["Silver Chalice", fromHex(0xacacac)],
833
- ["Swamp Green", fromHex(0xacb78e)],
834
- ["Spring Rain", fromHex(0xaccbb1)],
835
- ["Conifer", fromHex(0xacdd4d)],
836
- ["Celadon", fromHex(0xace1af)],
837
- ["Mandalay", fromHex(0xad781b)],
838
- ["Casper", fromHex(0xadbed1)],
839
- ["Moss Green", fromHex(0xaddfad)],
840
- ["Padua", fromHex(0xade6c4)],
841
- ["Green Yellow", fromHex(0xadff2f)],
842
- ["Hippie Pink", fromHex(0xae4560)],
843
- ["Desert", fromHex(0xae6020)],
844
- ["Bouquet", fromHex(0xae809e)],
845
- ["Medium Carmine", fromHex(0xaf4035)],
846
- ["Apple Blossom", fromHex(0xaf4d43)],
847
- ["Brown Rust", fromHex(0xaf593e)],
848
- ["Driftwood", fromHex(0xaf8751)],
849
- ["Alpine", fromHex(0xaf8f2c)],
850
- ["Lucky", fromHex(0xaf9f1c)],
851
- ["Martini", fromHex(0xafa09e)],
852
- ["Bombay", fromHex(0xafb1b8)],
853
- ["Pigeon Post", fromHex(0xafbdd9)],
854
- ["Cadillac", fromHex(0xb04c6a)],
855
- ["Matrix", fromHex(0xb05d54)],
856
- ["Tapestry", fromHex(0xb05e81)],
857
- ["Mai Tai", fromHex(0xb06608)],
858
- ["Del Rio", fromHex(0xb09a95)],
859
- ["Powder Blue", fromHex(0xb0e0e6)],
860
- ["Inch Worm", fromHex(0xb0e313)],
861
- ["Bright Red", fromHex(0xb10000)],
862
- ["Vesuvius", fromHex(0xb14a0b)],
863
- ["Pumpkin Skin", fromHex(0xb1610b)],
864
- ["Santa Fe", fromHex(0xb16d52)],
865
- ["Teak", fromHex(0xb19461)],
866
- ["Fringy Flower", fromHex(0xb1e2c1)],
867
- ["Ice Cold", fromHex(0xb1f4e7)],
868
- ["Shiraz", fromHex(0xb20931)],
869
- ["Biloba Flower", fromHex(0xb2a1ea)],
870
- ["Tall Poppy", fromHex(0xb32d29)],
871
- ["Fiery Orange", fromHex(0xb35213)],
872
- ["Hot Toddy", fromHex(0xb38007)],
873
- ["Taupe Gray", fromHex(0xb3af95)],
874
- ["La Rioja", fromHex(0xb3c110)],
875
- ["Well Read", fromHex(0xb43332)],
876
- ["Blush", fromHex(0xb44668)],
877
- ["Jungle Mist", fromHex(0xb4cfd3)],
878
- ["Turkish Rose", fromHex(0xb57281)],
879
- ["Lavender", fromHex(0xb57edc)],
880
- ["Mongoose", fromHex(0xb5a27f)],
881
- ["Olive Green", fromHex(0xb5b35c)],
882
- ["Jet Stream", fromHex(0xb5d2ce)],
883
- ["Cruise", fromHex(0xb5ecdf)],
884
- ["Hibiscus", fromHex(0xb6316c)],
885
- ["Thatch", fromHex(0xb69d98)],
886
- ["Heathered Gray", fromHex(0xb6b095)],
887
- ["Eagle", fromHex(0xb6baa4)],
888
- ["Spindle", fromHex(0xb6d1ea)],
889
- ["Gum Leaf", fromHex(0xb6d3bf)],
890
- ["Rust", fromHex(0xb7410e)],
891
- ["Muddy Waters", fromHex(0xb78e5c)],
892
- ["Sahara", fromHex(0xb7a214)],
893
- ["Husk", fromHex(0xb7a458)],
894
- ["Nobel", fromHex(0xb7b1b1)],
895
- ["Heather", fromHex(0xb7c3d0)],
896
- ["Madang", fromHex(0xb7f0be)],
897
- ["Milano Red", fromHex(0xb81104)],
898
- ["Copper", fromHex(0xb87333)],
899
- ["Gimblet", fromHex(0xb8b56a)],
900
- ["Green Spring", fromHex(0xb8c1b1)],
901
- ["Celery", fromHex(0xb8c25d)],
902
- ["Sail", fromHex(0xb8e0f9)],
903
- ["Chestnut", fromHex(0xb94e48)],
904
- ["Crail", fromHex(0xb95140)],
905
- ["Marigold", fromHex(0xb98d28)],
906
- ["Wild Willow", fromHex(0xb9c46a)],
907
- ["Rainee", fromHex(0xb9c8ac)],
908
- ["Guardsman Red", fromHex(0xba0101)],
909
- ["Rock Spray", fromHex(0xba450c)],
910
- ["Bourbon", fromHex(0xba6f1e)],
911
- ["Pirate Gold", fromHex(0xba7f03)],
912
- ["Nomad", fromHex(0xbab1a2)],
913
- ["Submarine", fromHex(0xbac7c9)],
914
- ["Charlotte", fromHex(0xbaeef9)],
915
- ["Medium Red Violet", fromHex(0xbb3385)],
916
- ["Brandy Rose", fromHex(0xbb8983)],
917
- ["Rio Grande", fromHex(0xbbd009)],
918
- ["Surf", fromHex(0xbbd7c1)],
919
- ["Powder Ash", fromHex(0xbcc9c2)],
920
- ["Tuscany", fromHex(0xbd5e2e)],
921
- ["Quicksand", fromHex(0xbd978e)],
922
- ["Silk", fromHex(0xbdb1a8)],
923
- ["Malta", fromHex(0xbdb2a1)],
924
- ["Chatelle", fromHex(0xbdb3c7)],
925
- ["Lavender Gray", fromHex(0xbdbbd7)],
926
- ["French Gray", fromHex(0xbdbdc6)],
927
- ["Clay Ash", fromHex(0xbdc8b3)],
928
- ["Loblolly", fromHex(0xbdc9ce)],
929
- ["French Pass", fromHex(0xbdedfd)],
930
- ["London Hue", fromHex(0xbea6c3)],
931
- ["Pink Swan", fromHex(0xbeb5b7)],
932
- ["Fuego", fromHex(0xbede0d)],
933
- ["Rose of Sharon", fromHex(0xbf5500)],
934
- ["Tide", fromHex(0xbfb8b0)],
935
- ["Blue Haze", fromHex(0xbfbed8)],
936
- ["Silver Sand", fromHex(0xbfc1c2)],
937
- ["Key Lime Pie", fromHex(0xbfc921)],
938
- ["Ziggurat", fromHex(0xbfdbe2)],
939
- ["Lime", fromHex(0xbfff00)],
940
- ["Thunderbird", fromHex(0xc02b18)],
941
- ["Mojo", fromHex(0xc04737)],
942
- ["Old Rose", fromHex(0xc08081)],
943
- ["Silver", fromHex(0xc0c0c0)],
944
- ["Pale Leaf", fromHex(0xc0d3b9)],
945
- ["Pixie Green", fromHex(0xc0d8b6)],
946
- ["Tia Maria", fromHex(0xc1440e)],
947
- ["Fuchsia Pink", fromHex(0xc154c1)],
948
- ["Buddha Gold", fromHex(0xc1a004)],
949
- ["Bison Hide", fromHex(0xc1b7a4)],
950
- ["Tea", fromHex(0xc1bab0)],
951
- ["Gray Suit", fromHex(0xc1becd)],
952
- ["Sprout", fromHex(0xc1d7b0)],
953
- ["Sulu", fromHex(0xc1f07c)],
954
- ["Indochine", fromHex(0xc26b03)],
955
- ["Twine", fromHex(0xc2955d)],
956
- ["Cotton Seed", fromHex(0xc2bdb6)],
957
- ["Pumice", fromHex(0xc2cac4)],
958
- ["Jagged Ice", fromHex(0xc2e8e5)],
959
- ["Maroon Flush", fromHex(0xc32148)],
960
- ["Indian Khaki", fromHex(0xc3b091)],
961
- ["Pale Slate", fromHex(0xc3bfc1)],
962
- ["Gray Nickel", fromHex(0xc3c3bd)],
963
- ["Periwinkle Gray", fromHex(0xc3cde6)],
964
- ["Tiara", fromHex(0xc3d1d1)],
965
- ["Tropical Blue", fromHex(0xc3ddf9)],
966
- ["Cardinal", fromHex(0xc41e3a)],
967
- ["Fuzzy Wuzzy Brown", fromHex(0xc45655)],
968
- ["Orange Roughy", fromHex(0xc45719)],
969
- ["Mist Gray", fromHex(0xc4c4bc)],
970
- ["Coriander", fromHex(0xc4d0b0)],
971
- ["Mint Tulip", fromHex(0xc4f4eb)],
972
- ["Mulberry", fromHex(0xc54b8c)],
973
- ["Nugget", fromHex(0xc59922)],
974
- ["Tussock", fromHex(0xc5994b)],
975
- ["Sea Mist", fromHex(0xc5dbca)],
976
- ["Yellow Green", fromHex(0xc5e17a)],
977
- ["Brick Red", fromHex(0xc62d42)],
978
- ["Contessa", fromHex(0xc6726b)],
979
- ["Oriental Pink", fromHex(0xc69191)],
980
- ["Roti", fromHex(0xc6a84b)],
981
- ["Ash", fromHex(0xc6c3b5)],
982
- ["Kangaroo", fromHex(0xc6c8bd)],
983
- ["Las Palmas", fromHex(0xc6e610)],
984
- ["Monza", fromHex(0xc7031e)],
985
- ["Red Violet", fromHex(0xc71585)],
986
- ["Coral Reef", fromHex(0xc7bca2)],
987
- ["Melrose", fromHex(0xc7c1ff)],
988
- ["Cloud", fromHex(0xc7c4bf)],
989
- ["Ghost", fromHex(0xc7c9d5)],
990
- ["Pine Glade", fromHex(0xc7cd90)],
991
- ["Botticelli", fromHex(0xc7dde5)],
992
- ["Antique Brass", fromHex(0xc88a65)],
993
- ["Lilac", fromHex(0xc8a2c8)],
994
- ["Hokey Pokey", fromHex(0xc8a528)],
995
- ["Lily", fromHex(0xc8aabf)],
996
- ["Laser", fromHex(0xc8b568)],
997
- ["Edgewater", fromHex(0xc8e3d7)],
998
- ["Piper", fromHex(0xc96323)],
999
- ["Pizza", fromHex(0xc99415)],
1000
- ["Light Wisteria", fromHex(0xc9a0dc)],
1001
- ["Rodeo Dust", fromHex(0xc9b29b)],
1002
- ["Sundance", fromHex(0xc9b35b)],
1003
- ["Earls Green", fromHex(0xc9b93b)],
1004
- ["Silver Rust", fromHex(0xc9c0bb)],
1005
- ["Conch", fromHex(0xc9d9d2)],
1006
- ["Reef", fromHex(0xc9ffa2)],
1007
- ["Aero Blue", fromHex(0xc9ffe5)],
1008
- ["Flush Mahogany", fromHex(0xca3435)],
1009
- ["Turmeric", fromHex(0xcabb48)],
1010
- ["Paris White", fromHex(0xcadcd4)],
1011
- ["Bitter Lemon", fromHex(0xcae00d)],
1012
- ["Skeptic", fromHex(0xcae6da)],
1013
- ["Viola", fromHex(0xcb8fa9)],
1014
- ["Foggy Gray", fromHex(0xcbcab6)],
1015
- ["Green Mist", fromHex(0xcbd3b0)],
1016
- ["Nebula", fromHex(0xcbdbd6)],
1017
- ["Persian Red", fromHex(0xcc3333)],
1018
- ["Burnt Orange", fromHex(0xcc5500)],
1019
- ["Ochre", fromHex(0xcc7722)],
1020
- ["Puce", fromHex(0xcc8899)],
1021
- ["Thistle Green", fromHex(0xcccaa8)],
1022
- ["Periwinkle", fromHex(0xccccff)],
1023
- ["Electric Lime", fromHex(0xccff00)],
1024
- ["Tenn", fromHex(0xcd5700)],
1025
- ["Chestnut Rose", fromHex(0xcd5c5c)],
1026
- ["Brandy Punch", fromHex(0xcd8429)],
1027
- ["Onahau", fromHex(0xcdf4ff)],
1028
- ["Sorrell Brown", fromHex(0xceb98f)],
1029
- ["Cold Turkey", fromHex(0xcebaba)],
1030
- ["Yuma", fromHex(0xcec291)],
1031
- ["Chino", fromHex(0xcec7a7)],
1032
- ["Eunry", fromHex(0xcfa39d)],
1033
- ["Old Gold", fromHex(0xcfb53b)],
1034
- ["Tasman", fromHex(0xcfdccf)],
1035
- ["Surf Crest", fromHex(0xcfe5d2)],
1036
- ["Humming Bird", fromHex(0xcff9f3)],
1037
- ["Scandal", fromHex(0xcffaf4)],
1038
- ["Red Stage", fromHex(0xd05f04)],
1039
- ["Hopbush", fromHex(0xd06da1)],
1040
- ["Meteor", fromHex(0xd07d12)],
1041
- ["Perfume", fromHex(0xd0bef8)],
1042
- ["Prelude", fromHex(0xd0c0e5)],
1043
- ["Tea Green", fromHex(0xd0f0c0)],
1044
- ["Geebung", fromHex(0xd18f1b)],
1045
- ["Vanilla", fromHex(0xd1bea8)],
1046
- ["Soft Amber", fromHex(0xd1c6b4)],
1047
- ["Celeste", fromHex(0xd1d2ca)],
1048
- ["Mischka", fromHex(0xd1d2dd)],
1049
- ["Pear", fromHex(0xd1e231)],
1050
- ["Hot Cinnamon", fromHex(0xd2691e)],
1051
- ["Raw Sienna", fromHex(0xd27d46)],
1052
- ["Careys Pink", fromHex(0xd29eaa)],
1053
- ["Tan", fromHex(0xd2b48c)],
1054
- ["Deco", fromHex(0xd2da97)],
1055
- ["Blue Romance", fromHex(0xd2f6de)],
1056
- ["Gossip", fromHex(0xd2f8b0)],
1057
- ["Sisal", fromHex(0xd3cbba)],
1058
- ["Swirl", fromHex(0xd3cdc5)],
1059
- ["Charm", fromHex(0xd47494)],
1060
- ["Clam Shell", fromHex(0xd4b6af)],
1061
- ["Straw", fromHex(0xd4bf8d)],
1062
- ["Akaroa", fromHex(0xd4c4a8)],
1063
- ["Bird Flower", fromHex(0xd4cd16)],
1064
- ["Iron", fromHex(0xd4d7d9)],
1065
- ["Geyser", fromHex(0xd4dfe2)],
1066
- ["Hawkes Blue", fromHex(0xd4e2fc)],
1067
- ["Grenadier", fromHex(0xd54600)],
1068
- ["Can Can", fromHex(0xd591a4)],
1069
- ["Whiskey", fromHex(0xd59a6f)],
1070
- ["Winter Hazel", fromHex(0xd5d195)],
1071
- ["Granny Apple", fromHex(0xd5f6e3)],
1072
- ["My Pink", fromHex(0xd69188)],
1073
- ["Tacha", fromHex(0xd6c562)],
1074
- ["Moon Raker", fromHex(0xd6cef6)],
1075
- ["Quill Gray", fromHex(0xd6d6d1)],
1076
- ["Snowy Mint", fromHex(0xd6ffdb)],
1077
- ["New York Pink", fromHex(0xd7837f)],
1078
- ["Pavlova", fromHex(0xd7c498)],
1079
- ["Fog", fromHex(0xd7d0ff)],
1080
- ["Valencia", fromHex(0xd84437)],
1081
- ["Japonica", fromHex(0xd87c63)],
1082
- ["Thistle", fromHex(0xd8bfd8)],
1083
- ["Maverick", fromHex(0xd8c2d5)],
1084
- ["Foam", fromHex(0xd8fcfa)],
1085
- ["Cabaret", fromHex(0xd94972)],
1086
- ["Burning Sand", fromHex(0xd99376)],
1087
- ["Cameo", fromHex(0xd9b99b)],
1088
- ["Timberwolf", fromHex(0xd9d6cf)],
1089
- ["Tana", fromHex(0xd9dcc1)],
1090
- ["Link Water", fromHex(0xd9e4f5)],
1091
- ["Mabel", fromHex(0xd9f7ff)],
1092
- ["Cerise", fromHex(0xda3287)],
1093
- ["Flame Pea", fromHex(0xda5b38)],
1094
- ["Bamboo", fromHex(0xda6304)],
1095
- ["Red Damask", fromHex(0xda6a41)],
1096
- ["Orchid", fromHex(0xda70d6)],
1097
- ["Copperfield", fromHex(0xda8a67)],
1098
- ["Golden Grass", fromHex(0xdaa520)],
1099
- ["Zanah", fromHex(0xdaecd6)],
1100
- ["Iceberg", fromHex(0xdaf4f0)],
1101
- ["Oyster Bay", fromHex(0xdafaff)],
1102
- ["Cranberry", fromHex(0xdb5079)],
1103
- ["Petite Orchid", fromHex(0xdb9690)],
1104
- ["Di Serria", fromHex(0xdb995e)],
1105
- ["Alto", fromHex(0xdbdbdb)],
1106
- ["Frosted Mint", fromHex(0xdbfff8)],
1107
- ["Crimson", fromHex(0xdc143c)],
1108
- ["Punch", fromHex(0xdc4333)],
1109
- ["Galliano", fromHex(0xdcb20c)],
1110
- ["Blossom", fromHex(0xdcb4bc)],
1111
- ["Wattle", fromHex(0xdcd747)],
1112
- ["Westar", fromHex(0xdcd9d2)],
1113
- ["Moon Mist", fromHex(0xdcddcc)],
1114
- ["Caper", fromHex(0xdcedb4)],
1115
- ["Swans Down", fromHex(0xdcf0ea)],
1116
- ["Swiss Coffee", fromHex(0xddd6d5)],
1117
- ["White Ice", fromHex(0xddf9f1)],
1118
- ["Cerise Red", fromHex(0xde3163)],
1119
- ["Roman", fromHex(0xde6360)],
1120
- ["Tumbleweed", fromHex(0xdea681)],
1121
- ["Gold Tips", fromHex(0xdeba13)],
1122
- ["Brandy", fromHex(0xdec196)],
1123
- ["Wafer", fromHex(0xdecbc6)],
1124
- ["Sapling", fromHex(0xded4a4)],
1125
- ["Barberry", fromHex(0xded717)],
1126
- ["Beryl Green", fromHex(0xdee5c0)],
1127
- ["Pattens Blue", fromHex(0xdef5ff)],
1128
- ["Heliotrope", fromHex(0xdf73ff)],
1129
- ["Apache", fromHex(0xdfbe6f)],
1130
- ["Chenin", fromHex(0xdfcd6f)],
1131
- ["Lola", fromHex(0xdfcfdb)],
1132
- ["Willow Brook", fromHex(0xdfecda)],
1133
- ["Chartreuse Yellow", fromHex(0xdfff00)],
1134
- ["Mauve", fromHex(0xe0b0ff)],
1135
- ["Anzac", fromHex(0xe0b646)],
1136
- ["Harvest Gold", fromHex(0xe0b974)],
1137
- ["Calico", fromHex(0xe0c095)],
1138
- ["Baby Blue", fromHex(0xe0ffff)],
1139
- ["Sunglo", fromHex(0xe16865)],
1140
- ["Equator", fromHex(0xe1bc64)],
1141
- ["Pink Flare", fromHex(0xe1c0c8)],
1142
- ["Periglacial Blue", fromHex(0xe1e6d6)],
1143
- ["Kidnapper", fromHex(0xe1ead4)],
1144
- ["Tara", fromHex(0xe1f6e8)],
1145
- ["Mandy", fromHex(0xe25465)],
1146
- ["Terracotta", fromHex(0xe2725b)],
1147
- ["Golden Bell", fromHex(0xe28913)],
1148
- ["Shocking", fromHex(0xe292c0)],
1149
- ["Dixie", fromHex(0xe29418)],
1150
- ["Light Orchid", fromHex(0xe29cd2)],
1151
- ["Snuff", fromHex(0xe2d8ed)],
1152
- ["Mystic", fromHex(0xe2ebed)],
1153
- ["Apple Green", fromHex(0xe2f3ec)],
1154
- ["Razzmatazz", fromHex(0xe30b5c)],
1155
- ["Alizarin Crimson", fromHex(0xe32636)],
1156
- ["Cinnabar", fromHex(0xe34234)],
1157
- ["Cavern Pink", fromHex(0xe3bebe)],
1158
- ["Peppermint", fromHex(0xe3f5e1)],
1159
- ["Mindaro", fromHex(0xe3f988)],
1160
- ["Deep Blush", fromHex(0xe47698)],
1161
- ["Gamboge", fromHex(0xe49b0f)],
1162
- ["Melanie", fromHex(0xe4c2d5)],
1163
- ["Twilight", fromHex(0xe4cfde)],
1164
- ["Bone", fromHex(0xe4d1c0)],
1165
- ["Sunflower", fromHex(0xe4d422)],
1166
- ["Grain Brown", fromHex(0xe4d5b7)],
1167
- ["Zombie", fromHex(0xe4d69b)],
1168
- ["Frostee", fromHex(0xe4f6e7)],
1169
- ["Snow Flurry", fromHex(0xe4ffd1)],
1170
- ["Amaranth", fromHex(0xe52b50)],
1171
- ["Zest", fromHex(0xe5841b)],
1172
- ["Dust Storm", fromHex(0xe5ccc9)],
1173
- ["Stark White", fromHex(0xe5d7bd)],
1174
- ["Hampton", fromHex(0xe5d8af)],
1175
- ["Bon Jour", fromHex(0xe5e0e1)],
1176
- ["Mercury", fromHex(0xe5e5e5)],
1177
- ["Polar", fromHex(0xe5f9f6)],
1178
- ["Trinidad", fromHex(0xe64e03)],
1179
- ["Gold Sand", fromHex(0xe6be8a)],
1180
- ["Cashmere", fromHex(0xe6bea5)],
1181
- ["Double Spanish White", fromHex(0xe6d7b9)],
1182
- ["Satin Linen", fromHex(0xe6e4d4)],
1183
- ["Harp", fromHex(0xe6f2ea)],
1184
- ["Off Green", fromHex(0xe6f8f3)],
1185
- ["Hint of Green", fromHex(0xe6ffe9)],
1186
- ["Tranquil", fromHex(0xe6ffff)],
1187
- ["Mango Tango", fromHex(0xe77200)],
1188
- ["Christine", fromHex(0xe7730a)],
1189
- ["Tonys Pink", fromHex(0xe79f8c)],
1190
- ["Kobi", fromHex(0xe79fc4)],
1191
- ["Rose Fog", fromHex(0xe7bcb4)],
1192
- ["Corn", fromHex(0xe7bf05)],
1193
- ["Putty", fromHex(0xe7cd8c)],
1194
- ["Gray Nurse", fromHex(0xe7ece6)],
1195
- ["Lily White", fromHex(0xe7f8ff)],
1196
- ["Bubbles", fromHex(0xe7feff)],
1197
- ["Fire Bush", fromHex(0xe89928)],
1198
- ["Shilo", fromHex(0xe8b9b3)],
1199
- ["Pearl Bush", fromHex(0xe8e0d5)],
1200
- ["Green White", fromHex(0xe8ebe0)],
1201
- ["Chrome White", fromHex(0xe8f1d4)],
1202
- ["Gin", fromHex(0xe8f2eb)],
1203
- ["Aqua Squeeze", fromHex(0xe8f5f2)],
1204
- ["Clementine", fromHex(0xe96e00)],
1205
- ["Burnt Sienna", fromHex(0xe97451)],
1206
- ["Tahiti Gold", fromHex(0xe97c07)],
1207
- ["Oyster Pink", fromHex(0xe9cecd)],
1208
- ["Confetti", fromHex(0xe9d75a)],
1209
- ["Ebb", fromHex(0xe9e3e3)],
1210
- ["Ottoman", fromHex(0xe9f8ed)],
1211
- ["Clear Day", fromHex(0xe9fffd)],
1212
- ["Carissma", fromHex(0xea88a8)],
1213
- ["Porsche", fromHex(0xeaae69)],
1214
- ["Tulip Tree", fromHex(0xeab33b)],
1215
- ["Rob Roy", fromHex(0xeac674)],
1216
- ["Raffia", fromHex(0xeadab8)],
1217
- ["White Rock", fromHex(0xeae8d4)],
1218
- ["Panache", fromHex(0xeaf6ee)],
1219
- ["Solitude", fromHex(0xeaf6ff)],
1220
- ["Aqua Spring", fromHex(0xeaf9f5)],
1221
- ["Dew", fromHex(0xeafffe)],
1222
- ["Apricot", fromHex(0xeb9373)],
1223
- ["Zinnwaldite", fromHex(0xebc2af)],
1224
- ["Fuel Yellow", fromHex(0xeca927)],
1225
- ["Ronchi", fromHex(0xecc54e)],
1226
- ["French Lilac", fromHex(0xecc7ee)],
1227
- ["Just Right", fromHex(0xeccdb9)],
1228
- ["Wild Rice", fromHex(0xece090)],
1229
- ["Fall Green", fromHex(0xecebbd)],
1230
- ["Aths Special", fromHex(0xecebce)],
1231
- ["Starship", fromHex(0xecf245)],
1232
- ["Red Ribbon", fromHex(0xed0a3f)],
1233
- ["Tango", fromHex(0xed7a1c)],
1234
- ["Carrot Orange", fromHex(0xed9121)],
1235
- ["Sea Pink", fromHex(0xed989e)],
1236
- ["Tacao", fromHex(0xedb381)],
1237
- ["Desert Sand", fromHex(0xedc9af)],
1238
- ["Pancho", fromHex(0xedcdab)],
1239
- ["Chamois", fromHex(0xeddcb1)],
1240
- ["Primrose", fromHex(0xedea99)],
1241
- ["Frost", fromHex(0xedf5dd)],
1242
- ["Aqua Haze", fromHex(0xedf5f5)],
1243
- ["Zumthor", fromHex(0xedf6ff)],
1244
- ["Narvik", fromHex(0xedf9f1)],
1245
- ["Honeysuckle", fromHex(0xedfc84)],
1246
- ["Lavender Magenta", fromHex(0xee82ee)],
1247
- ["Beauty Bush", fromHex(0xeec1be)],
1248
- ["Chalky", fromHex(0xeed794)],
1249
- ["Almond", fromHex(0xeed9c4)],
1250
- ["Flax", fromHex(0xeedc82)],
1251
- ["Bizarre", fromHex(0xeededa)],
1252
- ["Double Colonial White", fromHex(0xeee3ad)],
1253
- ["Cararra", fromHex(0xeeeee8)],
1254
- ["Manz", fromHex(0xeeef78)],
1255
- ["Tahuna Sands", fromHex(0xeef0c8)],
1256
- ["Athens Gray", fromHex(0xeef0f3)],
1257
- ["Tusk", fromHex(0xeef3c3)],
1258
- ["Loafer", fromHex(0xeef4de)],
1259
- ["Catskill White", fromHex(0xeef6f7)],
1260
- ["Twilight Blue", fromHex(0xeefdff)],
1261
- ["Jonquil", fromHex(0xeeff9a)],
1262
- ["Rice Flower", fromHex(0xeeffe2)],
1263
- ["Jaffa", fromHex(0xef863f)],
1264
- ["Gallery", fromHex(0xefefef)],
1265
- ["Porcelain", fromHex(0xeff2f3)],
1266
- ["Mauvelous", fromHex(0xf091a9)],
1267
- ["Golden Dream", fromHex(0xf0d52d)],
1268
- ["Golden Sand", fromHex(0xf0db7d)],
1269
- ["Buff", fromHex(0xf0dc82)],
1270
- ["Prim", fromHex(0xf0e2ec)],
1271
- ["Khaki", fromHex(0xf0e68c)],
1272
- ["Selago", fromHex(0xf0eefd)],
1273
- ["Titan White", fromHex(0xf0eeff)],
1274
- ["Alice Blue", fromHex(0xf0f8ff)],
1275
- ["Feta", fromHex(0xf0fcea)],
1276
- ["Gold Drop", fromHex(0xf18200)],
1277
- ["Wewak", fromHex(0xf19bab)],
1278
- ["Sahara Sand", fromHex(0xf1e788)],
1279
- ["Parchment", fromHex(0xf1e9d2)],
1280
- ["Blue Chalk", fromHex(0xf1e9ff)],
1281
- ["Mint Julep", fromHex(0xf1eec1)],
1282
- ["Seashell", fromHex(0xf1f1f1)],
1283
- ["Saltpan", fromHex(0xf1f7f2)],
1284
- ["Tidal", fromHex(0xf1ffad)],
1285
- ["Chiffon", fromHex(0xf1ffc8)],
1286
- ["Flamingo", fromHex(0xf2552a)],
1287
- ["Tangerine", fromHex(0xf28500)],
1288
- ["Mandys Pink", fromHex(0xf2c3b2)],
1289
- ["Concrete", fromHex(0xf2f2f2)],
1290
- ["Black Squeeze", fromHex(0xf2fafa)],
1291
- ["Pomegranate", fromHex(0xf34723)],
1292
- ["Buttercup", fromHex(0xf3ad16)],
1293
- ["New Orleans", fromHex(0xf3d69d)],
1294
- ["Vanilla Ice", fromHex(0xf3d9df)],
1295
- ["Sidecar", fromHex(0xf3e7bb)],
1296
- ["Dawn Pink", fromHex(0xf3e9e5)],
1297
- ["Wheatfield", fromHex(0xf3edcf)],
1298
- ["Canary", fromHex(0xf3fb62)],
1299
- ["Orinoco", fromHex(0xf3fbd4)],
1300
- ["Carla", fromHex(0xf3ffd8)],
1301
- ["Hollywood Cerise", fromHex(0xf400a1)],
1302
- ["Sandy brown", fromHex(0xf4a460)],
1303
- ["Saffron", fromHex(0xf4c430)],
1304
- ["Ripe Lemon", fromHex(0xf4d81c)],
1305
- ["Janna", fromHex(0xf4ebd3)],
1306
- ["Pampas", fromHex(0xf4f2ee)],
1307
- ["Wild Sand", fromHex(0xf4f4f4)],
1308
- ["Zircon", fromHex(0xf4f8ff)],
1309
- ["Froly", fromHex(0xf57584)],
1310
- ["Cream Can", fromHex(0xf5c85c)],
1311
- ["Manhattan", fromHex(0xf5c999)],
1312
- ["Maize", fromHex(0xf5d5a0)],
1313
- ["Wheat", fromHex(0xf5deb3)],
1314
- ["Sandwisp", fromHex(0xf5e7a2)],
1315
- ["Pot Pourri", fromHex(0xf5e7e2)],
1316
- ["Albescent White", fromHex(0xf5e9d3)],
1317
- ["Soft Peach", fromHex(0xf5edef)],
1318
- ["Ecru White", fromHex(0xf5f3e5)],
1319
- ["Beige", fromHex(0xf5f5dc)],
1320
- ["Golden Fizz", fromHex(0xf5fb3d)],
1321
- ["Australian Mint", fromHex(0xf5ffbe)],
1322
- ["French Rose", fromHex(0xf64a8a)],
1323
- ["Brilliant Rose", fromHex(0xf653a6)],
1324
- ["Illusion", fromHex(0xf6a4c9)],
1325
- ["Merino", fromHex(0xf6f0e6)],
1326
- ["Black Haze", fromHex(0xf6f7f7)],
1327
- ["Spring Sun", fromHex(0xf6ffdc)],
1328
- ["Violet Red", fromHex(0xf7468a)],
1329
- ["Chilean Fire", fromHex(0xf77703)],
1330
- ["Persian Pink", fromHex(0xf77fbe)],
1331
- ["Rajah", fromHex(0xf7b668)],
1332
- ["Azalea", fromHex(0xf7c8da)],
1333
- ["We Peep", fromHex(0xf7dbe6)],
1334
- ["Quarter Spanish White", fromHex(0xf7f2e1)],
1335
- ["Whisper", fromHex(0xf7f5fa)],
1336
- ["Snow Drift", fromHex(0xf7faf7)],
1337
- ["Casablanca", fromHex(0xf8b853)],
1338
- ["Chantilly", fromHex(0xf8c3df)],
1339
- ["Cherub", fromHex(0xf8d9e9)],
1340
- ["Marzipan", fromHex(0xf8db9d)],
1341
- ["Energy Yellow", fromHex(0xf8dd5c)],
1342
- ["Givry", fromHex(0xf8e4bf)],
1343
- ["White Linen", fromHex(0xf8f0e8)],
1344
- ["Magnolia", fromHex(0xf8f4ff)],
1345
- ["Spring Wood", fromHex(0xf8f6f1)],
1346
- ["Coconut Cream", fromHex(0xf8f7dc)],
1347
- ["White Lilac", fromHex(0xf8f7fc)],
1348
- ["Desert Storm", fromHex(0xf8f8f7)],
1349
- ["Texas", fromHex(0xf8f99c)],
1350
- ["Corn Field", fromHex(0xf8facd)],
1351
- ["Mimosa", fromHex(0xf8fdd3)],
1352
- ["Carnation", fromHex(0xf95a61)],
1353
- ["Saffron Mango", fromHex(0xf9bf58)],
1354
- ["Carousel Pink", fromHex(0xf9e0ed)],
1355
- ["Dairy Cream", fromHex(0xf9e4bc)],
1356
- ["Portica", fromHex(0xf9e663)],
1357
- ["Amour", fromHex(0xf9eaf3)],
1358
- ["Rum Swizzle", fromHex(0xf9f8e4)],
1359
- ["Dolly", fromHex(0xf9ff8b)],
1360
- ["Sugar Cane", fromHex(0xf9fff6)],
1361
- ["Ecstasy", fromHex(0xfa7814)],
1362
- ["Tan Hide", fromHex(0xfa9d5a)],
1363
- ["Corvette", fromHex(0xfad3a2)],
1364
- ["Peach Yellow", fromHex(0xfadfad)],
1365
- ["Turbo", fromHex(0xfae600)],
1366
- ["Astra", fromHex(0xfaeab9)],
1367
- ["Champagne", fromHex(0xfaeccc)],
1368
- ["Linen", fromHex(0xfaf0e6)],
1369
- ["Fantasy", fromHex(0xfaf3f0)],
1370
- ["Citrine White", fromHex(0xfaf7d6)],
1371
- ["Alabaster", fromHex(0xfafafa)],
1372
- ["Hint of Yellow", fromHex(0xfafde4)],
1373
- ["Milan", fromHex(0xfaffa4)],
1374
- ["Brink Pink", fromHex(0xfb607f)],
1375
- ["Geraldine", fromHex(0xfb8989)],
1376
- ["Lavender Rose", fromHex(0xfba0e3)],
1377
- ["Sea Buckthorn", fromHex(0xfba129)],
1378
- ["Sun", fromHex(0xfbac13)],
1379
- ["Lavender Pink", fromHex(0xfbaed2)],
1380
- ["Rose Bud", fromHex(0xfbb2a3)],
1381
- ["Cupid", fromHex(0xfbbeda)],
1382
- ["Classic Rose", fromHex(0xfbcce7)],
1383
- ["Apricot Peach", fromHex(0xfbceb1)],
1384
- ["Banana Mania", fromHex(0xfbe7b2)],
1385
- ["Marigold Yellow", fromHex(0xfbe870)],
1386
- ["Festival", fromHex(0xfbe96c)],
1387
- ["Sweet Corn", fromHex(0xfbea8c)],
1388
- ["Candy Corn", fromHex(0xfbec5d)],
1389
- ["Hint of Red", fromHex(0xfbf9f9)],
1390
- ["Shalimar", fromHex(0xfbffba)],
1391
- ["Shocking Pink", fromHex(0xfc0fc0)],
1392
- ["Tickle Me Pink", fromHex(0xfc80a5)],
1393
- ["Tree Poppy", fromHex(0xfc9c1d)],
1394
- ["Lightning Yellow", fromHex(0xfcc01e)],
1395
- ["Goldenrod", fromHex(0xfcd667)],
1396
- ["Candlelight", fromHex(0xfcd917)],
1397
- ["Cherokee", fromHex(0xfcda98)],
1398
- ["Double Pearl Lusta", fromHex(0xfcf4d0)],
1399
- ["Pearl Lusta", fromHex(0xfcf4dc)],
1400
- ["Vista White", fromHex(0xfcf8f7)],
1401
- ["Bianca", fromHex(0xfcfbf3)],
1402
- ["Moon Glow", fromHex(0xfcfeda)],
1403
- ["China Ivory", fromHex(0xfcffe7)],
1404
- ["Ceramic", fromHex(0xfcfff9)],
1405
- ["Torch Red", fromHex(0xfd0e35)],
1406
- ["Wild Watermelon", fromHex(0xfd5b78)],
1407
- ["Crusta", fromHex(0xfd7b33)],
1408
- ["Sorbus", fromHex(0xfd7c07)],
1409
- ["Sweet Pink", fromHex(0xfd9fa2)],
1410
- ["Light Apricot", fromHex(0xfdd5b1)],
1411
- ["Pig Pink", fromHex(0xfdd7e4)],
1412
- ["Cinderella", fromHex(0xfde1dc)],
1413
- ["Golden Glow", fromHex(0xfde295)],
1414
- ["Lemon", fromHex(0xfde910)],
1415
- ["Old Lace", fromHex(0xfdf5e6)],
1416
- ["Half Colonial White", fromHex(0xfdf6d3)],
1417
- ["Drover", fromHex(0xfdf7ad)],
1418
- ["Pale Prim", fromHex(0xfdfeb8)],
1419
- ["Cumulus", fromHex(0xfdffd5)],
1420
- ["Persian Rose", fromHex(0xfe28a2)],
1421
- ["Sunset Orange", fromHex(0xfe4c40)],
1422
- ["Bittersweet", fromHex(0xfe6f5e)],
1423
- ["California", fromHex(0xfe9d04)],
1424
- ["Yellow Sea", fromHex(0xfea904)],
1425
- ["Melon", fromHex(0xfebaad)],
1426
- ["Bright Sun", fromHex(0xfed33c)],
1427
- ["Dandelion", fromHex(0xfed85d)],
1428
- ["Salomie", fromHex(0xfedb8d)],
1429
- ["Cape Honey", fromHex(0xfee5ac)],
1430
- ["Remy", fromHex(0xfeebf3)],
1431
- ["Oasis", fromHex(0xfeefce)],
1432
- ["Bridesmaid", fromHex(0xfef0ec)],
1433
- ["Beeswax", fromHex(0xfef2c7)],
1434
- ["Bleach White", fromHex(0xfef3d8)],
1435
- ["Pipi", fromHex(0xfef4cc)],
1436
- ["Half Spanish White", fromHex(0xfef4db)],
1437
- ["Wisp Pink", fromHex(0xfef4f8)],
1438
- ["Provincial Pink", fromHex(0xfef5f1)],
1439
- ["Half Dutch White", fromHex(0xfef7de)],
1440
- ["Solitaire", fromHex(0xfef8e2)],
1441
- ["White Pointer", fromHex(0xfef8ff)],
1442
- ["Off Yellow", fromHex(0xfef9e3)],
1443
- ["Orange White", fromHex(0xfefced)],
1444
- ["Red", fromHex(0xff0000)],
1445
- ["Rose", fromHex(0xff007f)],
1446
- ["Purple Pizzazz", fromHex(0xff00cc)],
1447
- ["Magenta / Fuchsia", fromHex(0xff00ff)],
1448
- ["Scarlet", fromHex(0xff2400)],
1449
- ["Wild Strawberry", fromHex(0xff3399)],
1450
- ["Razzle Dazzle Rose", fromHex(0xff33cc)],
1451
- ["Radical Red", fromHex(0xff355e)],
1452
- ["Red Orange", fromHex(0xff3f34)],
1453
- ["Coral Red", fromHex(0xff4040)],
1454
- ["Vermilion", fromHex(0xff4d00)],
1455
- ["International Orange", fromHex(0xff4f00)],
1456
- ["Outrageous Orange", fromHex(0xff6037)],
1457
- ["Blaze Orange", fromHex(0xff6600)],
1458
- ["Pink Flamingo", fromHex(0xff66ff)],
1459
- ["Orange", fromHex(0xff681f)],
1460
- ["Hot Pink", fromHex(0xff69b4)],
1461
- ["Persimmon", fromHex(0xff6b53)],
1462
- ["Blush Pink", fromHex(0xff6fff)],
1463
- ["Burning Orange", fromHex(0xff7034)],
1464
- ["Pumpkin", fromHex(0xff7518)],
1465
- ["Flamenco", fromHex(0xff7d07)],
1466
- ["Flush Orange", fromHex(0xff7f00)],
1467
- ["Coral", fromHex(0xff7f50)],
1468
- ["Salmon", fromHex(0xff8c69)],
1469
- ["Pizazz", fromHex(0xff9000)],
1470
- ["West Side", fromHex(0xff910f)],
1471
- ["Pink Salmon", fromHex(0xff91a4)],
1472
- ["Neon Carrot", fromHex(0xff9933)],
1473
- ["Atomic Tangerine", fromHex(0xff9966)],
1474
- ["Vivid Tangerine", fromHex(0xff9980)],
1475
- ["Sunshade", fromHex(0xff9e2c)],
1476
- ["Orange Peel", fromHex(0xffa000)],
1477
- ["Mona Lisa", fromHex(0xffa194)],
1478
- ["Web Orange", fromHex(0xffa500)],
1479
- ["Carnation Pink", fromHex(0xffa6c9)],
1480
- ["Hit Pink", fromHex(0xffab81)],
1481
- ["Yellow Orange", fromHex(0xffae42)],
1482
- ["Cornflower Lilac", fromHex(0xffb0ac)],
1483
- ["Sundown", fromHex(0xffb1b3)],
1484
- ["My Sin", fromHex(0xffb31f)],
1485
- ["Texas Rose", fromHex(0xffb555)],
1486
- ["Cotton Candy", fromHex(0xffb7d5)],
1487
- ["Macaroni and Cheese", fromHex(0xffb97b)],
1488
- ["Selective Yellow", fromHex(0xffba00)],
1489
- ["Koromiko", fromHex(0xffbd5f)],
1490
- ["Amber", fromHex(0xffbf00)],
1491
- ["Wax Flower", fromHex(0xffc0a8)],
1492
- ["Pink", fromHex(0xffc0cb)],
1493
- ["Your Pink", fromHex(0xffc3c0)],
1494
- ["Supernova", fromHex(0xffc901)],
1495
- ["Flesh", fromHex(0xffcba4)],
1496
- ["Sunglow", fromHex(0xffcc33)],
1497
- ["Golden Tainoi", fromHex(0xffcc5c)],
1498
- ["Peach Orange", fromHex(0xffcc99)],
1499
- ["Chardonnay", fromHex(0xffcd8c)],
1500
- ["Pastel Pink", fromHex(0xffd1dc)],
1501
- ["Romantic", fromHex(0xffd2b7)],
1502
- ["Grandis", fromHex(0xffd38c)],
1503
- ["Gold", fromHex(0xffd700)],
1504
- ["School bus Yellow", fromHex(0xffd800)],
1505
- ["Cosmos", fromHex(0xffd8d9)],
1506
- ["Mustard", fromHex(0xffdb58)],
1507
- ["Peach Schnapps", fromHex(0xffdcd6)],
1508
- ["Caramel", fromHex(0xffddaf)],
1509
- ["Tuft Bush", fromHex(0xffddcd)],
1510
- ["Watusi", fromHex(0xffddcf)],
1511
- ["Pink Lace", fromHex(0xffddf4)],
1512
- ["Navajo White", fromHex(0xffdead)],
1513
- ["Frangipani", fromHex(0xffdeb3)],
1514
- ["Pippin", fromHex(0xffe1df)],
1515
- ["Pale Rose", fromHex(0xffe1f2)],
1516
- ["Negroni", fromHex(0xffe2c5)],
1517
- ["Cream Brulee", fromHex(0xffe5a0)],
1518
- ["Peach", fromHex(0xffe5b4)],
1519
- ["Tequila", fromHex(0xffe6c7)],
1520
- ["Kournikova", fromHex(0xffe772)],
1521
- ["Sandy Beach", fromHex(0xffeac8)],
1522
- ["Karry", fromHex(0xffead4)],
1523
- ["Broom", fromHex(0xffec13)],
1524
- ["Colonial White", fromHex(0xffedbc)],
1525
- ["Derby", fromHex(0xffeed8)],
1526
- ["Vis Vis", fromHex(0xffefa1)],
1527
- ["Egg White", fromHex(0xffefc1)],
1528
- ["Papaya Whip", fromHex(0xffefd5)],
1529
- ["Fair Pink", fromHex(0xffefec)],
1530
- ["Peach Cream", fromHex(0xfff0db)],
1531
- ["Lavender blush", fromHex(0xfff0f5)],
1532
- ["Gorse", fromHex(0xfff14f)],
1533
- ["Buttermilk", fromHex(0xfff1b5)],
1534
- ["Pink Lady", fromHex(0xfff1d8)],
1535
- ["Forget Me Not", fromHex(0xfff1ee)],
1536
- ["Tutu", fromHex(0xfff1f9)],
1537
- ["Picasso", fromHex(0xfff39d)],
1538
- ["Chardon", fromHex(0xfff3f1)],
1539
- ["Paris Daisy", fromHex(0xfff46e)],
1540
- ["Barley White", fromHex(0xfff4ce)],
1541
- ["Egg Sour", fromHex(0xfff4dd)],
1542
- ["Sazerac", fromHex(0xfff4e0)],
1543
- ["Serenade", fromHex(0xfff4e8)],
1544
- ["Chablis", fromHex(0xfff4f3)],
1545
- ["Seashell Peach", fromHex(0xfff5ee)],
1546
- ["Sauvignon", fromHex(0xfff5f3)],
1547
- ["Milk Punch", fromHex(0xfff6d4)],
1548
- ["Varden", fromHex(0xfff6df)],
1549
- ["Rose White", fromHex(0xfff6f5)],
1550
- ["Baja White", fromHex(0xfff8d1)],
1551
- ["Gin Fizz", fromHex(0xfff9e2)],
1552
- ["Early Dawn", fromHex(0xfff9e6)],
1553
- ["Lemon Chiffon", fromHex(0xfffacd)],
1554
- ["Bridal Heath", fromHex(0xfffaf4)],
1555
- ["Scotch Mist", fromHex(0xfffbdc)],
1556
- ["Soapstone", fromHex(0xfffbf9)],
1557
- ["Witch Haze", fromHex(0xfffc99)],
1558
- ["Buttery White", fromHex(0xfffcea)],
1559
- ["Island Spice", fromHex(0xfffcee)],
1560
- ["Cream", fromHex(0xfffdd0)],
1561
- ["Chilean Heath", fromHex(0xfffde6)],
1562
- ["Travertine", fromHex(0xfffde8)],
1563
- ["Orchid White", fromHex(0xfffdf3)],
1564
- ["Quarter Pearl Lusta", fromHex(0xfffdf4)],
1565
- ["Half and Half", fromHex(0xfffee1)],
1566
- ["Apricot White", fromHex(0xfffeec)],
1567
- ["Rice Cake", fromHex(0xfffef0)],
1568
- ["Black White", fromHex(0xfffef6)],
1569
- ["Romance", fromHex(0xfffefd)],
1570
- ["Yellow", fromHex(0xffff00)],
1571
- ["Laser Lemon", fromHex(0xffff66)],
1572
- ["Pale Canary", fromHex(0xffff99)],
1573
- ["Portafino", fromHex(0xffffb4)],
1574
- ["Ivory", fromHex(0xfffff0)],
1575
- ["White", fromHex(0xffffff)],
1576
- ["Absolute Zero", fromHex(0x0048ba)],
1577
- ["Alien Armpit", fromHex(0x84de02)],
1578
- ["Alloy Orange", fromHex(0xc46210)],
1579
- ["Almond", fromHex(0xefdecd)],
1580
- ["Amethyst", fromHex(0x64609a)],
1581
- ["Antique Brass", fromHex(0xcd9575)],
1582
- ["Apricot", fromHex(0xfdd9b5)],
1583
- ["Aqua Pearl", fromHex(0x5fbed7)],
1584
- ["Aquamarine", fromHex(0x78dbe2)],
1585
- ["Asparagus", fromHex(0x87a96b)],
1586
- ["Atomic Tangerine", fromHex(0xffa474)],
1587
- ["Aztec Gold", fromHex(0xc39953)],
1588
- ["Baby Powder", fromHex(0xfefefa)],
1589
- ["Banana", fromHex(0xffd12a)],
1590
- ["Banana Mania", fromHex(0xfae7b5)],
1591
- ["Bdazzled Blue", fromHex(0x2e5894)],
1592
- ["Beaver", fromHex(0x9f8170)],
1593
- ["Big Dip O Ruby", fromHex(0x9c2542)],
1594
- ["Big Foot Feet", fromHex(0xe88e5a)],
1595
- ["Bittersweet", fromHex(0xfd7c6e)],
1596
- ["Bittersweet Shimmer", fromHex(0xbf4f51)],
1597
- ["Black", fromHex(0x000000)],
1598
- ["Black Coral Pearl", fromHex(0x54626f)],
1599
- ["Black Shadows", fromHex(0xbfafb2)],
1600
- ["Blast Off Bronze", fromHex(0xa57164)],
1601
- ["Blizzard Blue", fromHex(0xace5ee)],
1602
- ["Blue", fromHex(0x1f75fe)],
1603
- ["Blue Bell", fromHex(0xa2a2d0)],
1604
- ["Blue Gray", fromHex(0x00069c)],
1605
- ["Blue Green", fromHex(0x0d98ba)],
1606
- ["Blue Jeans", fromHex(0x5dadec)],
1607
- ["Blue Violet", fromHex(0x7366bd)],
1608
- ["Blueberry", fromHex(0x4f86f7)],
1609
- ["Blush", fromHex(0xde5d83)],
1610
- ["Booger Buster", fromHex(0xdde26a)],
1611
- ["Brick Red", fromHex(0xcb4154)],
1612
- ["Bright Yellow", fromHex(0xffaa1d)],
1613
- ["Brown", fromHex(0xb4674d)],
1614
- ["Brown Sugar", fromHex(0xaf6e4d)],
1615
- ["Bubble Gum", fromHex(0xffd3f8)],
1616
- ["Burnished Brown", fromHex(0xa17a74)],
1617
- ["Burnt Orange", fromHex(0xff7f49)],
1618
- ["Burnt Sienna", fromHex(0xea7e5d)],
1619
- ["Cadet Blue", fromHex(0xb0b7c6)],
1620
- ["Canary", fromHex(0x000ff9)],
1621
- ["Caribbean Green", fromHex(0x1cd3a2)],
1622
- ["Caribbean Green Pearl", fromHex(0x6ada8e)],
1623
- ["Carnation Pink", fromHex(0x000fac)],
1624
- ["Cedar Chest", fromHex(0xc95a49)],
1625
- ["Cerise", fromHex(0xdd4492)],
1626
- ["Cerulean", fromHex(0x1dacd6)],
1627
- ["Cerulean Frost", fromHex(0x6d9bc3)],
1628
- ["Cherry", fromHex(0xda2647)],
1629
- ["Chestnut", fromHex(0xbc5d58)],
1630
- ["Chocolate", fromHex(0xbd8260)],
1631
- ["Cinnamon Satin", fromHex(0xcd607e)],
1632
- ["Citrine", fromHex(0x933709)],
1633
- ["Coconut", fromHex(0xfefefe)],
1634
- ["Copper", fromHex(0xdd9475)],
1635
- ["Copper Penny", fromHex(0xad6f69)],
1636
- ["Cornflower", fromHex(0x9aceeb)],
1637
- ["Cosmic Cobalt", fromHex(0x2e2d88)],
1638
- ["Cotton Candy", fromHex(0xffbcd9)],
1639
- ["Cultured Pearl", fromHex(0xf5f5f5)],
1640
- ["Cyber Grape", fromHex(0x58427c)],
1641
- ["Daffodil", fromHex(0xffff31)],
1642
- ["Dandelion", fromHex(0xfddb6d)],
1643
- ["Deep Space Sparkle", fromHex(0x4a646c)],
1644
- ["Denim", fromHex(0x2b6cc4)],
1645
- ["Denim Blue", fromHex(0x2243b6)],
1646
- ["Desert Sand", fromHex(0xefcdb8)],
1647
- ["Dingy Dungeon", fromHex(0xc53151)],
1648
- ["Dirt", fromHex(0x9b7653)],
1649
- ["Eerie Black", fromHex(0x1b1b1b)],
1650
- ["Eggplant", fromHex(0x6e5160)],
1651
- ["Electric Lime", fromHex(0xceff1d)],
1652
- ["Emerald", fromHex(0x14a989)],
1653
- ["Eucalyptus", fromHex(0x44d7a8)],
1654
- ["Fern", fromHex(0x71bc78)],
1655
- ["Fiery Rose", fromHex(0xff5470)],
1656
- ["Forest Green", fromHex(0x6dae81)],
1657
- ["Fresh Air", fromHex(0xa6e7ff)],
1658
- ["Frostbite", fromHex(0xe936a7)],
1659
- ["Fuchsia", fromHex(0xc364c5)],
1660
- ["Fuzzy Wuzzy", fromHex(0x000c66)],
1661
- ["Gargoyle Gas", fromHex(0xffdf46)],
1662
- ["Giants Club", fromHex(0xb05c52)],
1663
- ["Glossy Grape", fromHex(0xab92b3)],
1664
- ["Gold", fromHex(0xe7c697)],
1665
- ["Gold Fusion", fromHex(0x85754e)],
1666
- ["Goldenrod", fromHex(0xfcd975)],
1667
- ["Granite Gray", fromHex(0x676767)],
1668
- ["Granny Smith Apple", fromHex(0xa8e4a0)],
1669
- ["Grape", fromHex(0x6f2da8)],
1670
- ["Gray", fromHex(0x95918c)],
1671
- ["Green", fromHex(0x1cac78)],
1672
- ["Green Blue", fromHex(0x1164b4)],
1673
- ["Green Lizard", fromHex(0xa7f432)],
1674
- ["Green Sheen", fromHex(0x6eaea1)],
1675
- ["Green Yellow", fromHex(0xf0e891)],
1676
- ["Heat Wave", fromHex(0xff7a00)],
1677
- ["Hot Magenta", fromHex(0xff1dce)],
1678
- ["Illuminating Emerald", fromHex(0x319177)],
1679
- ["Inchworm", fromHex(0xb2ec5d)],
1680
- ["Indigo", fromHex(0x5d76cb)],
1681
- ["Jade", fromHex(0x469a84)],
1682
- ["Jasper", fromHex(0xd05340)],
1683
- ["Jazzberry Jam", fromHex(0xca3767)],
1684
- ["Jelly Bean", fromHex(0xda614e)],
1685
- ["Jungle Green", fromHex(0x3bb08f)],
1686
- ["Key Lime Pearl", fromHex(0xe8f48c)],
1687
- ["Lapis Lazuli", fromHex(0x436cb9)],
1688
- ["Laser Lemon", fromHex(0xfefe22)],
1689
- ["Lavender", fromHex(0xfcb4d5)],
1690
- ["Leather Jacket", fromHex(0x253529)],
1691
- ["Lemon", fromHex(0xffff38)],
1692
- ["Lemon Glacier", fromHex(0xfdff00)],
1693
- ["Lemon Yellow", fromHex(0xfff44f)],
1694
- ["Licorice", fromHex(0x1a1110)],
1695
- ["Lilac", fromHex(0xdb91ef)],
1696
- ["Lilac Luster", fromHex(0xae98aa)],
1697
- ["Lime", fromHex(0xb2f302)],
1698
- ["Lumber", fromHex(0xffe4cd)],
1699
- ["Macaroni Cheese", fromHex(0xffbd88)],
1700
- ["Magenta", fromHex(0xf664af)],
1701
- ["Magic Mint", fromHex(0xaaf0d1)],
1702
- ["Magic Potion", fromHex(0x000f46)],
1703
- ["Mahogany", fromHex(0xcd4a4c)],
1704
- ["Maize", fromHex(0xedd19c)],
1705
- ["Malachite", fromHex(0x469496)],
1706
- ["Manatee", fromHex(0x979aaa)],
1707
- ["Mandarin Pearl", fromHex(0xf37a48)],
1708
- ["Mango Tango", fromHex(0xff8243)],
1709
- ["Maroon", fromHex(0xc8385a)],
1710
- ["Mauvelous", fromHex(0xef98aa)],
1711
- ["Melon", fromHex(0xfdbcb4)],
1712
- ["Metallic Seaweed", fromHex(0x0a7e8c)],
1713
- ["Metallic Sunburst", fromHex(0x9c7c38)],
1714
- ["Midnight Blue", fromHex(0x1a4876)],
1715
- ["Midnight Pearl", fromHex(0x702670)],
1716
- ["Misty Moss", fromHex(0xbbb477)],
1717
- ["Moonstone", fromHex(0x3aa8c1)],
1718
- ["Mountain Meadow", fromHex(0x30ba8f)],
1719
- ["Mulberry", fromHex(0xc54b8c)],
1720
- ["Mummys Tomb", fromHex(0x828e84)],
1721
- ["Mystic Maroon", fromHex(0xad4379)],
1722
- ["Mystic Pearl", fromHex(0xd65282)],
1723
- ["Navy Blue", fromHex(0x1974d2)],
1724
- ["Neon Carrot", fromHex(0xffa343)],
1725
- ["New Car", fromHex(0x214fc6)],
1726
- ["Ocean Blue Pearl", fromHex(0x4f42b5)],
1727
- ["Ocean Green Pearl", fromHex(0x48bf91)],
1728
- ["Ogre Odor", fromHex(0xfd5240)],
1729
- ["Olive Green", fromHex(0xbab86c)],
1730
- ["Onyx", fromHex(0x353839)],
1731
- ["Orange", fromHex(0xff7538)],
1732
- ["Orange Red", fromHex(0xff2b2b)],
1733
- ["Orange Soda", fromHex(0xfa5b3d)],
1734
- ["Orange Yellow", fromHex(0xf8d568)],
1735
- ["Orchid", fromHex(0xe6a8d7)],
1736
- ["Orchid Pearl", fromHex(0x7b4259)],
1737
- ["Outer Space", fromHex(0x414a4c)],
1738
- ["Outrageous Orange", fromHex(0xff6e4a)],
1739
- ["Pacific Blue", fromHex(0x1ca9c9)],
1740
- ["Peach", fromHex(0xffcfab)],
1741
- ["Pearly Purple", fromHex(0xb768a2)],
1742
- ["Peridot", fromHex(0xabad48)],
1743
- ["Periwinkle", fromHex(0xc5d0e6)],
1744
- ["Pewter Blue", fromHex(0x8ba8b7)],
1745
- ["Piggy Pink", fromHex(0xfddde6)],
1746
- ["Pine", fromHex(0x45a27d)],
1747
- ["Pine Green", fromHex(0x158078)],
1748
- ["Pink Flamingo", fromHex(0xfc74fd)],
1749
- ["Pink Pearl", fromHex(0xb07080)],
1750
- ["Pink Sherbert", fromHex(0xf78fa7)],
1751
- ["Pixie Powder", fromHex(0x391285)],
1752
- ["Plum", fromHex(0x8e4585)],
1753
- ["Plump Purple", fromHex(0x5946b2)],
1754
- ["Polished Pine", fromHex(0x5da493)],
1755
- ["Princess Perfume", fromHex(0xff85cf)],
1756
- ["Purple Heart", fromHex(0x7442c8)],
1757
- ["Purple Mountains Majesty", fromHex(0x9d81ba)],
1758
- ["Purple Pizzazz", fromHex(0xfe4eda)],
1759
- ["Purple Plum", fromHex(0x9c51b6)],
1760
- ["Quick Silver", fromHex(0xa6a6a6)],
1761
- ["Radical Red", fromHex(0xff496c)],
1762
- ["Raw Sienna", fromHex(0xd68a59)],
1763
- ["Raw Umber", fromHex(0x714b23)],
1764
- ["Razzle Dazzle Rose", fromHex(0xff48d0)],
1765
- ["Razzmatazz", fromHex(0xe3256b)],
1766
- ["Razzmic Berry", fromHex(0x8d4e85)],
1767
- ["Red", fromHex(0xee204d)],
1768
- ["Red Orange", fromHex(0xff5349)],
1769
- ["Red Salsa", fromHex(0xfd3a4a)],
1770
- ["Red Violet", fromHex(0xc0448f)],
1771
- ["Robins Egg Blue", fromHex(0x1fcecb)],
1772
- ["Rose", fromHex(0xff5050)],
1773
- ["Rose Dust", fromHex(0x9e5e6f)],
1774
- ["Rose Pearl", fromHex(0xf03865)],
1775
- ["Rose Quartz", fromHex(0xbd559c)],
1776
- ["Royal Purple", fromHex(0x7851a9)],
1777
- ["Ruby", fromHex(0xaa4069)],
1778
- ["Rusty Red", fromHex(0xda2c43)],
1779
- ["Salmon", fromHex(0xff9baa)],
1780
- ["Salmon Pearl", fromHex(0xf1444a)],
1781
- ["Sapphire", fromHex(0x2d5da1)],
1782
- ["Sasquatch Socks", fromHex(0xff4681)],
1783
- ["Scarlet", fromHex(0xfc2847)],
1784
- ["Screamin Green", fromHex(0x76ff7a)],
1785
- ["Sea Green", fromHex(0x9fe2bf)],
1786
- ["Sea Serpent", fromHex(0x4bc7cf)],
1787
- ["Sepia", fromHex(0xa5694f)],
1788
- ["Shadow", fromHex(0x8a795d)],
1789
- ["Shadow Blue", fromHex(0x778ba5)],
1790
- ["Shampoo", fromHex(0xffcff1)],
1791
- ["Shamrock", fromHex(0x45cea2)],
1792
- ["Sheen Green", fromHex(0x8fd400)],
1793
- ["Shimmering Blush", fromHex(0xd98695)],
1794
- ["Shiny Shamrock", fromHex(0x5fa778)],
1795
- ["Shocking Pink", fromHex(0xfb7efd)],
1796
- ["Silver", fromHex(0xcdc5c2)],
1797
- ["Sizzling Red", fromHex(0xff3855)],
1798
- ["Sizzling Sunrise", fromHex(0xffdb00)],
1799
- ["Sky Blue", fromHex(0x80daeb)],
1800
- ["Slimy Green", fromHex(0x299617)],
1801
- ["Smashed Pumpkin", fromHex(0xff6d3a)],
1802
- ["Smoke", fromHex(0x738276)],
1803
- ["Smokey Topaz", fromHex(0x832a0d)],
1804
- ["Soap", fromHex(0xcec8ef)],
1805
- ["Sonic Silver", fromHex(0x757575)],
1806
- ["Spring Frost", fromHex(0x87ff2a)],
1807
- ["Spring Green", fromHex(0xeceabe)],
1808
- ["Steel Blue", fromHex(0x0081ab)],
1809
- ["Steel Teal", fromHex(0x5f8a8b)],
1810
- ["Strawberry", fromHex(0xfc5a8d)],
1811
- ["Sugar Plum", fromHex(0x914e75)],
1812
- ["Sunburnt Cyclops", fromHex(0xff404c)],
1813
- ["Sunglow", fromHex(0xffcf48)],
1814
- ["Sunny Pearl", fromHex(0xf2f27a)],
1815
- ["Sunset Orange", fromHex(0xfd5e53)],
1816
- ["Sunset Pearl", fromHex(0xf1cc79)],
1817
- ["Sweet Brown", fromHex(0xa83731)],
1818
- ["Tan", fromHex(0xfaa76c)],
1819
- ["Tart Orange", fromHex(0xfb4d46)],
1820
- ["Teal Blue", fromHex(0x18a7b5)],
1821
- ["Thistle", fromHex(0xebc7df)],
1822
- ["Tickle Me Pink", fromHex(0xfc89ac)],
1823
- ["Tigers Eye", fromHex(0xb56917)],
1824
- ["Timberwolf", fromHex(0xdbd7d2)],
1825
- ["Tropical Rain Forest", fromHex(0x17806d)],
1826
- ["Tulip", fromHex(0xff878d)],
1827
- ["Tumbleweed", fromHex(0xdeaa88)],
1828
- ["Turquoise Blue", fromHex(0x77dde7)],
1829
- ["Turquoise Pearl", fromHex(0x3bbcd0)],
1830
- ["Twilight Lavender", fromHex(0x8a496b)],
1831
- ["Unmellow Yellow", fromHex(0x000ff6)],
1832
- ["Violet Blue", fromHex(0x324ab2)],
1833
- ["Violet Purple", fromHex(0x926eae)],
1834
- ["Violet Red", fromHex(0xf75394)],
1835
- ["Vivid Tangerine", fromHex(0xffa089)],
1836
- ["Vivid Violet", fromHex(0x8f509d)],
1837
- ["White", fromHex(0xffffff)],
1838
- ["Wild Blue Yonder", fromHex(0xa2add0)],
1839
- ["Wild Strawberry", fromHex(0xff43a4)],
1840
- ["Wild Watermelon", fromHex(0xfc6c85)],
1841
- ["Winter Sky", fromHex(0xff007c)],
1842
- ["Winter Wizard", fromHex(0xa0e6ff)],
1843
- ["Wintergreen Dream", fromHex(0x56887d)],
1844
- ["Wisteria", fromHex(0xcda4de)],
1845
- ["Yellow", fromHex(0xfce883)],
1846
- ["Yellow Green", fromHex(0xc5e384)],
1847
- ["Yellow Orange", fromHex(0xffb653)],
1848
- ["Yellow Sunshine", fromHex(0xfff700)]
10
+ const tcapi: Map<string, [number, number, number] & Rgb> = new Map<
11
+ string,
12
+ [number, number, number] & Rgb
13
+ >([
14
+ ["abbey", fromHex(0x4c4f56)],
15
+ ["absolute zero", fromHex(0x0048ba)],
16
+ ["acadia", fromHex(0x1b1404)],
17
+ ["acapulco", fromHex(0x7cb0a1)],
18
+ ["aero blue", fromHex(0xc9ffe5)],
19
+ ["affair", fromHex(0x714693)],
20
+ ["akaroa", fromHex(0xd4c4a8)],
21
+ ["alabaster", fromHex(0xfafafa)],
22
+ ["albescent white", fromHex(0xf5e9d3)],
23
+ ["algae green", fromHex(0x93dfb8)],
24
+ ["alice blue", fromHex(0xf0f8ff)],
25
+ ["alien armpit", fromHex(0x84de02)],
26
+ ["alizarin crimson", fromHex(0xe32636)],
27
+ ["alloy orange", fromHex(0xc46210)],
28
+ ["allports", fromHex(0x0076a3)],
29
+ ["almond", fromHex(0xeed9c4)],
30
+ ["almond", fromHex(0xefdecd)],
31
+ ["almond frost", fromHex(0x907b71)],
32
+ ["alpine", fromHex(0xaf8f2c)],
33
+ ["alto", fromHex(0xdbdbdb)],
34
+ ["aluminium", fromHex(0xa9acb6)],
35
+ ["amaranth", fromHex(0xe52b50)],
36
+ ["amazon", fromHex(0x3b7a57)],
37
+ ["amber", fromHex(0xffbf00)],
38
+ ["americano", fromHex(0x87756e)],
39
+ ["amethyst", fromHex(0x9966cc)],
40
+ ["amethyst", fromHex(0x64609a)],
41
+ ["amethyst smoke", fromHex(0xa397b4)],
42
+ ["amour", fromHex(0xf9eaf3)],
43
+ ["amulet", fromHex(0x7b9f80)],
44
+ ["anakiwa", fromHex(0x9de5ff)],
45
+ ["antique brass", fromHex(0xc88a65)],
46
+ ["antique brass", fromHex(0xcd9575)],
47
+ ["antique bronze", fromHex(0x704a07)],
48
+ ["anzac", fromHex(0xe0b646)],
49
+ ["apache", fromHex(0xdfbe6f)],
50
+ ["apple", fromHex(0x4fa83d)],
51
+ ["apple blossom", fromHex(0xaf4d43)],
52
+ ["apple green", fromHex(0xe2f3ec)],
53
+ ["apricot", fromHex(0xeb9373)],
54
+ ["apricot", fromHex(0xfdd9b5)],
55
+ ["apricot peach", fromHex(0xfbceb1)],
56
+ ["apricot white", fromHex(0xfffeec)],
57
+ ["aqua deep", fromHex(0x014b43)],
58
+ ["aqua forest", fromHex(0x5fa777)],
59
+ ["aqua haze", fromHex(0xedf5f5)],
60
+ ["aqua island", fromHex(0xa1dad7)],
61
+ ["aquamarine", fromHex(0x7fffd4)],
62
+ ["aquamarine", fromHex(0x78dbe2)],
63
+ ["aquamarine blue", fromHex(0x71d9e2)],
64
+ ["aqua pearl", fromHex(0x5fbed7)],
65
+ ["aqua spring", fromHex(0xeaf9f5)],
66
+ ["aqua squeeze", fromHex(0xe8f5f2)],
67
+ ["arapawa", fromHex(0x110c6c)],
68
+ ["armadillo", fromHex(0x433e37)],
69
+ ["arrowtown", fromHex(0x948771)],
70
+ ["ash", fromHex(0xc6c3b5)],
71
+ ["asparagus", fromHex(0x7ba05b)],
72
+ ["asparagus", fromHex(0x87a96b)],
73
+ ["asphalt", fromHex(0x130a06)],
74
+ ["astra", fromHex(0xfaeab9)],
75
+ ["astral", fromHex(0x327da0)],
76
+ ["astronaut", fromHex(0x283a77)],
77
+ ["astronaut blue", fromHex(0x013e62)],
78
+ ["athens gray", fromHex(0xeef0f3)],
79
+ ["aths special", fromHex(0xecebce)],
80
+ ["atlantis", fromHex(0x97cd2d)],
81
+ ["atoll", fromHex(0x0a6f75)],
82
+ ["atomic tangerine", fromHex(0xff9966)],
83
+ ["atomic tangerine", fromHex(0xffa474)],
84
+ ["aubergine", fromHex(0x3b0910)],
85
+ ["au chico", fromHex(0x97605d)],
86
+ ["australian mint", fromHex(0xf5ffbe)],
87
+ ["avocado", fromHex(0x888d65)],
88
+ ["axolotl", fromHex(0x4e6649)],
89
+ ["azalea", fromHex(0xf7c8da)],
90
+ ["aztec", fromHex(0x0d1c19)],
91
+ ["aztec gold", fromHex(0xc39953)],
92
+ ["azure", fromHex(0x315ba1)],
93
+ ["azure radiance", fromHex(0x007fff)],
94
+ ["baby blue", fromHex(0xe0ffff)],
95
+ ["baby powder", fromHex(0xfefefa)],
96
+ ["bahama blue", fromHex(0x026395)],
97
+ ["bahia", fromHex(0xa5cb0c)],
98
+ ["baja white", fromHex(0xfff8d1)],
99
+ ["bali hai", fromHex(0x859faf)],
100
+ ["baltic sea", fromHex(0x2a2630)],
101
+ ["bamboo", fromHex(0xda6304)],
102
+ ["banana", fromHex(0xffd12a)],
103
+ ["banana mania", fromHex(0xfbe7b2)],
104
+ ["banana mania", fromHex(0xfae7b5)],
105
+ ["bandicoot", fromHex(0x858470)],
106
+ ["barberry", fromHex(0xded717)],
107
+ ["barley corn", fromHex(0xa68b5b)],
108
+ ["barley white", fromHex(0xfff4ce)],
109
+ ["barossa", fromHex(0x44012d)],
110
+ ["bastille", fromHex(0x292130)],
111
+ ["battleship gray", fromHex(0x828f72)],
112
+ ["bay leaf", fromHex(0x7da98d)],
113
+ ["bay of many", fromHex(0x273a81)],
114
+ ["bazaar", fromHex(0x98777b)],
115
+ ["bdazzled blue", fromHex(0x2e5894)],
116
+ ["bean", fromHex(0x3d0c02)],
117
+ ["beauty bush", fromHex(0xeec1be)],
118
+ ["beaver", fromHex(0x926f5b)],
119
+ ["beaver", fromHex(0x9f8170)],
120
+ ["beeswax", fromHex(0xfef2c7)],
121
+ ["beige", fromHex(0xf5f5dc)],
122
+ ["bermuda", fromHex(0x7dd8c6)],
123
+ ["bermuda gray", fromHex(0x6b8ba2)],
124
+ ["beryl green", fromHex(0xdee5c0)],
125
+ ["bianca", fromHex(0xfcfbf3)],
126
+ ["big dip o ruby", fromHex(0x9c2542)],
127
+ ["big foot feet", fromHex(0xe88e5a)],
128
+ ["big stone", fromHex(0x162a40)],
129
+ ["bilbao", fromHex(0x327c14)],
130
+ ["biloba flower", fromHex(0xb2a1ea)],
131
+ ["birch", fromHex(0x373021)],
132
+ ["bird flower", fromHex(0xd4cd16)],
133
+ ["biscay", fromHex(0x1b3162)],
134
+ ["bismark", fromHex(0x497183)],
135
+ ["bison hide", fromHex(0xc1b7a4)],
136
+ ["bistre", fromHex(0x3d2b1f)],
137
+ ["bitter", fromHex(0x868974)],
138
+ ["bitter lemon", fromHex(0xcae00d)],
139
+ ["bittersweet", fromHex(0xfe6f5e)],
140
+ ["bittersweet", fromHex(0xfd7c6e)],
141
+ ["bittersweet shimmer", fromHex(0xbf4f51)],
142
+ ["bizarre", fromHex(0xeededa)],
143
+ ["black", fromHex(0x000000)],
144
+ ["black", fromHex(0x000000)],
145
+ ["black bean", fromHex(0x081910)],
146
+ ["blackberry", fromHex(0x4d0135)],
147
+ ["black coral pearl", fromHex(0x54626f)],
148
+ ["blackcurrant", fromHex(0x32293a)],
149
+ ["black forest", fromHex(0x0b1304)],
150
+ ["black haze", fromHex(0xf6f7f7)],
151
+ ["black marlin", fromHex(0x3e2c1c)],
152
+ ["black olive", fromHex(0x242e16)],
153
+ ["black pearl", fromHex(0x041322)],
154
+ ["black rock", fromHex(0x0d0332)],
155
+ ["black rose", fromHex(0x67032d)],
156
+ ["black russian", fromHex(0x0a001c)],
157
+ ["black shadows", fromHex(0xbfafb2)],
158
+ ["black squeeze", fromHex(0xf2fafa)],
159
+ ["black white", fromHex(0xfffef6)],
160
+ ["blast off bronze", fromHex(0xa57164)],
161
+ ["blaze orange", fromHex(0xff6600)],
162
+ ["bleached cedar", fromHex(0x2c2133)],
163
+ ["bleach white", fromHex(0xfef3d8)],
164
+ ["blizzard blue", fromHex(0xa3e3ed)],
165
+ ["blizzard blue", fromHex(0xace5ee)],
166
+ ["blossom", fromHex(0xdcb4bc)],
167
+ ["blue", fromHex(0x0000ff)],
168
+ ["blue", fromHex(0x1f75fe)],
169
+ ["blue bayoux", fromHex(0x496679)],
170
+ ["blue bell", fromHex(0x9999cc)],
171
+ ["blue bell", fromHex(0xa2a2d0)],
172
+ ["blueberry", fromHex(0x4f86f7)],
173
+ ["blue chalk", fromHex(0xf1e9ff)],
174
+ ["blue charcoal", fromHex(0x010d1a)],
175
+ ["blue chill", fromHex(0x0c8990)],
176
+ ["blue diamond", fromHex(0x380474)],
177
+ ["blue dianne", fromHex(0x204852)],
178
+ ["blue gem", fromHex(0x2c0e8c)],
179
+ ["blue gray", fromHex(0x00069c)],
180
+ ["blue green", fromHex(0x0d98ba)],
181
+ ["blue haze", fromHex(0xbfbed8)],
182
+ ["blue jeans", fromHex(0x5dadec)],
183
+ ["blue lagoon", fromHex(0x017987)],
184
+ ["blue marguerite", fromHex(0x7666c6)],
185
+ ["blue ribbon", fromHex(0x0066ff)],
186
+ ["blue romance", fromHex(0xd2f6de)],
187
+ ["blue smoke", fromHex(0x748881)],
188
+ ["blue stone", fromHex(0x016162)],
189
+ ["blue violet", fromHex(0x6456b7)],
190
+ ["blue violet", fromHex(0x7366bd)],
191
+ ["blue whale", fromHex(0x042e4c)],
192
+ ["blue zodiac", fromHex(0x13264d)],
193
+ ["blumine", fromHex(0x18587a)],
194
+ ["blush", fromHex(0xb44668)],
195
+ ["blush", fromHex(0xde5d83)],
196
+ ["blush pink", fromHex(0xff6fff)],
197
+ ["bombay", fromHex(0xafb1b8)],
198
+ ["bondi blue", fromHex(0x0095b6)],
199
+ ["bone", fromHex(0xe4d1c0)],
200
+ ["bon jour", fromHex(0xe5e0e1)],
201
+ ["booger buster", fromHex(0xdde26a)],
202
+ ["bordeaux", fromHex(0x5c0120)],
203
+ ["bossanova", fromHex(0x4e2a5a)],
204
+ ["boston blue", fromHex(0x3b91b4)],
205
+ ["botticelli", fromHex(0xc7dde5)],
206
+ ["bottle green", fromHex(0x093624)],
207
+ ["boulder", fromHex(0x7a7a7a)],
208
+ ["bouquet", fromHex(0xae809e)],
209
+ ["bourbon", fromHex(0xba6f1e)],
210
+ ["bracken", fromHex(0x4a2a04)],
211
+ ["brandy", fromHex(0xdec196)],
212
+ ["brandy punch", fromHex(0xcd8429)],
213
+ ["brandy rose", fromHex(0xbb8983)],
214
+ ["breaker bay", fromHex(0x5da19f)],
215
+ ["brick red", fromHex(0xc62d42)],
216
+ ["brick red", fromHex(0xcb4154)],
217
+ ["bridal heath", fromHex(0xfffaf4)],
218
+ ["bridesmaid", fromHex(0xfef0ec)],
219
+ ["bright gray", fromHex(0x3c4151)],
220
+ ["bright green", fromHex(0x66ff00)],
221
+ ["bright red", fromHex(0xb10000)],
222
+ ["bright sun", fromHex(0xfed33c)],
223
+ ["bright turquoise", fromHex(0x08e8de)],
224
+ ["bright yellow", fromHex(0xffaa1d)],
225
+ ["brilliant rose", fromHex(0xf653a6)],
226
+ ["brink pink", fromHex(0xfb607f)],
227
+ ["bronco", fromHex(0xaba196)],
228
+ ["bronze", fromHex(0x3f2109)],
229
+ ["bronze olive", fromHex(0x4e420c)],
230
+ ["bronzetone", fromHex(0x4d400f)],
231
+ ["broom", fromHex(0xffec13)],
232
+ ["brown", fromHex(0x964b00)],
233
+ ["brown", fromHex(0xb4674d)],
234
+ ["brown bramble", fromHex(0x592804)],
235
+ ["brown derby", fromHex(0x492615)],
236
+ ["brown pod", fromHex(0x401801)],
237
+ ["brown rust", fromHex(0xaf593e)],
238
+ ["brown sugar", fromHex(0xaf6e4d)],
239
+ ["brown tumbleweed", fromHex(0x37290e)],
240
+ ["bubble gum", fromHex(0xffd3f8)],
241
+ ["bubbles", fromHex(0xe7feff)],
242
+ ["buccaneer", fromHex(0x622f30)],
243
+ ["bud", fromHex(0xa8ae9c)],
244
+ ["buddha gold", fromHex(0xc1a004)],
245
+ ["buff", fromHex(0xf0dc82)],
246
+ ["bulgarian rose", fromHex(0x480607)],
247
+ ["bull shot", fromHex(0x864d1e)],
248
+ ["bunker", fromHex(0x0d1117)],
249
+ ["bunting", fromHex(0x151f4c)],
250
+ ["burgundy", fromHex(0x900020)],
251
+ ["burnham", fromHex(0x002e20)],
252
+ ["burning orange", fromHex(0xff7034)],
253
+ ["burning sand", fromHex(0xd99376)],
254
+ ["burnished brown", fromHex(0xa17a74)],
255
+ ["burnt maroon", fromHex(0x420303)],
256
+ ["burnt orange", fromHex(0xcc5500)],
257
+ ["burnt orange", fromHex(0xff7f49)],
258
+ ["burnt sienna", fromHex(0xe97451)],
259
+ ["burnt sienna", fromHex(0xea7e5d)],
260
+ ["burnt umber", fromHex(0x8a3324)],
261
+ ["bush", fromHex(0x0d2e1c)],
262
+ ["buttercup", fromHex(0xf3ad16)],
263
+ ["buttered rum", fromHex(0xa1750d)],
264
+ ["butterfly bush", fromHex(0x624e9a)],
265
+ ["buttermilk", fromHex(0xfff1b5)],
266
+ ["buttery white", fromHex(0xfffcea)],
267
+ ["cabaret", fromHex(0xd94972)],
268
+ ["cabbage pont", fromHex(0x3f4c3a)],
269
+ ["cab sav", fromHex(0x4d0a18)],
270
+ ["cactus", fromHex(0x587156)],
271
+ ["cadet blue", fromHex(0xa9b2c3)],
272
+ ["cadet blue", fromHex(0xb0b7c6)],
273
+ ["cadillac", fromHex(0xb04c6a)],
274
+ ["cafe royale", fromHex(0x6f440c)],
275
+ ["calico", fromHex(0xe0c095)],
276
+ ["california", fromHex(0xfe9d04)],
277
+ ["calypso", fromHex(0x31728d)],
278
+ ["camarone", fromHex(0x00581a)],
279
+ ["camelot", fromHex(0x893456)],
280
+ ["cameo", fromHex(0xd9b99b)],
281
+ ["camouflage", fromHex(0x3c3910)],
282
+ ["camouflage green", fromHex(0x78866b)],
283
+ ["canary", fromHex(0xf3fb62)],
284
+ ["canary", fromHex(0x000ff9)],
285
+ ["can can", fromHex(0xd591a4)],
286
+ ["candlelight", fromHex(0xfcd917)],
287
+ ["candy corn", fromHex(0xfbec5d)],
288
+ ["cannon black", fromHex(0x251706)],
289
+ ["cannon pink", fromHex(0x894367)],
290
+ ["cape cod", fromHex(0x3c4443)],
291
+ ["cape honey", fromHex(0xfee5ac)],
292
+ ["cape palliser", fromHex(0xa26645)],
293
+ ["caper", fromHex(0xdcedb4)],
294
+ ["caramel", fromHex(0xffddaf)],
295
+ ["cararra", fromHex(0xeeeee8)],
296
+ ["cardinal", fromHex(0xc41e3a)],
297
+ ["cardinal pink", fromHex(0x8c055e)],
298
+ ["cardin green", fromHex(0x01361c)],
299
+ ["careys pink", fromHex(0xd29eaa)],
300
+ ["caribbean green", fromHex(0x00cc99)],
301
+ ["caribbean green", fromHex(0x1cd3a2)],
302
+ ["caribbean green pearl", fromHex(0x6ada8e)],
303
+ ["carissma", fromHex(0xea88a8)],
304
+ ["carla", fromHex(0xf3ffd8)],
305
+ ["carmine", fromHex(0x960018)],
306
+ ["carnaby tan", fromHex(0x5c2e01)],
307
+ ["carnation", fromHex(0xf95a61)],
308
+ ["carnation pink", fromHex(0xffa6c9)],
309
+ ["carnation pink", fromHex(0x000fac)],
310
+ ["carousel pink", fromHex(0xf9e0ed)],
311
+ ["carrot orange", fromHex(0xed9121)],
312
+ ["casablanca", fromHex(0xf8b853)],
313
+ ["casal", fromHex(0x2f6168)],
314
+ ["cascade", fromHex(0x8ba9a5)],
315
+ ["cashmere", fromHex(0xe6bea5)],
316
+ ["casper", fromHex(0xadbed1)],
317
+ ["castro", fromHex(0x52001f)],
318
+ ["catalina blue", fromHex(0x062a78)],
319
+ ["catskill white", fromHex(0xeef6f7)],
320
+ ["cavern pink", fromHex(0xe3bebe)],
321
+ ["cedar", fromHex(0x3e1c14)],
322
+ ["cedar chest", fromHex(0xc95a49)],
323
+ ["cedar wood finish", fromHex(0x711a00)],
324
+ ["celadon", fromHex(0xace1af)],
325
+ ["celery", fromHex(0xb8c25d)],
326
+ ["celeste", fromHex(0xd1d2ca)],
327
+ ["cello", fromHex(0x1e385b)],
328
+ ["celtic", fromHex(0x163222)],
329
+ ["cement", fromHex(0x8d7662)],
330
+ ["ceramic", fromHex(0xfcfff9)],
331
+ ["cerise", fromHex(0xda3287)],
332
+ ["cerise", fromHex(0xdd4492)],
333
+ ["cerise red", fromHex(0xde3163)],
334
+ ["cerulean", fromHex(0x02a4d3)],
335
+ ["cerulean", fromHex(0x1dacd6)],
336
+ ["cerulean blue", fromHex(0x2a52be)],
337
+ ["cerulean frost", fromHex(0x6d9bc3)],
338
+ ["chablis", fromHex(0xfff4f3)],
339
+ ["chalet green", fromHex(0x516e3d)],
340
+ ["chalky", fromHex(0xeed794)],
341
+ ["chambray", fromHex(0x354e8c)],
342
+ ["chamois", fromHex(0xeddcb1)],
343
+ ["champagne", fromHex(0xfaeccc)],
344
+ ["chantilly", fromHex(0xf8c3df)],
345
+ ["charade", fromHex(0x292937)],
346
+ ["chardon", fromHex(0xfff3f1)],
347
+ ["chardonnay", fromHex(0xffcd8c)],
348
+ ["charlotte", fromHex(0xbaeef9)],
349
+ ["charm", fromHex(0xd47494)],
350
+ ["chartreuse", fromHex(0x7fff00)],
351
+ ["chartreuse yellow", fromHex(0xdfff00)],
352
+ ["chateau green", fromHex(0x40a860)],
353
+ ["chatelle", fromHex(0xbdb3c7)],
354
+ ["chathams blue", fromHex(0x175579)],
355
+ ["chelsea cucumber", fromHex(0x83aa5d)],
356
+ ["chelsea gem", fromHex(0x9e5302)],
357
+ ["chenin", fromHex(0xdfcd6f)],
358
+ ["cherokee", fromHex(0xfcda98)],
359
+ ["cherry", fromHex(0xda2647)],
360
+ ["cherry pie", fromHex(0x2a0359)],
361
+ ["cherrywood", fromHex(0x651a14)],
362
+ ["cherub", fromHex(0xf8d9e9)],
363
+ ["chestnut", fromHex(0xb94e48)],
364
+ ["chestnut", fromHex(0xbc5d58)],
365
+ ["chestnut rose", fromHex(0xcd5c5c)],
366
+ ["chetwode blue", fromHex(0x8581d9)],
367
+ ["chicago", fromHex(0x5d5c58)],
368
+ ["chiffon", fromHex(0xf1ffc8)],
369
+ ["chilean fire", fromHex(0xf77703)],
370
+ ["chilean heath", fromHex(0xfffde6)],
371
+ ["china ivory", fromHex(0xfcffe7)],
372
+ ["chino", fromHex(0xcec7a7)],
373
+ ["chinook", fromHex(0xa8e3bd)],
374
+ ["chocolate", fromHex(0x370202)],
375
+ ["chocolate", fromHex(0xbd8260)],
376
+ ["christalle", fromHex(0x33036b)],
377
+ ["christi", fromHex(0x67a712)],
378
+ ["christine", fromHex(0xe7730a)],
379
+ ["chrome white", fromHex(0xe8f1d4)],
380
+ ["cinder", fromHex(0x0e0e18)],
381
+ ["cinderella", fromHex(0xfde1dc)],
382
+ ["cinnabar", fromHex(0xe34234)],
383
+ ["cinnamon", fromHex(0x7b3f00)],
384
+ ["cinnamon satin", fromHex(0xcd607e)],
385
+ ["cioccolato", fromHex(0x55280c)],
386
+ ["citrine", fromHex(0x933709)],
387
+ ["citrine white", fromHex(0xfaf7d6)],
388
+ ["citron", fromHex(0x9ea91f)],
389
+ ["citrus", fromHex(0xa1c50a)],
390
+ ["clairvoyant", fromHex(0x480656)],
391
+ ["clam shell", fromHex(0xd4b6af)],
392
+ ["claret", fromHex(0x7f1734)],
393
+ ["classic rose", fromHex(0xfbcce7)],
394
+ ["clay ash", fromHex(0xbdc8b3)],
395
+ ["clay creek", fromHex(0x8a8360)],
396
+ ["clear day", fromHex(0xe9fffd)],
397
+ ["clementine", fromHex(0xe96e00)],
398
+ ["clinker", fromHex(0x371d09)],
399
+ ["cloud", fromHex(0xc7c4bf)],
400
+ ["cloud burst", fromHex(0x202e54)],
401
+ ["cloudy", fromHex(0xaca59f)],
402
+ ["clover", fromHex(0x384910)],
403
+ ["cobalt", fromHex(0x0047ab)],
404
+ ["cocoa bean", fromHex(0x481c1c)],
405
+ ["cocoa brown", fromHex(0x301f1e)],
406
+ ["coconut", fromHex(0xfefefe)],
407
+ ["coconut cream", fromHex(0xf8f7dc)],
408
+ ["cod gray", fromHex(0x0b0b0b)],
409
+ ["coffee", fromHex(0x706555)],
410
+ ["coffee bean", fromHex(0x2a140e)],
411
+ ["cognac", fromHex(0x9f381d)],
412
+ ["cola", fromHex(0x3f2500)],
413
+ ["cold purple", fromHex(0xaba0d9)],
414
+ ["cold turkey", fromHex(0xcebaba)],
415
+ ["colonial white", fromHex(0xffedbc)],
416
+ ["comet", fromHex(0x5c5d75)],
417
+ ["como", fromHex(0x517c66)],
418
+ ["conch", fromHex(0xc9d9d2)],
419
+ ["concord", fromHex(0x7c7b7a)],
420
+ ["concrete", fromHex(0xf2f2f2)],
421
+ ["confetti", fromHex(0xe9d75a)],
422
+ ["congo brown", fromHex(0x593737)],
423
+ ["congress blue", fromHex(0x02478e)],
424
+ ["conifer", fromHex(0xacdd4d)],
425
+ ["contessa", fromHex(0xc6726b)],
426
+ ["copper", fromHex(0xb87333)],
427
+ ["copper", fromHex(0xdd9475)],
428
+ ["copper canyon", fromHex(0x7e3a15)],
429
+ ["copperfield", fromHex(0xda8a67)],
430
+ ["copper penny", fromHex(0xad6f69)],
431
+ ["copper rose", fromHex(0x996666)],
432
+ ["copper rust", fromHex(0x944747)],
433
+ ["coral", fromHex(0xff7f50)],
434
+ ["coral red", fromHex(0xff4040)],
435
+ ["coral reef", fromHex(0xc7bca2)],
436
+ ["coral tree", fromHex(0xa86b6b)],
437
+ ["corduroy", fromHex(0x606e68)],
438
+ ["coriander", fromHex(0xc4d0b0)],
439
+ ["cork", fromHex(0x40291d)],
440
+ ["corn", fromHex(0xe7bf05)],
441
+ ["corn field", fromHex(0xf8facd)],
442
+ ["cornflower", fromHex(0x93ccea)],
443
+ ["cornflower", fromHex(0x9aceeb)],
444
+ ["cornflower blue", fromHex(0x6495ed)],
445
+ ["cornflower lilac", fromHex(0xffb0ac)],
446
+ ["corn harvest", fromHex(0x8b6b0b)],
447
+ ["corvette", fromHex(0xfad3a2)],
448
+ ["cosmic", fromHex(0x76395d)],
449
+ ["cosmic cobalt", fromHex(0x2e2d88)],
450
+ ["cosmos", fromHex(0xffd8d9)],
451
+ ["costa del sol", fromHex(0x615d30)],
452
+ ["cotton candy", fromHex(0xffb7d5)],
453
+ ["cotton candy", fromHex(0xffbcd9)],
454
+ ["cotton seed", fromHex(0xc2bdb6)],
455
+ ["county green", fromHex(0x01371a)],
456
+ ["cowboy", fromHex(0x4d282d)],
457
+ ["crail", fromHex(0xb95140)],
458
+ ["cranberry", fromHex(0xdb5079)],
459
+ ["crater brown", fromHex(0x462425)],
460
+ ["cream", fromHex(0xfffdd0)],
461
+ ["cream brulee", fromHex(0xffe5a0)],
462
+ ["cream can", fromHex(0xf5c85c)],
463
+ ["creole", fromHex(0x1e0f04)],
464
+ ["crete", fromHex(0x737829)],
465
+ ["crimson", fromHex(0xdc143c)],
466
+ ["crocodile", fromHex(0x736d58)],
467
+ ["crown of thorns", fromHex(0x771f1f)],
468
+ ["crowshead", fromHex(0x1c1208)],
469
+ ["cruise", fromHex(0xb5ecdf)],
470
+ ["crusoe", fromHex(0x004816)],
471
+ ["crusta", fromHex(0xfd7b33)],
472
+ ["cultured pearl", fromHex(0xf5f5f5)],
473
+ ["cumin", fromHex(0x924321)],
474
+ ["cumulus", fromHex(0xfdffd5)],
475
+ ["cupid", fromHex(0xfbbeda)],
476
+ ["curious blue", fromHex(0x2596d1)],
477
+ ["cutty sark", fromHex(0x507672)],
478
+ ["cyan / aqua", fromHex(0x00ffff)],
479
+ ["cyber grape", fromHex(0x58427c)],
480
+ ["cyprus", fromHex(0x003e40)],
481
+ ["daffodil", fromHex(0xffff31)],
482
+ ["daintree", fromHex(0x012731)],
483
+ ["dairy cream", fromHex(0xf9e4bc)],
484
+ ["daisy bush", fromHex(0x4f2398)],
485
+ ["dallas", fromHex(0x6e4b26)],
486
+ ["dandelion", fromHex(0xfed85d)],
487
+ ["dandelion", fromHex(0xfddb6d)],
488
+ ["danube", fromHex(0x6093d1)],
489
+ ["dark blue", fromHex(0x0000c8)],
490
+ ["dark burgundy", fromHex(0x770f05)],
491
+ ["dark ebony", fromHex(0x3c2005)],
492
+ ["dark fern", fromHex(0x0a480d)],
493
+ ["dark tan", fromHex(0x661010)],
494
+ ["dawn", fromHex(0xa6a29a)],
495
+ ["dawn pink", fromHex(0xf3e9e5)],
496
+ ["deco", fromHex(0xd2da97)],
497
+ ["deep blue", fromHex(0x220878)],
498
+ ["deep blush", fromHex(0xe47698)],
499
+ ["deep bronze", fromHex(0x4a3004)],
500
+ ["deep cerulean", fromHex(0x007ba7)],
501
+ ["deep cove", fromHex(0x051040)],
502
+ ["deep fir", fromHex(0x002900)],
503
+ ["deep forest green", fromHex(0x182d09)],
504
+ ["deep koamaru", fromHex(0x1b127b)],
505
+ ["deep oak", fromHex(0x412010)],
506
+ ["deep sapphire", fromHex(0x082567)],
507
+ ["deep sea", fromHex(0x01826b)],
508
+ ["deep sea green", fromHex(0x095859)],
509
+ ["deep space sparkle", fromHex(0x4a646c)],
510
+ ["deep teal", fromHex(0x003532)],
511
+ ["dell", fromHex(0x396413)],
512
+ ["del rio", fromHex(0xb09a95)],
513
+ ["delta", fromHex(0xa4a49d)],
514
+ ["deluge", fromHex(0x7563a8)],
515
+ ["denim", fromHex(0x1560bd)],
516
+ ["denim", fromHex(0x2b6cc4)],
517
+ ["denim blue", fromHex(0x2243b6)],
518
+ ["derby", fromHex(0xffeed8)],
519
+ ["desert", fromHex(0xae6020)],
520
+ ["desert sand", fromHex(0xedc9af)],
521
+ ["desert sand", fromHex(0xefcdb8)],
522
+ ["desert storm", fromHex(0xf8f8f7)],
523
+ ["dew", fromHex(0xeafffe)],
524
+ ["de york", fromHex(0x7ac488)],
525
+ ["diesel", fromHex(0x130000)],
526
+ ["dingley", fromHex(0x5d7747)],
527
+ ["dingy dungeon", fromHex(0xc53151)],
528
+ ["dirt", fromHex(0x9b7653)],
529
+ ["disco", fromHex(0x871550)],
530
+ ["di serria", fromHex(0xdb995e)],
531
+ ["dixie", fromHex(0xe29418)],
532
+ ["dodger blue", fromHex(0x1e90ff)],
533
+ ["dolly", fromHex(0xf9ff8b)],
534
+ ["dolphin", fromHex(0x646077)],
535
+ ["domino", fromHex(0x8e775e)],
536
+ ["don juan", fromHex(0x5d4c51)],
537
+ ["donkey brown", fromHex(0xa69279)],
538
+ ["dorado", fromHex(0x6b5755)],
539
+ ["double colonial white", fromHex(0xeee3ad)],
540
+ ["double pearl lusta", fromHex(0xfcf4d0)],
541
+ ["double spanish white", fromHex(0xe6d7b9)],
542
+ ["dove gray", fromHex(0x6d6c6c)],
543
+ ["downriver", fromHex(0x092256)],
544
+ ["downy", fromHex(0x6fd0c5)],
545
+ ["driftwood", fromHex(0xaf8751)],
546
+ ["drover", fromHex(0xfdf7ad)],
547
+ ["dull lavender", fromHex(0xa899e6)],
548
+ ["dune", fromHex(0x383533)],
549
+ ["dust storm", fromHex(0xe5ccc9)],
550
+ ["dusty gray", fromHex(0xa8989b)],
551
+ ["eagle", fromHex(0xb6baa4)],
552
+ ["earls green", fromHex(0xc9b93b)],
553
+ ["early dawn", fromHex(0xfff9e6)],
554
+ ["east bay", fromHex(0x414c7d)],
555
+ ["eastern blue", fromHex(0x1e9ab0)],
556
+ ["east side", fromHex(0xac91ce)],
557
+ ["ebb", fromHex(0xe9e3e3)],
558
+ ["ebony", fromHex(0x0c0b1d)],
559
+ ["ebony clay", fromHex(0x26283b)],
560
+ ["eclipse", fromHex(0x311c17)],
561
+ ["ecru white", fromHex(0xf5f3e5)],
562
+ ["ecstasy", fromHex(0xfa7814)],
563
+ ["eden", fromHex(0x105852)],
564
+ ["edgewater", fromHex(0xc8e3d7)],
565
+ ["edward", fromHex(0xa2aeab)],
566
+ ["eerie black", fromHex(0x1b1b1b)],
567
+ ["eggplant", fromHex(0x614051)],
568
+ ["eggplant", fromHex(0x6e5160)],
569
+ ["egg sour", fromHex(0xfff4dd)],
570
+ ["egg white", fromHex(0xffefc1)],
571
+ ["electric lime", fromHex(0xccff00)],
572
+ ["electric lime", fromHex(0xceff1d)],
573
+ ["electric violet", fromHex(0x8b00ff)],
574
+ ["elephant", fromHex(0x123447)],
575
+ ["elf green", fromHex(0x088370)],
576
+ ["elm", fromHex(0x1c7c7d)],
577
+ ["el paso", fromHex(0x1e1708)],
578
+ ["el salva", fromHex(0x8f3e33)],
579
+ ["emerald", fromHex(0x50c878)],
580
+ ["emerald", fromHex(0x14a989)],
581
+ ["eminence", fromHex(0x6c3082)],
582
+ ["emperor", fromHex(0x514649)],
583
+ ["empress", fromHex(0x817377)],
584
+ ["endeavour", fromHex(0x0056a7)],
585
+ ["energy yellow", fromHex(0xf8dd5c)],
586
+ ["english holly", fromHex(0x022d15)],
587
+ ["english walnut", fromHex(0x3e2b23)],
588
+ ["envy", fromHex(0x8ba690)],
589
+ ["equator", fromHex(0xe1bc64)],
590
+ ["espresso", fromHex(0x612718)],
591
+ ["eternity", fromHex(0x211a0e)],
592
+ ["eucalyptus", fromHex(0x278a5b)],
593
+ ["eucalyptus", fromHex(0x44d7a8)],
594
+ ["eunry", fromHex(0xcfa39d)],
595
+ ["evening sea", fromHex(0x024e46)],
596
+ ["everglade", fromHex(0x1c402e)],
597
+ ["faded jade", fromHex(0x427977)],
598
+ ["fair pink", fromHex(0xffefec)],
599
+ ["falcon", fromHex(0x7f626d)],
600
+ ["fall green", fromHex(0xecebbd)],
601
+ ["falu red", fromHex(0x801818)],
602
+ ["fantasy", fromHex(0xfaf3f0)],
603
+ ["fedora", fromHex(0x796a78)],
604
+ ["feijoa", fromHex(0x9fdd8c)],
605
+ ["fern", fromHex(0x63b76c)],
606
+ ["fern", fromHex(0x71bc78)],
607
+ ["fern frond", fromHex(0x657220)],
608
+ ["fern green", fromHex(0x4f7942)],
609
+ ["ferra", fromHex(0x704f50)],
610
+ ["festival", fromHex(0xfbe96c)],
611
+ ["feta", fromHex(0xf0fcea)],
612
+ ["fiery orange", fromHex(0xb35213)],
613
+ ["fiery rose", fromHex(0xff5470)],
614
+ ["finch", fromHex(0x626649)],
615
+ ["finlandia", fromHex(0x556d56)],
616
+ ["finn", fromHex(0x692d54)],
617
+ ["fiord", fromHex(0x405169)],
618
+ ["fire", fromHex(0xaa4203)],
619
+ ["fire bush", fromHex(0xe89928)],
620
+ ["firefly", fromHex(0x0e2a30)],
621
+ ["flamenco", fromHex(0xff7d07)],
622
+ ["flame pea", fromHex(0xda5b38)],
623
+ ["flamingo", fromHex(0xf2552a)],
624
+ ["flax", fromHex(0xeedc82)],
625
+ ["flax smoke", fromHex(0x7b8265)],
626
+ ["flesh", fromHex(0xffcba4)],
627
+ ["flint", fromHex(0x6f6a61)],
628
+ ["flirt", fromHex(0xa2006d)],
629
+ ["flush mahogany", fromHex(0xca3435)],
630
+ ["flush orange", fromHex(0xff7f00)],
631
+ ["foam", fromHex(0xd8fcfa)],
632
+ ["fog", fromHex(0xd7d0ff)],
633
+ ["foggy gray", fromHex(0xcbcab6)],
634
+ ["forest green", fromHex(0x228b22)],
635
+ ["forest green", fromHex(0x6dae81)],
636
+ ["forget me not", fromHex(0xfff1ee)],
637
+ ["fountain blue", fromHex(0x56b4be)],
638
+ ["frangipani", fromHex(0xffdeb3)],
639
+ ["french gray", fromHex(0xbdbdc6)],
640
+ ["french lilac", fromHex(0xecc7ee)],
641
+ ["french pass", fromHex(0xbdedfd)],
642
+ ["french rose", fromHex(0xf64a8a)],
643
+ ["fresh air", fromHex(0xa6e7ff)],
644
+ ["fresh eggplant", fromHex(0x990066)],
645
+ ["friar gray", fromHex(0x807e79)],
646
+ ["fringy flower", fromHex(0xb1e2c1)],
647
+ ["froly", fromHex(0xf57584)],
648
+ ["frost", fromHex(0xedf5dd)],
649
+ ["frostbite", fromHex(0xe936a7)],
650
+ ["frosted mint", fromHex(0xdbfff8)],
651
+ ["frostee", fromHex(0xe4f6e7)],
652
+ ["fruit salad", fromHex(0x4f9d5d)],
653
+ ["fuchsia", fromHex(0xc364c5)],
654
+ ["fuchsia blue", fromHex(0x7a58c1)],
655
+ ["fuchsia pink", fromHex(0xc154c1)],
656
+ ["fuego", fromHex(0xbede0d)],
657
+ ["fuel yellow", fromHex(0xeca927)],
658
+ ["fun blue", fromHex(0x1959a8)],
659
+ ["fun green", fromHex(0x016d39)],
660
+ ["fuscous gray", fromHex(0x54534d)],
661
+ ["fuzzy wuzzy", fromHex(0x000c66)],
662
+ ["fuzzy wuzzy brown", fromHex(0xc45655)],
663
+ ["gable green", fromHex(0x163531)],
664
+ ["gallery", fromHex(0xefefef)],
665
+ ["galliano", fromHex(0xdcb20c)],
666
+ ["gamboge", fromHex(0xe49b0f)],
667
+ ["gargoyle gas", fromHex(0xffdf46)],
668
+ ["geebung", fromHex(0xd18f1b)],
669
+ ["genoa", fromHex(0x15736b)],
670
+ ["geraldine", fromHex(0xfb8989)],
671
+ ["geyser", fromHex(0xd4dfe2)],
672
+ ["ghost", fromHex(0xc7c9d5)],
673
+ ["giants club", fromHex(0xb05c52)],
674
+ ["gigas", fromHex(0x523c94)],
675
+ ["gimblet", fromHex(0xb8b56a)],
676
+ ["gin", fromHex(0xe8f2eb)],
677
+ ["gin fizz", fromHex(0xfff9e2)],
678
+ ["givry", fromHex(0xf8e4bf)],
679
+ ["glacier", fromHex(0x80b3c4)],
680
+ ["glade green", fromHex(0x61845f)],
681
+ ["glossy grape", fromHex(0xab92b3)],
682
+ ["go ben", fromHex(0x726d4e)],
683
+ ["goblin", fromHex(0x3d7d52)],
684
+ ["gold", fromHex(0xffd700)],
685
+ ["gold", fromHex(0xe7c697)],
686
+ ["gold drop", fromHex(0xf18200)],
687
+ ["golden bell", fromHex(0xe28913)],
688
+ ["golden dream", fromHex(0xf0d52d)],
689
+ ["golden fizz", fromHex(0xf5fb3d)],
690
+ ["golden glow", fromHex(0xfde295)],
691
+ ["golden grass", fromHex(0xdaa520)],
692
+ ["goldenrod", fromHex(0xfcd667)],
693
+ ["goldenrod", fromHex(0xfcd975)],
694
+ ["golden sand", fromHex(0xf0db7d)],
695
+ ["golden tainoi", fromHex(0xffcc5c)],
696
+ ["gold fusion", fromHex(0x85754e)],
697
+ ["gold sand", fromHex(0xe6be8a)],
698
+ ["gold tips", fromHex(0xdeba13)],
699
+ ["gondola", fromHex(0x261414)],
700
+ ["gordons green", fromHex(0x0b1107)],
701
+ ["gorse", fromHex(0xfff14f)],
702
+ ["gossamer", fromHex(0x069b81)],
703
+ ["gossip", fromHex(0xd2f8b0)],
704
+ ["gothic", fromHex(0x6d92a1)],
705
+ ["governor bay", fromHex(0x2f3cb3)],
706
+ ["grain brown", fromHex(0xe4d5b7)],
707
+ ["grandis", fromHex(0xffd38c)],
708
+ ["granite gray", fromHex(0x676767)],
709
+ ["granite green", fromHex(0x8d8974)],
710
+ ["granny apple", fromHex(0xd5f6e3)],
711
+ ["granny smith", fromHex(0x84a0a0)],
712
+ ["granny smith apple", fromHex(0x9de093)],
713
+ ["granny smith apple", fromHex(0xa8e4a0)],
714
+ ["grape", fromHex(0x381a51)],
715
+ ["grape", fromHex(0x6f2da8)],
716
+ ["graphite", fromHex(0x251607)],
717
+ ["gravel", fromHex(0x4a444b)],
718
+ ["gray", fromHex(0x808080)],
719
+ ["gray", fromHex(0x95918c)],
720
+ ["gray asparagus", fromHex(0x465945)],
721
+ ["gray chateau", fromHex(0xa2aab3)],
722
+ ["gray nickel", fromHex(0xc3c3bd)],
723
+ ["gray nurse", fromHex(0xe7ece6)],
724
+ ["gray olive", fromHex(0xa9a491)],
725
+ ["gray suit", fromHex(0xc1becd)],
726
+ ["green", fromHex(0x00ff00)],
727
+ ["green", fromHex(0x1cac78)],
728
+ ["green blue", fromHex(0x1164b4)],
729
+ ["green haze", fromHex(0x01a368)],
730
+ ["green house", fromHex(0x24500f)],
731
+ ["green kelp", fromHex(0x25311c)],
732
+ ["green leaf", fromHex(0x436a0d)],
733
+ ["green lizard", fromHex(0xa7f432)],
734
+ ["green mist", fromHex(0xcbd3b0)],
735
+ ["green pea", fromHex(0x1d6142)],
736
+ ["green sheen", fromHex(0x6eaea1)],
737
+ ["green smoke", fromHex(0xa4af6e)],
738
+ ["green spring", fromHex(0xb8c1b1)],
739
+ ["green vogue", fromHex(0x032b52)],
740
+ ["green waterloo", fromHex(0x101405)],
741
+ ["green white", fromHex(0xe8ebe0)],
742
+ ["green yellow", fromHex(0xadff2f)],
743
+ ["green yellow", fromHex(0xf0e891)],
744
+ ["grenadier", fromHex(0xd54600)],
745
+ ["guardsman red", fromHex(0xba0101)],
746
+ ["gulf blue", fromHex(0x051657)],
747
+ ["gulf stream", fromHex(0x80b3ae)],
748
+ ["gull gray", fromHex(0x9dacb7)],
749
+ ["gumbo", fromHex(0x7ca1a6)],
750
+ ["gum leaf", fromHex(0xb6d3bf)],
751
+ ["gun powder", fromHex(0x414257)],
752
+ ["gunsmoke", fromHex(0x828685)],
753
+ ["gurkha", fromHex(0x9a9577)],
754
+ ["hacienda", fromHex(0x98811b)],
755
+ ["hairy heath", fromHex(0x6b2a14)],
756
+ ["haiti", fromHex(0x1b1035)],
757
+ ["half and half", fromHex(0xfffee1)],
758
+ ["half baked", fromHex(0x85c4cc)],
759
+ ["half colonial white", fromHex(0xfdf6d3)],
760
+ ["half dutch white", fromHex(0xfef7de)],
761
+ ["half spanish white", fromHex(0xfef4db)],
762
+ ["hampton", fromHex(0xe5d8af)],
763
+ ["harlequin", fromHex(0x3fff00)],
764
+ ["harp", fromHex(0xe6f2ea)],
765
+ ["harvest gold", fromHex(0xe0b974)],
766
+ ["havelock blue", fromHex(0x5590d9)],
767
+ ["hawaiian tan", fromHex(0x9d5616)],
768
+ ["hawkes blue", fromHex(0xd4e2fc)],
769
+ ["heath", fromHex(0x541012)],
770
+ ["heather", fromHex(0xb7c3d0)],
771
+ ["heathered gray", fromHex(0xb6b095)],
772
+ ["heat wave", fromHex(0xff7a00)],
773
+ ["heavy metal", fromHex(0x2b3228)],
774
+ ["heliotrope", fromHex(0xdf73ff)],
775
+ ["hemlock", fromHex(0x5e5d3b)],
776
+ ["hemp", fromHex(0x907874)],
777
+ ["hibiscus", fromHex(0xb6316c)],
778
+ ["highland", fromHex(0x6f8e63)],
779
+ ["hillary", fromHex(0xaca586)],
780
+ ["himalaya", fromHex(0x6a5d1b)],
781
+ ["hint of green", fromHex(0xe6ffe9)],
782
+ ["hint of red", fromHex(0xfbf9f9)],
783
+ ["hint of yellow", fromHex(0xfafde4)],
784
+ ["hippie blue", fromHex(0x589aaf)],
785
+ ["hippie green", fromHex(0x53824b)],
786
+ ["hippie pink", fromHex(0xae4560)],
787
+ ["hit gray", fromHex(0xa1adb5)],
788
+ ["hit pink", fromHex(0xffab81)],
789
+ ["hokey pokey", fromHex(0xc8a528)],
790
+ ["hoki", fromHex(0x65869f)],
791
+ ["holly", fromHex(0x011d13)],
792
+ ["hollywood cerise", fromHex(0xf400a1)],
793
+ ["honey flower", fromHex(0x4f1c70)],
794
+ ["honeysuckle", fromHex(0xedfc84)],
795
+ ["hopbush", fromHex(0xd06da1)],
796
+ ["horizon", fromHex(0x5a87a0)],
797
+ ["horses neck", fromHex(0x604913)],
798
+ ["hot cinnamon", fromHex(0xd2691e)],
799
+ ["hot magenta", fromHex(0xff1dce)],
800
+ ["hot pink", fromHex(0xff69b4)],
801
+ ["hot toddy", fromHex(0xb38007)],
802
+ ["humming bird", fromHex(0xcff9f3)],
803
+ ["hunter green", fromHex(0x161d10)],
804
+ ["hurricane", fromHex(0x877c7b)],
805
+ ["husk", fromHex(0xb7a458)],
806
+ ["iceberg", fromHex(0xdaf4f0)],
807
+ ["ice cold", fromHex(0xb1f4e7)],
808
+ ["illuminating emerald", fromHex(0x319177)],
809
+ ["illusion", fromHex(0xf6a4c9)],
810
+ ["inch worm", fromHex(0xb0e313)],
811
+ ["inch worm", fromHex(0xb2ec5d)],
812
+ ["indian khaki", fromHex(0xc3b091)],
813
+ ["indian tan", fromHex(0x4d1e01)],
814
+ ["indigo", fromHex(0x4f69c6)],
815
+ ["indigo", fromHex(0x5d76cb)],
816
+ ["indochine", fromHex(0xc26b03)],
817
+ ["international klein blue", fromHex(0x002fa7)],
818
+ ["international orange", fromHex(0xff4f00)],
819
+ ["irish coffee", fromHex(0x5f3d26)],
820
+ ["iroko", fromHex(0x433120)],
821
+ ["iron", fromHex(0xd4d7d9)],
822
+ ["ironside gray", fromHex(0x676662)],
823
+ ["ironstone", fromHex(0x86483c)],
824
+ ["island spice", fromHex(0xfffcee)],
825
+ ["ivory", fromHex(0xfffff0)],
826
+ ["jacaranda", fromHex(0x2e0329)],
827
+ ["jacarta", fromHex(0x3a2a6a)],
828
+ ["jacko bean", fromHex(0x2e1905)],
829
+ ["jacksons purple", fromHex(0x20208d)],
830
+ ["jade", fromHex(0x00a86b)],
831
+ ["jade", fromHex(0x469a84)],
832
+ ["jaffa", fromHex(0xef863f)],
833
+ ["jagged ice", fromHex(0xc2e8e5)],
834
+ ["jagger", fromHex(0x350e57)],
835
+ ["jaguar", fromHex(0x080110)],
836
+ ["jambalaya", fromHex(0x5b3013)],
837
+ ["janna", fromHex(0xf4ebd3)],
838
+ ["japanese laurel", fromHex(0x0a6906)],
839
+ ["japanese maple", fromHex(0x780109)],
840
+ ["japonica", fromHex(0xd87c63)],
841
+ ["jasper", fromHex(0xd05340)],
842
+ ["java", fromHex(0x1fc2c2)],
843
+ ["jazzberry jam", fromHex(0xa50b5e)],
844
+ ["jazzberry jam", fromHex(0xca3767)],
845
+ ["jelly bean", fromHex(0x297b9a)],
846
+ ["jelly bean", fromHex(0xda614e)],
847
+ ["jet stream", fromHex(0xb5d2ce)],
848
+ ["jewel", fromHex(0x126b40)],
849
+ ["jon", fromHex(0x3b1f1f)],
850
+ ["jonquil", fromHex(0xeeff9a)],
851
+ ["jordy blue", fromHex(0x8ab9f1)],
852
+ ["judge gray", fromHex(0x544333)],
853
+ ["jumbo", fromHex(0x7c7b82)],
854
+ ["jungle green", fromHex(0x29ab87)],
855
+ ["jungle green", fromHex(0x3bb08f)],
856
+ ["jungle mist", fromHex(0xb4cfd3)],
857
+ ["juniper", fromHex(0x6d9292)],
858
+ ["just right", fromHex(0xeccdb9)],
859
+ ["kabul", fromHex(0x5e483e)],
860
+ ["kaitoke green", fromHex(0x004620)],
861
+ ["kangaroo", fromHex(0xc6c8bd)],
862
+ ["karaka", fromHex(0x1e1609)],
863
+ ["karry", fromHex(0xffead4)],
864
+ ["kashmir blue", fromHex(0x507096)],
865
+ ["kelp", fromHex(0x454936)],
866
+ ["kenyan copper", fromHex(0x7c1c05)],
867
+ ["keppel", fromHex(0x3ab09e)],
868
+ ["key lime pearl", fromHex(0xe8f48c)],
869
+ ["key lime pie", fromHex(0xbfc921)],
870
+ ["khaki", fromHex(0xf0e68c)],
871
+ ["kidnapper", fromHex(0xe1ead4)],
872
+ ["kilamanjaro", fromHex(0x240c02)],
873
+ ["killarney", fromHex(0x3a6a47)],
874
+ ["kimberly", fromHex(0x736c9f)],
875
+ ["kingfisher daisy", fromHex(0x3e0480)],
876
+ ["kobi", fromHex(0xe79fc4)],
877
+ ["kokoda", fromHex(0x6e6d57)],
878
+ ["korma", fromHex(0x8f4b0e)],
879
+ ["koromiko", fromHex(0xffbd5f)],
880
+ ["kournikova", fromHex(0xffe772)],
881
+ ["kumera", fromHex(0x886221)],
882
+ ["la palma", fromHex(0x368716)],
883
+ ["lapis lazuli", fromHex(0x436cb9)],
884
+ ["la rioja", fromHex(0xb3c110)],
885
+ ["laser", fromHex(0xc8b568)],
886
+ ["laser lemon", fromHex(0xffff66)],
887
+ ["laser lemon", fromHex(0xfefe22)],
888
+ ["las palmas", fromHex(0xc6e610)],
889
+ ["laurel", fromHex(0x749378)],
890
+ ["lavender", fromHex(0xb57edc)],
891
+ ["lavender", fromHex(0xfcb4d5)],
892
+ ["lavender blush", fromHex(0xfff0f5)],
893
+ ["lavender gray", fromHex(0xbdbbd7)],
894
+ ["lavender magenta", fromHex(0xee82ee)],
895
+ ["lavender pink", fromHex(0xfbaed2)],
896
+ ["lavender purple", fromHex(0x967bb6)],
897
+ ["lavender rose", fromHex(0xfba0e3)],
898
+ ["leather", fromHex(0x967059)],
899
+ ["leather jacket", fromHex(0x253529)],
900
+ ["lemon", fromHex(0xfde910)],
901
+ ["lemon", fromHex(0xffff38)],
902
+ ["lemon chiffon", fromHex(0xfffacd)],
903
+ ["lemon ginger", fromHex(0xac9e22)],
904
+ ["lemon glacier", fromHex(0xfdff00)],
905
+ ["lemon grass", fromHex(0x9b9e8f)],
906
+ ["lemon yellow", fromHex(0xfff44f)],
907
+ ["licorice", fromHex(0x1a1110)],
908
+ ["light apricot", fromHex(0xfdd5b1)],
909
+ ["lightning yellow", fromHex(0xfcc01e)],
910
+ ["light orchid", fromHex(0xe29cd2)],
911
+ ["light wisteria", fromHex(0xc9a0dc)],
912
+ ["lilac", fromHex(0xc8a2c8)],
913
+ ["lilac", fromHex(0xdb91ef)],
914
+ ["lilac bush", fromHex(0x9874d3)],
915
+ ["lilac luster", fromHex(0xae98aa)],
916
+ ["lily", fromHex(0xc8aabf)],
917
+ ["lily white", fromHex(0xe7f8ff)],
918
+ ["lima", fromHex(0x76bd17)],
919
+ ["lime", fromHex(0xbfff00)],
920
+ ["lime", fromHex(0xb2f302)],
921
+ ["limeade", fromHex(0x6f9d02)],
922
+ ["lime dash", fromHex(0x747d63)],
923
+ ["limed oak", fromHex(0xac8a56)],
924
+ ["limed spruce", fromHex(0x394851)],
925
+ ["linen", fromHex(0xfaf0e6)],
926
+ ["link water", fromHex(0xd9e4f5)],
927
+ ["lipstick", fromHex(0xab0563)],
928
+ ["lisbon brown", fromHex(0x423921)],
929
+ ["livid brown", fromHex(0x4d282e)],
930
+ ["loafer", fromHex(0xeef4de)],
931
+ ["loblolly", fromHex(0xbdc9ce)],
932
+ ["lochinvar", fromHex(0x2c8c84)],
933
+ ["lochmara", fromHex(0x007ec7)],
934
+ ["locust", fromHex(0xa8af8e)],
935
+ ["logan", fromHex(0xaaa9cd)],
936
+ ["log cabin", fromHex(0x242a1d)],
937
+ ["lola", fromHex(0xdfcfdb)],
938
+ ["london hue", fromHex(0xbea6c3)],
939
+ ["lonestar", fromHex(0x6d0101)],
940
+ ["lotus", fromHex(0x863c3c)],
941
+ ["loulou", fromHex(0x460b41)],
942
+ ["lucky", fromHex(0xaf9f1c)],
943
+ ["lucky point", fromHex(0x1a1a68)],
944
+ ["lumber", fromHex(0xffe4cd)],
945
+ ["lunar green", fromHex(0x3c493a)],
946
+ ["luxor gold", fromHex(0xa7882c)],
947
+ ["lynch", fromHex(0x697e9a)],
948
+ ["mabel", fromHex(0xd9f7ff)],
949
+ ["macaroni and cheese", fromHex(0xffb97b)],
950
+ ["macaroni cheese", fromHex(0xffbd88)],
951
+ ["madang", fromHex(0xb7f0be)],
952
+ ["madison", fromHex(0x09255d)],
953
+ ["madras", fromHex(0x3f3002)],
954
+ ["magenta", fromHex(0xf664af)],
955
+ ["magenta / fuchsia", fromHex(0xff00ff)],
956
+ ["magic mint", fromHex(0xaaf0d1)],
957
+ ["magic mint", fromHex(0xaaf0d1)],
958
+ ["magic potion", fromHex(0x000f46)],
959
+ ["magnolia", fromHex(0xf8f4ff)],
960
+ ["mahogany", fromHex(0x4e0606)],
961
+ ["mahogany", fromHex(0xcd4a4c)],
962
+ ["mai tai", fromHex(0xb06608)],
963
+ ["maize", fromHex(0xf5d5a0)],
964
+ ["maize", fromHex(0xedd19c)],
965
+ ["makara", fromHex(0x897d6d)],
966
+ ["mako", fromHex(0x444954)],
967
+ ["malachite", fromHex(0x0bda51)],
968
+ ["malachite", fromHex(0x469496)],
969
+ ["malibu", fromHex(0x7dc8f7)],
970
+ ["mallard", fromHex(0x233418)],
971
+ ["malta", fromHex(0xbdb2a1)],
972
+ ["mamba", fromHex(0x8e8190)],
973
+ ["manatee", fromHex(0x8d90a1)],
974
+ ["manatee", fromHex(0x979aaa)],
975
+ ["mandalay", fromHex(0xad781b)],
976
+ ["mandarin pearl", fromHex(0xf37a48)],
977
+ ["mandy", fromHex(0xe25465)],
978
+ ["mandys pink", fromHex(0xf2c3b2)],
979
+ ["mango tango", fromHex(0xe77200)],
980
+ ["mango tango", fromHex(0xff8243)],
981
+ ["manhattan", fromHex(0xf5c999)],
982
+ ["mantis", fromHex(0x74c365)],
983
+ ["mantle", fromHex(0x8b9c90)],
984
+ ["manz", fromHex(0xeeef78)],
985
+ ["mardi gras", fromHex(0x350036)],
986
+ ["marigold", fromHex(0xb98d28)],
987
+ ["marigold yellow", fromHex(0xfbe870)],
988
+ ["mariner", fromHex(0x286acd)],
989
+ ["maroon", fromHex(0x800000)],
990
+ ["maroon", fromHex(0xc8385a)],
991
+ ["maroon flush", fromHex(0xc32148)],
992
+ ["maroon oak", fromHex(0x520c17)],
993
+ ["marshland", fromHex(0x0b0f08)],
994
+ ["martini", fromHex(0xafa09e)],
995
+ ["martinique", fromHex(0x363050)],
996
+ ["marzipan", fromHex(0xf8db9d)],
997
+ ["masala", fromHex(0x403b38)],
998
+ ["matisse", fromHex(0x1b659d)],
999
+ ["matrix", fromHex(0xb05d54)],
1000
+ ["matterhorn", fromHex(0x4e3b41)],
1001
+ ["mauve", fromHex(0xe0b0ff)],
1002
+ ["mauvelous", fromHex(0xf091a9)],
1003
+ ["mauvelous", fromHex(0xef98aa)],
1004
+ ["maverick", fromHex(0xd8c2d5)],
1005
+ ["medium carmine", fromHex(0xaf4035)],
1006
+ ["medium purple", fromHex(0x9370db)],
1007
+ ["medium red violet", fromHex(0xbb3385)],
1008
+ ["melanie", fromHex(0xe4c2d5)],
1009
+ ["melanzane", fromHex(0x300529)],
1010
+ ["melon", fromHex(0xfebaad)],
1011
+ ["melon", fromHex(0xfdbcb4)],
1012
+ ["melrose", fromHex(0xc7c1ff)],
1013
+ ["mercury", fromHex(0xe5e5e5)],
1014
+ ["merino", fromHex(0xf6f0e6)],
1015
+ ["merlin", fromHex(0x413c37)],
1016
+ ["merlot", fromHex(0x831923)],
1017
+ ["metallic bronze", fromHex(0x49371b)],
1018
+ ["metallic copper", fromHex(0x71291d)],
1019
+ ["metallic seaweed", fromHex(0x0a7e8c)],
1020
+ ["metallic sunburst", fromHex(0x9c7c38)],
1021
+ ["meteor", fromHex(0xd07d12)],
1022
+ ["meteorite", fromHex(0x3c1f76)],
1023
+ ["mexican red", fromHex(0xa72525)],
1024
+ ["mid gray", fromHex(0x5f5f6e)],
1025
+ ["midnight", fromHex(0x011635)],
1026
+ ["midnight blue", fromHex(0x003366)],
1027
+ ["midnight blue", fromHex(0x1a4876)],
1028
+ ["midnight moss", fromHex(0x041004)],
1029
+ ["midnight pearl", fromHex(0x702670)],
1030
+ ["mikado", fromHex(0x2d2510)],
1031
+ ["milan", fromHex(0xfaffa4)],
1032
+ ["milano red", fromHex(0xb81104)],
1033
+ ["milk punch", fromHex(0xfff6d4)],
1034
+ ["millbrook", fromHex(0x594433)],
1035
+ ["mimosa", fromHex(0xf8fdd3)],
1036
+ ["mindaro", fromHex(0xe3f988)],
1037
+ ["mineral green", fromHex(0x3f5d53)],
1038
+ ["mine shaft", fromHex(0x323232)],
1039
+ ["ming", fromHex(0x36747d)],
1040
+ ["minsk", fromHex(0x3f307f)],
1041
+ ["mint green", fromHex(0x98ff98)],
1042
+ ["mint julep", fromHex(0xf1eec1)],
1043
+ ["mint tulip", fromHex(0xc4f4eb)],
1044
+ ["mirage", fromHex(0x161928)],
1045
+ ["mischka", fromHex(0xd1d2dd)],
1046
+ ["mist gray", fromHex(0xc4c4bc)],
1047
+ ["misty moss", fromHex(0xbbb477)],
1048
+ ["mobster", fromHex(0x7f7589)],
1049
+ ["moccaccino", fromHex(0x6e1d14)],
1050
+ ["mocha", fromHex(0x782d19)],
1051
+ ["mojo", fromHex(0xc04737)],
1052
+ ["mona lisa", fromHex(0xffa194)],
1053
+ ["monarch", fromHex(0x8b0723)],
1054
+ ["mondo", fromHex(0x4a3c30)],
1055
+ ["mongoose", fromHex(0xb5a27f)],
1056
+ ["monsoon", fromHex(0x8a8389)],
1057
+ ["monte carlo", fromHex(0x83d0c6)],
1058
+ ["monza", fromHex(0xc7031e)],
1059
+ ["moody blue", fromHex(0x7f76d3)],
1060
+ ["moon glow", fromHex(0xfcfeda)],
1061
+ ["moon mist", fromHex(0xdcddcc)],
1062
+ ["moon raker", fromHex(0xd6cef6)],
1063
+ ["moonstone", fromHex(0x3aa8c1)],
1064
+ ["morning glory", fromHex(0x9edee0)],
1065
+ ["morocco brown", fromHex(0x441d00)],
1066
+ ["mortar", fromHex(0x504351)],
1067
+ ["mosque", fromHex(0x036a6e)],
1068
+ ["moss green", fromHex(0xaddfad)],
1069
+ ["mountain meadow", fromHex(0x1ab385)],
1070
+ ["mountain meadow", fromHex(0x30ba8f)],
1071
+ ["mountain mist", fromHex(0x959396)],
1072
+ ["mountbatten pink", fromHex(0x997a8d)],
1073
+ ["muddy waters", fromHex(0xb78e5c)],
1074
+ ["muesli", fromHex(0xaa8b5b)],
1075
+ ["mulberry", fromHex(0xc54b8c)],
1076
+ ["mulberry", fromHex(0xc54b8c)],
1077
+ ["mulberry wood", fromHex(0x5c0536)],
1078
+ ["mule fawn", fromHex(0x8c472f)],
1079
+ ["mulled wine", fromHex(0x4e4562)],
1080
+ ["mummys tomb", fromHex(0x828e84)],
1081
+ ["mustard", fromHex(0xffdb58)],
1082
+ ["my pink", fromHex(0xd69188)],
1083
+ ["my sin", fromHex(0xffb31f)],
1084
+ ["mystic", fromHex(0xe2ebed)],
1085
+ ["mystic maroon", fromHex(0xad4379)],
1086
+ ["mystic pearl", fromHex(0xd65282)],
1087
+ ["nandor", fromHex(0x4b5d52)],
1088
+ ["napa", fromHex(0xaca494)],
1089
+ ["narvik", fromHex(0xedf9f1)],
1090
+ ["natural gray", fromHex(0x8b8680)],
1091
+ ["navajo white", fromHex(0xffdead)],
1092
+ ["navy blue", fromHex(0x000080)],
1093
+ ["navy blue", fromHex(0x1974d2)],
1094
+ ["nebula", fromHex(0xcbdbd6)],
1095
+ ["negroni", fromHex(0xffe2c5)],
1096
+ ["neon carrot", fromHex(0xff9933)],
1097
+ ["neon carrot", fromHex(0xffa343)],
1098
+ ["nepal", fromHex(0x8eabc1)],
1099
+ ["neptune", fromHex(0x7cb7bb)],
1100
+ ["nero", fromHex(0x140600)],
1101
+ ["nevada", fromHex(0x646e75)],
1102
+ ["new car", fromHex(0x214fc6)],
1103
+ ["new orleans", fromHex(0xf3d69d)],
1104
+ ["new york pink", fromHex(0xd7837f)],
1105
+ ["niagara", fromHex(0x06a189)],
1106
+ ["night rider", fromHex(0x1f120f)],
1107
+ ["night shadz", fromHex(0xaa375a)],
1108
+ ["nile blue", fromHex(0x193751)],
1109
+ ["nobel", fromHex(0xb7b1b1)],
1110
+ ["nomad", fromHex(0xbab1a2)],
1111
+ ["norway", fromHex(0xa8bd9f)],
1112
+ ["nugget", fromHex(0xc59922)],
1113
+ ["nutmeg", fromHex(0x81422c)],
1114
+ ["nutmeg wood finish", fromHex(0x683600)],
1115
+ ["oasis", fromHex(0xfeefce)],
1116
+ ["observatory", fromHex(0x02866f)],
1117
+ ["ocean blue pearl", fromHex(0x4f42b5)],
1118
+ ["ocean green", fromHex(0x41aa78)],
1119
+ ["ocean green pearl", fromHex(0x48bf91)],
1120
+ ["ochre", fromHex(0xcc7722)],
1121
+ ["off green", fromHex(0xe6f8f3)],
1122
+ ["off yellow", fromHex(0xfef9e3)],
1123
+ ["ogre odor", fromHex(0xfd5240)],
1124
+ ["oil", fromHex(0x281e15)],
1125
+ ["old brick", fromHex(0x901e1e)],
1126
+ ["old copper", fromHex(0x724a2f)],
1127
+ ["old gold", fromHex(0xcfb53b)],
1128
+ ["old lace", fromHex(0xfdf5e6)],
1129
+ ["old lavender", fromHex(0x796878)],
1130
+ ["old rose", fromHex(0xc08081)],
1131
+ ["olive", fromHex(0x808000)],
1132
+ ["olive drab", fromHex(0x6b8e23)],
1133
+ ["olive green", fromHex(0xb5b35c)],
1134
+ ["olive green", fromHex(0xbab86c)],
1135
+ ["olive haze", fromHex(0x8b8470)],
1136
+ ["olivetone", fromHex(0x716e10)],
1137
+ ["olivine", fromHex(0x9ab973)],
1138
+ ["onahau", fromHex(0xcdf4ff)],
1139
+ ["onion", fromHex(0x2f270e)],
1140
+ ["onyx", fromHex(0x353839)],
1141
+ ["opal", fromHex(0xa9c6c2)],
1142
+ ["opium", fromHex(0x8e6f70)],
1143
+ ["oracle", fromHex(0x377475)],
1144
+ ["orange", fromHex(0xff681f)],
1145
+ ["orange", fromHex(0xff7538)],
1146
+ ["orange peel", fromHex(0xffa000)],
1147
+ ["orange red", fromHex(0xff2b2b)],
1148
+ ["orange roughy", fromHex(0xc45719)],
1149
+ ["orange soda", fromHex(0xfa5b3d)],
1150
+ ["orange white", fromHex(0xfefced)],
1151
+ ["orange yellow", fromHex(0xf8d568)],
1152
+ ["orchid", fromHex(0xda70d6)],
1153
+ ["orchid", fromHex(0xe6a8d7)],
1154
+ ["orchid pearl", fromHex(0x7b4259)],
1155
+ ["orchid white", fromHex(0xfffdf3)],
1156
+ ["oregon", fromHex(0x9b4703)],
1157
+ ["orient", fromHex(0x015e85)],
1158
+ ["oriental pink", fromHex(0xc69191)],
1159
+ ["orinoco", fromHex(0xf3fbd4)],
1160
+ ["oslo gray", fromHex(0x878d91)],
1161
+ ["ottoman", fromHex(0xe9f8ed)],
1162
+ ["outer space", fromHex(0x2d383a)],
1163
+ ["outer space", fromHex(0x414a4c)],
1164
+ ["outrageous orange", fromHex(0xff6037)],
1165
+ ["outrageous orange", fromHex(0xff6e4a)],
1166
+ ["oxford blue", fromHex(0x384555)],
1167
+ ["oxley", fromHex(0x779e86)],
1168
+ ["oyster bay", fromHex(0xdafaff)],
1169
+ ["oyster pink", fromHex(0xe9cecd)],
1170
+ ["paarl", fromHex(0xa65529)],
1171
+ ["pablo", fromHex(0x776f61)],
1172
+ ["pacific blue", fromHex(0x009dc4)],
1173
+ ["pacific blue", fromHex(0x1ca9c9)],
1174
+ ["pacifika", fromHex(0x778120)],
1175
+ ["paco", fromHex(0x411f10)],
1176
+ ["padua", fromHex(0xade6c4)],
1177
+ ["pale canary", fromHex(0xffff99)],
1178
+ ["pale leaf", fromHex(0xc0d3b9)],
1179
+ ["pale oyster", fromHex(0x988d77)],
1180
+ ["pale prim", fromHex(0xfdfeb8)],
1181
+ ["pale rose", fromHex(0xffe1f2)],
1182
+ ["pale sky", fromHex(0x6e7783)],
1183
+ ["pale slate", fromHex(0xc3bfc1)],
1184
+ ["palm green", fromHex(0x09230f)],
1185
+ ["palm leaf", fromHex(0x19330e)],
1186
+ ["pampas", fromHex(0xf4f2ee)],
1187
+ ["panache", fromHex(0xeaf6ee)],
1188
+ ["pancho", fromHex(0xedcdab)],
1189
+ ["papaya whip", fromHex(0xffefd5)],
1190
+ ["paprika", fromHex(0x8d0226)],
1191
+ ["paradiso", fromHex(0x317d82)],
1192
+ ["parchment", fromHex(0xf1e9d2)],
1193
+ ["paris daisy", fromHex(0xfff46e)],
1194
+ ["paris m", fromHex(0x26056a)],
1195
+ ["paris white", fromHex(0xcadcd4)],
1196
+ ["parsley", fromHex(0x134f19)],
1197
+ ["pastel green", fromHex(0x77dd77)],
1198
+ ["pastel pink", fromHex(0xffd1dc)],
1199
+ ["patina", fromHex(0x639a8f)],
1200
+ ["pattens blue", fromHex(0xdef5ff)],
1201
+ ["paua", fromHex(0x260368)],
1202
+ ["pavlova", fromHex(0xd7c498)],
1203
+ ["peach", fromHex(0xffe5b4)],
1204
+ ["peach", fromHex(0xffcfab)],
1205
+ ["peach cream", fromHex(0xfff0db)],
1206
+ ["peach orange", fromHex(0xffcc99)],
1207
+ ["peach schnapps", fromHex(0xffdcd6)],
1208
+ ["peach yellow", fromHex(0xfadfad)],
1209
+ ["peanut", fromHex(0x782f16)],
1210
+ ["pear", fromHex(0xd1e231)],
1211
+ ["pearl bush", fromHex(0xe8e0d5)],
1212
+ ["pearl lusta", fromHex(0xfcf4dc)],
1213
+ ["pearly purple", fromHex(0xb768a2)],
1214
+ ["peat", fromHex(0x716b56)],
1215
+ ["pelorous", fromHex(0x3eabbf)],
1216
+ ["peppermint", fromHex(0xe3f5e1)],
1217
+ ["perano", fromHex(0xa9bef2)],
1218
+ ["perfume", fromHex(0xd0bef8)],
1219
+ ["peridot", fromHex(0xabad48)],
1220
+ ["periglacial blue", fromHex(0xe1e6d6)],
1221
+ ["periwinkle", fromHex(0xccccff)],
1222
+ ["periwinkle", fromHex(0xc5d0e6)],
1223
+ ["periwinkle gray", fromHex(0xc3cde6)],
1224
+ ["persian blue", fromHex(0x1c39bb)],
1225
+ ["persian green", fromHex(0x00a693)],
1226
+ ["persian indigo", fromHex(0x32127a)],
1227
+ ["persian pink", fromHex(0xf77fbe)],
1228
+ ["persian plum", fromHex(0x701c1c)],
1229
+ ["persian red", fromHex(0xcc3333)],
1230
+ ["persian rose", fromHex(0xfe28a2)],
1231
+ ["persimmon", fromHex(0xff6b53)],
1232
+ ["peru tan", fromHex(0x7f3a02)],
1233
+ ["pesto", fromHex(0x7c7631)],
1234
+ ["petite orchid", fromHex(0xdb9690)],
1235
+ ["pewter", fromHex(0x96a8a1)],
1236
+ ["pewter blue", fromHex(0x8ba8b7)],
1237
+ ["pharlap", fromHex(0xa3807b)],
1238
+ ["picasso", fromHex(0xfff39d)],
1239
+ ["pickled bean", fromHex(0x6e4826)],
1240
+ ["pickled bluewood", fromHex(0x314459)],
1241
+ ["picton blue", fromHex(0x45b1e8)],
1242
+ ["pigeon post", fromHex(0xafbdd9)],
1243
+ ["piggy pink", fromHex(0xfddde6)],
1244
+ ["pigment indigo", fromHex(0x4b0082)],
1245
+ ["pig pink", fromHex(0xfdd7e4)],
1246
+ ["pine", fromHex(0x45a27d)],
1247
+ ["pine cone", fromHex(0x6d5e54)],
1248
+ ["pine glade", fromHex(0xc7cd90)],
1249
+ ["pine green", fromHex(0x01796f)],
1250
+ ["pine green", fromHex(0x158078)],
1251
+ ["pine tree", fromHex(0x171f04)],
1252
+ ["pink", fromHex(0xffc0cb)],
1253
+ ["pink flamingo", fromHex(0xff66ff)],
1254
+ ["pink flamingo", fromHex(0xfc74fd)],
1255
+ ["pink flare", fromHex(0xe1c0c8)],
1256
+ ["pink lace", fromHex(0xffddf4)],
1257
+ ["pink lady", fromHex(0xfff1d8)],
1258
+ ["pink pearl", fromHex(0xb07080)],
1259
+ ["pink salmon", fromHex(0xff91a4)],
1260
+ ["pink sherbert", fromHex(0xf78fa7)],
1261
+ ["pink swan", fromHex(0xbeb5b7)],
1262
+ ["piper", fromHex(0xc96323)],
1263
+ ["pipi", fromHex(0xfef4cc)],
1264
+ ["pippin", fromHex(0xffe1df)],
1265
+ ["pirate gold", fromHex(0xba7f03)],
1266
+ ["pistachio", fromHex(0x9dc209)],
1267
+ ["pixie green", fromHex(0xc0d8b6)],
1268
+ ["pixie powder", fromHex(0x391285)],
1269
+ ["pizazz", fromHex(0xff9000)],
1270
+ ["pizza", fromHex(0xc99415)],
1271
+ ["plantation", fromHex(0x27504b)],
1272
+ ["plum", fromHex(0x843179)],
1273
+ ["plum", fromHex(0x8e4585)],
1274
+ ["plump purple", fromHex(0x5946b2)],
1275
+ ["pohutukawa", fromHex(0x8f021c)],
1276
+ ["polar", fromHex(0xe5f9f6)],
1277
+ ["polished pine", fromHex(0x5da493)],
1278
+ ["polo blue", fromHex(0x8da8cc)],
1279
+ ["pomegranate", fromHex(0xf34723)],
1280
+ ["pompadour", fromHex(0x660045)],
1281
+ ["porcelain", fromHex(0xeff2f3)],
1282
+ ["porsche", fromHex(0xeaae69)],
1283
+ ["portafino", fromHex(0xffffb4)],
1284
+ ["portage", fromHex(0x8b9fee)],
1285
+ ["port gore", fromHex(0x251f4f)],
1286
+ ["portica", fromHex(0xf9e663)],
1287
+ ["pot pourri", fromHex(0xf5e7e2)],
1288
+ ["potters clay", fromHex(0x8c5738)],
1289
+ ["powder ash", fromHex(0xbcc9c2)],
1290
+ ["powder blue", fromHex(0xb0e0e6)],
1291
+ ["prairie sand", fromHex(0x9a3820)],
1292
+ ["prelude", fromHex(0xd0c0e5)],
1293
+ ["prim", fromHex(0xf0e2ec)],
1294
+ ["primrose", fromHex(0xedea99)],
1295
+ ["princess perfume", fromHex(0xff85cf)],
1296
+ ["provincial pink", fromHex(0xfef5f1)],
1297
+ ["prussian blue", fromHex(0x003153)],
1298
+ ["puce", fromHex(0xcc8899)],
1299
+ ["pueblo", fromHex(0x7d2c14)],
1300
+ ["puerto rico", fromHex(0x3fc1aa)],
1301
+ ["pumice", fromHex(0xc2cac4)],
1302
+ ["pumpkin", fromHex(0xff7518)],
1303
+ ["pumpkin skin", fromHex(0xb1610b)],
1304
+ ["punch", fromHex(0xdc4333)],
1305
+ ["punga", fromHex(0x4d3d14)],
1306
+ ["purple", fromHex(0x660099)],
1307
+ ["purple heart", fromHex(0x652dc1)],
1308
+ ["purple heart", fromHex(0x7442c8)],
1309
+ ["purple mountain's majesty", fromHex(0x9678b6)],
1310
+ ["purple mountain's majesty", fromHex(0x9d81ba)],
1311
+ ["purple pizzazz", fromHex(0xff00cc)],
1312
+ ["purple pizzazz", fromHex(0xfe4eda)],
1313
+ ["purple plum", fromHex(0x9c51b6)],
1314
+ ["putty", fromHex(0xe7cd8c)],
1315
+ ["quarter pearl lusta", fromHex(0xfffdf4)],
1316
+ ["quarter spanish white", fromHex(0xf7f2e1)],
1317
+ ["quicksand", fromHex(0xbd978e)],
1318
+ ["quick silver", fromHex(0xa6a6a6)],
1319
+ ["quill gray", fromHex(0xd6d6d1)],
1320
+ ["quincy", fromHex(0x623f2d)],
1321
+ ["racing green", fromHex(0x0c1911)],
1322
+ ["radical red", fromHex(0xff355e)],
1323
+ ["radical red", fromHex(0xff496c)],
1324
+ ["raffia", fromHex(0xeadab8)],
1325
+ ["rainee", fromHex(0xb9c8ac)],
1326
+ ["rajah", fromHex(0xf7b668)],
1327
+ ["rangitoto", fromHex(0x2e3222)],
1328
+ ["rangoon green", fromHex(0x1c1e13)],
1329
+ ["raven", fromHex(0x727b89)],
1330
+ ["raw sienna", fromHex(0xd27d46)],
1331
+ ["raw sienna", fromHex(0xd68a59)],
1332
+ ["raw umber", fromHex(0x734a12)],
1333
+ ["raw umber", fromHex(0x714b23)],
1334
+ ["razzle dazzle rose", fromHex(0xff33cc)],
1335
+ ["razzle dazzle rose", fromHex(0xff48d0)],
1336
+ ["razzmatazz", fromHex(0xe30b5c)],
1337
+ ["razzmatazz", fromHex(0xe3256b)],
1338
+ ["razzmic berry", fromHex(0x8d4e85)],
1339
+ ["rebel", fromHex(0x3c1206)],
1340
+ ["red", fromHex(0xff0000)],
1341
+ ["red", fromHex(0xee204d)],
1342
+ ["red beech", fromHex(0x7b3801)],
1343
+ ["red berry", fromHex(0x8e0000)],
1344
+ ["red damask", fromHex(0xda6a41)],
1345
+ ["red devil", fromHex(0x860111)],
1346
+ ["red orange", fromHex(0xff3f34)],
1347
+ ["red orange", fromHex(0xff5349)],
1348
+ ["red oxide", fromHex(0x6e0902)],
1349
+ ["red ribbon", fromHex(0xed0a3f)],
1350
+ ["red robin", fromHex(0x80341f)],
1351
+ ["red salsa", fromHex(0xfd3a4a)],
1352
+ ["red stage", fromHex(0xd05f04)],
1353
+ ["red violet", fromHex(0xc71585)],
1354
+ ["red violet", fromHex(0xc0448f)],
1355
+ ["redwood", fromHex(0x5d1e0f)],
1356
+ ["reef", fromHex(0xc9ffa2)],
1357
+ ["reef gold", fromHex(0x9f821c)],
1358
+ ["regal blue", fromHex(0x013f6a)],
1359
+ ["regent gray", fromHex(0x86949f)],
1360
+ ["regent st blue", fromHex(0xaad6e6)],
1361
+ ["remy", fromHex(0xfeebf3)],
1362
+ ["reno sand", fromHex(0xa86515)],
1363
+ ["resolution blue", fromHex(0x002387)],
1364
+ ["revolver", fromHex(0x2c1632)],
1365
+ ["rhino", fromHex(0x2e3f62)],
1366
+ ["rice cake", fromHex(0xfffef0)],
1367
+ ["rice flower", fromHex(0xeeffe2)],
1368
+ ["rich gold", fromHex(0xa85307)],
1369
+ ["rio grande", fromHex(0xbbd009)],
1370
+ ["ripe lemon", fromHex(0xf4d81c)],
1371
+ ["ripe plum", fromHex(0x410056)],
1372
+ ["riptide", fromHex(0x8be6d8)],
1373
+ ["river bed", fromHex(0x434c59)],
1374
+ ["robin's egg blue", fromHex(0x00cccc)],
1375
+ ["robin's egg blue", fromHex(0x1fcecb)],
1376
+ ["rob roy", fromHex(0xeac674)],
1377
+ ["rock", fromHex(0x4d3833)],
1378
+ ["rock blue", fromHex(0x9eb1cd)],
1379
+ ["rock spray", fromHex(0xba450c)],
1380
+ ["rodeo dust", fromHex(0xc9b29b)],
1381
+ ["rolling stone", fromHex(0x747d83)],
1382
+ ["roman", fromHex(0xde6360)],
1383
+ ["romance", fromHex(0xfffefd)],
1384
+ ["roman coffee", fromHex(0x795d4c)],
1385
+ ["romantic", fromHex(0xffd2b7)],
1386
+ ["ronchi", fromHex(0xecc54e)],
1387
+ ["roof terracotta", fromHex(0xa62f20)],
1388
+ ["rope", fromHex(0x8e4d1e)],
1389
+ ["rose", fromHex(0xff007f)],
1390
+ ["rose", fromHex(0xff5050)],
1391
+ ["rose bud", fromHex(0xfbb2a3)],
1392
+ ["rose bud cherry", fromHex(0x800b47)],
1393
+ ["rose dust", fromHex(0x9e5e6f)],
1394
+ ["rose fog", fromHex(0xe7bcb4)],
1395
+ ["rose of sharon", fromHex(0xbf5500)],
1396
+ ["rose pearl", fromHex(0xf03865)],
1397
+ ["rose quartz", fromHex(0xbd559c)],
1398
+ ["rose white", fromHex(0xfff6f5)],
1399
+ ["rosewood", fromHex(0x65000b)],
1400
+ ["roti", fromHex(0xc6a84b)],
1401
+ ["rouge", fromHex(0xa23b6c)],
1402
+ ["royal blue", fromHex(0x4169e1)],
1403
+ ["royal heath", fromHex(0xab3472)],
1404
+ ["royal purple", fromHex(0x6b3fa0)],
1405
+ ["royal purple", fromHex(0x7851a9)],
1406
+ ["ruby", fromHex(0xaa4069)],
1407
+ ["rum", fromHex(0x796989)],
1408
+ ["rum swizzle", fromHex(0xf9f8e4)],
1409
+ ["russet", fromHex(0x80461b)],
1410
+ ["russett", fromHex(0x755a57)],
1411
+ ["rust", fromHex(0xb7410e)],
1412
+ ["rustic red", fromHex(0x480404)],
1413
+ ["rusty nail", fromHex(0x86560a)],
1414
+ ["rusty red", fromHex(0xda2c43)],
1415
+ ["saddle", fromHex(0x4c3024)],
1416
+ ["saddle brown", fromHex(0x583401)],
1417
+ ["saffron", fromHex(0xf4c430)],
1418
+ ["saffron mango", fromHex(0xf9bf58)],
1419
+ ["sage", fromHex(0x9ea587)],
1420
+ ["sahara", fromHex(0xb7a214)],
1421
+ ["sahara sand", fromHex(0xf1e788)],
1422
+ ["sail", fromHex(0xb8e0f9)],
1423
+ ["salem", fromHex(0x097f4b)],
1424
+ ["salmon", fromHex(0xff8c69)],
1425
+ ["salmon", fromHex(0xff9baa)],
1426
+ ["salmon pearl", fromHex(0xf1444a)],
1427
+ ["salomie", fromHex(0xfedb8d)],
1428
+ ["salt box", fromHex(0x685e6e)],
1429
+ ["saltpan", fromHex(0xf1f7f2)],
1430
+ ["sambuca", fromHex(0x3a2010)],
1431
+ ["sandal", fromHex(0xaa8d6f)],
1432
+ ["sand dune", fromHex(0x826f65)],
1433
+ ["sandrift", fromHex(0xab917a)],
1434
+ ["sandstone", fromHex(0x796d62)],
1435
+ ["sandwisp", fromHex(0xf5e7a2)],
1436
+ ["sandy beach", fromHex(0xffeac8)],
1437
+ ["sandy brown", fromHex(0xf4a460)],
1438
+ ["san felix", fromHex(0x0b6207)],
1439
+ ["sangria", fromHex(0x92000a)],
1440
+ ["sanguine brown", fromHex(0x8d3d38)],
1441
+ ["san juan", fromHex(0x304b6a)],
1442
+ ["san marino", fromHex(0x456cac)],
1443
+ ["santa fe", fromHex(0xb16d52)],
1444
+ ["santas gray", fromHex(0x9fa0b1)],
1445
+ ["sapling", fromHex(0xded4a4)],
1446
+ ["sapphire", fromHex(0x2f519e)],
1447
+ ["sapphire", fromHex(0x2d5da1)],
1448
+ ["saratoga", fromHex(0x555b10)],
1449
+ ["sasquatch socks", fromHex(0xff4681)],
1450
+ ["satin linen", fromHex(0xe6e4d4)],
1451
+ ["sauvignon", fromHex(0xfff5f3)],
1452
+ ["sazerac", fromHex(0xfff4e0)],
1453
+ ["scampi", fromHex(0x675fa6)],
1454
+ ["scandal", fromHex(0xcffaf4)],
1455
+ ["scarlet", fromHex(0xff2400)],
1456
+ ["scarlet", fromHex(0xfc2847)],
1457
+ ["scarlet gum", fromHex(0x431560)],
1458
+ ["scarlett", fromHex(0x950015)],
1459
+ ["scarpa flow", fromHex(0x585562)],
1460
+ ["schist", fromHex(0xa9b497)],
1461
+ ["school bus yellow", fromHex(0xffd800)],
1462
+ ["schooner", fromHex(0x8b847e)],
1463
+ ["science blue", fromHex(0x0066cc)],
1464
+ ["scooter", fromHex(0x2ebfd4)],
1465
+ ["scorpion", fromHex(0x695f62)],
1466
+ ["scotch mist", fromHex(0xfffbdc)],
1467
+ ["screamin' green", fromHex(0x66ff66)],
1468
+ ["screamin' green", fromHex(0x76ff7a)],
1469
+ ["sea buckthorn", fromHex(0xfba129)],
1470
+ ["sea green", fromHex(0x2e8b57)],
1471
+ ["sea green", fromHex(0x9fe2bf)],
1472
+ ["seagull", fromHex(0x80ccea)],
1473
+ ["sea mist", fromHex(0xc5dbca)],
1474
+ ["seance", fromHex(0x731e8f)],
1475
+ ["sea nymph", fromHex(0x78a39c)],
1476
+ ["sea pink", fromHex(0xed989e)],
1477
+ ["sea serpent", fromHex(0x4bc7cf)],
1478
+ ["seashell", fromHex(0xf1f1f1)],
1479
+ ["seashell peach", fromHex(0xfff5ee)],
1480
+ ["seaweed", fromHex(0x1b2f11)],
1481
+ ["selago", fromHex(0xf0eefd)],
1482
+ ["selective yellow", fromHex(0xffba00)],
1483
+ ["sepia", fromHex(0x704214)],
1484
+ ["sepia", fromHex(0xa5694f)],
1485
+ ["sepia black", fromHex(0x2b0202)],
1486
+ ["sepia skin", fromHex(0x9e5b40)],
1487
+ ["serenade", fromHex(0xfff4e8)],
1488
+ ["shadow", fromHex(0x837050)],
1489
+ ["shadow", fromHex(0x8a795d)],
1490
+ ["shadow blue", fromHex(0x778ba5)],
1491
+ ["shadow green", fromHex(0x9ac2b8)],
1492
+ ["shady lady", fromHex(0xaaa5a9)],
1493
+ ["shakespeare", fromHex(0x4eabd1)],
1494
+ ["shalimar", fromHex(0xfbffba)],
1495
+ ["shampoo", fromHex(0xffcff1)],
1496
+ ["shamrock", fromHex(0x33cc99)],
1497
+ ["shamrock", fromHex(0x45cea2)],
1498
+ ["shark", fromHex(0x25272c)],
1499
+ ["sheen green", fromHex(0x8fd400)],
1500
+ ["sherpa blue", fromHex(0x004950)],
1501
+ ["sherwood green", fromHex(0x02402c)],
1502
+ ["shilo", fromHex(0xe8b9b3)],
1503
+ ["shimmering blush", fromHex(0xd98695)],
1504
+ ["shingle fawn", fromHex(0x6b4e31)],
1505
+ ["shiny shamrock", fromHex(0x5fa778)],
1506
+ ["ship cove", fromHex(0x788bba)],
1507
+ ["ship gray", fromHex(0x3e3a44)],
1508
+ ["shiraz", fromHex(0xb20931)],
1509
+ ["shocking", fromHex(0xe292c0)],
1510
+ ["shocking pink", fromHex(0xfc0fc0)],
1511
+ ["shocking pink", fromHex(0xfb7efd)],
1512
+ ["shuttle gray", fromHex(0x5f6672)],
1513
+ ["siam", fromHex(0x646a54)],
1514
+ ["sidecar", fromHex(0xf3e7bb)],
1515
+ ["silk", fromHex(0xbdb1a8)],
1516
+ ["silver", fromHex(0xc0c0c0)],
1517
+ ["silver", fromHex(0xcdc5c2)],
1518
+ ["silver chalice", fromHex(0xacacac)],
1519
+ ["silver rust", fromHex(0xc9c0bb)],
1520
+ ["silver sand", fromHex(0xbfc1c2)],
1521
+ ["silver tree", fromHex(0x66b58f)],
1522
+ ["sinbad", fromHex(0x9fd7d3)],
1523
+ ["siren", fromHex(0x7a013a)],
1524
+ ["sirocco", fromHex(0x718080)],
1525
+ ["sisal", fromHex(0xd3cbba)],
1526
+ ["sizzling red", fromHex(0xff3855)],
1527
+ ["sizzling sunrise", fromHex(0xffdb00)],
1528
+ ["skeptic", fromHex(0xcae6da)],
1529
+ ["sky blue", fromHex(0x76d7ea)],
1530
+ ["sky blue", fromHex(0x80daeb)],
1531
+ ["slate gray", fromHex(0x708090)],
1532
+ ["slimy green", fromHex(0x299617)],
1533
+ ["smalt", fromHex(0x003399)],
1534
+ ["smalt blue", fromHex(0x51808f)],
1535
+ ["smashed pumpkin", fromHex(0xff6d3a)],
1536
+ ["smoke", fromHex(0x738276)],
1537
+ ["smokey topaz", fromHex(0x832a0d)],
1538
+ ["smoky", fromHex(0x605b73)],
1539
+ ["snow drift", fromHex(0xf7faf7)],
1540
+ ["snow flurry", fromHex(0xe4ffd1)],
1541
+ ["snowy mint", fromHex(0xd6ffdb)],
1542
+ ["snuff", fromHex(0xe2d8ed)],
1543
+ ["soap", fromHex(0xcec8ef)],
1544
+ ["soapstone", fromHex(0xfffbf9)],
1545
+ ["soft amber", fromHex(0xd1c6b4)],
1546
+ ["soft peach", fromHex(0xf5edef)],
1547
+ ["solid pink", fromHex(0x893843)],
1548
+ ["solitaire", fromHex(0xfef8e2)],
1549
+ ["solitude", fromHex(0xeaf6ff)],
1550
+ ["sonic silver", fromHex(0x757575)],
1551
+ ["sorbus", fromHex(0xfd7c07)],
1552
+ ["sorrell brown", fromHex(0xceb98f)],
1553
+ ["soya bean", fromHex(0x6a6051)],
1554
+ ["spanish green", fromHex(0x819885)],
1555
+ ["spectra", fromHex(0x2f5a57)],
1556
+ ["spice", fromHex(0x6a442e)],
1557
+ ["spicy mix", fromHex(0x885342)],
1558
+ ["spicy mustard", fromHex(0x74640d)],
1559
+ ["spicy pink", fromHex(0x816e71)],
1560
+ ["spindle", fromHex(0xb6d1ea)],
1561
+ ["spray", fromHex(0x79deec)],
1562
+ ["spring frost", fromHex(0x87ff2a)],
1563
+ ["spring green", fromHex(0x00ff7f)],
1564
+ ["spring green", fromHex(0xeceabe)],
1565
+ ["spring leaves", fromHex(0x578363)],
1566
+ ["spring rain", fromHex(0xaccbb1)],
1567
+ ["spring sun", fromHex(0xf6ffdc)],
1568
+ ["spring wood", fromHex(0xf8f6f1)],
1569
+ ["sprout", fromHex(0xc1d7b0)],
1570
+ ["spun pearl", fromHex(0xaaabb7)],
1571
+ ["squirrel", fromHex(0x8f8176)],
1572
+ ["stack", fromHex(0x8a8f8a)],
1573
+ ["star dust", fromHex(0x9f9f9c)],
1574
+ ["stark white", fromHex(0xe5d7bd)],
1575
+ ["starship", fromHex(0xecf245)],
1576
+ ["steel blue", fromHex(0x4682b4)],
1577
+ ["steel blue", fromHex(0x0081ab)],
1578
+ ["steel gray", fromHex(0x262335)],
1579
+ ["steel teal", fromHex(0x5f8a8b)],
1580
+ ["stiletto", fromHex(0x9c3336)],
1581
+ ["stonewall", fromHex(0x928573)],
1582
+ ["storm dust", fromHex(0x646463)],
1583
+ ["storm gray", fromHex(0x717486)],
1584
+ ["stratos", fromHex(0x000741)],
1585
+ ["straw", fromHex(0xd4bf8d)],
1586
+ ["strawberry", fromHex(0xfc5a8d)],
1587
+ ["strikemaster", fromHex(0x956387)],
1588
+ ["stromboli", fromHex(0x325d52)],
1589
+ ["st tropaz", fromHex(0x2d569b)],
1590
+ ["studio", fromHex(0x714ab2)],
1591
+ ["submarine", fromHex(0xbac7c9)],
1592
+ ["sugar cane", fromHex(0xf9fff6)],
1593
+ ["sugar plum", fromHex(0x914e75)],
1594
+ ["sulu", fromHex(0xc1f07c)],
1595
+ ["summer green", fromHex(0x96bbab)],
1596
+ ["sun", fromHex(0xfbac13)],
1597
+ ["sunburnt cyclops", fromHex(0xff404c)],
1598
+ ["sundance", fromHex(0xc9b35b)],
1599
+ ["sundown", fromHex(0xffb1b3)],
1600
+ ["sunflower", fromHex(0xe4d422)],
1601
+ ["sunglo", fromHex(0xe16865)],
1602
+ ["sunglow", fromHex(0xffcc33)],
1603
+ ["sunglow", fromHex(0xffcf48)],
1604
+ ["sunny pearl", fromHex(0xf2f27a)],
1605
+ ["sunset orange", fromHex(0xfe4c40)],
1606
+ ["sunset orange", fromHex(0xfd5e53)],
1607
+ ["sunset pearl", fromHex(0xf1cc79)],
1608
+ ["sunshade", fromHex(0xff9e2c)],
1609
+ ["supernova", fromHex(0xffc901)],
1610
+ ["surf", fromHex(0xbbd7c1)],
1611
+ ["surf crest", fromHex(0xcfe5d2)],
1612
+ ["surfie green", fromHex(0x0c7a79)],
1613
+ ["sushi", fromHex(0x87ab39)],
1614
+ ["suva gray", fromHex(0x888387)],
1615
+ ["swamp", fromHex(0x001b1c)],
1616
+ ["swamp green", fromHex(0xacb78e)],
1617
+ ["swans down", fromHex(0xdcf0ea)],
1618
+ ["sweet brown", fromHex(0xa83731)],
1619
+ ["sweet corn", fromHex(0xfbea8c)],
1620
+ ["sweet pink", fromHex(0xfd9fa2)],
1621
+ ["swirl", fromHex(0xd3cdc5)],
1622
+ ["swiss coffee", fromHex(0xddd6d5)],
1623
+ ["sycamore", fromHex(0x908d39)],
1624
+ ["tabasco", fromHex(0xa02712)],
1625
+ ["tacao", fromHex(0xedb381)],
1626
+ ["tacha", fromHex(0xd6c562)],
1627
+ ["tahiti gold", fromHex(0xe97c07)],
1628
+ ["tahuna sands", fromHex(0xeef0c8)],
1629
+ ["tallow", fromHex(0xa8a589)],
1630
+ ["tall poppy", fromHex(0xb32d29)],
1631
+ ["tamarillo", fromHex(0x991613)],
1632
+ ["tamarind", fromHex(0x341515)],
1633
+ ["tan", fromHex(0xd2b48c)],
1634
+ ["tan", fromHex(0xfaa76c)],
1635
+ ["tana", fromHex(0xd9dcc1)],
1636
+ ["tangaroa", fromHex(0x03163c)],
1637
+ ["tangerine", fromHex(0xf28500)],
1638
+ ["tango", fromHex(0xed7a1c)],
1639
+ ["tan hide", fromHex(0xfa9d5a)],
1640
+ ["tapa", fromHex(0x7b7874)],
1641
+ ["tapestry", fromHex(0xb05e81)],
1642
+ ["tara", fromHex(0xe1f6e8)],
1643
+ ["tarawera", fromHex(0x073a50)],
1644
+ ["tart orange", fromHex(0xfb4d46)],
1645
+ ["tasman", fromHex(0xcfdccf)],
1646
+ ["taupe", fromHex(0x483c32)],
1647
+ ["taupe gray", fromHex(0xb3af95)],
1648
+ ["tawny port", fromHex(0x692545)],
1649
+ ["tea", fromHex(0xc1bab0)],
1650
+ ["tea green", fromHex(0xd0f0c0)],
1651
+ ["teak", fromHex(0xb19461)],
1652
+ ["teal", fromHex(0x008080)],
1653
+ ["teal blue", fromHex(0x044259)],
1654
+ ["teal blue", fromHex(0x18a7b5)],
1655
+ ["temptress", fromHex(0x3b000b)],
1656
+ ["tenn", fromHex(0xcd5700)],
1657
+ ["te papa green", fromHex(0x1e433c)],
1658
+ ["tequila", fromHex(0xffe6c7)],
1659
+ ["terracotta", fromHex(0xe2725b)],
1660
+ ["texas", fromHex(0xf8f99c)],
1661
+ ["texas rose", fromHex(0xffb555)],
1662
+ ["thatch", fromHex(0xb69d98)],
1663
+ ["thatch green", fromHex(0x403d19)],
1664
+ ["thistle", fromHex(0xd8bfd8)],
1665
+ ["thistle", fromHex(0xebc7df)],
1666
+ ["thistle green", fromHex(0xcccaa8)],
1667
+ ["thunder", fromHex(0x33292f)],
1668
+ ["thunderbird", fromHex(0xc02b18)],
1669
+ ["tia maria", fromHex(0xc1440e)],
1670
+ ["tiara", fromHex(0xc3d1d1)],
1671
+ ["tiber", fromHex(0x063537)],
1672
+ ["tickle me pink", fromHex(0xfc80a5)],
1673
+ ["tickle me pink", fromHex(0xfc89ac)],
1674
+ ["tidal", fromHex(0xf1ffad)],
1675
+ ["tide", fromHex(0xbfb8b0)],
1676
+ ["tigers eye", fromHex(0xb56917)],
1677
+ ["timber green", fromHex(0x16322c)],
1678
+ ["timberwolf", fromHex(0xd9d6cf)],
1679
+ ["timberwolf", fromHex(0xdbd7d2)],
1680
+ ["titan white", fromHex(0xf0eeff)],
1681
+ ["toast", fromHex(0x9a6e61)],
1682
+ ["tobacco brown", fromHex(0x715d47)],
1683
+ ["toledo", fromHex(0x3a0020)],
1684
+ ["tolopea", fromHex(0x1b0245)],
1685
+ ["tom thumb", fromHex(0x3f583b)],
1686
+ ["tonys pink", fromHex(0xe79f8c)],
1687
+ ["topaz", fromHex(0x7c778a)],
1688
+ ["torch red", fromHex(0xfd0e35)],
1689
+ ["torea bay", fromHex(0x0f2d9e)],
1690
+ ["tory blue", fromHex(0x1450aa)],
1691
+ ["tosca", fromHex(0x8d3f3f)],
1692
+ ["totem pole", fromHex(0x991b07)],
1693
+ ["tower gray", fromHex(0xa9bdbf)],
1694
+ ["tradewind", fromHex(0x5fb3ac)],
1695
+ ["tranquil", fromHex(0xe6ffff)],
1696
+ ["travertine", fromHex(0xfffde8)],
1697
+ ["treehouse", fromHex(0x3b2820)],
1698
+ ["tree poppy", fromHex(0xfc9c1d)],
1699
+ ["trendy green", fromHex(0x7c881a)],
1700
+ ["trendy pink", fromHex(0x8c6495)],
1701
+ ["trinidad", fromHex(0xe64e03)],
1702
+ ["tropical blue", fromHex(0xc3ddf9)],
1703
+ ["tropical rain forest", fromHex(0x00755e)],
1704
+ ["tropical rain forest", fromHex(0x17806d)],
1705
+ ["trout", fromHex(0x4a4e5a)],
1706
+ ["true v", fromHex(0x8a73d6)],
1707
+ ["tuatara", fromHex(0x363534)],
1708
+ ["tuft bush", fromHex(0xffddcd)],
1709
+ ["tulip", fromHex(0xff878d)],
1710
+ ["tulip tree", fromHex(0xeab33b)],
1711
+ ["tumbleweed", fromHex(0xdea681)],
1712
+ ["tumbleweed", fromHex(0xdeaa88)],
1713
+ ["tuna", fromHex(0x353542)],
1714
+ ["tundora", fromHex(0x4a4244)],
1715
+ ["turbo", fromHex(0xfae600)],
1716
+ ["turkish rose", fromHex(0xb57281)],
1717
+ ["turmeric", fromHex(0xcabb48)],
1718
+ ["turquoise", fromHex(0x30d5c8)],
1719
+ ["turquoise blue", fromHex(0x6cdae7)],
1720
+ ["turquoise blue", fromHex(0x77dde7)],
1721
+ ["turquoise pearl", fromHex(0x3bbcd0)],
1722
+ ["turtle green", fromHex(0x2a380b)],
1723
+ ["tuscany", fromHex(0xbd5e2e)],
1724
+ ["tusk", fromHex(0xeef3c3)],
1725
+ ["tussock", fromHex(0xc5994b)],
1726
+ ["tutu", fromHex(0xfff1f9)],
1727
+ ["twilight", fromHex(0xe4cfde)],
1728
+ ["twilight blue", fromHex(0xeefdff)],
1729
+ ["twilight lavender", fromHex(0x8a496b)],
1730
+ ["twine", fromHex(0xc2955d)],
1731
+ ["tyrian purple", fromHex(0x66023c)],
1732
+ ["ultramarine", fromHex(0x120a8f)],
1733
+ ["unmellow yellow", fromHex(0x000ff6)], // Definitely not yellow...
1734
+ ["valencia", fromHex(0xd84437)],
1735
+ ["valentino", fromHex(0x350e42)],
1736
+ ["valhalla", fromHex(0x2b194f)],
1737
+ ["van cleef", fromHex(0x49170c)],
1738
+ ["vanilla", fromHex(0xd1bea8)],
1739
+ ["vanilla ice", fromHex(0xf3d9df)],
1740
+ ["varden", fromHex(0xfff6df)],
1741
+ ["venetian red", fromHex(0x72010f)],
1742
+ ["venice blue", fromHex(0x055989)],
1743
+ ["venus", fromHex(0x928590)],
1744
+ ["verdigris", fromHex(0x5d5e37)],
1745
+ ["verdun green", fromHex(0x495400)],
1746
+ ["vermilion", fromHex(0xff4d00)],
1747
+ ["vesuvius", fromHex(0xb14a0b)],
1748
+ ["victoria", fromHex(0x534491)],
1749
+ ["vida loca", fromHex(0x549019)],
1750
+ ["viking", fromHex(0x64ccdb)],
1751
+ ["vin rouge", fromHex(0x983d61)],
1752
+ ["viola", fromHex(0xcb8fa9)],
1753
+ ["violent violet", fromHex(0x290c5e)],
1754
+ ["violet", fromHex(0x240a40)],
1755
+ ["violet blue", fromHex(0x324ab2)],
1756
+ ["violet eggplant", fromHex(0x991199)],
1757
+ ["violet purple", fromHex(0x926eae)],
1758
+ ["violet red", fromHex(0xf7468a)],
1759
+ ["violet red", fromHex(0xf75394)],
1760
+ ["viridian", fromHex(0x40826d)],
1761
+ ["viridian green", fromHex(0x678975)],
1762
+ ["vista blue", fromHex(0x8fd6b4)],
1763
+ ["vista white", fromHex(0xfcf8f7)],
1764
+ ["vis vis", fromHex(0xffefa1)],
1765
+ ["vivid tangerine", fromHex(0xff9980)],
1766
+ ["vivid tangerine", fromHex(0xffa089)],
1767
+ ["vivid violet", fromHex(0x803790)],
1768
+ ["vivid violet", fromHex(0x8f509d)],
1769
+ ["voodoo", fromHex(0x533455)],
1770
+ ["vulcan", fromHex(0x10121d)],
1771
+ ["wafer", fromHex(0xdecbc6)],
1772
+ ["waikawa gray", fromHex(0x5a6e9c)],
1773
+ ["waiouru", fromHex(0x363c0d)],
1774
+ ["walnut", fromHex(0x773f1a)],
1775
+ ["wasabi", fromHex(0x788a25)],
1776
+ ["watercourse", fromHex(0x056f57)],
1777
+ ["water leaf", fromHex(0xa1e9de)],
1778
+ ["waterloo", fromHex(0x7b7c94)],
1779
+ ["wattle", fromHex(0xdcd747)],
1780
+ ["watusi", fromHex(0xffddcf)],
1781
+ ["wax flower", fromHex(0xffc0a8)],
1782
+ ["web orange", fromHex(0xffa500)],
1783
+ ["wedgewood", fromHex(0x4e7f9e)],
1784
+ ["well read", fromHex(0xb43332)],
1785
+ ["we peep", fromHex(0xf7dbe6)],
1786
+ ["westar", fromHex(0xdcd9d2)],
1787
+ ["west coast", fromHex(0x625119)],
1788
+ ["west side", fromHex(0xff910f)],
1789
+ ["wewak", fromHex(0xf19bab)],
1790
+ ["wheat", fromHex(0xf5deb3)],
1791
+ ["wheatfield", fromHex(0xf3edcf)],
1792
+ ["whiskey", fromHex(0xd59a6f)],
1793
+ ["whisper", fromHex(0xf7f5fa)],
1794
+ ["white", fromHex(0xffffff)],
1795
+ ["white", fromHex(0xffffff)],
1796
+ ["white ice", fromHex(0xddf9f1)],
1797
+ ["white lilac", fromHex(0xf8f7fc)],
1798
+ ["white linen", fromHex(0xf8f0e8)],
1799
+ ["white pointer", fromHex(0xfef8ff)],
1800
+ ["white rock", fromHex(0xeae8d4)],
1801
+ ["wild blue yonder", fromHex(0x7a89b8)],
1802
+ ["wild blue yonder", fromHex(0xa2add0)],
1803
+ ["wild rice", fromHex(0xece090)],
1804
+ ["wild sand", fromHex(0xf4f4f4)],
1805
+ ["wild strawberry", fromHex(0xff3399)],
1806
+ ["wild strawberry", fromHex(0xff43a4)],
1807
+ ["wild watermelon", fromHex(0xfd5b78)],
1808
+ ["wild watermelon", fromHex(0xfc6c85)],
1809
+ ["wild willow", fromHex(0xb9c46a)],
1810
+ ["william", fromHex(0x3a686c)],
1811
+ ["willow brook", fromHex(0xdfecda)],
1812
+ ["willow grove", fromHex(0x65745d)],
1813
+ ["windsor", fromHex(0x3c0878)],
1814
+ ["wine berry", fromHex(0x591d35)],
1815
+ ["wintergreen dream", fromHex(0x56887d)],
1816
+ ["winter hazel", fromHex(0xd5d195)],
1817
+ ["winter sky", fromHex(0xff007c)],
1818
+ ["winter wizard", fromHex(0xa0e6ff)],
1819
+ ["wisp pink", fromHex(0xfef4f8)],
1820
+ ["wisteria", fromHex(0x9771b5)],
1821
+ ["wisteria", fromHex(0xcda4de)],
1822
+ ["wistful", fromHex(0xa4a6d3)],
1823
+ ["witch haze", fromHex(0xfffc99)],
1824
+ ["wood bark", fromHex(0x261105)],
1825
+ ["woodland", fromHex(0x4d5328)],
1826
+ ["woodrush", fromHex(0x302a0f)],
1827
+ ["woodsmoke", fromHex(0x0c0d0f)],
1828
+ ["woody brown", fromHex(0x483131)],
1829
+ ["xanadu", fromHex(0x738678)],
1830
+ ["yellow", fromHex(0xffff00)],
1831
+ ["yellow", fromHex(0xfce883)],
1832
+ ["yellow green", fromHex(0xc5e17a)],
1833
+ ["yellow green", fromHex(0xc5e384)],
1834
+ ["yellow metal", fromHex(0x716338)],
1835
+ ["yellow orange", fromHex(0xffae42)],
1836
+ ["yellow orange", fromHex(0xffb653)],
1837
+ ["yellow sea", fromHex(0xfea904)],
1838
+ ["yellow sunshine", fromHex(0xfff700)],
1839
+ ["your pink", fromHex(0xffc3c0)],
1840
+ ["yukon gold", fromHex(0x7b6608)],
1841
+ ["yuma", fromHex(0xcec291)],
1842
+ ["zambezi", fromHex(0x685558)],
1843
+ ["zanah", fromHex(0xdaecd6)],
1844
+ ["zest", fromHex(0xe5841b)],
1845
+ ["zeus", fromHex(0x292319)],
1846
+ ["ziggurat", fromHex(0xbfdbe2)],
1847
+ ["zinnwaldite", fromHex(0xebc2af)],
1848
+ ["zircon", fromHex(0xf4f8ff)],
1849
+ ["zombie", fromHex(0xe4d69b)],
1850
+ ["zorba", fromHex(0xa59b91)],
1851
+ ["zuccini", fromHex(0x044022)],
1852
+ ["zumthor", fromHex(0xedf6ff)]
1849
1853
  ]);
1850
1854
 
1851
1855
  export default tcapi;