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