@lakuna/color 1.1.2 → 1.2.1

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 (379) 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/convert/cmyToRgb.d.ts.map +1 -0
  12. package/dist/convert/cmyToRgb.js.map +1 -0
  13. package/dist/{utility → convert}/cmykToCmy.d.ts +1 -1
  14. package/dist/convert/cmykToCmy.d.ts.map +1 -0
  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/convert/hsvToRgb.d.ts.map +1 -0
  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/convert/rgbToCmy.d.ts.map +1 -0
  50. package/dist/convert/rgbToCmy.js.map +1 -0
  51. package/dist/{utility → convert}/rgbToHex.d.ts +1 -1
  52. package/dist/{utility → convert}/rgbToHex.d.ts.map +1 -1
  53. package/dist/{utility → convert}/rgbToHex.js +3 -1
  54. package/dist/convert/rgbToHex.js.map +1 -0
  55. package/dist/convert/rgbToHsi.d.ts +10 -0
  56. package/dist/convert/rgbToHsi.d.ts.map +1 -0
  57. package/dist/convert/rgbToHsi.js +36 -0
  58. package/dist/convert/rgbToHsi.js.map +1 -0
  59. package/dist/{utility → convert}/rgbToHsl.d.ts +1 -1
  60. package/dist/convert/rgbToHsl.d.ts.map +1 -0
  61. package/dist/convert/rgbToHsl.js +37 -0
  62. package/dist/convert/rgbToHsl.js.map +1 -0
  63. package/dist/{utility → convert}/rgbToHsv.d.ts +1 -1
  64. package/dist/convert/rgbToHsv.d.ts.map +1 -0
  65. package/dist/{utility → convert}/rgbToHsv.js +11 -11
  66. package/dist/convert/rgbToHsv.js.map +1 -0
  67. package/dist/{utility → convert}/rgbToXyz.d.ts +1 -1
  68. package/dist/convert/rgbToXyz.d.ts.map +1 -0
  69. package/dist/{utility → convert}/rgbToXyz.js +9 -3
  70. package/dist/convert/rgbToXyz.js.map +1 -0
  71. package/dist/{utility → convert}/xyzToAdobe.d.ts +1 -1
  72. package/dist/convert/xyzToAdobe.d.ts.map +1 -0
  73. package/dist/{utility → convert}/xyzToAdobe.js +5 -3
  74. package/dist/convert/xyzToAdobe.js.map +1 -0
  75. package/dist/{utility → convert}/xyzToHunter.d.ts +2 -2
  76. package/dist/convert/xyzToHunter.d.ts.map +1 -0
  77. package/dist/{utility → convert}/xyzToHunter.js +7 -8
  78. package/dist/convert/xyzToHunter.js.map +1 -0
  79. package/dist/{utility → convert}/xyzToLab.d.ts +1 -1
  80. package/dist/convert/xyzToLab.d.ts.map +1 -0
  81. package/dist/{utility → convert}/xyzToLab.js +9 -5
  82. package/dist/convert/xyzToLab.js.map +1 -0
  83. package/dist/{utility → convert}/xyzToLuv.d.ts +1 -1
  84. package/dist/convert/xyzToLuv.d.ts.map +1 -0
  85. package/dist/{utility → convert}/xyzToLuv.js +5 -7
  86. package/dist/convert/xyzToLuv.js.map +1 -0
  87. package/dist/{utility → convert}/xyzToRgb.d.ts +1 -1
  88. package/dist/convert/xyzToRgb.d.ts.map +1 -0
  89. package/dist/{utility → convert}/xyzToRgb.js +8 -3
  90. package/dist/convert/xyzToRgb.js.map +1 -0
  91. package/dist/{utility → convert}/xyzToYxy.d.ts +1 -1
  92. package/dist/convert/xyzToYxy.d.ts.map +1 -0
  93. package/dist/{utility → convert}/xyzToYxy.js +0 -3
  94. package/dist/convert/xyzToYxy.js.map +1 -0
  95. package/dist/{utility → convert}/yxyToXyz.d.ts +1 -1
  96. package/dist/convert/yxyToXyz.d.ts.map +1 -0
  97. package/dist/{utility → convert}/yxyToXyz.js +0 -3
  98. package/dist/convert/yxyToXyz.js.map +1 -0
  99. package/dist/{utility → delta}/deltaC.d.ts +2 -2
  100. package/dist/delta/deltaC.d.ts.map +1 -0
  101. package/dist/{utility → delta}/deltaC.js.map +1 -1
  102. package/dist/{utility → delta}/deltaCmc.d.ts +2 -2
  103. package/dist/delta/deltaCmc.d.ts.map +1 -0
  104. package/dist/{utility → delta}/deltaCmc.js +5 -8
  105. package/dist/delta/deltaCmc.js.map +1 -0
  106. package/dist/{utility → delta}/deltaE00.d.ts +2 -2
  107. package/dist/delta/deltaE00.d.ts.map +1 -0
  108. package/dist/{utility → delta}/deltaE00.js +13 -17
  109. package/dist/delta/deltaE00.js.map +1 -0
  110. package/dist/{utility → delta}/deltaE76.d.ts +2 -2
  111. package/dist/delta/deltaE76.d.ts.map +1 -0
  112. package/dist/{utility → delta}/deltaE76.js.map +1 -1
  113. package/dist/{utility → delta}/deltaE94.d.ts +2 -2
  114. package/dist/delta/deltaE94.d.ts.map +1 -0
  115. package/dist/{utility → delta}/deltaE94.js +0 -6
  116. package/dist/delta/deltaE94.js.map +1 -0
  117. package/dist/{utility → delta}/deltaH.d.ts +2 -2
  118. package/dist/delta/deltaH.d.ts.map +1 -0
  119. package/dist/{utility → delta}/deltaH.js +0 -4
  120. package/dist/delta/deltaH.js.map +1 -0
  121. package/dist/index.d.ts +41 -31
  122. package/dist/index.d.ts.map +1 -1
  123. package/dist/index.js +41 -30
  124. package/dist/index.js.map +1 -1
  125. package/dist/names/bang.d.ts +2 -2
  126. package/dist/names/bang.d.ts.map +1 -1
  127. package/dist/names/bang.js +471 -471
  128. package/dist/names/bang.js.map +1 -1
  129. package/dist/names/cne.d.ts +1 -1
  130. package/dist/names/cne.d.ts.map +1 -1
  131. package/dist/names/cne.js +843 -843
  132. package/dist/names/cne.js.map +1 -1
  133. package/dist/names/crayola.d.ts +1 -1
  134. package/dist/names/crayola.d.ts.map +1 -1
  135. package/dist/names/crayola.js +110 -110
  136. package/dist/names/crayola.js.map +1 -1
  137. package/dist/names/getName.d.ts +2 -2
  138. package/dist/names/getName.d.ts.map +1 -1
  139. package/dist/names/getName.js +3 -3
  140. package/dist/names/getName.js.map +1 -1
  141. package/dist/names/hollasch.d.ts +1 -1
  142. package/dist/names/hollasch.d.ts.map +1 -1
  143. package/dist/names/hollasch.js +179 -179
  144. package/dist/names/hollasch.js.map +1 -1
  145. package/dist/names/nbs.d.ts +1 -1
  146. package/dist/names/nbs.d.ts.map +1 -1
  147. package/dist/names/nbs.js +266 -266
  148. package/dist/names/nbs.js.map +1 -1
  149. package/dist/names/ntc.d.ts +1 -1
  150. package/dist/names/ntc.d.ts.map +1 -1
  151. package/dist/names/ntc.js +1519 -1519
  152. package/dist/names/ntc.js.map +1 -1
  153. package/dist/names/resene.d.ts +1 -1
  154. package/dist/names/resene.d.ts.map +1 -1
  155. package/dist/names/resene.js +1331 -1331
  156. package/dist/names/resene.js.map +1 -1
  157. package/dist/names/tcapi.d.ts +1 -1
  158. package/dist/names/tcapi.d.ts.map +1 -1
  159. package/dist/names/tcapi.js +1840 -1840
  160. package/dist/names/tcapi.js.map +1 -1
  161. package/dist/names/x11.d.ts +1 -1
  162. package/dist/names/x11.d.ts.map +1 -1
  163. package/dist/names/x11.js +445 -445
  164. package/dist/names/x11.js.map +1 -1
  165. package/dist/names/xkcd.d.ts +1 -1
  166. package/dist/names/xkcd.d.ts.map +1 -1
  167. package/dist/names/xkcd.js +897 -897
  168. package/dist/names/xkcd.js.map +1 -1
  169. package/dist/palette/analogous.d.ts +28 -0
  170. package/dist/palette/analogous.d.ts.map +1 -0
  171. package/dist/palette/analogous.js +15 -0
  172. package/dist/palette/analogous.js.map +1 -0
  173. package/dist/palette/analogousLch.d.ts +19 -0
  174. package/dist/palette/analogousLch.d.ts.map +1 -0
  175. package/dist/palette/analogousLch.js +15 -0
  176. package/dist/palette/analogousLch.js.map +1 -0
  177. package/dist/palette/complement.d.ts +28 -0
  178. package/dist/palette/complement.d.ts.map +1 -0
  179. package/dist/palette/complement.js +15 -0
  180. package/dist/palette/complement.js.map +1 -0
  181. package/dist/palette/complementLch.d.ts +19 -0
  182. package/dist/palette/complementLch.d.ts.map +1 -0
  183. package/dist/palette/complementLch.js +15 -0
  184. package/dist/palette/complementLch.js.map +1 -0
  185. package/dist/palette/splitComplement.d.ts +28 -0
  186. package/dist/palette/splitComplement.d.ts.map +1 -0
  187. package/dist/palette/splitComplement.js +15 -0
  188. package/dist/palette/splitComplement.js.map +1 -0
  189. package/dist/palette/splitComplementLch.d.ts +19 -0
  190. package/dist/palette/splitComplementLch.d.ts.map +1 -0
  191. package/dist/palette/splitComplementLch.js +15 -0
  192. package/dist/palette/splitComplementLch.js.map +1 -0
  193. package/dist/types/Adobe.d.ts.map +1 -1
  194. package/dist/types/Cmy.d.ts.map +1 -1
  195. package/dist/types/Cmyk.d.ts.map +1 -1
  196. package/dist/types/Hsi.d.ts +15 -0
  197. package/dist/types/Hsi.d.ts.map +1 -0
  198. package/dist/types/Hsi.js +2 -0
  199. package/dist/types/Hsi.js.map +1 -0
  200. package/dist/types/Hsl.d.ts +1 -1
  201. package/dist/types/Hsl.d.ts.map +1 -1
  202. package/dist/types/Hsv.d.ts +1 -1
  203. package/dist/types/Hsv.d.ts.map +1 -1
  204. package/dist/types/Hunter.d.ts.map +1 -1
  205. package/dist/types/Lab.d.ts +2 -2
  206. package/dist/types/Lab.d.ts.map +1 -1
  207. package/dist/types/Lchab.d.ts +15 -0
  208. package/dist/types/Lchab.d.ts.map +1 -0
  209. package/dist/types/Lchab.js +2 -0
  210. package/dist/types/Lchab.js.map +1 -0
  211. package/dist/types/Lchuv.d.ts +15 -0
  212. package/dist/types/Lchuv.d.ts.map +1 -0
  213. package/dist/types/Lchuv.js +2 -0
  214. package/dist/types/Lchuv.js.map +1 -0
  215. package/dist/types/Luv.d.ts +1 -1
  216. package/dist/types/Luv.d.ts.map +1 -1
  217. package/dist/types/Rgb.d.ts.map +1 -1
  218. package/dist/types/Xyz.d.ts.map +1 -1
  219. package/dist/types/Yxy.d.ts.map +1 -1
  220. package/dist/utility/StandardIlluminant.d.ts.map +1 -1
  221. package/dist/utility/StandardIlluminant.js.map +1 -1
  222. package/dist/utility/contrast.d.ts +1 -1
  223. package/dist/utility/contrast.d.ts.map +1 -1
  224. package/dist/utility/contrast.js.map +1 -1
  225. package/dist/utility/getReference.d.ts +2 -2
  226. package/dist/utility/getReference.d.ts.map +1 -1
  227. package/dist/utility/getReference.js +39 -39
  228. package/dist/utility/getReference.js.map +1 -1
  229. package/dist/utility/isWebSafe.d.ts +10 -0
  230. package/dist/utility/isWebSafe.d.ts.map +1 -0
  231. package/dist/utility/isWebSafe.js +11 -0
  232. package/dist/utility/isWebSafe.js.map +1 -0
  233. package/dist/utility/relativeLuminance.d.ts +1 -1
  234. package/dist/utility/relativeLuminance.d.ts.map +1 -1
  235. package/dist/utility/relativeLuminance.js.map +1 -1
  236. package/package.json +34 -36
  237. package/src/{utility → convert}/adobeToXyz.ts +10 -4
  238. package/src/{utility → convert}/cmyToCmyk.ts +5 -4
  239. package/src/{utility → convert}/cmyToRgb.ts +3 -1
  240. package/src/{utility → convert}/cmykToCmy.ts +3 -2
  241. package/src/{utility → convert}/hexToRgb.ts +1 -1
  242. package/src/{utility → convert}/hslToRgb.ts +11 -7
  243. package/src/{utility → convert}/hsvToRgb.ts +4 -3
  244. package/src/{utility → convert}/hunterToXyz.ts +13 -10
  245. package/src/convert/labToLch.ts +40 -0
  246. package/src/{utility → convert}/labToXyz.ts +13 -8
  247. package/src/convert/lchToLab.ts +34 -0
  248. package/src/{utility → convert}/luvToXyz.ts +11 -9
  249. package/src/{utility → convert}/rgbToCmy.ts +3 -1
  250. package/src/{utility → convert}/rgbToHex.ts +6 -2
  251. package/src/convert/rgbToHsi.ts +45 -0
  252. package/src/convert/rgbToHsl.ts +46 -0
  253. package/src/{utility → convert}/rgbToHsv.ts +16 -13
  254. package/src/{utility → convert}/rgbToXyz.ts +13 -4
  255. package/src/convert/xyzToAdobe.ts +25 -0
  256. package/src/{utility → convert}/xyzToHunter.ts +14 -11
  257. package/src/{utility → convert}/xyzToLab.ts +14 -8
  258. package/src/{utility → convert}/xyzToLuv.ts +13 -11
  259. package/src/{utility → convert}/xyzToRgb.ts +12 -4
  260. package/src/{utility → convert}/xyzToYxy.ts +5 -4
  261. package/src/{utility → convert}/yxyToXyz.ts +5 -4
  262. package/src/{utility → delta}/deltaC.ts +12 -5
  263. package/src/{utility → delta}/deltaCmc.ts +14 -12
  264. package/src/{utility → delta}/deltaE00.ts +23 -20
  265. package/src/{utility → delta}/deltaE76.ts +12 -5
  266. package/src/{utility → delta}/deltaE94.ts +9 -10
  267. package/src/{utility → delta}/deltaH.ts +15 -9
  268. package/src/index.ts +47 -31
  269. package/src/names/bang.ts +476 -472
  270. package/src/names/cne.ts +848 -844
  271. package/src/names/crayola.ts +115 -111
  272. package/src/names/getName.ts +7 -6
  273. package/src/names/hollasch.ts +184 -180
  274. package/src/names/nbs.ts +271 -267
  275. package/src/names/ntc.ts +1524 -1520
  276. package/src/names/resene.ts +1336 -1332
  277. package/src/names/tcapi.ts +1845 -1841
  278. package/src/names/x11.ts +450 -446
  279. package/src/names/xkcd.ts +902 -898
  280. package/src/palette/analogous.ts +61 -0
  281. package/src/palette/analogousLch.ts +49 -0
  282. package/src/palette/complement.ts +65 -0
  283. package/src/palette/complementLch.ts +50 -0
  284. package/src/palette/splitComplement.ts +61 -0
  285. package/src/palette/splitComplementLch.ts +48 -0
  286. package/src/types/Adobe.ts +3 -0
  287. package/src/types/Cmy.ts +3 -0
  288. package/src/types/Cmyk.ts +4 -0
  289. package/src/types/Hsi.ts +20 -0
  290. package/src/types/Hsl.ts +4 -1
  291. package/src/types/Hsv.ts +4 -1
  292. package/src/types/Hunter.ts +3 -0
  293. package/src/types/Lab.ts +5 -2
  294. package/src/types/Lchab.ts +20 -0
  295. package/src/types/Lchuv.ts +20 -0
  296. package/src/types/Luv.ts +4 -1
  297. package/src/types/Rgb.ts +3 -0
  298. package/src/types/Xyz.ts +3 -0
  299. package/src/types/Yxy.ts +3 -0
  300. package/src/utility/StandardIlluminant.ts +40 -40
  301. package/src/utility/contrast.ts +5 -1
  302. package/src/utility/getReference.ts +42 -41
  303. package/src/utility/isWebSafe.ts +14 -0
  304. package/src/utility/relativeLuminance.ts +2 -2
  305. package/dist/types/Lch.d.ts +0 -16
  306. package/dist/types/Lch.d.ts.map +0 -1
  307. package/dist/types/Lch.js +0 -2
  308. package/dist/types/Lch.js.map +0 -1
  309. package/dist/utility/adobeToXyz.d.ts.map +0 -1
  310. package/dist/utility/adobeToXyz.js.map +0 -1
  311. package/dist/utility/cmyToCmyk.d.ts.map +0 -1
  312. package/dist/utility/cmyToCmyk.js.map +0 -1
  313. package/dist/utility/cmyToRgb.d.ts.map +0 -1
  314. package/dist/utility/cmyToRgb.js.map +0 -1
  315. package/dist/utility/cmykToCmy.d.ts.map +0 -1
  316. package/dist/utility/cmykToCmy.js.map +0 -1
  317. package/dist/utility/deltaC.d.ts.map +0 -1
  318. package/dist/utility/deltaCmc.d.ts.map +0 -1
  319. package/dist/utility/deltaCmc.js.map +0 -1
  320. package/dist/utility/deltaE00.d.ts.map +0 -1
  321. package/dist/utility/deltaE00.js.map +0 -1
  322. package/dist/utility/deltaE76.d.ts.map +0 -1
  323. package/dist/utility/deltaE94.d.ts.map +0 -1
  324. package/dist/utility/deltaE94.js.map +0 -1
  325. package/dist/utility/deltaH.d.ts.map +0 -1
  326. package/dist/utility/deltaH.js.map +0 -1
  327. package/dist/utility/hexToRgb.d.ts.map +0 -1
  328. package/dist/utility/hslToRgb.d.ts.map +0 -1
  329. package/dist/utility/hslToRgb.js.map +0 -1
  330. package/dist/utility/hsvToRgb.d.ts.map +0 -1
  331. package/dist/utility/hsvToRgb.js.map +0 -1
  332. package/dist/utility/hunterToXyz.d.ts.map +0 -1
  333. package/dist/utility/hunterToXyz.js.map +0 -1
  334. package/dist/utility/labToLch.d.ts +0 -11
  335. package/dist/utility/labToLch.d.ts.map +0 -1
  336. package/dist/utility/labToLch.js +0 -19
  337. package/dist/utility/labToLch.js.map +0 -1
  338. package/dist/utility/labToXyz.d.ts.map +0 -1
  339. package/dist/utility/labToXyz.js.map +0 -1
  340. package/dist/utility/lchToLab.d.ts +0 -11
  341. package/dist/utility/lchToLab.d.ts.map +0 -1
  342. package/dist/utility/lchToLab.js +0 -14
  343. package/dist/utility/lchToLab.js.map +0 -1
  344. package/dist/utility/luvToXyz.d.ts.map +0 -1
  345. package/dist/utility/luvToXyz.js.map +0 -1
  346. package/dist/utility/rgbToCmy.d.ts.map +0 -1
  347. package/dist/utility/rgbToCmy.js.map +0 -1
  348. package/dist/utility/rgbToHex.js.map +0 -1
  349. package/dist/utility/rgbToHsl.d.ts.map +0 -1
  350. package/dist/utility/rgbToHsl.js +0 -31
  351. package/dist/utility/rgbToHsl.js.map +0 -1
  352. package/dist/utility/rgbToHsv.d.ts.map +0 -1
  353. package/dist/utility/rgbToHsv.js.map +0 -1
  354. package/dist/utility/rgbToXyz.d.ts.map +0 -1
  355. package/dist/utility/rgbToXyz.js.map +0 -1
  356. package/dist/utility/xyzToAdobe.d.ts.map +0 -1
  357. package/dist/utility/xyzToAdobe.js.map +0 -1
  358. package/dist/utility/xyzToHunter.d.ts.map +0 -1
  359. package/dist/utility/xyzToHunter.js.map +0 -1
  360. package/dist/utility/xyzToLab.d.ts.map +0 -1
  361. package/dist/utility/xyzToLab.js.map +0 -1
  362. package/dist/utility/xyzToLuv.d.ts.map +0 -1
  363. package/dist/utility/xyzToLuv.js.map +0 -1
  364. package/dist/utility/xyzToRgb.d.ts.map +0 -1
  365. package/dist/utility/xyzToRgb.js.map +0 -1
  366. package/dist/utility/xyzToYxy.d.ts.map +0 -1
  367. package/dist/utility/xyzToYxy.js.map +0 -1
  368. package/dist/utility/yxyToXyz.d.ts.map +0 -1
  369. package/dist/utility/yxyToXyz.js.map +0 -1
  370. package/src/types/Lch.ts +0 -18
  371. package/src/utility/labToLch.ts +0 -24
  372. package/src/utility/lchToLab.ts +0 -18
  373. package/src/utility/rgbToHsl.ts +0 -38
  374. package/src/utility/xyzToAdobe.ts +0 -20
  375. /package/dist/{utility → convert}/cmyToRgb.js +0 -0
  376. /package/dist/{utility → convert}/hexToRgb.js +0 -0
  377. /package/dist/{utility → convert}/rgbToCmy.js +0 -0
  378. /package/dist/{utility → delta}/deltaC.js +0 -0
  379. /package/dist/{utility → delta}/deltaE76.js +0 -0
