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