@lakuna/color 1.1.1 → 1.2.0

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