package/src/names/x11.ts CHANGED
@@ -1,467 +1,471 @@
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
  * `rgb.txt` from the X11 window system distribution. Most colors are too bright. Suitable for light sources, but poorly suited for surface colors.
6
7
  * @see {@link https://people.csail.mit.edu/jaffer/Color/Dictionaries#x11 | Color-Name Dictionaries}
7
8
  * @public
8
9
  */
9
- const x11: Map<string, Rgb> = new Map<string, Rgb>([
10
- ["dodgerblue4", fromHex(0x104e8b)],
11
- ["skyblue4", fromHex(0x4a708b)],
12
- ["steelblue4", fromHex(0x36648b)],
13
- ["deepskyblue4", fromHex(0x00688b)],
14
- ["cyan2", fromHex(0x00eeee)],
15
- ["turquoise2", fromHex(0x00e5ee)],
10
+ const x11: Map<string, [number, number, number] & Rgb> = new Map<
11
+ string,
12
+ [number, number, number] & Rgb
13
+ >([
14
+ ["alice blue", fromHex(0xf0f8ff)],
15
+ ["antique white 1", fromHex(0xffefdb)],
16
+ ["antique white 2", fromHex(0xeedfcc)],
17
+ ["antique white 3", fromHex(0xcdc0b0)],
18
+ ["antique white 4", fromHex(0x8b8378)],
19
+ ["antique white", fromHex(0xfaebd7)],
20
+ ["aquamarine 1", fromHex(0x7fffd4)],
21
+ ["aquamarine 2", fromHex(0x76eec6)],
22
+ ["aquamarine 3", fromHex(0x66cdaa)],
23
+ ["aquamarine 4", fromHex(0x458b74)],
24
+ ["aquamarine", fromHex(0x7fffd4)],
25
+ ["azure 1", fromHex(0xf0ffff)],
26
+ ["azure 2", fromHex(0xe0eeee)],
27
+ ["azure 3", fromHex(0xc1cdcd)],
28
+ ["azure 4", fromHex(0x838b8b)],
29
+ ["azure", fromHex(0xf0ffff)],
30
+ ["beige", fromHex(0xf5f5dc)],
31
+ ["bisque 1", fromHex(0xffe4c4)],
32
+ ["bisque 2", fromHex(0xeed5b7)],
33
+ ["bisque 3", fromHex(0xcdb79e)],
34
+ ["bisque 4", fromHex(0x8b7d6b)],
35
+ ["bisque", fromHex(0xffe4c4)],
36
+ ["black", fromHex(0x000000)],
37
+ ["blanched almond", fromHex(0xffebcd)],
38
+ ["blue 1", fromHex(0x0000ff)],
39
+ ["blue 2", fromHex(0x0000ee)],
40
+ ["blue 3", fromHex(0x0000cd)],
41
+ ["blue 4", fromHex(0x00008b)],
42
+ ["blue", fromHex(0x0000ff)],
43
+ ["blue violet", fromHex(0x8a2be2)],
44
+ ["brown 1", fromHex(0xff4040)],
45
+ ["brown 2", fromHex(0xee3b3b)],
46
+ ["brown 3", fromHex(0xcd3333)],
47
+ ["brown 4", fromHex(0x8b2323)],
48
+ ["brown", fromHex(0xa52a2a)],
49
+ ["burlywood 1", fromHex(0xffd39b)],
50
+ ["burlywood 2", fromHex(0xeec591)],
51
+ ["burlywood 3", fromHex(0xcdaa7d)],
52
+ ["burlywood 4", fromHex(0x8b7355)],
53
+ ["burlywood", fromHex(0xdeb887)],
54
+ ["cadet blue 1", fromHex(0x98f5ff)],
55
+ ["cadet blue 2", fromHex(0x8ee5ee)],
56
+ ["cadet blue 3", fromHex(0x7ac5cd)],
57
+ ["cadet blue 4", fromHex(0x53868b)],
58
+ ["cadet blue", fromHex(0x5f9ea0)],
59
+ ["chartreuse 1", fromHex(0x7fff00)],
60
+ ["chartreuse 2", fromHex(0x76ee00)],
61
+ ["chartreuse 3", fromHex(0x66cd00)],
62
+ ["chartreuse 4", fromHex(0x458b00)],
63
+ ["chartreuse", fromHex(0x7fff00)],
64
+ ["chocolate 1", fromHex(0xff7f24)],
65
+ ["chocolate 2", fromHex(0xee7621)],
66
+ ["chocolate 3", fromHex(0xcd661d)],
67
+ ["chocolate 4", fromHex(0x8b4513)],
68
+ ["chocolate", fromHex(0xd2691e)],
69
+ ["coral 1", fromHex(0xff7256)],
70
+ ["coral 2", fromHex(0xee6a50)],
71
+ ["coral 3", fromHex(0xcd5b45)],
72
+ ["coral 4", fromHex(0x8b3e2f)],
73
+ ["coral", fromHex(0xff7f50)],
74
+ ["cornflower blue", fromHex(0x6495ed)],
75
+ ["corn silk 1", fromHex(0xfff8dc)],
76
+ ["corn silk 2", fromHex(0xeee8cd)],
77
+ ["corn silk 3", fromHex(0xcdc8b1)],
78
+ ["corn silk 4", fromHex(0x8b8878)],
79
+ ["corn silk", fromHex(0xfff8dc)],
80
+ ["cyan 1", fromHex(0x00ffff)],
81
+ ["cyan 2", fromHex(0x00eeee)],
82
+ ["cyan 3", fromHex(0x00cdcd)],
83
+ ["cyan 4", fromHex(0x008b8b)],
16
84
  ["cyan", fromHex(0x00ffff)],
17
- ["cyan1", fromHex(0x00ffff)],
18
- ["turquoise1", fromHex(0x00f5ff)],
19
- ["paleturquoise1", fromHex(0xbbffff)],
20
- ["cadetblue1", fromHex(0x98f5ff)],
21
- ["darkslategray2", fromHex(0x8deeee)],
22
- ["darkslategray1", fromHex(0x97ffff)],
23
- ["lightblue1", fromHex(0xbfefff)],
24
- ["slategray1", fromHex(0xc6e2ff)],
25
- ["lightsteelblue1", fromHex(0xcae1ff)],
26
- ["lavender", fromHex(0xe6e6fa)],
27
- ["lightsteelblue2", fromHex(0xbcd2ee)],
28
- ["slategray2", fromHex(0xb9d3ee)],
29
- ["lightskyblue1", fromHex(0xb0e2ff)],
30
- ["lightskyblue2", fromHex(0xa4d3ee)],
31
- ["lightblue", fromHex(0xadd8e6)],
32
- ["lightblue2", fromHex(0xb2dfee)],
33
- ["powderblue", fromHex(0xb0e0e6)],
34
- ["skyblue", fromHex(0x87ceeb)],
35
- ["lightskyblue", fromHex(0x87cefa)],
36
- ["skyblue1", fromHex(0x87ceff)],
37
- ["lightblue3", fromHex(0x9ac0cd)],
38
- ["lightsteelblue", fromHex(0xb0c4de)],
39
- ["cadetblue2", fromHex(0x8ee5ee)],
40
- ["darkslategray3", fromHex(0x79cdcd)],
41
- ["darkturquoise", fromHex(0x00ced1)],
42
- ["mediumturquoise", fromHex(0x48d1cc)],
43
- ["cyan3", fromHex(0x00cdcd)],
44
- ["turquoise3", fromHex(0x00c5cd)],
45
- ["cadetblue3", fromHex(0x7ac5cd)],
46
- ["deepskyblue", fromHex(0x00bfff)],
47
- ["deepskyblue1", fromHex(0x00bfff)],
48
- ["deepskyblue2", fromHex(0x00b2ee)],
49
- ["steelblue2", fromHex(0x5cacee)],
50
- ["steelblue1", fromHex(0x63b8ff)],
51
- ["slategray3", fromHex(0x9fb6cd)],
52
- ["lightsteelblue3", fromHex(0xa2b5cd)],
53
- ["lightskyblue3", fromHex(0x8db6cd)],
54
- ["skyblue2", fromHex(0x7ec0ee)],
55
- ["skyblue3", fromHex(0x6ca6cd)],
56
- ["cadetblue4", fromHex(0x53868b)],
57
- ["lightblue4", fromHex(0x68838b)],
58
- ["lightslategray", fromHex(0x778899)],
59
- ["lightslategrey", fromHex(0x778899)],
60
- ["lightskyblue4", fromHex(0x607b8b)],
61
- ["slategray", fromHex(0x708090)],
62
- ["slategrey", fromHex(0x708090)],
63
- ["slategray4", fromHex(0x6c7b8b)],
64
- ["lightsteelblue4", fromHex(0x6e7b8b)],
65
- ["steelblue", fromHex(0x4682b4)],
66
- ["steelblue3", fromHex(0x4f94cd)],
67
- ["deepskyblue3", fromHex(0x009acd)],
68
- ["cadetblue", fromHex(0x5f9ea0)],
69
- ["turquoise4", fromHex(0x00868b)],
70
- ["cyan4", fromHex(0x008b8b)],
71
- ["darkcyan", fromHex(0x008b8b)],
72
- ["springgreen3", fromHex(0x00cd66)],
73
- ["springgreen4", fromHex(0x008b45)],
74
- ["seagreen3", fromHex(0x43cd80)],
75
- ["mediumseagreen", fromHex(0x3cb371)],
76
- ["aquamarine4", fromHex(0x458b74)],
77
- ["darkslategray4", fromHex(0x528b8b)],
78
- ["darkseagreen4", fromHex(0x698b69)],
79
- ["seagreen", fromHex(0x2e8b57)],
80
- ["seagreen4", fromHex(0x2e8b57)],
81
- ["palegreen4", fromHex(0x548b54)],
82
- ["darkolivegreen4", fromHex(0x6e8b3d)],
83
- ["khaki4", fromHex(0x8b864e)],
84
- ["lightgoldenrod4", fromHex(0x8b814c)],
85
- ["peachpuff4", fromHex(0x8b7765)],
86
- ["navajowhite4", fromHex(0x8b795e)],
87
- ["wheat4", fromHex(0x8b7e66)],
88
- ["bisque4", fromHex(0x8b7d6b)],
89
- ["antiquewhite4", fromHex(0x8b8378)],
90
- ["seashell4", fromHex(0x8b8682)],
91
- ["mistyrose4", fromHex(0x8b7d7b)],
92
- ["lavenderblush4", fromHex(0x8b8386)],
93
- ["paleturquoise4", fromHex(0x668b8b)],
94
- ["lightcyan4", fromHex(0x7a8b8b)],
95
- ["ivory4", fromHex(0x8b8b83)],
96
- ["honeydew4", fromHex(0x838b83)],
97
- ["azure4", fromHex(0x838b8b)],
98
- ["snow4", fromHex(0x8b8989)],
99
- ["lightyellow4", fromHex(0x8b8b7a)],
100
- ["cornsilk4", fromHex(0x8b8878)],
101
- ["lemonchiffon4", fromHex(0x8b8970)],
102
- ["darkgray", fromHex(0xa9a9a9)],
103
- ["darkgrey", fromHex(0xa9a9a9)],
104
- ["navajowhite3", fromHex(0xcdb38b)],
105
- ["tan", fromHex(0xd2b48c)],
106
- ["darkkhaki", fromHex(0xbdb76b)],
107
- ["darkseagreen", fromHex(0x8fbc8f)],
108
- ["lightseagreen", fromHex(0x20b2aa)],
109
- ["paleturquoise3", fromHex(0x96cdcd)],
110
- ["aquamarine3", fromHex(0x66cdaa)],
111
- ["mediumaquamarine", fromHex(0x66cdaa)],
112
- ["darkseagreen3", fromHex(0x9bcd9b)],
113
- ["khaki3", fromHex(0xcdc673)],
114
- ["lightgoldenrod3", fromHex(0xcdbe70)],
115
- ["navajowhite2", fromHex(0xeecfa1)],
116
- ["wheat2", fromHex(0xeed8ae)],
117
- ["wheat3", fromHex(0xcdba96)],
118
- ["bisque3", fromHex(0xcdb79e)],
119
- ["lemonchiffon3", fromHex(0xcdc9a5)],
120
- ["antiquewhite3", fromHex(0xcdc0b0)],
121
- ["cornsilk3", fromHex(0xcdc8b1)],
122
- ["seashell3", fromHex(0xcdc5bf)],
123
- ["snow3", fromHex(0xcdc9c9)],
124
- ["lavenderblush3", fromHex(0xcdc1c5)],
85
+ ["dark blue", fromHex(0x00008b)],
86
+ ["dark cyan", fromHex(0x008b8b)],
87
+ ["dark goldenrod 1", fromHex(0xffb90f)],
88
+ ["dark goldenrod 2", fromHex(0xeead0e)],
89
+ ["dark goldenrod 3", fromHex(0xcd950c)],
90
+ ["dark goldenrod 4", fromHex(0x8b6508)],
91
+ ["dark goldenrod", fromHex(0xb8860b)],
92
+ ["dark gray", fromHex(0xa9a9a9)],
93
+ ["dark green", fromHex(0x006400)],
94
+ ["dark grey", fromHex(0xa9a9a9)],
95
+ ["dark khaki", fromHex(0xbdb76b)],
96
+ ["dark magenta", fromHex(0x8b008b)],
97
+ ["dark olive green 1", fromHex(0xcaff70)],
98
+ ["dark olive green 2", fromHex(0xbcee68)],
99
+ ["dark olive green 3", fromHex(0xa2cd5a)],
100
+ ["dark olive green 4", fromHex(0x6e8b3d)],
101
+ ["dark olive green", fromHex(0x556b2f)],
102
+ ["dark orange 1", fromHex(0xff7f00)],
103
+ ["dark orange 2", fromHex(0xee7600)],
104
+ ["dark orange 3", fromHex(0xcd6600)],
105
+ ["dark orange 4", fromHex(0x8b4500)],
106
+ ["dark orange", fromHex(0xff8c00)],
107
+ ["dark orchid 1", fromHex(0xbf3eff)],
108
+ ["dark orchid 2", fromHex(0xb23aee)],
109
+ ["dark orchid 3", fromHex(0x9a32cd)],
110
+ ["dark orchid 4", fromHex(0x68228b)],
111
+ ["dark orchid", fromHex(0x9932cc)],
112
+ ["dark red", fromHex(0x8b0000)],
113
+ ["dark salmon", fromHex(0xe9967a)],
114
+ ["dark sea green 1", fromHex(0xc1ffc1)],
115
+ ["dark sea green 2", fromHex(0xb4eeb4)],
116
+ ["dark sea green 3", fromHex(0x9bcd9b)],
117
+ ["dark sea green 4", fromHex(0x698b69)],
118
+ ["dark sea green", fromHex(0x8fbc8f)],
119
+ ["dark slate blue", fromHex(0x483d8b)],
120
+ ["dark slate gray 1", fromHex(0x97ffff)],
121
+ ["dark slate gray 2", fromHex(0x8deeee)],
122
+ ["dark slate gray 3", fromHex(0x79cdcd)],
123
+ ["dark slate gray 4", fromHex(0x528b8b)],
124
+ ["dark slate gray", fromHex(0x2f4f4f)],
125
+ ["dark slate grey", fromHex(0x2f4f4f)],
126
+ ["dark turquoise", fromHex(0x00ced1)],
127
+ ["dark violet", fromHex(0x9400d3)],
128
+ ["deep pink 1", fromHex(0xff1493)],
129
+ ["deep pink 2", fromHex(0xee1289)],
130
+ ["deep pink 3", fromHex(0xcd1076)],
131
+ ["deep pink 4", fromHex(0x8b0a50)],
132
+ ["deep pink", fromHex(0xff1493)],
133
+ ["deep sky blue 1", fromHex(0x00bfff)],
134
+ ["deep sky blue 2", fromHex(0x00b2ee)],
135
+ ["deep sky blue 3", fromHex(0x009acd)],
136
+ ["deep sky blue 4", fromHex(0x00688b)],
137
+ ["deep sky blue", fromHex(0x00bfff)],
138
+ ["dim gray", fromHex(0x696969)],
139
+ ["dim grey", fromHex(0x696969)],
140
+ ["dodger blue 1", fromHex(0x1e90ff)],
141
+ ["dodger blue 2", fromHex(0x1c86ee)],
142
+ ["dodger blue 3", fromHex(0x1874cd)],
143
+ ["dodger blue 4", fromHex(0x104e8b)],
144
+ ["dodger blue", fromHex(0x1e90ff)],
145
+ ["fire brick 1", fromHex(0xff3030)],
146
+ ["fire brick 2", fromHex(0xee2c2c)],
147
+ ["fire brick 3", fromHex(0xcd2626)],
148
+ ["fire brick 4", fromHex(0x8b1a1a)],
149
+ ["fire brick", fromHex(0xb22222)],
150
+ ["floral white", fromHex(0xfffaf0)],
151
+ ["forest green", fromHex(0x228b22)],
152
+ ["gainsboro", fromHex(0xdcdcdc)],
153
+ ["ghost white", fromHex(0xf8f8ff)],
154
+ ["gold 1", fromHex(0xffd700)],
155
+ ["gold 2", fromHex(0xeec900)],
156
+ ["gold 3", fromHex(0xcdad00)],
157
+ ["gold 4", fromHex(0x8b7500)],
158
+ ["gold", fromHex(0xffd700)],
159
+ ["goldenrod 1", fromHex(0xffc125)],
160
+ ["goldenrod 2", fromHex(0xeeb422)],
161
+ ["goldenrod 3", fromHex(0xcd9b1d)],
162
+ ["goldenrod 4", fromHex(0x8b6914)],
163
+ ["goldenrod", fromHex(0xdaa520)],
125
164
  ["gray", fromHex(0xbebebe)],
165
+ ["green 1", fromHex(0x00ff00)],
166
+ ["green 2", fromHex(0x00ee00)],
167
+ ["green 3", fromHex(0x00cd00)],
168
+ ["green 4", fromHex(0x008b00)],
169
+ ["green", fromHex(0x00ff00)],
170
+ ["green yellow", fromHex(0xadff2f)],
126
171
  ["grey", fromHex(0xbebebe)],
127
- ["honeydew3", fromHex(0xc1cdc1)],
128
- ["lightcyan3", fromHex(0xb4cdcd)],
129
- ["gainsboro", fromHex(0xdcdcdc)],
130
- ["ivory3", fromHex(0xcdcdc1)],
131
- ["lightgray", fromHex(0xd3d3d3)],
132
- ["lightgrey", fromHex(0xd3d3d3)],
133
- ["azure3", fromHex(0xc1cdcd)],
134
- ["lightyellow3", fromHex(0xcdcdb4)],
135
- ["bisque2", fromHex(0xeed5b7)],
136
- ["cornsilk2", fromHex(0xeee8cd)],
137
- ["lightyellow2", fromHex(0xeeeed1)],
138
- ["blanchedalmond", fromHex(0xffebcd)],
139
- ["bisque", fromHex(0xffe4c4)],
140
- ["bisque1", fromHex(0xffe4c4)],
141
- ["antiquewhite", fromHex(0xfaebd7)],
142
- ["ivory2", fromHex(0xeeeee0)],
143
- ["antiquewhite2", fromHex(0xeedfcc)],
144
- ["seashell2", fromHex(0xeee5de)],
145
- ["snow2", fromHex(0xeee9e9)],
146
- ["lavenderblush2", fromHex(0xeee0e5)],
147
- ["azure2", fromHex(0xe0eeee)],
148
- ["honeydew2", fromHex(0xe0eee0)],
149
- ["lightcyan2", fromHex(0xd1eeee)],
150
- ["lightcyan", fromHex(0xe0ffff)],
151
- ["lightcyan1", fromHex(0xe0ffff)],
172
+ ["honeydew 1", fromHex(0xf0fff0)],
173
+ ["honeydew 2", fromHex(0xe0eee0)],
174
+ ["honeydew 3", fromHex(0xc1cdc1)],
175
+ ["honeydew 4", fromHex(0x838b83)],
152
176
  ["honeydew", fromHex(0xf0fff0)],
153
- ["honeydew1", fromHex(0xf0fff0)],
154
- ["mintcream", fromHex(0xf5fffa)],
155
- ["white", fromHex(0xffffff)],
156
- ["floralwhite", fromHex(0xfffaf0)],
157
- ["whitesmoke", fromHex(0xf5f5f5)],
158
- ["aliceblue", fromHex(0xf0f8ff)],
159
- ["azure", fromHex(0xf0ffff)],
160
- ["azure1", fromHex(0xf0ffff)],
161
- ["ghostwhite", fromHex(0xf8f8ff)],
162
- ["lavenderblush", fromHex(0xfff0f5)],
163
- ["lavenderblush1", fromHex(0xfff0f5)],
164
- ["linen", fromHex(0xfaf0e6)],
165
- ["seashell", fromHex(0xfff5ee)],
166
- ["seashell1", fromHex(0xfff5ee)],
167
- ["snow", fromHex(0xfffafa)],
168
- ["snow1", fromHex(0xfffafa)],
177
+ ["hot pink 1", fromHex(0xff6eb4)],
178
+ ["hot pink 2", fromHex(0xee6aa7)],
179
+ ["hot pink 3", fromHex(0xcd6090)],
180
+ ["hot pink 4", fromHex(0x8b3a62)],
181
+ ["hot pink", fromHex(0xff69b4)],
182
+ ["indian red 1", fromHex(0xff6a6a)],
183
+ ["indian red 2", fromHex(0xee6363)],
184
+ ["indian red 3", fromHex(0xcd5555)],
185
+ ["indian red 4", fromHex(0x8b3a3a)],
186
+ ["indian red", fromHex(0xcd5c5c)],
187
+ ["ivory 1", fromHex(0xfffff0)],
188
+ ["ivory 2", fromHex(0xeeeee0)],
189
+ ["ivory 3", fromHex(0xcdcdc1)],
190
+ ["ivory 4", fromHex(0x8b8b83)],
169
191
  ["ivory", fromHex(0xfffff0)],
170
- ["ivory1", fromHex(0xfffff0)],
171
- ["beige", fromHex(0xf5f5dc)],
172
- ["oldlace", fromHex(0xfdf5e6)],
173
- ["antiquewhite1", fromHex(0xffefdb)],
174
- ["papayawhip", fromHex(0xffefd5)],
175
- ["cornsilk", fromHex(0xfff8dc)],
176
- ["cornsilk1", fromHex(0xfff8dc)],
177
- ["lightyellow", fromHex(0xffffe0)],
178
- ["lightyellow1", fromHex(0xffffe0)],
179
- ["lemonchiffon", fromHex(0xfffacd)],
180
- ["lemonchiffon1", fromHex(0xfffacd)],
181
- ["wheat1", fromHex(0xffe7ba)],
182
- ["lemonchiffon2", fromHex(0xeee9bf)],
183
- ["wheat", fromHex(0xf5deb3)],
184
- ["navajowhite", fromHex(0xffdead)],
185
- ["navajowhite1", fromHex(0xffdead)],
186
- ["moccasin", fromHex(0xffe4b5)],
187
- ["palegoldenrod", fromHex(0xeee8aa)],
188
- ["lightgoldenrodyellow", fromHex(0xfafad2)],
189
- ["darkseagreen2", fromHex(0xb4eeb4)],
190
- ["darkseagreen1", fromHex(0xc1ffc1)],
191
- ["paleturquoise", fromHex(0xafeeee)],
192
- ["paleturquoise2", fromHex(0xaeeeee)],
193
- ["aquamarine", fromHex(0x7fffd4)],
194
- ["aquamarine1", fromHex(0x7fffd4)],
195
- ["turquoise", fromHex(0x40e0d0)],
196
- ["aquamarine2", fromHex(0x76eec6)],
197
- ["seagreen2", fromHex(0x4eee94)],
198
- ["lightgreen", fromHex(0x90ee90)],
199
- ["palegreen2", fromHex(0x90ee90)],
200
- ["palegreen3", fromHex(0x7ccd7c)],
201
- ["mediumspringgreen", fromHex(0x00fa9a)],
202
- ["seagreen1", fromHex(0x54ff9f)],
203
- ["palegreen", fromHex(0x98fb98)],
204
- ["palegreen1", fromHex(0x9aff9a)],
205
- ["springgreen", fromHex(0x00ff7f)],
206
- ["springgreen1", fromHex(0x00ff7f)],
207
- ["springgreen2", fromHex(0x00ee76)],
208
- ["olivedrab2", fromHex(0xb3ee3a)],
209
- ["green", fromHex(0x00ff00)],
210
- ["green1", fromHex(0x00ff00)],
211
- ["green2", fromHex(0x00ee00)],
212
- ["chartreuse2", fromHex(0x76ee00)],
213
- ["lawngreen", fromHex(0x7cfc00)],
214
- ["chartreuse", fromHex(0x7fff00)],
215
- ["chartreuse1", fromHex(0x7fff00)],
216
- ["greenyellow", fromHex(0xadff2f)],
217
- ["olivedrab1", fromHex(0xc0ff3e)],
218
- ["yellow", fromHex(0xffff00)],
219
- ["yellow1", fromHex(0xffff00)],
220
- ["yellow2", fromHex(0xeeee00)],
221
- ["darkolivegreen2", fromHex(0xbcee68)],
222
- ["darkolivegreen1", fromHex(0xcaff70)],
223
- ["khaki2", fromHex(0xeee685)],
192
+ ["khaki 1", fromHex(0xfff68f)],
193
+ ["khaki 2", fromHex(0xeee685)],
194
+ ["khaki 3", fromHex(0xcdc673)],
195
+ ["khaki 4", fromHex(0x8b864e)],
224
196
  ["khaki", fromHex(0xf0e68c)],
225
- ["lightgoldenrod1", fromHex(0xffec8b)],
226
- ["khaki1", fromHex(0xfff68f)],
227
- ["gold2", fromHex(0xeec900)],
228
- ["gold", fromHex(0xffd700)],
229
- ["gold1", fromHex(0xffd700)],
230
- ["lightgoldenrod", fromHex(0xeedd82)],
231
- ["lightgoldenrod2", fromHex(0xeedc82)],
232
- ["darkolivegreen3", fromHex(0xa2cd5a)],
233
- ["olivedrab3", fromHex(0x9acd32)],
234
- ["yellowgreen", fromHex(0x9acd32)],
235
- ["yellow3", fromHex(0xcdcd00)],
236
- ["gold3", fromHex(0xcdad00)],
237
- ["yellow4", fromHex(0x8b8b00)],
238
- ["olivedrab", fromHex(0x6b8e23)],
239
- ["olivedrab4", fromHex(0x698b22)],
240
- ["chartreuse3", fromHex(0x66cd00)],
241
- ["forestgreen", fromHex(0x228b22)],
242
- ["chartreuse4", fromHex(0x458b00)],
243
- ["green4", fromHex(0x008b00)],
244
- ["limegreen", fromHex(0x32cd32)],
245
- ["green3", fromHex(0x00cd00)],
246
- ["darkgreen", fromHex(0x006400)],
247
- ["darkolivegreen", fromHex(0x556b2f)],
248
- ["burlywood4", fromHex(0x8b7355)],
249
- ["dimgray", fromHex(0x696969)],
250
- ["dimgrey", fromHex(0x696969)],
251
- ["darkslategray", fromHex(0x2f4f4f)],
252
- ["darkslategrey", fromHex(0x2f4f4f)],
253
- ["black", fromHex(0x000000)],
254
- ["gold4", fromHex(0x8b7500)],
255
- ["goldenrod4", fromHex(0x8b6914)],
256
- ["orange4", fromHex(0x8b5a00)],
257
- ["darkgoldenrod4", fromHex(0x8b6508)],
258
- ["darkorange4", fromHex(0x8b4500)],
259
- ["lightpink4", fromHex(0x8b5f65)],
260
- ["pink4", fromHex(0x8b636c)],
261
- ["rosybrown4", fromHex(0x8b6969)],
262
- ["salmon4", fromHex(0x8b4c39)],
263
- ["lightsalmon4", fromHex(0x8b5742)],
264
- ["sienna", fromHex(0xa0522d)],
265
- ["chocolate4", fromHex(0x8b4513)],
266
- ["saddlebrown", fromHex(0x8b4513)],
267
- ["sienna4", fromHex(0x8b4726)],
268
- ["tan4", fromHex(0x8b5a2b)],
269
- ["coral4", fromHex(0x8b3e2f)],
270
- ["tomato4", fromHex(0x8b3626)],
271
- ["brown4", fromHex(0x8b2323)],
272
- ["firebrick4", fromHex(0x8b1a1a)],
273
- ["darkred", fromHex(0x8b0000)],
274
- ["red4", fromHex(0x8b0000)],
275
- ["orangered4", fromHex(0x8b2500)],
276
- ["brown", fromHex(0xa52a2a)],
277
- ["palevioletred4", fromHex(0x8b475d)],
278
- ["violetred4", fromHex(0x8b2252)],
279
- ["indianred4", fromHex(0x8b3a3a)],
280
- ["deeppink4", fromHex(0x8b0a50)],
197
+ ["lavender", fromHex(0xe6e6fa)],
198
+ ["lavender blush 1", fromHex(0xfff0f5)],
199
+ ["lavender blush 2", fromHex(0xeee0e5)],
200
+ ["lavender blush 3", fromHex(0xcdc1c5)],
201
+ ["lavender blush 4", fromHex(0x8b8386)],
202
+ ["lavender blush", fromHex(0xfff0f5)],
203
+ ["lawn green", fromHex(0x7cfc00)],
204
+ ["lemon chiffon 1", fromHex(0xfffacd)],
205
+ ["lemon chiffon 2", fromHex(0xeee9bf)],
206
+ ["lemon chiffon 3", fromHex(0xcdc9a5)],
207
+ ["lemon chiffon 4", fromHex(0x8b8970)],
208
+ ["lemon chiffon", fromHex(0xfffacd)],
209
+ ["light blue 1", fromHex(0xbfefff)],
210
+ ["light blue 2", fromHex(0xb2dfee)],
211
+ ["light blue 3", fromHex(0x9ac0cd)],
212
+ ["light blue 4", fromHex(0x68838b)],
213
+ ["light blue", fromHex(0xadd8e6)],
214
+ ["light coral", fromHex(0xf08080)],
215
+ ["light cyan 1", fromHex(0xe0ffff)],
216
+ ["light cyan 2", fromHex(0xd1eeee)],
217
+ ["light cyan 3", fromHex(0xb4cdcd)],
218
+ ["light cyan 4", fromHex(0x7a8b8b)],
219
+ ["light cyan", fromHex(0xe0ffff)],
220
+ ["light goldenrod 1", fromHex(0xffec8b)],
221
+ ["light goldenrod 2", fromHex(0xeedc82)],
222
+ ["light goldenrod 3", fromHex(0xcdbe70)],
223
+ ["light goldenrod 4", fromHex(0x8b814c)],
224
+ ["light goldenrod", fromHex(0xeedd82)],
225
+ ["light goldenrod yellow", fromHex(0xfafad2)],
226
+ ["light gray", fromHex(0xd3d3d3)],
227
+ ["light green", fromHex(0x90ee90)],
228
+ ["light grey", fromHex(0xd3d3d3)],
229
+ ["light pink 1", fromHex(0xffaeb9)],
230
+ ["light pink 2", fromHex(0xeea2ad)],
231
+ ["light pink 3", fromHex(0xcd8c95)],
232
+ ["light pink 4", fromHex(0x8b5f65)],
233
+ ["light pink", fromHex(0xffb6c1)],
234
+ ["light salmon 1", fromHex(0xffa07a)],
235
+ ["light salmon 2", fromHex(0xee9572)],
236
+ ["light salmon 3", fromHex(0xcd8162)],
237
+ ["light salmon 4", fromHex(0x8b5742)],
238
+ ["light salmon", fromHex(0xffa07a)],
239
+ ["light sea green", fromHex(0x20b2aa)],
240
+ ["light sky blue 1", fromHex(0xb0e2ff)],
241
+ ["light sky blue 2", fromHex(0xa4d3ee)],
242
+ ["light sky blue 3", fromHex(0x8db6cd)],
243
+ ["light sky blue 4", fromHex(0x607b8b)],
244
+ ["light sky blue", fromHex(0x87cefa)],
245
+ ["light slate blue", fromHex(0x8470ff)],
246
+ ["light slate gray", fromHex(0x778899)],
247
+ ["light slate grey", fromHex(0x778899)],
248
+ ["light steel blue 1", fromHex(0xcae1ff)],
249
+ ["light steel blue 2", fromHex(0xbcd2ee)],
250
+ ["light steel blue 3", fromHex(0xa2b5cd)],
251
+ ["light steel blue 4", fromHex(0x6e7b8b)],
252
+ ["light steel blue", fromHex(0xb0c4de)],
253
+ ["light yellow 1", fromHex(0xffffe0)],
254
+ ["light yellow 2", fromHex(0xeeeed1)],
255
+ ["light yellow 3", fromHex(0xcdcdb4)],
256
+ ["light yellow 4", fromHex(0x8b8b7a)],
257
+ ["light yellow", fromHex(0xffffe0)],
258
+ ["lime green", fromHex(0x32cd32)],
259
+ ["linen", fromHex(0xfaf0e6)],
260
+ ["magenta 1", fromHex(0xff00ff)],
261
+ ["magenta 2", fromHex(0xee00ee)],
262
+ ["magenta 3", fromHex(0xcd00cd)],
263
+ ["magenta 4", fromHex(0x8b008b)],
264
+ ["magenta", fromHex(0xff00ff)],
265
+ ["maroon 1", fromHex(0xff34b3)],
266
+ ["maroon 2", fromHex(0xee30a7)],
267
+ ["maroon 3", fromHex(0xcd2990)],
268
+ ["maroon 4", fromHex(0x8b1c62)],
281
269
  ["maroon", fromHex(0xb03060)],
282
- ["deeppink3", fromHex(0xcd1076)],
283
- ["violetred3", fromHex(0xcd3278)],
284
- ["brown3", fromHex(0xcd3333)],
285
- ["firebrick3", fromHex(0xcd2626)],
286
- ["firebrick", fromHex(0xb22222)],
287
- ["orangered3", fromHex(0xcd3700)],
288
- ["red3", fromHex(0xcd0000)],
289
- ["red2", fromHex(0xee0000)],
290
- ["red", fromHex(0xff0000)],
291
- ["red1", fromHex(0xff0000)],
292
- ["brown1", fromHex(0xff4040)],
293
- ["firebrick2", fromHex(0xee2c2c)],
294
- ["firebrick1", fromHex(0xff3030)],
295
- ["orangered", fromHex(0xff4500)],
296
- ["orangered1", fromHex(0xff4500)],
297
- ["orangered2", fromHex(0xee4000)],
298
- ["tomato", fromHex(0xff6347)],
299
- ["tomato1", fromHex(0xff6347)],
300
- ["chocolate", fromHex(0xd2691e)],
301
- ["chocolate3", fromHex(0xcd661d)],
302
- ["darkorange3", fromHex(0xcd6600)],
303
- ["orange3", fromHex(0xcd8500)],
304
- ["peru", fromHex(0xcd853f)],
305
- ["tan3", fromHex(0xcd853f)],
306
- ["darkgoldenrod", fromHex(0xb8860b)],
307
- ["orange2", fromHex(0xee9a00)],
270
+ ["medium aquamarine", fromHex(0x66cdaa)],
271
+ ["medium blue", fromHex(0x0000cd)],
272
+ ["medium orchid 1", fromHex(0xe066ff)],
273
+ ["medium orchid 2", fromHex(0xd15fee)],
274
+ ["medium orchid 3", fromHex(0xb452cd)],
275
+ ["medium orchid 4", fromHex(0x7a378b)],
276
+ ["medium orchid", fromHex(0xba55d3)],
277
+ ["medium purple 1", fromHex(0xab82ff)],
278
+ ["medium purple 2", fromHex(0x9f79ee)],
279
+ ["medium purple 3", fromHex(0x8968cd)],
280
+ ["medium purple 4", fromHex(0x5d478b)],
281
+ ["medium purple", fromHex(0x9370db)],
282
+ ["medium sea green", fromHex(0x3cb371)],
283
+ ["medium slate blue", fromHex(0x7b68ee)],
284
+ ["medium spring green", fromHex(0x00fa9a)],
285
+ ["medium turquoise", fromHex(0x48d1cc)],
286
+ ["medium violet red", fromHex(0xc71585)],
287
+ ["midnight blue", fromHex(0x191970)],
288
+ ["mint cream", fromHex(0xf5fffa)],
289
+ ["misty rose 1", fromHex(0xffe4e1)],
290
+ ["misty rose 2", fromHex(0xeed5d2)],
291
+ ["misty rose 3", fromHex(0xcdb7b5)],
292
+ ["misty rose 4", fromHex(0x8b7d7b)],
293
+ ["misty rose", fromHex(0xffe4e1)],
294
+ ["moccasin", fromHex(0xffe4b5)],
295
+ ["navajo white 1", fromHex(0xffdead)],
296
+ ["navajo white 2", fromHex(0xeecfa1)],
297
+ ["navajo white 3", fromHex(0xcdb38b)],
298
+ ["navajo white 4", fromHex(0x8b795e)],
299
+ ["navajo white", fromHex(0xffdead)],
300
+ ["navy", fromHex(0x000080)],
301
+ ["navy blue", fromHex(0x000080)],
302
+ ["old lace", fromHex(0xfdf5e6)],
303
+ ["olive drab 1", fromHex(0xc0ff3e)],
304
+ ["olive drab 2", fromHex(0xb3ee3a)],
305
+ ["olive drab 3", fromHex(0x9acd32)],
306
+ ["olive drab 4", fromHex(0x698b22)],
307
+ ["olive drab", fromHex(0x6b8e23)],
308
+ ["orange 1", fromHex(0xffa500)],
309
+ ["orange 2", fromHex(0xee9a00)],
310
+ ["orange 3", fromHex(0xcd8500)],
311
+ ["orange 4", fromHex(0x8b5a00)],
308
312
  ["orange", fromHex(0xffa500)],
309
- ["orange1", fromHex(0xffa500)],
310
- ["darkgoldenrod2", fromHex(0xeead0e)],
311
- ["goldenrod", fromHex(0xdaa520)],
312
- ["goldenrod3", fromHex(0xcd9b1d)],
313
- ["darkgoldenrod3", fromHex(0xcd950c)],
314
- ["sandybrown", fromHex(0xf4a460)],
315
- ["tan2", fromHex(0xee9a49)],
316
- ["coral", fromHex(0xff7f50)],
317
- ["sienna2", fromHex(0xee7942)],
318
- ["sienna1", fromHex(0xff8247)],
319
- ["chocolate2", fromHex(0xee7621)],
320
- ["darkorange2", fromHex(0xee7600)],
321
- ["chocolate1", fromHex(0xff7f24)],
322
- ["darkorange", fromHex(0xff8c00)],
323
- ["darkorange1", fromHex(0xff7f00)],
324
- ["tan1", fromHex(0xffa54f)],
325
- ["goldenrod2", fromHex(0xeeb422)],
326
- ["darkgoldenrod1", fromHex(0xffb90f)],
327
- ["goldenrod1", fromHex(0xffc125)],
328
- ["peachpuff", fromHex(0xffdab9)],
329
- ["peachpuff1", fromHex(0xffdab9)],
330
- ["mistyrose", fromHex(0xffe4e1)],
331
- ["mistyrose1", fromHex(0xffe4e1)],
332
- ["mistyrose2", fromHex(0xeed5d2)],
333
- ["pink", fromHex(0xffc0cb)],
334
- ["rosybrown1", fromHex(0xffc1c1)],
335
- ["rosybrown2", fromHex(0xeeb4b4)],
336
- ["pink2", fromHex(0xeea9b8)],
337
- ["lightpink", fromHex(0xffb6c1)],
338
- ["pink1", fromHex(0xffb5c5)],
339
- ["mistyrose3", fromHex(0xcdb7b5)],
340
- ["burlywood", fromHex(0xdeb887)],
341
- ["peachpuff2", fromHex(0xeecbad)],
342
- ["burlywood2", fromHex(0xeec591)],
343
- ["burlywood1", fromHex(0xffd39b)],
344
- ["lightpink1", fromHex(0xffaeb9)],
345
- ["palevioletred1", fromHex(0xff82ab)],
346
- ["lightpink2", fromHex(0xeea2ad)],
347
- ["palevioletred2", fromHex(0xee799f)],
348
- ["lightcoral", fromHex(0xf08080)],
349
- ["salmon", fromHex(0xfa8072)],
350
- ["coral1", fromHex(0xff7256)],
351
- ["salmon1", fromHex(0xff8c69)],
352
- ["lightsalmon2", fromHex(0xee9572)],
353
- ["lightsalmon", fromHex(0xffa07a)],
354
- ["lightsalmon1", fromHex(0xffa07a)],
355
- ["salmon2", fromHex(0xee8262)],
356
- ["darksalmon", fromHex(0xe9967a)],
357
- ["burlywood3", fromHex(0xcdaa7d)],
358
- ["peachpuff3", fromHex(0xcdaf95)],
359
- ["rosybrown3", fromHex(0xcd9b9b)],
360
- ["lightpink3", fromHex(0xcd8c95)],
361
- ["pink3", fromHex(0xcd919e)],
362
- ["rosybrown", fromHex(0xbc8f8f)],
363
- ["thistle4", fromHex(0x8b7b8b)],
364
- ["lightsalmon3", fromHex(0xcd8162)],
365
- ["salmon3", fromHex(0xcd7054)],
366
- ["sienna3", fromHex(0xcd6839)],
367
- ["coral3", fromHex(0xcd5b45)],
368
- ["tomato3", fromHex(0xcd4f39)],
369
- ["coral2", fromHex(0xee6a50)],
370
- ["indianred", fromHex(0xcd5c5c)],
371
- ["indianred3", fromHex(0xcd5555)],
372
- ["palevioletred", fromHex(0xdb7093)],
373
- ["palevioletred3", fromHex(0xcd6889)],
374
- ["hotpink3", fromHex(0xcd6090)],
375
- ["violetred2", fromHex(0xee3a8c)],
376
- ["indianred1", fromHex(0xff6a6a)],
377
- ["tomato2", fromHex(0xee5c42)],
378
- ["indianred2", fromHex(0xee6363)],
379
- ["brown2", fromHex(0xee3b3b)],
380
- ["violetred1", fromHex(0xff3e96)],
381
- ["deeppink", fromHex(0xff1493)],
382
- ["deeppink1", fromHex(0xff1493)],
383
- ["deeppink2", fromHex(0xee1289)],
384
- ["maroon2", fromHex(0xee30a7)],
385
- ["maroon1", fromHex(0xff34b3)],
386
- ["mediumorchid2", fromHex(0xd15fee)],
387
- ["mediumorchid", fromHex(0xba55d3)],
388
- ["mediumorchid3", fromHex(0xb452cd)],
389
- ["mediumorchid1", fromHex(0xe066ff)],
390
- ["orchid1", fromHex(0xff83fa)],
391
- ["violet", fromHex(0xee82ee)],
392
- ["orchid2", fromHex(0xee7ae9)],
313
+ ["orange red 1", fromHex(0xff4500)],
314
+ ["orange red 2", fromHex(0xee4000)],
315
+ ["orange red 3", fromHex(0xcd3700)],
316
+ ["orange red 4", fromHex(0x8b2500)],
317
+ ["orange red", fromHex(0xff4500)],
318
+ ["orchid 1", fromHex(0xff83fa)],
319
+ ["orchid 2", fromHex(0xee7ae9)],
320
+ ["orchid 3", fromHex(0xcd69c9)],
321
+ ["orchid 4", fromHex(0x8b4789)],
393
322
  ["orchid", fromHex(0xda70d6)],
394
- ["hotpink", fromHex(0xff69b4)],
395
- ["hotpink1", fromHex(0xff6eb4)],
396
- ["hotpink2", fromHex(0xee6aa7)],
397
- ["orchid3", fromHex(0xcd69c9)],
398
- ["mediumpurple", fromHex(0x9370db)],
399
- ["mediumpurple3", fromHex(0x8968cd)],
400
- ["mediumpurple2", fromHex(0x9f79ee)],
401
- ["cornflowerblue", fromHex(0x6495ed)],
402
- ["mediumpurple1", fromHex(0xab82ff)],
323
+ ["pale goldenrod", fromHex(0xeee8aa)],
324
+ ["pale green 1", fromHex(0x9aff9a)],
325
+ ["pale green 2", fromHex(0x90ee90)],
326
+ ["pale green 3", fromHex(0x7ccd7c)],
327
+ ["pale green 4", fromHex(0x548b54)],
328
+ ["pale green", fromHex(0x98fb98)],
329
+ ["pale turquoise 1", fromHex(0xbbffff)],
330
+ ["pale turquoise 2", fromHex(0xaeeeee)],
331
+ ["pale turquoise 3", fromHex(0x96cdcd)],
332
+ ["pale turquoise 4", fromHex(0x668b8b)],
333
+ ["pale turquoise", fromHex(0xafeeee)],
334
+ ["pale violet red 1", fromHex(0xff82ab)],
335
+ ["pale violet red 2", fromHex(0xee799f)],
336
+ ["pale violet red 3", fromHex(0xcd6889)],
337
+ ["pale violet red 4", fromHex(0x8b475d)],
338
+ ["pale violet red", fromHex(0xdb7093)],
339
+ ["papaya whip", fromHex(0xffefd5)],
340
+ ["peach puff 1", fromHex(0xffdab9)],
341
+ ["peach puff 2", fromHex(0xeecbad)],
342
+ ["peach puff 3", fromHex(0xcdaf95)],
343
+ ["peach puff 4", fromHex(0x8b7765)],
344
+ ["peach puff", fromHex(0xffdab9)],
345
+ ["peru", fromHex(0xcd853f)],
346
+ ["pink 1", fromHex(0xffb5c5)],
347
+ ["pink 2", fromHex(0xeea9b8)],
348
+ ["pink 3", fromHex(0xcd919e)],
349
+ ["pink 4", fromHex(0x8b636c)],
350
+ ["pink", fromHex(0xffc0cb)],
351
+ ["plum 1", fromHex(0xffbbff)],
352
+ ["plum 2", fromHex(0xeeaeee)],
353
+ ["plum 3", fromHex(0xcd96cd)],
354
+ ["plum 4", fromHex(0x8b668b)],
403
355
  ["plum", fromHex(0xdda0dd)],
404
- ["plum3", fromHex(0xcd96cd)],
405
- ["plum1", fromHex(0xffbbff)],
406
- ["plum2", fromHex(0xeeaeee)],
407
- ["thistle3", fromHex(0xcdb5cd)],
408
- ["thistle", fromHex(0xd8bfd8)],
409
- ["thistle2", fromHex(0xeed2ee)],
410
- ["thistle1", fromHex(0xffe1ff)],
411
- ["dodgerblue", fromHex(0x1e90ff)],
412
- ["dodgerblue1", fromHex(0x1e90ff)],
413
- ["dodgerblue2", fromHex(0x1c86ee)],
414
- ["royalblue2", fromHex(0x436eee)],
415
- ["royalblue1", fromHex(0x4876ff)],
416
- ["mediumslateblue", fromHex(0x7b68ee)],
417
- ["slateblue2", fromHex(0x7a67ee)],
418
- ["slateblue1", fromHex(0x836fff)],
419
- ["lightslateblue", fromHex(0x8470ff)],
420
- ["darkorchid2", fromHex(0xb23aee)],
421
- ["darkorchid1", fromHex(0xbf3eff)],
422
- ["magenta2", fromHex(0xee00ee)],
423
- ["magenta", fromHex(0xff00ff)],
424
- ["magenta1", fromHex(0xff00ff)],
425
- ["blue3", fromHex(0x0000cd)],
426
- ["mediumblue", fromHex(0x0000cd)],
427
- ["blue2", fromHex(0x0000ee)],
428
- ["blue", fromHex(0x0000ff)],
429
- ["blue1", fromHex(0x0000ff)],
430
- ["darkorchid", fromHex(0x9932cc)],
431
- ["darkorchid3", fromHex(0x9a32cd)],
432
- ["purple3", fromHex(0x7d26cd)],
433
- ["blueviolet", fromHex(0x8a2be2)],
434
- ["purple2", fromHex(0x912cee)],
435
- ["darkviolet", fromHex(0x9400d3)],
356
+ ["powder blue", fromHex(0xb0e0e6)],
357
+ ["purple 1", fromHex(0x9b30ff)],
358
+ ["purple 2", fromHex(0x912cee)],
359
+ ["purple 3", fromHex(0x7d26cd)],
360
+ ["purple 4", fromHex(0x551a8b)],
436
361
  ["purple", fromHex(0xa020f0)],
437
- ["purple1", fromHex(0x9b30ff)],
438
- ["magenta3", fromHex(0xcd00cd)],
439
- ["violetred", fromHex(0xd02090)],
440
- ["maroon3", fromHex(0xcd2990)],
441
- ["mediumvioletred", fromHex(0xc71585)],
442
- ["darkmagenta", fromHex(0x8b008b)],
443
- ["magenta4", fromHex(0x8b008b)],
444
- ["purple4", fromHex(0x551a8b)],
445
- ["darkorchid4", fromHex(0x68228b)],
446
- ["mediumorchid4", fromHex(0x7a378b)],
447
- ["hotpink4", fromHex(0x8b3a62)],
448
- ["maroon4", fromHex(0x8b1c62)],
449
- ["orchid4", fromHex(0x8b4789)],
450
- ["plum4", fromHex(0x8b668b)],
451
- ["mediumpurple4", fromHex(0x5d478b)],
452
- ["darkslateblue", fromHex(0x483d8b)],
453
- ["slateblue4", fromHex(0x473c8b)],
454
- ["royalblue4", fromHex(0x27408b)],
455
- ["dodgerblue3", fromHex(0x1874cd)],
456
- ["royalblue", fromHex(0x4169e1)],
457
- ["royalblue3", fromHex(0x3a5fcd)],
458
- ["slateblue3", fromHex(0x6959cd)],
459
- ["slateblue", fromHex(0x6a5acd)],
460
- ["blue4", fromHex(0x00008b)],
461
- ["darkblue", fromHex(0x00008b)],
462
- ["navy", fromHex(0x000080)],
463
- ["navyblue", fromHex(0x000080)],
464
- ["midnightblue", fromHex(0x191970)]
362
+ ["red 1", fromHex(0xff0000)],
363
+ ["red 2", fromHex(0xee0000)],
364
+ ["red 3", fromHex(0xcd0000)],
365
+ ["red 4", fromHex(0x8b0000)],
366
+ ["red", fromHex(0xff0000)],
367
+ ["rosy brown 1", fromHex(0xffc1c1)],
368
+ ["rosy brown 2", fromHex(0xeeb4b4)],
369
+ ["rosy brown 3", fromHex(0xcd9b9b)],
370
+ ["rosy brown 4", fromHex(0x8b6969)],
371
+ ["rosy brown", fromHex(0xbc8f8f)],
372
+ ["royal blue 1", fromHex(0x4876ff)],
373
+ ["royal blue 2", fromHex(0x436eee)],
374
+ ["royal blue 3", fromHex(0x3a5fcd)],
375
+ ["royal blue 4", fromHex(0x27408b)],
376
+ ["royal blue", fromHex(0x4169e1)],
377
+ ["saddle brown", fromHex(0x8b4513)],
378
+ ["salmon 1", fromHex(0xff8c69)],
379
+ ["salmon 2", fromHex(0xee8262)],
380
+ ["salmon 3", fromHex(0xcd7054)],
381
+ ["salmon 4", fromHex(0x8b4c39)],
382
+ ["salmon", fromHex(0xfa8072)],
383
+ ["sandy brown", fromHex(0xf4a460)],
384
+ ["sea green 1", fromHex(0x54ff9f)],
385
+ ["sea green 2", fromHex(0x4eee94)],
386
+ ["sea green 3", fromHex(0x43cd80)],
387
+ ["sea green 4", fromHex(0x2e8b57)],
388
+ ["sea green", fromHex(0x2e8b57)],
389
+ ["seashell 1", fromHex(0xfff5ee)],
390
+ ["seashell 2", fromHex(0xeee5de)],
391
+ ["seashell 3", fromHex(0xcdc5bf)],
392
+ ["seashell 4", fromHex(0x8b8682)],
393
+ ["seashell", fromHex(0xfff5ee)],
394
+ ["sienna 1", fromHex(0xff8247)],
395
+ ["sienna 2", fromHex(0xee7942)],
396
+ ["sienna 3", fromHex(0xcd6839)],
397
+ ["sienna 4", fromHex(0x8b4726)],
398
+ ["sienna", fromHex(0xa0522d)],
399
+ ["sky blue 1", fromHex(0x87ceff)],
400
+ ["sky blue 2", fromHex(0x7ec0ee)],
401
+ ["sky blue 3", fromHex(0x6ca6cd)],
402
+ ["sky blue 4", fromHex(0x4a708b)],
403
+ ["sky blue", fromHex(0x87ceeb)],
404
+ ["slate blue 1", fromHex(0x836fff)],
405
+ ["slate blue 2", fromHex(0x7a67ee)],
406
+ ["slate blue 3", fromHex(0x6959cd)],
407
+ ["slate blue 4", fromHex(0x473c8b)],
408
+ ["slate blue", fromHex(0x6a5acd)],
409
+ ["slate gray 1", fromHex(0xc6e2ff)],
410
+ ["slate gray 2", fromHex(0xb9d3ee)],
411
+ ["slate gray 3", fromHex(0x9fb6cd)],
412
+ ["slate gray 4", fromHex(0x6c7b8b)],
413
+ ["slate gray", fromHex(0x708090)],
414
+ ["slate grey", fromHex(0x708090)],
415
+ ["snow 1", fromHex(0xfffafa)],
416
+ ["snow 2", fromHex(0xeee9e9)],
417
+ ["snow 3", fromHex(0xcdc9c9)],
418
+ ["snow 4", fromHex(0x8b8989)],
419
+ ["snow", fromHex(0xfffafa)],
420
+ ["spring green 1", fromHex(0x00ff7f)],
421
+ ["spring green 2", fromHex(0x00ee76)],
422
+ ["spring green 3", fromHex(0x00cd66)],
423
+ ["spring green 4", fromHex(0x008b45)],
424
+ ["spring green", fromHex(0x00ff7f)],
425
+ ["steel blue 1", fromHex(0x63b8ff)],
426
+ ["steel blue 2", fromHex(0x5cacee)],
427
+ ["steel blue 3", fromHex(0x4f94cd)],
428
+ ["steel blue 4", fromHex(0x36648b)],
429
+ ["steel blue", fromHex(0x4682b4)],
430
+ ["tan 1", fromHex(0xffa54f)],
431
+ ["tan 2", fromHex(0xee9a49)],
432
+ ["tan 3", fromHex(0xcd853f)],
433
+ ["tan 4", fromHex(0x8b5a2b)],
434
+ ["tan", fromHex(0xd2b48c)],
435
+ ["thistle 1", fromHex(0xffe1ff)],
436
+ ["thistle 2", fromHex(0xeed2ee)],
437
+ ["thistle 3", fromHex(0xcdb5cd)],
438
+ ["thistle 4", fromHex(0x8b7b8b)],
439
+ ["thistle", fromHex(0xd8bfd8)],
440
+ ["tomato 1", fromHex(0xff6347)],
441
+ ["tomato 2", fromHex(0xee5c42)],
442
+ ["tomato 3", fromHex(0xcd4f39)],
443
+ ["tomato 4", fromHex(0x8b3626)],
444
+ ["tomato", fromHex(0xff6347)],
445
+ ["turquoise 1", fromHex(0x00f5ff)],
446
+ ["turquoise 2", fromHex(0x00e5ee)],
447
+ ["turquoise 3", fromHex(0x00c5cd)],
448
+ ["turquoise 4", fromHex(0x00868b)],
449
+ ["turquoise", fromHex(0x40e0d0)],
450
+ ["violet", fromHex(0xee82ee)],
451
+ ["violet red 1", fromHex(0xff3e96)],
452
+ ["violet red 2", fromHex(0xee3a8c)],
453
+ ["violet red 3", fromHex(0xcd3278)],
454
+ ["violet red 4", fromHex(0x8b2252)],
455
+ ["violet red", fromHex(0xd02090)],
456
+ ["wheat 1", fromHex(0xffe7ba)],
457
+ ["wheat 2", fromHex(0xeed8ae)],
458
+ ["wheat 3", fromHex(0xcdba96)],
459
+ ["wheat 4", fromHex(0x8b7e66)],
460
+ ["wheat", fromHex(0xf5deb3)],
461
+ ["white", fromHex(0xffffff)],
462
+ ["white smoke", fromHex(0xf5f5f5)],
463
+ ["yellow 1", fromHex(0xffff00)],
464
+ ["yellow 2", fromHex(0xeeee00)],
465
+ ["yellow 3", fromHex(0xcdcd00)],
466
+ ["yellow 4", fromHex(0x8b8b00)],
467
+ ["yellow", fromHex(0xffff00)],
468
+ ["yellow green", fromHex(0x9acd32)]
465
469
  ]);
466
470
 
467
471
  export default x11;