@lakuna/color 1.1.1 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (368) hide show
  1. package/LICENSE +1 -1
  2. package/dist/{utility → convert}/adobeToXyz.d.ts +1 -1
  3. package/dist/convert/adobeToXyz.d.ts.map +1 -0
  4. package/dist/{utility → convert}/adobeToXyz.js +5 -3
  5. package/dist/convert/adobeToXyz.js.map +1 -0
  6. package/dist/{utility → convert}/cmyToCmyk.d.ts +1 -1
  7. package/dist/convert/cmyToCmyk.d.ts.map +1 -0
  8. package/dist/{utility → convert}/cmyToCmyk.js +0 -3
  9. package/dist/convert/cmyToCmyk.js.map +1 -0
  10. package/dist/{utility → convert}/cmyToRgb.d.ts +1 -1
  11. package/dist/{utility → convert}/cmyToRgb.d.ts.map +1 -1
  12. package/dist/{utility → convert}/cmyToRgb.js.map +1 -1
  13. package/dist/{utility → convert}/cmykToCmy.d.ts +1 -1
  14. package/dist/{utility → convert}/cmykToCmy.d.ts.map +1 -1
  15. package/dist/{utility → convert}/cmykToCmy.js +0 -1
  16. package/dist/convert/cmykToCmy.js.map +1 -0
  17. package/dist/{utility → convert}/hexToRgb.d.ts +1 -1
  18. package/dist/convert/hexToRgb.d.ts.map +1 -0
  19. package/dist/{utility → convert}/hexToRgb.js.map +1 -1
  20. package/dist/{utility → convert}/hslToRgb.d.ts +1 -1
  21. package/dist/convert/hslToRgb.d.ts.map +1 -0
  22. package/dist/{utility → convert}/hslToRgb.js +5 -6
  23. package/dist/convert/hslToRgb.js.map +1 -0
  24. package/dist/{utility → convert}/hsvToRgb.d.ts +1 -1
  25. package/dist/{utility → convert}/hsvToRgb.d.ts.map +1 -1
  26. package/dist/{utility → convert}/hsvToRgb.js +0 -2
  27. package/dist/convert/hsvToRgb.js.map +1 -0
  28. package/dist/{utility → convert}/hunterToXyz.d.ts +1 -1
  29. package/dist/convert/hunterToXyz.d.ts.map +1 -0
  30. package/dist/{utility → convert}/hunterToXyz.js +6 -7
  31. package/dist/convert/hunterToXyz.js.map +1 -0
  32. package/dist/convert/labToLch.d.ts +19 -0
  33. package/dist/convert/labToLch.d.ts.map +1 -0
  34. package/dist/convert/labToLch.js +12 -0
  35. package/dist/convert/labToLch.js.map +1 -0
  36. package/dist/{utility → convert}/labToXyz.d.ts +1 -1
  37. package/dist/convert/labToXyz.d.ts.map +1 -0
  38. package/dist/{utility → convert}/labToXyz.js +8 -5
  39. package/dist/convert/labToXyz.js.map +1 -0
  40. package/dist/convert/lchToLab.d.ts +19 -0
  41. package/dist/convert/lchToLab.d.ts.map +1 -0
  42. package/dist/convert/lchToLab.js +7 -0
  43. package/dist/convert/lchToLab.js.map +1 -0
  44. package/dist/{utility → convert}/luvToXyz.d.ts +1 -1
  45. package/dist/convert/luvToXyz.d.ts.map +1 -0
  46. package/dist/{utility → convert}/luvToXyz.js +4 -6
  47. package/dist/convert/luvToXyz.js.map +1 -0
  48. package/dist/{utility → convert}/rgbToCmy.d.ts +1 -1
  49. package/dist/{utility → convert}/rgbToCmy.d.ts.map +1 -1
  50. package/dist/{utility → convert}/rgbToCmy.js.map +1 -1
  51. package/dist/{utility → convert}/rgbToHex.d.ts.map +1 -1
  52. package/dist/{utility → convert}/rgbToHex.js +3 -1
  53. package/dist/convert/rgbToHex.js.map +1 -0
  54. package/dist/convert/rgbToHsi.d.ts +10 -0
  55. package/dist/convert/rgbToHsi.d.ts.map +1 -0
  56. package/dist/convert/rgbToHsi.js +36 -0
  57. package/dist/convert/rgbToHsi.js.map +1 -0
  58. package/dist/{utility → convert}/rgbToHsl.d.ts +1 -1
  59. package/dist/convert/rgbToHsl.d.ts.map +1 -0
  60. package/dist/convert/rgbToHsl.js +37 -0
  61. package/dist/convert/rgbToHsl.js.map +1 -0
  62. package/dist/{utility → convert}/rgbToHsv.d.ts +1 -1
  63. package/dist/convert/rgbToHsv.d.ts.map +1 -0
  64. package/dist/{utility → convert}/rgbToHsv.js +11 -11
  65. package/dist/convert/rgbToHsv.js.map +1 -0
  66. package/dist/{utility → convert}/rgbToXyz.d.ts +1 -1
  67. package/dist/convert/rgbToXyz.d.ts.map +1 -0
  68. package/dist/{utility → convert}/rgbToXyz.js +9 -3
  69. package/dist/convert/rgbToXyz.js.map +1 -0
  70. package/dist/{utility → convert}/xyzToAdobe.d.ts +1 -1
  71. package/dist/convert/xyzToAdobe.d.ts.map +1 -0
  72. package/dist/{utility → convert}/xyzToAdobe.js +5 -3
  73. package/dist/convert/xyzToAdobe.js.map +1 -0
  74. package/dist/{utility → convert}/xyzToHunter.d.ts +2 -2
  75. package/dist/convert/xyzToHunter.d.ts.map +1 -0
  76. package/dist/{utility → convert}/xyzToHunter.js +7 -8
  77. package/dist/convert/xyzToHunter.js.map +1 -0
  78. package/dist/{utility → convert}/xyzToLab.d.ts +1 -1
  79. package/dist/convert/xyzToLab.d.ts.map +1 -0
  80. package/dist/{utility → convert}/xyzToLab.js +9 -5
  81. package/dist/convert/xyzToLab.js.map +1 -0
  82. package/dist/{utility → convert}/xyzToLuv.d.ts +1 -1
  83. package/dist/convert/xyzToLuv.d.ts.map +1 -0
  84. package/dist/{utility → convert}/xyzToLuv.js +5 -7
  85. package/dist/convert/xyzToLuv.js.map +1 -0
  86. package/dist/{utility → convert}/xyzToRgb.d.ts +1 -1
  87. package/dist/convert/xyzToRgb.d.ts.map +1 -0
  88. package/dist/{utility → convert}/xyzToRgb.js +8 -3
  89. package/dist/convert/xyzToRgb.js.map +1 -0
  90. package/dist/{utility → convert}/xyzToYxy.d.ts +1 -1
  91. package/dist/{utility → convert}/xyzToYxy.d.ts.map +1 -1
  92. package/dist/{utility → convert}/xyzToYxy.js +0 -3
  93. package/dist/convert/xyzToYxy.js.map +1 -0
  94. package/dist/{utility → convert}/yxyToXyz.d.ts +1 -1
  95. package/dist/{utility → convert}/yxyToXyz.d.ts.map +1 -1
  96. package/dist/{utility → convert}/yxyToXyz.js +0 -3
  97. package/dist/convert/yxyToXyz.js.map +1 -0
  98. package/dist/delta/deltaC.d.ts.map +1 -0
  99. package/dist/delta/deltaC.js.map +1 -0
  100. package/dist/{utility → delta}/deltaCmc.d.ts +2 -2
  101. package/dist/delta/deltaCmc.d.ts.map +1 -0
  102. package/dist/{utility → delta}/deltaCmc.js +5 -8
  103. package/dist/delta/deltaCmc.js.map +1 -0
  104. package/dist/{utility → delta}/deltaE00.d.ts +2 -2
  105. package/dist/delta/deltaE00.d.ts.map +1 -0
  106. package/dist/{utility → delta}/deltaE00.js +13 -17
  107. package/dist/delta/deltaE00.js.map +1 -0
  108. package/dist/delta/deltaE76.d.ts.map +1 -0
  109. package/dist/delta/deltaE76.js.map +1 -0
  110. package/dist/{utility → delta}/deltaE94.d.ts +2 -2
  111. package/dist/delta/deltaE94.d.ts.map +1 -0
  112. package/dist/{utility → delta}/deltaE94.js +0 -6
  113. package/dist/delta/deltaE94.js.map +1 -0
  114. package/dist/delta/deltaH.d.ts.map +1 -0
  115. package/dist/{utility → delta}/deltaH.js +0 -4
  116. package/dist/delta/deltaH.js.map +1 -0
  117. package/dist/index.d.ts +41 -31
  118. package/dist/index.d.ts.map +1 -1
  119. package/dist/index.js +41 -30
  120. package/dist/index.js.map +1 -1
  121. package/dist/names/bang.d.ts +2 -2
  122. package/dist/names/bang.d.ts.map +1 -1
  123. package/dist/names/bang.js +471 -471
  124. package/dist/names/bang.js.map +1 -1
  125. package/dist/names/cne.d.ts +1 -1
  126. package/dist/names/cne.d.ts.map +1 -1
  127. package/dist/names/cne.js +843 -843
  128. package/dist/names/cne.js.map +1 -1
  129. package/dist/names/crayola.d.ts +1 -1
  130. package/dist/names/crayola.d.ts.map +1 -1
  131. package/dist/names/crayola.js +110 -110
  132. package/dist/names/crayola.js.map +1 -1
  133. package/dist/names/getName.d.ts.map +1 -1
  134. package/dist/names/getName.js +3 -3
  135. package/dist/names/getName.js.map +1 -1
  136. package/dist/names/hollasch.d.ts +1 -1
  137. package/dist/names/hollasch.d.ts.map +1 -1
  138. package/dist/names/hollasch.js +179 -179
  139. package/dist/names/hollasch.js.map +1 -1
  140. package/dist/names/nbs.d.ts +1 -1
  141. package/dist/names/nbs.d.ts.map +1 -1
  142. package/dist/names/nbs.js +266 -266
  143. package/dist/names/nbs.js.map +1 -1
  144. package/dist/names/ntc.d.ts +1 -1
  145. package/dist/names/ntc.d.ts.map +1 -1
  146. package/dist/names/ntc.js +1519 -1519
  147. package/dist/names/ntc.js.map +1 -1
  148. package/dist/names/resene.d.ts +1 -1
  149. package/dist/names/resene.d.ts.map +1 -1
  150. package/dist/names/resene.js +1331 -1331
  151. package/dist/names/resene.js.map +1 -1
  152. package/dist/names/tcapi.d.ts +1 -1
  153. package/dist/names/tcapi.d.ts.map +1 -1
  154. package/dist/names/tcapi.js +1840 -1840
  155. package/dist/names/tcapi.js.map +1 -1
  156. package/dist/names/x11.d.ts +1 -1
  157. package/dist/names/x11.d.ts.map +1 -1
  158. package/dist/names/x11.js +445 -445
  159. package/dist/names/x11.js.map +1 -1
  160. package/dist/names/xkcd.d.ts +1 -1
  161. package/dist/names/xkcd.d.ts.map +1 -1
  162. package/dist/names/xkcd.js +897 -897
  163. package/dist/names/xkcd.js.map +1 -1
  164. package/dist/palette/analogous.d.ts +28 -0
  165. package/dist/palette/analogous.d.ts.map +1 -0
  166. package/dist/palette/analogous.js +15 -0
  167. package/dist/palette/analogous.js.map +1 -0
  168. package/dist/palette/analogousLch.d.ts +19 -0
  169. package/dist/palette/analogousLch.d.ts.map +1 -0
  170. package/dist/palette/analogousLch.js +15 -0
  171. package/dist/palette/analogousLch.js.map +1 -0
  172. package/dist/palette/complement.d.ts +28 -0
  173. package/dist/palette/complement.d.ts.map +1 -0
  174. package/dist/palette/complement.js +15 -0
  175. package/dist/palette/complement.js.map +1 -0
  176. package/dist/palette/complementLch.d.ts +19 -0
  177. package/dist/palette/complementLch.d.ts.map +1 -0
  178. package/dist/palette/complementLch.js +15 -0
  179. package/dist/palette/complementLch.js.map +1 -0
  180. package/dist/palette/splitComplement.d.ts +28 -0
  181. package/dist/palette/splitComplement.d.ts.map +1 -0
  182. package/dist/palette/splitComplement.js +15 -0
  183. package/dist/palette/splitComplement.js.map +1 -0
  184. package/dist/palette/splitComplementLch.d.ts +19 -0
  185. package/dist/palette/splitComplementLch.d.ts.map +1 -0
  186. package/dist/palette/splitComplementLch.js +15 -0
  187. package/dist/palette/splitComplementLch.js.map +1 -0
  188. package/dist/types/Adobe.d.ts.map +1 -1
  189. package/dist/types/Cmy.d.ts.map +1 -1
  190. package/dist/types/Cmyk.d.ts.map +1 -1
  191. package/dist/types/Hsi.d.ts +15 -0
  192. package/dist/types/Hsi.d.ts.map +1 -0
  193. package/dist/types/Hsi.js +2 -0
  194. package/dist/types/Hsi.js.map +1 -0
  195. package/dist/types/Hsl.d.ts +1 -1
  196. package/dist/types/Hsl.d.ts.map +1 -1
  197. package/dist/types/Hsv.d.ts +1 -1
  198. package/dist/types/Hsv.d.ts.map +1 -1
  199. package/dist/types/Hunter.d.ts.map +1 -1
  200. package/dist/types/Lab.d.ts +2 -2
  201. package/dist/types/Lab.d.ts.map +1 -1
  202. package/dist/types/Lchab.d.ts +15 -0
  203. package/dist/types/Lchab.d.ts.map +1 -0
  204. package/dist/types/Lchab.js +2 -0
  205. package/dist/types/Lchab.js.map +1 -0
  206. package/dist/types/Lchuv.d.ts +15 -0
  207. package/dist/types/Lchuv.d.ts.map +1 -0
  208. package/dist/types/Lchuv.js +2 -0
  209. package/dist/types/Lchuv.js.map +1 -0
  210. package/dist/types/Luv.d.ts +1 -1
  211. package/dist/types/Luv.d.ts.map +1 -1
  212. package/dist/types/Rgb.d.ts.map +1 -1
  213. package/dist/types/Xyz.d.ts.map +1 -1
  214. package/dist/types/Yxy.d.ts.map +1 -1
  215. package/dist/utility/StandardIlluminant.d.ts.map +1 -1
  216. package/dist/utility/StandardIlluminant.js.map +1 -1
  217. package/dist/utility/contrast.d.ts.map +1 -1
  218. package/dist/utility/contrast.js.map +1 -1
  219. package/dist/utility/getReference.d.ts +2 -2
  220. package/dist/utility/getReference.d.ts.map +1 -1
  221. package/dist/utility/getReference.js +39 -39
  222. package/dist/utility/getReference.js.map +1 -1
  223. package/dist/utility/isWebSafe.d.ts +10 -0
  224. package/dist/utility/isWebSafe.d.ts.map +1 -0
  225. package/dist/utility/isWebSafe.js +11 -0
  226. package/dist/utility/isWebSafe.js.map +1 -0
  227. package/dist/utility/relativeLuminance.js.map +1 -1
  228. package/package.json +15 -15
  229. package/src/{utility → convert}/adobeToXyz.ts +10 -4
  230. package/src/{utility → convert}/cmyToCmyk.ts +5 -4
  231. package/src/{utility → convert}/cmyToRgb.ts +1 -1
  232. package/src/{utility → convert}/cmykToCmy.ts +1 -2
  233. package/src/{utility → convert}/hexToRgb.ts +1 -1
  234. package/src/{utility → convert}/hslToRgb.ts +9 -7
  235. package/src/{utility → convert}/hsvToRgb.ts +2 -3
  236. package/src/{utility → convert}/hunterToXyz.ts +11 -8
  237. package/src/convert/labToLch.ts +36 -0
  238. package/src/{utility → convert}/labToXyz.ts +11 -6
  239. package/src/convert/lchToLab.ts +30 -0
  240. package/src/{utility → convert}/luvToXyz.ts +9 -7
  241. package/src/{utility → convert}/rgbToCmy.ts +1 -1
  242. package/src/{utility → convert}/rgbToHex.ts +5 -1
  243. package/src/convert/rgbToHsi.ts +43 -0
  244. package/src/convert/rgbToHsl.ts +44 -0
  245. package/src/{utility → convert}/rgbToHsv.ts +14 -13
  246. package/src/{utility → convert}/rgbToXyz.ts +11 -4
  247. package/src/{utility → convert}/xyzToAdobe.ts +9 -4
  248. package/src/{utility → convert}/xyzToHunter.ts +12 -9
  249. package/src/{utility → convert}/xyzToLab.ts +12 -6
  250. package/src/{utility → convert}/xyzToLuv.ts +11 -9
  251. package/src/{utility → convert}/xyzToRgb.ts +10 -4
  252. package/src/{utility → convert}/xyzToYxy.ts +3 -4
  253. package/src/{utility → convert}/yxyToXyz.ts +3 -4
  254. package/src/{utility → delta}/deltaC.ts +0 -2
  255. package/src/{utility → delta}/deltaCmc.ts +12 -10
  256. package/src/{utility → delta}/deltaE00.ts +21 -18
  257. package/src/{utility → delta}/deltaE76.ts +0 -2
  258. package/src/{utility → delta}/deltaE94.ts +7 -8
  259. package/src/{utility → delta}/deltaH.ts +3 -6
  260. package/src/index.ts +47 -31
  261. package/src/names/bang.ts +476 -472
  262. package/src/names/cne.ts +848 -844
  263. package/src/names/crayola.ts +115 -111
  264. package/src/names/getName.ts +4 -3
  265. package/src/names/hollasch.ts +184 -180
  266. package/src/names/nbs.ts +271 -267
  267. package/src/names/ntc.ts +1524 -1520
  268. package/src/names/resene.ts +1336 -1332
  269. package/src/names/tcapi.ts +1845 -1841
  270. package/src/names/x11.ts +450 -446
  271. package/src/names/xkcd.ts +902 -898
  272. package/src/palette/analogous.ts +61 -0
  273. package/src/palette/analogousLch.ts +49 -0
  274. package/src/palette/complement.ts +65 -0
  275. package/src/palette/complementLch.ts +50 -0
  276. package/src/palette/splitComplement.ts +61 -0
  277. package/src/palette/splitComplementLch.ts +48 -0
  278. package/src/types/Adobe.ts +3 -0
  279. package/src/types/Cmy.ts +3 -0
  280. package/src/types/Cmyk.ts +4 -0
  281. package/src/types/Hsi.ts +20 -0
  282. package/src/types/Hsl.ts +4 -1
  283. package/src/types/Hsv.ts +4 -1
  284. package/src/types/Hunter.ts +3 -0
  285. package/src/types/Lab.ts +5 -2
  286. package/src/types/Lchab.ts +20 -0
  287. package/src/types/Lchuv.ts +20 -0
  288. package/src/types/Luv.ts +4 -1
  289. package/src/types/Rgb.ts +3 -0
  290. package/src/types/Xyz.ts +3 -0
  291. package/src/types/Yxy.ts +3 -0
  292. package/src/utility/StandardIlluminant.ts +40 -40
  293. package/src/utility/contrast.ts +1 -0
  294. package/src/utility/getReference.ts +42 -41
  295. package/src/utility/isWebSafe.ts +14 -0
  296. package/src/utility/relativeLuminance.ts +1 -1
  297. package/dist/types/Lch.d.ts +0 -16
  298. package/dist/types/Lch.d.ts.map +0 -1
  299. package/dist/types/Lch.js +0 -2
  300. package/dist/types/Lch.js.map +0 -1
  301. package/dist/utility/adobeToXyz.d.ts.map +0 -1
  302. package/dist/utility/adobeToXyz.js.map +0 -1
  303. package/dist/utility/cmyToCmyk.d.ts.map +0 -1
  304. package/dist/utility/cmyToCmyk.js.map +0 -1
  305. package/dist/utility/cmykToCmy.js.map +0 -1
  306. package/dist/utility/deltaC.d.ts.map +0 -1
  307. package/dist/utility/deltaC.js.map +0 -1
  308. package/dist/utility/deltaCmc.d.ts.map +0 -1
  309. package/dist/utility/deltaCmc.js.map +0 -1
  310. package/dist/utility/deltaE00.d.ts.map +0 -1
  311. package/dist/utility/deltaE00.js.map +0 -1
  312. package/dist/utility/deltaE76.d.ts.map +0 -1
  313. package/dist/utility/deltaE76.js.map +0 -1
  314. package/dist/utility/deltaE94.d.ts.map +0 -1
  315. package/dist/utility/deltaE94.js.map +0 -1
  316. package/dist/utility/deltaH.d.ts.map +0 -1
  317. package/dist/utility/deltaH.js.map +0 -1
  318. package/dist/utility/hexToRgb.d.ts.map +0 -1
  319. package/dist/utility/hslToRgb.d.ts.map +0 -1
  320. package/dist/utility/hslToRgb.js.map +0 -1
  321. package/dist/utility/hsvToRgb.js.map +0 -1
  322. package/dist/utility/hunterToXyz.d.ts.map +0 -1
  323. package/dist/utility/hunterToXyz.js.map +0 -1
  324. package/dist/utility/labToLch.d.ts +0 -11
  325. package/dist/utility/labToLch.d.ts.map +0 -1
  326. package/dist/utility/labToLch.js +0 -19
  327. package/dist/utility/labToLch.js.map +0 -1
  328. package/dist/utility/labToXyz.d.ts.map +0 -1
  329. package/dist/utility/labToXyz.js.map +0 -1
  330. package/dist/utility/lchToLab.d.ts +0 -11
  331. package/dist/utility/lchToLab.d.ts.map +0 -1
  332. package/dist/utility/lchToLab.js +0 -14
  333. package/dist/utility/lchToLab.js.map +0 -1
  334. package/dist/utility/luvToXyz.d.ts.map +0 -1
  335. package/dist/utility/luvToXyz.js.map +0 -1
  336. package/dist/utility/rgbToHex.js.map +0 -1
  337. package/dist/utility/rgbToHsl.d.ts.map +0 -1
  338. package/dist/utility/rgbToHsl.js +0 -31
  339. package/dist/utility/rgbToHsl.js.map +0 -1
  340. package/dist/utility/rgbToHsv.d.ts.map +0 -1
  341. package/dist/utility/rgbToHsv.js.map +0 -1
  342. package/dist/utility/rgbToXyz.d.ts.map +0 -1
  343. package/dist/utility/rgbToXyz.js.map +0 -1
  344. package/dist/utility/xyzToAdobe.d.ts.map +0 -1
  345. package/dist/utility/xyzToAdobe.js.map +0 -1
  346. package/dist/utility/xyzToHunter.d.ts.map +0 -1
  347. package/dist/utility/xyzToHunter.js.map +0 -1
  348. package/dist/utility/xyzToLab.d.ts.map +0 -1
  349. package/dist/utility/xyzToLab.js.map +0 -1
  350. package/dist/utility/xyzToLuv.d.ts.map +0 -1
  351. package/dist/utility/xyzToLuv.js.map +0 -1
  352. package/dist/utility/xyzToRgb.d.ts.map +0 -1
  353. package/dist/utility/xyzToRgb.js.map +0 -1
  354. package/dist/utility/xyzToYxy.js.map +0 -1
  355. package/dist/utility/yxyToXyz.js.map +0 -1
  356. package/src/types/Lch.ts +0 -18
  357. package/src/utility/labToLch.ts +0 -24
  358. package/src/utility/lchToLab.ts +0 -18
  359. package/src/utility/rgbToHsl.ts +0 -38
  360. /package/dist/{utility → convert}/cmyToRgb.js +0 -0
  361. /package/dist/{utility → convert}/hexToRgb.js +0 -0
  362. /package/dist/{utility → convert}/rgbToCmy.js +0 -0
  363. /package/dist/{utility → convert}/rgbToHex.d.ts +0 -0
  364. /package/dist/{utility → delta}/deltaC.d.ts +0 -0
  365. /package/dist/{utility → delta}/deltaC.js +0 -0
  366. /package/dist/{utility → delta}/deltaE76.d.ts +0 -0
  367. /package/dist/{utility → delta}/deltaE76.js +0 -0
  368. /package/dist/{utility → delta}/deltaH.d.ts +0 -0
