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