package/src/names/nbs.ts CHANGED
@@ -1,279 +1,283 @@
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
  * NBS/ISCC Centroids. Improved version by John Foster that fixes the human errors in David Mundie's version. Good source for surface colors.
6
7
  * @see {@link https://people.csail.mit.edu/jaffer/Color/Dictionaries#nbs-iscc | Color-Name Dictionaries}
7
8
  * @public
8
9
  */
9
- const nbs: Map<string, Rgb> = new Map<string, Rgb>([
10
- ["deepgreen", fromHex(0x00543d)],
11
- ["verydarkbluishgreen", fromHex(0x002a29)],
12
- ["verydarkgreenishblue", fromHex(0x002e3b)],
13
- ["darkgreenishblue", fromHex(0x004958)],
14
- ["darkbluishgreen", fromHex(0x004b49)],
15
- ["deepbluishgreen", fromHex(0x00443f)],
16
- ["darkgreen", fromHex(0x1b4d3e)],
17
- ["darkolivegreen", fromHex(0x2b3d26)],
18
- ["verydarkyellowishgreen", fromHex(0x173620)],
19
- ["verydeepyellowishgreen", fromHex(0x003118)],
20
- ["verydarkgreen", fromHex(0x1c352d)],
21
- ["darkgrayisholive", fromHex(0x363527)],
22
- ["darkgrayisholivegreen", fromHex(0x31362b)],
23
- ["darkgrayishbrown", fromHex(0x3e322c)],
24
- ["oliveblack", fromHex(0x25241d)],
25
- ["brownishblack", fromHex(0x28201c)],
26
- ["darkolivebrown", fromHex(0x3b3121)],
27
- ["darkolive", fromHex(0x403d21)],
28
- ["darkgrayishyellowishbrown", fromHex(0x483c32)],
29
- ["darkgrayishgreen", fromHex(0x3a4b47)],
30
- ["darkgrayishblue", fromHex(0x36454f)],
31
- ["blackishgreen", fromHex(0x1a2421)],
32
- ["greenishblack", fromHex(0x1e2321)],
33
- ["bluishblack", fromHex(0x202428)],
34
- ["blackishblue", fromHex(0x202830)],
10
+ const nbs: Map<string, [number, number, number] & Rgb> = new Map<
11
+ string,
12
+ [number, number, number] & Rgb
13
+ >([
35
14
  ["black", fromHex(0x222222)],
36
- ["purplishblack", fromHex(0x242124)],
37
- ["reddishblack", fromHex(0x282022)],
38
- ["darkblue", fromHex(0x00304e)],
39
- ["deepblue", fromHex(0x00416a)],
40
- ["grayishpurplishblue", fromHex(0x4c516d)],
41
- ["strongblue", fromHex(0x0067a5)],
42
- ["stronggreenishblue", fromHex(0x007791)],
43
- ["moderategreenishblue", fromHex(0x367588)],
44
- ["deepgreenishblue", fromHex(0x2e8495)],
45
- ["vividgreenishblue", fromHex(0x0085a1)],
46
- ["moderateblue", fromHex(0x436b95)],
47
- ["grayishgreen", fromHex(0x5e716a)],
48
- ["grayishblue", fromHex(0x536878)],
49
- ["darkbluishgray", fromHex(0x51585e)],
50
- ["darkgray", fromHex(0x555555)],
51
- ["darkpurplishgray", fromHex(0x5d555b)],
52
- ["darkgreenishgray", fromHex(0x4e5755)],
53
- ["brownishgray", fromHex(0x5b504f)],
54
- ["darkreddishgray", fromHex(0x5c504f)],
55
- ["olivegray", fromHex(0x57554c)],
56
- ["grayishbrown", fromHex(0x635147)],
57
- ["grayisholivegreen", fromHex(0x515744)],
58
- ["grayisholive", fromHex(0x5b5842)],
59
- ["grayishyellowishbrown", fromHex(0x7e6d5a)],
60
- ["darkyellowishgreen", fromHex(0x355e3b)],
61
- ["moderatebluishgreen", fromHex(0x317873)],
62
- ["vividbluishgreen", fromHex(0x008882)],
63
- ["strongbluishgreen", fromHex(0x007a74)],
64
- ["moderategreen", fromHex(0x3b7861)],
65
- ["stronggreen", fromHex(0x007959)],
66
- ["vividblue", fromHex(0x00a1c2)],
67
- ["brilliantgreenishblue", fromHex(0x239eba)],
68
- ["brilliantblue", fromHex(0x4997d0)],
69
- ["lightblue", fromHex(0x70a3cc)],
70
- ["lightgreenishblue", fromHex(0x66aabc)],
71
- ["verylightblue", fromHex(0xa1caf1)],
72
- ["verylightpurplishblue", fromHex(0xb3bce2)],
73
- ["verylightbluishgreen", fromHex(0x96ded1)],
74
- ["verylightgreen", fromHex(0x8ed1b2)],
75
- ["verypalegreen", fromHex(0xc7e6d7)],
76
- ["greenishwhite", fromHex(0xdfede8)],
77
- ["purplishwhite", fromHex(0xe8e3e5)],
78
- ["bluishwhite", fromHex(0xe9e9ed)],
15
+ ["blackish blue", fromHex(0x202830)],
16
+ ["blackish green", fromHex(0x1a2421)],
17
+ ["blackish purple", fromHex(0x291e29)],
18
+ ["blackish red", fromHex(0x2e1d21)],
19
+ ["bluish black", fromHex(0x202428)],
20
+ ["bluish gray", fromHex(0x81878b)],
21
+ ["bluish white", fromHex(0xe9e9ed)],
22
+ ["brilliant blue", fromHex(0x4997d0)],
23
+ ["brilliant bluish green", fromHex(0x00a693)],
24
+ ["brilliant green", fromHex(0x3eb489)],
25
+ ["brilliant greenish blue", fromHex(0x239eba)],
26
+ ["brilliant greenish yellow", fromHex(0xe9e450)],
27
+ ["brilliant orange", fromHex(0xfd943f)],
28
+ ["brilliant orange yellow", fromHex(0xffc14f)],
29
+ ["brilliant purple", fromHex(0xd399e6)],
30
+ ["brilliant purplish blue", fromHex(0x6c79b8)],
31
+ ["brilliant purplish pink", fromHex(0xffc8d6)],
32
+ ["brilliant violet", fromHex(0x7e73b8)],
33
+ ["brilliant yellow", fromHex(0xfada5e)],
34
+ ["brilliant yellowgreen", fromHex(0xbdda57)],
35
+ ["brilliant yellowish green", fromHex(0x83d37d)],
36
+ ["brownish black", fromHex(0x28201c)],
37
+ ["brownish gray", fromHex(0x5b504f)],
38
+ ["brownish orange", fromHex(0xae6938)],
39
+ ["brownish pink", fromHex(0xc2ac99)],
40
+ ["dark blue", fromHex(0x00304e)],
41
+ ["dark bluish gray", fromHex(0x51585e)],
42
+ ["dark bluish green", fromHex(0x004b49)],
43
+ ["dark brown", fromHex(0x422518)],
44
+ ["dark gray", fromHex(0x555555)],
45
+ ["dark grayish blue", fromHex(0x36454f)],
46
+ ["dark grayish brown", fromHex(0x3e322c)],
47
+ ["dark grayish green", fromHex(0x3a4b47)],
48
+ ["dark grayish olive", fromHex(0x363527)],
49
+ ["dark grayish olive green", fromHex(0x31362b)],
50
+ ["dark grayish purple", fromHex(0x50404d)],
51
+ ["dark grayish red", fromHex(0x543d3f)],
52
+ ["dark grayish reddish brown", fromHex(0x43302e)],
53
+ ["dark grayish yellow", fromHex(0xa18f60)],
54
+ ["dark grayish yellowish brown", fromHex(0x483c32)],
55
+ ["dark green", fromHex(0x1b4d3e)],
56
+ ["dark greenish blue", fromHex(0x004958)],
57
+ ["dark greenish gray", fromHex(0x4e5755)],
58
+ ["dark greenish yellow", fromHex(0x98943e)],
59
+ ["dark olive", fromHex(0x403d21)],
60
+ ["dark olive brown", fromHex(0x3b3121)],
61
+ ["dark olive green", fromHex(0x2b3d26)],
62
+ ["dark orange yellow", fromHex(0xbe8a3d)],
63
+ ["dark pink", fromHex(0xc08081)],
64
+ ["dark purple", fromHex(0x563c5c)],
65
+ ["dark purplish blue", fromHex(0x252440)],
66
+ ["dark purplish gray", fromHex(0x5d555b)],
67
+ ["dark purplish pink", fromHex(0xc17e91)],
68
+ ["dark purplish red", fromHex(0x673147)],
69
+ ["dark red", fromHex(0x722f37)],
70
+ ["dark reddish brown", fromHex(0x3e1d1e)],
71
+ ["dark reddish gray", fromHex(0x5c504f)],
72
+ ["dark reddish orange", fromHex(0x9e4732)],
73
+ ["dark reddish purple", fromHex(0x5d3954)],
74
+ ["dark violet", fromHex(0x2f2140)],
75
+ ["dark yellow", fromHex(0xab9144)],
76
+ ["dark yellowish brown", fromHex(0x4b3621)],
77
+ ["dark yellowish green", fromHex(0x355e3b)],
78
+ ["dark yellowish pink", fromHex(0xc48379)],
79
+ ["deep blue", fromHex(0x00416a)],
80
+ ["deep bluish green", fromHex(0x00443f)],
81
+ ["deep brown", fromHex(0x593319)],
82
+ ["deep green", fromHex(0x00543d)],
83
+ ["deep greenish blue", fromHex(0x2e8495)],
84
+ ["deep greenish yellow", fromHex(0x9b9400)],
85
+ ["deep olive green", fromHex(0x232f00)],
86
+ ["deep orange", fromHex(0xbe6516)],
87
+ ["deep orange yellow", fromHex(0xc98500)],
88
+ ["deep pink", fromHex(0xe4717a)],
89
+ ["deep purple", fromHex(0x602f6b)],
90
+ ["deep purplish blue", fromHex(0x272458)],
91
+ ["deep purplish pink", fromHex(0xde6fa1)],
92
+ ["deep purplish red", fromHex(0x78184a)],
93
+ ["deep red", fromHex(0x841b2d)],
94
+ ["deep reddish brown", fromHex(0x56070c)],
95
+ ["deep reddish orange", fromHex(0xaa381e)],
96
+ ["deep reddish purple", fromHex(0x702963)],
97
+ ["deep violet", fromHex(0x32174d)],
98
+ ["deep yellow", fromHex(0xaf8d13)],
99
+ ["deep yellow green", fromHex(0x467129)],
100
+ ["deep yellowish brown", fromHex(0x654522)],
101
+ ["deep yellowish green", fromHex(0x00622d)],
102
+ ["deep yellowish pink", fromHex(0xe66721)],
103
+ ["grayish blue", fromHex(0x536878)],
104
+ ["grayish brown", fromHex(0x635147)],
105
+ ["grayish green", fromHex(0x5e716a)],
106
+ ["grayish greenish yellow", fromHex(0xb9b57d)],
107
+ ["grayish olive", fromHex(0x5b5842)],
108
+ ["grayish olive green", fromHex(0x515744)],
109
+ ["grayish pink", fromHex(0xc4aead)],
110
+ ["grayish purple", fromHex(0x796878)],
111
+ ["grayish purplish blue", fromHex(0x4c516d)],
112
+ ["grayish purplish pink", fromHex(0xc3a6b1)],
113
+ ["grayish purplish red", fromHex(0x915f6d)],
114
+ ["grayish red", fromHex(0x905d5d)],
115
+ ["grayish reddish brown", fromHex(0x674c47)],
116
+ ["grayish reddish orange", fromHex(0xb4745e)],
117
+ ["grayish reddish purple", fromHex(0x836479)],
118
+ ["grayish violet", fromHex(0x554c69)],
119
+ ["grayish yellow", fromHex(0xc2b280)],
120
+ ["grayish yellow green", fromHex(0x8f9779)],
121
+ ["grayish yellowish brown", fromHex(0x7e6d5a)],
122
+ ["grayish yellowish pink", fromHex(0xc7ada3)],
123
+ ["greenish black", fromHex(0x1e2321)],
124
+ ["greenish gray", fromHex(0x7d8984)],
125
+ ["greenish white", fromHex(0xdfede8)],
126
+ ["light blue", fromHex(0x70a3cc)],
127
+ ["light bluish gray", fromHex(0xb4bcc0)],
128
+ ["light bluish green", fromHex(0x66ada4)],
129
+ ["light brown", fromHex(0xa67b5b)],
130
+ ["light brownish gray", fromHex(0x8e8279)],
131
+ ["light gray", fromHex(0xb9b8b5)],
132
+ ["light grayish brown", fromHex(0x958070)],
133
+ ["light grayish olive", fromHex(0x8c8767)],
134
+ ["light grayish purplish red", fromHex(0xaf868e)],
135
+ ["light grayish red", fromHex(0xad8884)],
136
+ ["light grayish reddish brown", fromHex(0x977f73)],
137
+ ["light grayish yellowish brown", fromHex(0xae9b82)],
138
+ ["light green", fromHex(0x6aab8e)],
139
+ ["light greenish blue", fromHex(0x66aabc)],
140
+ ["light greenish gray", fromHex(0xb2beb5)],
141
+ ["light greenish yellow", fromHex(0xeae679)],
142
+ ["light olive", fromHex(0x867e36)],
143
+ ["light olive brown", fromHex(0x967117)],
144
+ ["light olive gray", fromHex(0x8a8776)],
145
+ ["light orange", fromHex(0xfab57f)],
146
+ ["light orange yellow", fromHex(0xfbc97f)],
147
+ ["light pink", fromHex(0xf9ccca)],
148
+ ["light purple", fromHex(0xb695c0)],
149
+ ["light purplish blue", fromHex(0x8791bf)],
150
+ ["light purplish gray", fromHex(0xbfb9bd)],
151
+ ["light purplish pink", fromHex(0xefbbcc)],
152
+ ["light reddish brown", fromHex(0xa87c6d)],
153
+ ["light reddish purple", fromHex(0xb784a7)],
154
+ ["light violet", fromHex(0x8c82b6)],
155
+ ["light yellow", fromHex(0xf8de7e)],
156
+ ["light yellow green", fromHex(0xc9dc89)],
157
+ ["light yellowish brown", fromHex(0xc19a6b)],
158
+ ["light yellowish green", fromHex(0x93c592)],
159
+ ["light yellowish pink", fromHex(0xf4c2c2)],
160
+ ["medium gray", fromHex(0x848482)],
161
+ ["moderate blue", fromHex(0x436b95)],
162
+ ["moderate bluish green", fromHex(0x317873)],
163
+ ["moderate brown", fromHex(0x6f4e37)],
164
+ ["moderate green", fromHex(0x3b7861)],
165
+ ["moderate greenish blue", fromHex(0x367588)],
166
+ ["moderate greenish yellow", fromHex(0xb9b459)],
167
+ ["moderate olive", fromHex(0x665d1e)],
168
+ ["moderate olive brown", fromHex(0x6c541e)],
169
+ ["moderate olive green", fromHex(0x4a5d23)],
170
+ ["moderate orange", fromHex(0xd99058)],
171
+ ["moderate orange yellow", fromHex(0xe3a857)],
172
+ ["moderate pink", fromHex(0xdea5a4)],
173
+ ["moderate purple", fromHex(0x86608e)],
174
+ ["moderate purplish blue", fromHex(0x4e5180)],
175
+ ["moderate purplish pink", fromHex(0xd597ae)],
176
+ ["moderate purplish red", fromHex(0xa8516e)],
177
+ ["moderate red", fromHex(0xab4e52)],
178
+ ["moderate reddish brown", fromHex(0x79443b)],
179
+ ["moderate reddish orange", fromHex(0xcb6d51)],
180
+ ["moderate reddish purple", fromHex(0x915c83)],
181
+ ["moderate violet", fromHex(0x604e81)],
182
+ ["moderate yellow", fromHex(0xc9ae5d)],
183
+ ["moderate yellow green", fromHex(0x8a9a5b)],
184
+ ["moderate yellowish brown", fromHex(0x826644)],
185
+ ["moderate yellowish green", fromHex(0x679267)],
186
+ ["moderate yellowish pink", fromHex(0xd9a6a9)],
187
+ ["olive black", fromHex(0x25241d)],
188
+ ["olive gray", fromHex(0x57554c)],
189
+ ["pale blue", fromHex(0x91a3b0)],
190
+ ["pale green", fromHex(0x8da399)],
191
+ ["pale greenish yellow", fromHex(0xebe8a4)],
192
+ ["pale orange yellow", fromHex(0xfad6a5)],
193
+ ["pale pink", fromHex(0xead8d7)],
194
+ ["pale purple", fromHex(0xaa98a9)],
195
+ ["pale purplish blue", fromHex(0x8c92ac)],
196
+ ["pale purplish pink", fromHex(0xe8ccd7)],
197
+ ["pale reddish purple", fromHex(0xaa8a9e)],
198
+ ["pale violet", fromHex(0x9690ab)],
199
+ ["pale yellow", fromHex(0xf3e5ab)],
200
+ ["pale yellow green", fromHex(0xdadfb7)],
201
+ ["pale yellowish pink", fromHex(0xecd5c5)],
202
+ ["pinkish gray", fromHex(0xc1b6b3)],
203
+ ["pinkish white", fromHex(0xeae3e1)],
204
+ ["purplish black", fromHex(0x242124)],
205
+ ["purplish gray", fromHex(0x8b8589)],
206
+ ["purplish white", fromHex(0xe8e3e5)],
207
+ ["reddish black", fromHex(0x282022)],
208
+ ["reddish gray", fromHex(0x8f817f)],
209
+ ["strong blue", fromHex(0x0067a5)],
210
+ ["strong bluish green", fromHex(0x007a74)],
211
+ ["strong brown", fromHex(0x80461b)],
212
+ ["strong green", fromHex(0x007959)],
213
+ ["strong greenish blue", fromHex(0x007791)],
214
+ ["strong greenish yellow", fromHex(0xbeb72e)],
215
+ ["strong olive green", fromHex(0x404f00)],
216
+ ["strong orange", fromHex(0xed872d)],
217
+ ["strong orange yellow", fromHex(0xeaa221)],
218
+ ["strong pink", fromHex(0xea9399)],
219
+ ["strong purple", fromHex(0x875692)],
220
+ ["strong purplish blue", fromHex(0x545aa7)],
221
+ ["strong purplish pink", fromHex(0xe68fac)],
222
+ ["strong purplish red", fromHex(0xb3446c)],
223
+ ["strong red", fromHex(0xbc3f4a)],
224
+ ["strong reddish brown", fromHex(0x882d17)],
225
+ ["strong reddish orange", fromHex(0xd9603b)],
226
+ ["strong reddish purple", fromHex(0x9e4f88)],
227
+ ["strong violet", fromHex(0x604e97)],
228
+ ["strong yellow", fromHex(0xd4af37)],
229
+ ["strong yellowgreen", fromHex(0x7e9f2e)],
230
+ ["strong yellowish brown", fromHex(0x996515)],
231
+ ["strong yellowish green", fromHex(0x44944a)],
232
+ ["strong yellowish pink", fromHex(0xf99379)],
233
+ ["very dark bluish green", fromHex(0x002a29)],
234
+ ["very dark green", fromHex(0x1c352d)],
235
+ ["very dark greenish blue", fromHex(0x002e3b)],
236
+ ["very dark purple", fromHex(0x301934)],
237
+ ["very dark purplish red", fromHex(0x38152c)],
238
+ ["very dark red", fromHex(0x3f1728)],
239
+ ["very dark reddish purple", fromHex(0x341731)],
240
+ ["very dark yellowish green", fromHex(0x173620)],
241
+ ["very deep purple", fromHex(0x401a4c)],
242
+ ["very deep purplish red", fromHex(0x54133b)],
243
+ ["very deep red", fromHex(0x5c0923)],
244
+ ["very deep reddish purple", fromHex(0x54194e)],
245
+ ["very deep yellowish green", fromHex(0x003118)],
246
+ ["very light blue", fromHex(0xa1caf1)],
247
+ ["very light bluish green", fromHex(0x96ded1)],
248
+ ["very light green", fromHex(0x8ed1b2)],
249
+ ["very light greenish blue", fromHex(0x9cd1dc)],
250
+ ["very light purple", fromHex(0xd5badb)],
251
+ ["very light purplish blue", fromHex(0xb3bce2)],
252
+ ["very light violet", fromHex(0xdcd0ff)],
253
+ ["very light yellowish green", fromHex(0xb6e5af)],
254
+ ["very pale blue", fromHex(0xbcd4e6)],
255
+ ["very pale green", fromHex(0xc7e6d7)],
256
+ ["very pale purple", fromHex(0xd6cadd)],
257
+ ["very pale purplish blue", fromHex(0xc0c8e1)],
258
+ ["very pale violet", fromHex(0xc4c3dd)],
259
+ ["vivid blue", fromHex(0x00a1c2)],
260
+ ["vivid bluish green", fromHex(0x008882)],
261
+ ["vivid green", fromHex(0x008856)],
262
+ ["vivid greenish blue", fromHex(0x0085a1)],
263
+ ["vivid greenish yellow", fromHex(0xdcd300)],
264
+ ["vivid orange", fromHex(0xf38400)],
265
+ ["vivid orange yellow", fromHex(0xf6a600)],
266
+ ["vivid pink", fromHex(0xffb5ba)],
267
+ ["vivid purple", fromHex(0x9a4eae)],
268
+ ["vivid purplish blue", fromHex(0x30267a)],
269
+ ["vivid purplish red", fromHex(0xce4676)],
270
+ ["vivid red", fromHex(0xbe0032)],
271
+ ["vivid reddish orange", fromHex(0xe25822)],
272
+ ["vivid reddish purple", fromHex(0x870074)],
273
+ ["vivid violet", fromHex(0x9065ca)],
274
+ ["vivid yellow", fromHex(0xf3c300)],
275
+ ["vivid yellowgreen", fromHex(0x8db600)],
276
+ ["vivid yellowish green", fromHex(0x27a64c)],
277
+ ["vivid yellowish pink", fromHex(0xffb7a5)],
79
278
  ["white", fromHex(0xf2f3f4)],
80
- ["yellowishwhite", fromHex(0xf0ead6)],
81
- ["paleyellowishpink", fromHex(0xecd5c5)],
82
- ["pinkishwhite", fromHex(0xeae3e1)],
83
- ["lightgreenishgray", fromHex(0xb2beb5)],
84
- ["lightpurplishgray", fromHex(0xbfb9bd)],
85
- ["verypalepurplishblue", fromHex(0xc0c8e1)],
86
- ["verypaleviolet", fromHex(0xc4c3dd)],
87
- ["verypaleblue", fromHex(0xbcd4e6)],
88
- ["lightbluishgray", fromHex(0xb4bcc0)],
89
- ["verylightgreenishblue", fromHex(0x9cd1dc)],
90
- ["palegreen", fromHex(0x8da399)],
91
- ["paleblue", fromHex(0x91a3b0)],
92
- ["pinkishgray", fromHex(0xc1b6b3)],
93
- ["lightgray", fromHex(0xb9b8b5)],
94
- ["brownishpink", fromHex(0xc2ac99)],
95
- ["yellowishgray", fromHex(0xbfb8a5)],
96
- ["lightgrayishyellowishbrown", fromHex(0xae9b82)],
97
- ["grayishyellowgreen", fromHex(0x8f9779)],
98
- ["lightolivegray", fromHex(0x8a8776)],
99
- ["lightgrayisholive", fromHex(0x8c8767)],
100
- ["lightgrayishbrown", fromHex(0x958070)],
101
- ["lightbrownishgray", fromHex(0x8e8279)],
102
- ["reddishgray", fromHex(0x8f817f)],
103
- ["purplishgray", fromHex(0x8b8589)],
104
- ["bluishgray", fromHex(0x81878b)],
105
- ["mediumgray", fromHex(0x848482)],
106
- ["palepurplishblue", fromHex(0x8c92ac)],
107
- ["greenishgray", fromHex(0x7d8984)],
108
- ["lightgreen", fromHex(0x6aab8e)],
109
- ["lightbluishgreen", fromHex(0x66ada4)],
110
- ["brilliantbluishgreen", fromHex(0x00a693)],
111
- ["brilliantgreen", fromHex(0x3eb489)],
112
- ["strongyellowishgreen", fromHex(0x44944a)],
113
- ["vividyellowishgreen", fromHex(0x27a64c)],
114
- ["lightyellowishgreen", fromHex(0x93c592)],
115
- ["moderateyellowishgreen", fromHex(0x679267)],
116
- ["moderateyellowgreen", fromHex(0x8a9a5b)],
117
- ["darkgreenishyellow", fromHex(0x98943e)],
118
- ["darkyellow", fromHex(0xab9144)],
119
- ["darkgrayishyellow", fromHex(0xa18f60)],
120
- ["grayishyellow", fromHex(0xc2b280)],
121
- ["grayishgreenishyellow", fromHex(0xb9b57d)],
122
- ["moderateyellow", fromHex(0xc9ae5d)],
123
- ["moderategreenishyellow", fromHex(0xb9b459)],
124
- ["lightyellowgreen", fromHex(0xc9dc89)],
125
- ["paleorangeyellow", fromHex(0xfad6a5)],
126
- ["paleyellowgreen", fromHex(0xdadfb7)],
127
- ["paleyellow", fromHex(0xf3e5ab)],
128
- ["lightyellow", fromHex(0xf8de7e)],
129
- ["palegreenishyellow", fromHex(0xebe8a4)],
130
- ["verylightyellowishgreen", fromHex(0xb6e5af)],
131
- ["brilliantyellowishgreen", fromHex(0x83d37d)],
132
- ["brilliantyellowgreen", fromHex(0xbdda57)],
133
- ["brilliantgreenishyellow", fromHex(0xe9e450)],
134
- ["lightgreenishyellow", fromHex(0xeae679)],
135
- ["brilliantyellow", fromHex(0xfada5e)],
136
- ["vividyellow", fromHex(0xf3c300)],
137
- ["vividgreenishyellow", fromHex(0xdcd300)],
138
- ["stronggreenishyellow", fromHex(0xbeb72e)],
139
- ["strongyellow", fromHex(0xd4af37)],
140
- ["deepyellow", fromHex(0xaf8d13)],
141
- ["deepgreenishyellow", fromHex(0x9b9400)],
142
- ["vividyellowgreen", fromHex(0x8db600)],
143
- ["strongyellowgreen", fromHex(0x7e9f2e)],
144
- ["vividgreen", fromHex(0x008856)],
145
- ["deepyellowgreen", fromHex(0x467129)],
146
- ["deepyellowishgreen", fromHex(0x00622d)],
147
- ["moderateolivegreen", fromHex(0x4a5d23)],
148
- ["moderateolive", fromHex(0x665d1e)],
149
- ["lightolive", fromHex(0x867e36)],
150
- ["moderateolivebrown", fromHex(0x6c541e)],
151
- ["deepolivegreen", fromHex(0x232f00)],
152
- ["strongolivegreen", fromHex(0x404f00)],
153
- ["lightolivebrown", fromHex(0x967117)],
154
- ["deeporange", fromHex(0xbe6516)],
155
- ["deepreddishbrown", fromHex(0x56070c)],
156
- ["deepbrown", fromHex(0x593319)],
157
- ["deepyellowishbrown", fromHex(0x654522)],
158
- ["moderatebrown", fromHex(0x6f4e37)],
159
- ["moderateyellowishbrown", fromHex(0x826644)],
160
- ["strongyellowishbrown", fromHex(0x996515)],
161
- ["strongbrown", fromHex(0x80461b)],
162
- ["brownishorange", fromHex(0xae6938)],
163
- ["darkreddishorange", fromHex(0x9e4732)],
164
- ["strongred", fromHex(0xbc3f4a)],
165
- ["deepreddishorange", fromHex(0xaa381e)],
166
- ["vividred", fromHex(0xbe0032)],
167
- ["strongreddishbrown", fromHex(0x882d17)],
168
- ["vividreddishorange", fromHex(0xe25822)],
169
- ["deepyellowishpink", fromHex(0xe66721)],
170
- ["deeporangeyellow", fromHex(0xc98500)],
171
- ["strongorangeyellow", fromHex(0xeaa221)],
172
- ["vividorangeyellow", fromHex(0xf6a600)],
173
- ["strongorange", fromHex(0xed872d)],
174
- ["brilliantorange", fromHex(0xfd943f)],
175
- ["vividorange", fromHex(0xf38400)],
176
- ["brilliantorangeyellow", fromHex(0xffc14f)],
177
- ["lightorangeyellow", fromHex(0xfbc97f)],
178
- ["lightorange", fromHex(0xfab57f)],
179
- ["vividyellowishpink", fromHex(0xffb7a5)],
180
- ["strongyellowishpink", fromHex(0xf99379)],
181
- ["moderateorange", fromHex(0xd99058)],
182
- ["moderateorangeyellow", fromHex(0xe3a857)],
183
- ["lightyellowishbrown", fromHex(0xc19a6b)],
184
- ["lightbrown", fromHex(0xa67b5b)],
185
- ["darkorangeyellow", fromHex(0xbe8a3d)],
186
- ["moderatereddishorange", fromHex(0xcb6d51)],
187
- ["grayishreddishorange", fromHex(0xb4745e)],
188
- ["strongreddishorange", fromHex(0xd9603b)],
189
- ["deeppurplishpink", fromHex(0xde6fa1)],
190
- ["strongpurplishpink", fromHex(0xe68fac)],
191
- ["deeppink", fromHex(0xe4717a)],
192
- ["darkyellowishpink", fromHex(0xc48379)],
193
- ["darkpink", fromHex(0xc08081)],
194
- ["lightreddishpurple", fromHex(0xb784a7)],
195
- ["darkpurplishpink", fromHex(0xc17e91)],
196
- ["palereddishpurple", fromHex(0xaa8a9e)],
197
- ["paleviolet", fromHex(0x9690ab)],
198
- ["lightgrayishreddishbrown", fromHex(0x977f73)],
199
- ["lightreddishbrown", fromHex(0xa87c6d)],
200
- ["lightgrayishpurplishred", fromHex(0xaf868e)],
201
- ["lightgrayishred", fromHex(0xad8884)],
202
- ["moderateyellowishpink", fromHex(0xd9a6a9)],
203
- ["moderatepink", fromHex(0xdea5a4)],
204
- ["grayishyellowishpink", fromHex(0xc7ada3)],
205
- ["grayishpink", fromHex(0xc4aead)],
206
- ["grayishpurplishpink", fromHex(0xc3a6b1)],
207
- ["palepurple", fromHex(0xaa98a9)],
208
- ["moderatepurplishpink", fromHex(0xd597ae)],
209
- ["strongpink", fromHex(0xea9399)],
210
- ["vividpink", fromHex(0xffb5ba)],
211
- ["brilliantpurplishpink", fromHex(0xffc8d6)],
212
- ["lightpurplishpink", fromHex(0xefbbcc)],
213
- ["verylightpurple", fromHex(0xd5badb)],
214
- ["verypalepurple", fromHex(0xd6cadd)],
215
- ["palepurplishpink", fromHex(0xe8ccd7)],
216
- ["lightyellowishpink", fromHex(0xf4c2c2)],
217
- ["palepink", fromHex(0xead8d7)],
218
- ["lightpink", fromHex(0xf9ccca)],
219
- ["verylightviolet", fromHex(0xdcd0ff)],
220
- ["brilliantpurple", fromHex(0xd399e6)],
221
- ["lightpurple", fromHex(0xb695c0)],
222
- ["lightpurplishblue", fromHex(0x8791bf)],
223
- ["lightviolet", fromHex(0x8c82b6)],
224
- ["vividviolet", fromHex(0x9065ca)],
225
- ["vividpurple", fromHex(0x9a4eae)],
226
- ["strongreddishpurple", fromHex(0x9e4f88)],
227
- ["vividpurplishred", fromHex(0xce4676)],
228
- ["moderatered", fromHex(0xab4e52)],
229
- ["moderatepurplishred", fromHex(0xa8516e)],
230
- ["strongpurplishred", fromHex(0xb3446c)],
231
- ["moderatereddishpurple", fromHex(0x915c83)],
232
- ["grayishpurplishred", fromHex(0x915f6d)],
233
- ["moderatereddishbrown", fromHex(0x79443b)],
234
- ["grayishred", fromHex(0x905d5d)],
235
- ["grayishreddishbrown", fromHex(0x674c47)],
236
- ["grayishpurple", fromHex(0x796878)],
237
- ["grayishreddishpurple", fromHex(0x836479)],
238
- ["brilliantpurplishblue", fromHex(0x6c79b8)],
239
- ["brilliantviolet", fromHex(0x7e73b8)],
240
- ["moderatepurple", fromHex(0x86608e)],
241
- ["strongpurple", fromHex(0x875692)],
242
- ["strongviolet", fromHex(0x604e97)],
243
- ["strongpurplishblue", fromHex(0x545aa7)],
244
- ["moderatepurplishblue", fromHex(0x4e5180)],
245
- ["moderateviolet", fromHex(0x604e81)],
246
- ["grayishviolet", fromHex(0x554c69)],
247
- ["deeppurple", fromHex(0x602f6b)],
248
- ["verydeepreddishpurple", fromHex(0x54194e)],
249
- ["verydeeppurple", fromHex(0x401a4c)],
250
- ["deepviolet", fromHex(0x32174d)],
251
- ["vividpurplishblue", fromHex(0x30267a)],
252
- ["deeppurplishblue", fromHex(0x272458)],
253
- ["darkviolet", fromHex(0x2f2140)],
254
- ["darkpurplishblue", fromHex(0x252440)],
255
- ["blackishpurple", fromHex(0x291e29)],
256
- ["blackishred", fromHex(0x2e1d21)],
257
- ["verydarkpurplishred", fromHex(0x38152c)],
258
- ["verydarkreddishpurple", fromHex(0x341731)],
259
- ["verydarkpurple", fromHex(0x301934)],
260
- ["darkreddishpurple", fromHex(0x5d3954)],
261
- ["darkpurple", fromHex(0x563c5c)],
262
- ["darkgrayishpurple", fromHex(0x50404d)],
263
- ["darkgrayishred", fromHex(0x543d3f)],
264
- ["darkyellowishbrown", fromHex(0x4b3621)],
265
- ["darkbrown", fromHex(0x422518)],
266
- ["darkgrayishreddishbrown", fromHex(0x43302e)],
267
- ["darkreddishbrown", fromHex(0x3e1d1e)],
268
- ["darkred", fromHex(0x722f37)],
269
- ["darkpurplishred", fromHex(0x673147)],
270
- ["verydeeppurplishred", fromHex(0x54133b)],
271
- ["verydarkred", fromHex(0x3f1728)],
272
- ["deeppurplishred", fromHex(0x78184a)],
273
- ["deepred", fromHex(0x841b2d)],
274
- ["verydeepred", fromHex(0x5c0923)],
275
- ["deepreddishpurple", fromHex(0x702963)],
276
- ["vividreddishpurple", fromHex(0x870074)]
279
+ ["yellowish gray", fromHex(0xbfb8a5)],
280
+ ["yellowish white", fromHex(0xf0ead6)]
277
281
  ]);
278
282
 
279
283
  export default nbs;