@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.
- package/LICENSE +1 -1
- package/dist/{utility → convert}/adobeToXyz.d.ts +1 -1
- package/dist/convert/adobeToXyz.d.ts.map +1 -0
- package/dist/{utility → convert}/adobeToXyz.js +5 -3
- package/dist/convert/adobeToXyz.js.map +1 -0
- package/dist/{utility → convert}/cmyToCmyk.d.ts +1 -1
- package/dist/convert/cmyToCmyk.d.ts.map +1 -0
- package/dist/{utility → convert}/cmyToCmyk.js +0 -3
- package/dist/convert/cmyToCmyk.js.map +1 -0
- package/dist/{utility → convert}/cmyToRgb.d.ts +1 -1
- package/dist/convert/cmyToRgb.d.ts.map +1 -0
- package/dist/convert/cmyToRgb.js.map +1 -0
- package/dist/{utility → convert}/cmykToCmy.d.ts +1 -1
- package/dist/convert/cmykToCmy.d.ts.map +1 -0
- package/dist/{utility → convert}/cmykToCmy.js +0 -1
- package/dist/convert/cmykToCmy.js.map +1 -0
- package/dist/{utility → convert}/hexToRgb.d.ts +1 -1
- package/dist/convert/hexToRgb.d.ts.map +1 -0
- package/dist/{utility → convert}/hexToRgb.js.map +1 -1
- package/dist/{utility → convert}/hslToRgb.d.ts +1 -1
- package/dist/convert/hslToRgb.d.ts.map +1 -0
- package/dist/{utility → convert}/hslToRgb.js +5 -6
- package/dist/convert/hslToRgb.js.map +1 -0
- package/dist/{utility → convert}/hsvToRgb.d.ts +1 -1
- package/dist/convert/hsvToRgb.d.ts.map +1 -0
- package/dist/{utility → convert}/hsvToRgb.js +0 -2
- package/dist/convert/hsvToRgb.js.map +1 -0
- package/dist/{utility → convert}/hunterToXyz.d.ts +1 -1
- package/dist/convert/hunterToXyz.d.ts.map +1 -0
- package/dist/{utility → convert}/hunterToXyz.js +6 -7
- package/dist/convert/hunterToXyz.js.map +1 -0
- package/dist/convert/labToLch.d.ts +19 -0
- package/dist/convert/labToLch.d.ts.map +1 -0
- package/dist/convert/labToLch.js +12 -0
- package/dist/convert/labToLch.js.map +1 -0
- package/dist/{utility → convert}/labToXyz.d.ts +1 -1
- package/dist/convert/labToXyz.d.ts.map +1 -0
- package/dist/{utility → convert}/labToXyz.js +8 -5
- package/dist/convert/labToXyz.js.map +1 -0
- package/dist/convert/lchToLab.d.ts +19 -0
- package/dist/convert/lchToLab.d.ts.map +1 -0
- package/dist/convert/lchToLab.js +7 -0
- package/dist/convert/lchToLab.js.map +1 -0
- package/dist/{utility → convert}/luvToXyz.d.ts +1 -1
- package/dist/convert/luvToXyz.d.ts.map +1 -0
- package/dist/{utility → convert}/luvToXyz.js +4 -6
- package/dist/convert/luvToXyz.js.map +1 -0
- package/dist/{utility → convert}/rgbToCmy.d.ts +1 -1
- package/dist/convert/rgbToCmy.d.ts.map +1 -0
- package/dist/convert/rgbToCmy.js.map +1 -0
- package/dist/{utility → convert}/rgbToHex.d.ts +1 -1
- package/dist/{utility → convert}/rgbToHex.d.ts.map +1 -1
- package/dist/{utility → convert}/rgbToHex.js +3 -1
- package/dist/convert/rgbToHex.js.map +1 -0
- package/dist/convert/rgbToHsi.d.ts +10 -0
- package/dist/convert/rgbToHsi.d.ts.map +1 -0
- package/dist/convert/rgbToHsi.js +36 -0
- package/dist/convert/rgbToHsi.js.map +1 -0
- package/dist/{utility → convert}/rgbToHsl.d.ts +1 -1
- package/dist/convert/rgbToHsl.d.ts.map +1 -0
- package/dist/convert/rgbToHsl.js +37 -0
- package/dist/convert/rgbToHsl.js.map +1 -0
- package/dist/{utility → convert}/rgbToHsv.d.ts +1 -1
- package/dist/convert/rgbToHsv.d.ts.map +1 -0
- package/dist/{utility → convert}/rgbToHsv.js +11 -11
- package/dist/convert/rgbToHsv.js.map +1 -0
- package/dist/{utility → convert}/rgbToXyz.d.ts +1 -1
- package/dist/convert/rgbToXyz.d.ts.map +1 -0
- package/dist/{utility → convert}/rgbToXyz.js +9 -3
- package/dist/convert/rgbToXyz.js.map +1 -0
- package/dist/{utility → convert}/xyzToAdobe.d.ts +1 -1
- package/dist/convert/xyzToAdobe.d.ts.map +1 -0
- package/dist/{utility → convert}/xyzToAdobe.js +5 -3
- package/dist/convert/xyzToAdobe.js.map +1 -0
- package/dist/{utility → convert}/xyzToHunter.d.ts +2 -2
- package/dist/convert/xyzToHunter.d.ts.map +1 -0
- package/dist/{utility → convert}/xyzToHunter.js +7 -8
- package/dist/convert/xyzToHunter.js.map +1 -0
- package/dist/{utility → convert}/xyzToLab.d.ts +1 -1
- package/dist/convert/xyzToLab.d.ts.map +1 -0
- package/dist/{utility → convert}/xyzToLab.js +9 -5
- package/dist/convert/xyzToLab.js.map +1 -0
- package/dist/{utility → convert}/xyzToLuv.d.ts +1 -1
- package/dist/convert/xyzToLuv.d.ts.map +1 -0
- package/dist/{utility → convert}/xyzToLuv.js +5 -7
- package/dist/convert/xyzToLuv.js.map +1 -0
- package/dist/{utility → convert}/xyzToRgb.d.ts +1 -1
- package/dist/convert/xyzToRgb.d.ts.map +1 -0
- package/dist/{utility → convert}/xyzToRgb.js +8 -3
- package/dist/convert/xyzToRgb.js.map +1 -0
- package/dist/{utility → convert}/xyzToYxy.d.ts +1 -1
- package/dist/convert/xyzToYxy.d.ts.map +1 -0
- package/dist/{utility → convert}/xyzToYxy.js +0 -3
- package/dist/convert/xyzToYxy.js.map +1 -0
- package/dist/{utility → convert}/yxyToXyz.d.ts +1 -1
- package/dist/convert/yxyToXyz.d.ts.map +1 -0
- package/dist/{utility → convert}/yxyToXyz.js +0 -3
- package/dist/convert/yxyToXyz.js.map +1 -0
- package/dist/{utility → delta}/deltaC.d.ts +2 -2
- package/dist/delta/deltaC.d.ts.map +1 -0
- package/dist/{utility → delta}/deltaC.js.map +1 -1
- package/dist/{utility → delta}/deltaCmc.d.ts +2 -2
- package/dist/delta/deltaCmc.d.ts.map +1 -0
- package/dist/{utility → delta}/deltaCmc.js +5 -8
- package/dist/delta/deltaCmc.js.map +1 -0
- package/dist/{utility → delta}/deltaE00.d.ts +2 -2
- package/dist/delta/deltaE00.d.ts.map +1 -0
- package/dist/{utility → delta}/deltaE00.js +13 -17
- package/dist/delta/deltaE00.js.map +1 -0
- package/dist/{utility → delta}/deltaE76.d.ts +2 -2
- package/dist/delta/deltaE76.d.ts.map +1 -0
- package/dist/{utility → delta}/deltaE76.js.map +1 -1
- package/dist/{utility → delta}/deltaE94.d.ts +2 -2
- package/dist/delta/deltaE94.d.ts.map +1 -0
- package/dist/{utility → delta}/deltaE94.js +0 -6
- package/dist/delta/deltaE94.js.map +1 -0
- package/dist/{utility → delta}/deltaH.d.ts +2 -2
- package/dist/delta/deltaH.d.ts.map +1 -0
- package/dist/{utility → delta}/deltaH.js +0 -4
- package/dist/delta/deltaH.js.map +1 -0
- package/dist/index.d.ts +41 -31
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +41 -30
- package/dist/index.js.map +1 -1
- package/dist/names/bang.d.ts +2 -2
- package/dist/names/bang.d.ts.map +1 -1
- package/dist/names/bang.js +471 -471
- package/dist/names/bang.js.map +1 -1
- package/dist/names/cne.d.ts +1 -1
- package/dist/names/cne.d.ts.map +1 -1
- package/dist/names/cne.js +843 -843
- package/dist/names/cne.js.map +1 -1
- package/dist/names/crayola.d.ts +1 -1
- package/dist/names/crayola.d.ts.map +1 -1
- package/dist/names/crayola.js +110 -110
- package/dist/names/crayola.js.map +1 -1
- package/dist/names/getName.d.ts +2 -2
- package/dist/names/getName.d.ts.map +1 -1
- package/dist/names/getName.js +3 -3
- package/dist/names/getName.js.map +1 -1
- package/dist/names/hollasch.d.ts +1 -1
- package/dist/names/hollasch.d.ts.map +1 -1
- package/dist/names/hollasch.js +179 -179
- package/dist/names/hollasch.js.map +1 -1
- package/dist/names/nbs.d.ts +1 -1
- package/dist/names/nbs.d.ts.map +1 -1
- package/dist/names/nbs.js +266 -266
- package/dist/names/nbs.js.map +1 -1
- package/dist/names/ntc.d.ts +1 -1
- package/dist/names/ntc.d.ts.map +1 -1
- package/dist/names/ntc.js +1519 -1519
- package/dist/names/ntc.js.map +1 -1
- package/dist/names/resene.d.ts +1 -1
- package/dist/names/resene.d.ts.map +1 -1
- package/dist/names/resene.js +1331 -1331
- package/dist/names/resene.js.map +1 -1
- package/dist/names/tcapi.d.ts +1 -1
- package/dist/names/tcapi.d.ts.map +1 -1
- package/dist/names/tcapi.js +1840 -1840
- package/dist/names/tcapi.js.map +1 -1
- package/dist/names/x11.d.ts +1 -1
- package/dist/names/x11.d.ts.map +1 -1
- package/dist/names/x11.js +445 -445
- package/dist/names/x11.js.map +1 -1
- package/dist/names/xkcd.d.ts +1 -1
- package/dist/names/xkcd.d.ts.map +1 -1
- package/dist/names/xkcd.js +897 -897
- package/dist/names/xkcd.js.map +1 -1
- package/dist/palette/analogous.d.ts +28 -0
- package/dist/palette/analogous.d.ts.map +1 -0
- package/dist/palette/analogous.js +15 -0
- package/dist/palette/analogous.js.map +1 -0
- package/dist/palette/analogousLch.d.ts +19 -0
- package/dist/palette/analogousLch.d.ts.map +1 -0
- package/dist/palette/analogousLch.js +15 -0
- package/dist/palette/analogousLch.js.map +1 -0
- package/dist/palette/complement.d.ts +28 -0
- package/dist/palette/complement.d.ts.map +1 -0
- package/dist/palette/complement.js +15 -0
- package/dist/palette/complement.js.map +1 -0
- package/dist/palette/complementLch.d.ts +19 -0
- package/dist/palette/complementLch.d.ts.map +1 -0
- package/dist/palette/complementLch.js +15 -0
- package/dist/palette/complementLch.js.map +1 -0
- package/dist/palette/splitComplement.d.ts +28 -0
- package/dist/palette/splitComplement.d.ts.map +1 -0
- package/dist/palette/splitComplement.js +15 -0
- package/dist/palette/splitComplement.js.map +1 -0
- package/dist/palette/splitComplementLch.d.ts +19 -0
- package/dist/palette/splitComplementLch.d.ts.map +1 -0
- package/dist/palette/splitComplementLch.js +15 -0
- package/dist/palette/splitComplementLch.js.map +1 -0
- package/dist/types/Adobe.d.ts.map +1 -1
- package/dist/types/Cmy.d.ts.map +1 -1
- package/dist/types/Cmyk.d.ts.map +1 -1
- package/dist/types/Hsi.d.ts +15 -0
- package/dist/types/Hsi.d.ts.map +1 -0
- package/dist/types/Hsi.js +2 -0
- package/dist/types/Hsi.js.map +1 -0
- package/dist/types/Hsl.d.ts +1 -1
- package/dist/types/Hsl.d.ts.map +1 -1
- package/dist/types/Hsv.d.ts +1 -1
- package/dist/types/Hsv.d.ts.map +1 -1
- package/dist/types/Hunter.d.ts.map +1 -1
- package/dist/types/Lab.d.ts +2 -2
- package/dist/types/Lab.d.ts.map +1 -1
- package/dist/types/Lchab.d.ts +15 -0
- package/dist/types/Lchab.d.ts.map +1 -0
- package/dist/types/Lchab.js +2 -0
- package/dist/types/Lchab.js.map +1 -0
- package/dist/types/Lchuv.d.ts +15 -0
- package/dist/types/Lchuv.d.ts.map +1 -0
- package/dist/types/Lchuv.js +2 -0
- package/dist/types/Lchuv.js.map +1 -0
- package/dist/types/Luv.d.ts +1 -1
- package/dist/types/Luv.d.ts.map +1 -1
- package/dist/types/Rgb.d.ts.map +1 -1
- package/dist/types/Xyz.d.ts.map +1 -1
- package/dist/types/Yxy.d.ts.map +1 -1
- package/dist/utility/StandardIlluminant.d.ts.map +1 -1
- package/dist/utility/StandardIlluminant.js.map +1 -1
- package/dist/utility/contrast.d.ts +1 -1
- package/dist/utility/contrast.d.ts.map +1 -1
- package/dist/utility/contrast.js.map +1 -1
- package/dist/utility/getReference.d.ts +2 -2
- package/dist/utility/getReference.d.ts.map +1 -1
- package/dist/utility/getReference.js +39 -39
- package/dist/utility/getReference.js.map +1 -1
- package/dist/utility/isWebSafe.d.ts +10 -0
- package/dist/utility/isWebSafe.d.ts.map +1 -0
- package/dist/utility/isWebSafe.js +11 -0
- package/dist/utility/isWebSafe.js.map +1 -0
- package/dist/utility/relativeLuminance.d.ts +1 -1
- package/dist/utility/relativeLuminance.d.ts.map +1 -1
- package/dist/utility/relativeLuminance.js.map +1 -1
- package/package.json +34 -36
- package/src/{utility → convert}/adobeToXyz.ts +10 -4
- package/src/{utility → convert}/cmyToCmyk.ts +5 -4
- package/src/{utility → convert}/cmyToRgb.ts +3 -1
- package/src/{utility → convert}/cmykToCmy.ts +3 -2
- package/src/{utility → convert}/hexToRgb.ts +1 -1
- package/src/{utility → convert}/hslToRgb.ts +11 -7
- package/src/{utility → convert}/hsvToRgb.ts +4 -3
- package/src/{utility → convert}/hunterToXyz.ts +13 -10
- package/src/convert/labToLch.ts +40 -0
- package/src/{utility → convert}/labToXyz.ts +13 -8
- package/src/convert/lchToLab.ts +34 -0
- package/src/{utility → convert}/luvToXyz.ts +11 -9
- package/src/{utility → convert}/rgbToCmy.ts +3 -1
- package/src/{utility → convert}/rgbToHex.ts +6 -2
- package/src/convert/rgbToHsi.ts +45 -0
- package/src/convert/rgbToHsl.ts +46 -0
- package/src/{utility → convert}/rgbToHsv.ts +16 -13
- package/src/{utility → convert}/rgbToXyz.ts +13 -4
- package/src/convert/xyzToAdobe.ts +25 -0
- package/src/{utility → convert}/xyzToHunter.ts +14 -11
- package/src/{utility → convert}/xyzToLab.ts +14 -8
- package/src/{utility → convert}/xyzToLuv.ts +13 -11
- package/src/{utility → convert}/xyzToRgb.ts +12 -4
- package/src/{utility → convert}/xyzToYxy.ts +5 -4
- package/src/{utility → convert}/yxyToXyz.ts +5 -4
- package/src/{utility → delta}/deltaC.ts +12 -5
- package/src/{utility → delta}/deltaCmc.ts +14 -12
- package/src/{utility → delta}/deltaE00.ts +23 -20
- package/src/{utility → delta}/deltaE76.ts +12 -5
- package/src/{utility → delta}/deltaE94.ts +9 -10
- package/src/{utility → delta}/deltaH.ts +15 -9
- package/src/index.ts +47 -31
- package/src/names/bang.ts +476 -472
- package/src/names/cne.ts +848 -844
- package/src/names/crayola.ts +115 -111
- package/src/names/getName.ts +7 -6
- package/src/names/hollasch.ts +184 -180
- package/src/names/nbs.ts +271 -267
- package/src/names/ntc.ts +1524 -1520
- package/src/names/resene.ts +1336 -1332
- package/src/names/tcapi.ts +1845 -1841
- package/src/names/x11.ts +450 -446
- package/src/names/xkcd.ts +902 -898
- package/src/palette/analogous.ts +61 -0
- package/src/palette/analogousLch.ts +49 -0
- package/src/palette/complement.ts +65 -0
- package/src/palette/complementLch.ts +50 -0
- package/src/palette/splitComplement.ts +61 -0
- package/src/palette/splitComplementLch.ts +48 -0
- package/src/types/Adobe.ts +3 -0
- package/src/types/Cmy.ts +3 -0
- package/src/types/Cmyk.ts +4 -0
- package/src/types/Hsi.ts +20 -0
- package/src/types/Hsl.ts +4 -1
- package/src/types/Hsv.ts +4 -1
- package/src/types/Hunter.ts +3 -0
- package/src/types/Lab.ts +5 -2
- package/src/types/Lchab.ts +20 -0
- package/src/types/Lchuv.ts +20 -0
- package/src/types/Luv.ts +4 -1
- package/src/types/Rgb.ts +3 -0
- package/src/types/Xyz.ts +3 -0
- package/src/types/Yxy.ts +3 -0
- package/src/utility/StandardIlluminant.ts +40 -40
- package/src/utility/contrast.ts +5 -1
- package/src/utility/getReference.ts +42 -41
- package/src/utility/isWebSafe.ts +14 -0
- package/src/utility/relativeLuminance.ts +2 -2
- package/dist/types/Lch.d.ts +0 -16
- package/dist/types/Lch.d.ts.map +0 -1
- package/dist/types/Lch.js +0 -2
- package/dist/types/Lch.js.map +0 -1
- package/dist/utility/adobeToXyz.d.ts.map +0 -1
- package/dist/utility/adobeToXyz.js.map +0 -1
- package/dist/utility/cmyToCmyk.d.ts.map +0 -1
- package/dist/utility/cmyToCmyk.js.map +0 -1
- package/dist/utility/cmyToRgb.d.ts.map +0 -1
- package/dist/utility/cmyToRgb.js.map +0 -1
- package/dist/utility/cmykToCmy.d.ts.map +0 -1
- package/dist/utility/cmykToCmy.js.map +0 -1
- package/dist/utility/deltaC.d.ts.map +0 -1
- package/dist/utility/deltaCmc.d.ts.map +0 -1
- package/dist/utility/deltaCmc.js.map +0 -1
- package/dist/utility/deltaE00.d.ts.map +0 -1
- package/dist/utility/deltaE00.js.map +0 -1
- package/dist/utility/deltaE76.d.ts.map +0 -1
- package/dist/utility/deltaE94.d.ts.map +0 -1
- package/dist/utility/deltaE94.js.map +0 -1
- package/dist/utility/deltaH.d.ts.map +0 -1
- package/dist/utility/deltaH.js.map +0 -1
- package/dist/utility/hexToRgb.d.ts.map +0 -1
- package/dist/utility/hslToRgb.d.ts.map +0 -1
- package/dist/utility/hslToRgb.js.map +0 -1
- package/dist/utility/hsvToRgb.d.ts.map +0 -1
- package/dist/utility/hsvToRgb.js.map +0 -1
- package/dist/utility/hunterToXyz.d.ts.map +0 -1
- package/dist/utility/hunterToXyz.js.map +0 -1
- package/dist/utility/labToLch.d.ts +0 -11
- package/dist/utility/labToLch.d.ts.map +0 -1
- package/dist/utility/labToLch.js +0 -19
- package/dist/utility/labToLch.js.map +0 -1
- package/dist/utility/labToXyz.d.ts.map +0 -1
- package/dist/utility/labToXyz.js.map +0 -1
- package/dist/utility/lchToLab.d.ts +0 -11
- package/dist/utility/lchToLab.d.ts.map +0 -1
- package/dist/utility/lchToLab.js +0 -14
- package/dist/utility/lchToLab.js.map +0 -1
- package/dist/utility/luvToXyz.d.ts.map +0 -1
- package/dist/utility/luvToXyz.js.map +0 -1
- package/dist/utility/rgbToCmy.d.ts.map +0 -1
- package/dist/utility/rgbToCmy.js.map +0 -1
- package/dist/utility/rgbToHex.js.map +0 -1
- package/dist/utility/rgbToHsl.d.ts.map +0 -1
- package/dist/utility/rgbToHsl.js +0 -31
- package/dist/utility/rgbToHsl.js.map +0 -1
- package/dist/utility/rgbToHsv.d.ts.map +0 -1
- package/dist/utility/rgbToHsv.js.map +0 -1
- package/dist/utility/rgbToXyz.d.ts.map +0 -1
- package/dist/utility/rgbToXyz.js.map +0 -1
- package/dist/utility/xyzToAdobe.d.ts.map +0 -1
- package/dist/utility/xyzToAdobe.js.map +0 -1
- package/dist/utility/xyzToHunter.d.ts.map +0 -1
- package/dist/utility/xyzToHunter.js.map +0 -1
- package/dist/utility/xyzToLab.d.ts.map +0 -1
- package/dist/utility/xyzToLab.js.map +0 -1
- package/dist/utility/xyzToLuv.d.ts.map +0 -1
- package/dist/utility/xyzToLuv.js.map +0 -1
- package/dist/utility/xyzToRgb.d.ts.map +0 -1
- package/dist/utility/xyzToRgb.js.map +0 -1
- package/dist/utility/xyzToYxy.d.ts.map +0 -1
- package/dist/utility/xyzToYxy.js.map +0 -1
- package/dist/utility/yxyToXyz.d.ts.map +0 -1
- package/dist/utility/yxyToXyz.js.map +0 -1
- package/src/types/Lch.ts +0 -18
- package/src/utility/labToLch.ts +0 -24
- package/src/utility/lchToLab.ts +0 -18
- package/src/utility/rgbToHsl.ts +0 -38
- package/src/utility/xyzToAdobe.ts +0 -20
- /package/dist/{utility → convert}/cmyToRgb.js +0 -0
- /package/dist/{utility → convert}/hexToRgb.js +0 -0
- /package/dist/{utility → convert}/rgbToCmy.js +0 -0
- /package/dist/{utility → delta}/deltaC.js +0 -0
- /package/dist/{utility → delta}/deltaE76.js +0 -0
package/dist/names/xkcd.js
CHANGED
|
@@ -1,932 +1,932 @@
|
|
|
1
|
-
import fromHex from "../
|
|
1
|
+
import fromHex from "../convert/hexToRgb.js";
|
|
2
2
|
/**
|
|
3
3
|
* XKCD Color Name Survey. Better than the Color Naming Experiment and X11 for surface colors, but many of its colors will not print faithfully. Some color names contain profanity.
|
|
4
4
|
* @see {@link https://people.csail.mit.edu/jaffer/Color/Dictionaries#xkcd | Color-Name Dictionaries}
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
7
|
const xkcd = new Map([
|
|
8
|
-
["
|
|
9
|
-
["
|
|
10
|
-
["windowsblue", fromHex(0x3778bf)],
|
|
11
|
-
["bluish", fromHex(0x2976bb)],
|
|
12
|
-
["flatblue", fromHex(0x3c73a8)],
|
|
13
|
-
["niceblue", fromHex(0x107ab0)],
|
|
14
|
-
["peacockblue", fromHex(0x016795)],
|
|
15
|
-
["prussianblue", fromHex(0x004577)],
|
|
16
|
-
["deepseablue", fromHex(0x015482)],
|
|
17
|
-
["lightnavy", fromHex(0x155084)],
|
|
18
|
-
["lightnavyblue", fromHex(0x2e5a88)],
|
|
19
|
-
["darkslateblue", fromHex(0x214761)],
|
|
20
|
-
["darkgreyblue", fromHex(0x29465b)],
|
|
21
|
-
["slategrey", fromHex(0x59656d)],
|
|
22
|
-
["slate", fromHex(0x516572)],
|
|
23
|
-
["metallicblue", fromHex(0x4f738e)],
|
|
24
|
-
["cadetblue", fromHex(0x4e7496)],
|
|
25
|
-
["stormyblue", fromHex(0x507b9c)],
|
|
26
|
-
["dullblue", fromHex(0x49759c)],
|
|
27
|
-
["mutedblue", fromHex(0x3b719f)],
|
|
28
|
-
["denim", fromHex(0x3b638c)],
|
|
29
|
-
["uglyblue", fromHex(0x31668a)],
|
|
30
|
-
["seablue", fromHex(0x047495)],
|
|
31
|
-
["oceanblue", fromHex(0x03719c)],
|
|
32
|
-
["darkaqua", fromHex(0x05696b)],
|
|
33
|
-
["darkaquamarine", fromHex(0x017371)],
|
|
34
|
-
["deepturquoise", fromHex(0x017374)],
|
|
35
|
-
["deepaqua", fromHex(0x08787f)],
|
|
36
|
-
["ocean", fromHex(0x017b92)],
|
|
37
|
-
["petrol", fromHex(0x005f6a)],
|
|
38
|
-
["deepteal", fromHex(0x00555a)],
|
|
39
|
-
["darkteal", fromHex(0x014d4e)],
|
|
40
|
-
["brightcyan", fromHex(0x41fdfe)],
|
|
41
|
-
["cyan", fromHex(0x00ffff)],
|
|
42
|
-
["brightlightblue", fromHex(0x26f7fd)],
|
|
43
|
-
["brightaqua", fromHex(0x0bf9ea)],
|
|
44
|
-
["brightturquoise", fromHex(0x0ffef9)],
|
|
45
|
-
["lightcyan", fromHex(0xacfffc)],
|
|
46
|
-
["robinseggblue", fromHex(0x98eff9)],
|
|
47
|
-
["robineggblue", fromHex(0x8af1fe)],
|
|
48
|
-
["lightskyblue", fromHex(0xc6fcff)],
|
|
49
|
-
["paleskyblue", fromHex(0xbdf6fe)],
|
|
50
|
-
["babyblue", fromHex(0xa2cffe)],
|
|
51
|
-
["powderblue", fromHex(0xb1d1fc)],
|
|
52
|
-
["lightblue", fromHex(0x7bc8f6)],
|
|
53
|
-
["lightbluegrey", fromHex(0xb7c9e2)],
|
|
54
|
-
["sky", fromHex(0x82cafc)],
|
|
55
|
-
["brightskyblue", fromHex(0x02ccfe)],
|
|
56
|
-
["neonblue", fromHex(0x04d9ff)],
|
|
57
|
-
["aquablue", fromHex(0x02d8e9)],
|
|
58
|
-
["robinsegg", fromHex(0x6dedfd)],
|
|
59
|
-
["turquoiseblue", fromHex(0x06b1c4)],
|
|
60
|
-
["skyblue", fromHex(0x75bbfd)],
|
|
61
|
-
["carolinablue", fromHex(0x8ab8fe)],
|
|
62
|
-
["lightgreyblue", fromHex(0x9dbcd4)],
|
|
63
|
-
["bluegrey", fromHex(0x85a3b2)],
|
|
64
|
-
["blueygrey", fromHex(0x89a0b0)],
|
|
65
|
-
["fadedblue", fromHex(0x658cbb)],
|
|
66
|
-
["bluishgrey", fromHex(0x748b97)],
|
|
67
|
-
["dirtyblue", fromHex(0x3f829d)],
|
|
68
|
-
["greyblue", fromHex(0x647d8e)],
|
|
69
|
-
["steel", fromHex(0x738595)],
|
|
70
|
-
["steelgrey", fromHex(0x6f828a)],
|
|
71
|
-
["battleshipgrey", fromHex(0x6b7c85)],
|
|
72
|
-
["slateblue", fromHex(0x5b7c99)],
|
|
73
|
-
["steelblue", fromHex(0x5a7d9a)],
|
|
74
|
-
["greyishblue", fromHex(0x5e819d)],
|
|
75
|
-
["offblue", fromHex(0x5684ae)],
|
|
76
|
-
["dustyblue", fromHex(0x5a86ad)],
|
|
77
|
-
["coolblue", fromHex(0x4984b8)],
|
|
78
|
-
["azure", fromHex(0x069af3)],
|
|
79
|
-
["cerulean", fromHex(0x0485d1)],
|
|
80
|
-
["waterblue", fromHex(0x0e87cc)],
|
|
81
|
-
["tealblue", fromHex(0x01889f)],
|
|
82
|
-
["darkcyan", fromHex(0x0a888a)],
|
|
83
|
-
["greenishblue", fromHex(0x0b8b87)],
|
|
84
|
-
["emerald", fromHex(0x01a049)],
|
|
85
|
-
["greenish", fromHex(0x40a368)],
|
|
86
|
-
["kelleygreen", fromHex(0x009337)],
|
|
87
|
-
["midgreen", fromHex(0x50a747)],
|
|
88
|
-
["darkpastelgreen", fromHex(0x56ae57)],
|
|
89
|
-
["mediumgreen", fromHex(0x39ad48)],
|
|
90
|
-
["shamrock", fromHex(0x01b44c)],
|
|
91
|
-
["coolgreen", fromHex(0x33b864)],
|
|
92
|
-
["darkmint", fromHex(0x48c072)],
|
|
93
|
-
["seaweed", fromHex(0x18d17b)],
|
|
94
|
-
["darkmintgreen", fromHex(0x20c073)],
|
|
95
|
-
["algaegreen", fromHex(0x21c36f)],
|
|
96
|
-
["jadegreen", fromHex(0x2baf6a)],
|
|
97
|
-
["seaweedgreen", fromHex(0x35ad6b)],
|
|
98
|
-
["greenteal", fromHex(0x0cb577)],
|
|
99
|
-
["darkseafoamgreen", fromHex(0x3eaf76)],
|
|
100
|
-
["darkseafoam", fromHex(0x1fb57a)],
|
|
101
|
-
["blueygreen", fromHex(0x2bb179)],
|
|
102
|
-
["greenishteal", fromHex(0x32bf84)],
|
|
103
|
-
["greenblue", fromHex(0x01c08d)],
|
|
104
|
-
["turquoise", fromHex(0x06c2ac)],
|
|
105
|
-
["tealish", fromHex(0x24bca8)],
|
|
106
|
-
["jade", fromHex(0x1fa774)],
|
|
107
|
-
["tealgreen", fromHex(0x25a36f)],
|
|
108
|
-
["bluishgreen", fromHex(0x10a674)],
|
|
109
|
-
["teal", fromHex(0x029386)],
|
|
110
|
-
["dustyteal", fromHex(0x4c9085)],
|
|
111
|
-
["sea", fromHex(0x3c9992)],
|
|
112
|
-
["greyteal", fromHex(0x5e9b8a)],
|
|
113
|
-
["dullteal", fromHex(0x5f9e8f)],
|
|
114
|
-
["bluegreen", fromHex(0x0f9b8e)],
|
|
115
|
-
["oceangreen", fromHex(0x3d9973)],
|
|
116
|
-
["greenygrey", fromHex(0x7ea07a)],
|
|
117
|
-
["slategreen", fromHex(0x658d6d)],
|
|
118
|
-
["viridian", fromHex(0x1e9167)],
|
|
119
|
-
["lightforestgreen", fromHex(0x4f9153)],
|
|
120
|
-
["flatgreen", fromHex(0x699d4c)],
|
|
121
|
-
["offgreen", fromHex(0x6ba353)],
|
|
122
|
-
["mutedgreen", fromHex(0x5fa052)],
|
|
123
|
-
["ferngreen", fromHex(0x548d44)],
|
|
124
|
-
["mossgreen", fromHex(0x658b38)],
|
|
125
|
-
["swamp", fromHex(0x698339)],
|
|
126
|
-
["khakigreen", fromHex(0x728639)],
|
|
127
|
-
["moss", fromHex(0x769958)],
|
|
128
|
-
["drabgreen", fromHex(0x749551)],
|
|
129
|
-
["darksage", fromHex(0x598556)],
|
|
130
|
-
["camo", fromHex(0x7f8f4e)],
|
|
131
|
-
["drab", fromHex(0x828344)],
|
|
132
|
-
["darkkhaki", fromHex(0x9b8f55)],
|
|
133
|
-
["darkbeige", fromHex(0xac9362)],
|
|
134
|
-
["darksand", fromHex(0xa88f59)],
|
|
135
|
-
["brownishgrey", fromHex(0x86775f)],
|
|
136
|
-
["browngrey", fromHex(0x8d8468)],
|
|
137
|
-
["mediumgrey", fromHex(0x7d7f7c)],
|
|
138
|
-
["greengrey", fromHex(0x77926f)],
|
|
139
|
-
["greyishteal", fromHex(0x719f91)],
|
|
140
|
-
["grey", fromHex(0x929591)],
|
|
141
|
-
["warmgrey", fromHex(0x978a84)],
|
|
142
|
-
["stone", fromHex(0xada587)],
|
|
143
|
-
["bland", fromHex(0xafa88b)],
|
|
144
|
-
["greyish", fromHex(0xa8a495)],
|
|
145
|
-
["cement", fromHex(0xa5a391)],
|
|
146
|
-
["coolgrey", fromHex(0x95a3a6)],
|
|
147
|
-
["greygreen", fromHex(0x86a17d)],
|
|
148
|
-
["greenishgrey", fromHex(0x96ae8d)],
|
|
149
|
-
["toupe", fromHex(0xc7ac7d)],
|
|
150
|
-
["putty", fromHex(0xbeae8a)],
|
|
151
|
-
["taupe", fromHex(0xb9a281)],
|
|
152
|
-
["dust", fromHex(0xb2996e)],
|
|
153
|
-
["sandybrown", fromHex(0xc4a661)],
|
|
154
|
-
["desert", fromHex(0xccad60)],
|
|
155
|
-
["tan", fromHex(0xd1b26f)],
|
|
156
|
-
["sandstone", fromHex(0xc9ae74)],
|
|
157
|
-
["khaki", fromHex(0xaaa662)],
|
|
158
|
-
["lichen", fromHex(0x8fb67b)],
|
|
159
|
-
["sage", fromHex(0x87ae73)],
|
|
160
|
-
["sagegreen", fromHex(0x88b378)],
|
|
161
|
-
["fadedgreen", fromHex(0x7bb274)],
|
|
162
|
-
["dustygreen", fromHex(0x76a973)],
|
|
163
|
-
["dullgreen", fromHex(0x74a662)],
|
|
164
|
-
["lightolive", fromHex(0xacbf69)],
|
|
165
|
-
["tangreen", fromHex(0xa9be70)],
|
|
166
|
-
["fern", fromHex(0x63a950)],
|
|
167
|
-
["asparagus", fromHex(0x77ab56)],
|
|
168
|
-
["boringgreen", fromHex(0x63b365)],
|
|
8
|
+
["acid green", fromHex(0x8ffe09)],
|
|
9
|
+
["adobe", fromHex(0xbd6c48)],
|
|
169
10
|
["algae", fromHex(0x54ac68)],
|
|
170
|
-
["
|
|
171
|
-
["
|
|
172
|
-
["
|
|
173
|
-
["
|
|
174
|
-
["
|
|
175
|
-
["
|
|
176
|
-
["
|
|
177
|
-
["lightteal", fromHex(0x90e4c1)],
|
|
178
|
-
["hospitalgreen", fromHex(0x9be5aa)],
|
|
179
|
-
["paleolivegreen", fromHex(0xb1d27b)],
|
|
180
|
-
["lightmossgreen", fromHex(0xa6c875)],
|
|
181
|
-
["lightgreygreen", fromHex(0xb7e1a1)],
|
|
182
|
-
["greenishbeige", fromHex(0xc9d179)],
|
|
183
|
-
["paleolive", fromHex(0xb9cc81)],
|
|
184
|
-
["greenishtan", fromHex(0xbccb7a)],
|
|
185
|
-
["sand", fromHex(0xe2ca76)],
|
|
186
|
-
["beige", fromHex(0xe6daa6)],
|
|
187
|
-
["verylightbrown", fromHex(0xd3b683)],
|
|
188
|
-
["silver", fromHex(0xc5c9c7)],
|
|
189
|
-
["lightgrey", fromHex(0xd8dcd6)],
|
|
190
|
-
["ice", fromHex(0xd6fffa)],
|
|
191
|
-
["paleblue", fromHex(0xd0fefe)],
|
|
192
|
-
["reallylightblue", fromHex(0xd4ffff)],
|
|
193
|
-
["verylightblue", fromHex(0xd5ffff)],
|
|
194
|
-
["verypaleblue", fromHex(0xd6fffe)],
|
|
195
|
-
["lightlightblue", fromHex(0xcafffb)],
|
|
196
|
-
["iceblue", fromHex(0xd7fffe)],
|
|
197
|
-
["white", fromHex(0xffffff)],
|
|
198
|
-
["palegrey", fromHex(0xfdfdfe)],
|
|
199
|
-
["verylightpink", fromHex(0xfff4f2)],
|
|
200
|
-
["offwhite", fromHex(0xffffe4)],
|
|
201
|
-
["pale", fromHex(0xfff9d0)],
|
|
202
|
-
["palepeach", fromHex(0xffe5ad)],
|
|
203
|
-
["lighttan", fromHex(0xfbeeac)],
|
|
204
|
-
["darkcream", fromHex(0xfff39a)],
|
|
205
|
-
["buff", fromHex(0xfef69e)],
|
|
206
|
-
["parchment", fromHex(0xfefcaf)],
|
|
207
|
-
["creme", fromHex(0xffffb6)],
|
|
208
|
-
["lightbeige", fromHex(0xfffeb6)],
|
|
209
|
-
["lightkhaki", fromHex(0xe6f2a2)],
|
|
210
|
-
["ecru", fromHex(0xfeffca)],
|
|
211
|
-
["ivory", fromHex(0xffffcb)],
|
|
212
|
-
["eggshell", fromHex(0xfffcc4)],
|
|
213
|
-
["cream", fromHex(0xffffc2)],
|
|
214
|
-
["palegreen", fromHex(0xc7fdb5)],
|
|
215
|
-
["verylightgreen", fromHex(0xd1ffbd)],
|
|
216
|
-
["verypalegreen", fromHex(0xcffdbc)],
|
|
217
|
-
["lightsage", fromHex(0xbcecac)],
|
|
218
|
-
["palelightgreen", fromHex(0xb1fc99)],
|
|
219
|
-
["celery", fromHex(0xc1fd95)],
|
|
220
|
-
["teagreen", fromHex(0xbdf8a3)],
|
|
221
|
-
["lightpastelgreen", fromHex(0xb2fba5)],
|
|
222
|
-
["lightmintgreen", fromHex(0xa6fbb2)],
|
|
223
|
-
["lightseafoamgreen", fromHex(0xa7ffb5)],
|
|
224
|
-
["celadon", fromHex(0xbefdb7)],
|
|
225
|
-
["washedoutgreen", fromHex(0xbcf5a6)],
|
|
226
|
-
["lightmint", fromHex(0xb6ffbb)],
|
|
227
|
-
["lightseafoam", fromHex(0xa0febf)],
|
|
228
|
-
["lightlightgreen", fromHex(0xc8ffb0)],
|
|
229
|
-
["paleturquoise", fromHex(0xa5fbd5)],
|
|
230
|
-
["tiffanyblue", fromHex(0x7bf2da)],
|
|
231
|
-
["lightaqua", fromHex(0x8cffdb)],
|
|
232
|
-
["paleaqua", fromHex(0xb8ffeb)],
|
|
233
|
-
["duckeggblue", fromHex(0xc3fbf4)],
|
|
234
|
-
["palecyan", fromHex(0xb7fffa)],
|
|
235
|
-
["eggshellblue", fromHex(0xc4fff7)],
|
|
236
|
-
["lightturquoise", fromHex(0x7ef4cc)],
|
|
237
|
-
["lightaquamarine", fromHex(0x7bfdc7)],
|
|
238
|
-
["brightteal", fromHex(0x01f9c6)],
|
|
11
|
+
["algae green", fromHex(0x21c36f)],
|
|
12
|
+
["almost black", fromHex(0x070d0d)],
|
|
13
|
+
["amber", fromHex(0xfeb308)],
|
|
14
|
+
["amethyst", fromHex(0x9b5fc0)],
|
|
15
|
+
["apple", fromHex(0x6ecb3c)],
|
|
16
|
+
["apple green", fromHex(0x76cd26)],
|
|
17
|
+
["apricot", fromHex(0xffb16d)],
|
|
239
18
|
["aqua", fromHex(0x13eac9)],
|
|
19
|
+
["aqua blue", fromHex(0x02d8e9)],
|
|
20
|
+
["aqua green", fromHex(0x12e193)],
|
|
240
21
|
["aquamarine", fromHex(0x2ee8bb)],
|
|
241
|
-
["
|
|
242
|
-
["
|
|
243
|
-
["
|
|
244
|
-
["
|
|
245
|
-
["
|
|
246
|
-
["
|
|
247
|
-
["
|
|
248
|
-
["
|
|
249
|
-
["
|
|
250
|
-
["
|
|
251
|
-
["
|
|
252
|
-
["
|
|
253
|
-
["
|
|
254
|
-
["
|
|
255
|
-
["
|
|
256
|
-
["
|
|
257
|
-
["
|
|
258
|
-
["
|
|
259
|
-
["mint", fromHex(0x9ffeb0)],
|
|
260
|
-
["babygreen", fromHex(0x8cff9e)],
|
|
261
|
-
["mintgreen", fromHex(0x8fff9f)],
|
|
262
|
-
["pastelgreen", fromHex(0xb0ff9d)],
|
|
263
|
-
["springgreen", fromHex(0xa9f971)],
|
|
264
|
-
["lightlime", fromHex(0xaefd6c)],
|
|
265
|
-
["keylime", fromHex(0xaeff6e)],
|
|
266
|
-
["lightgrassgreen", fromHex(0x9af764)],
|
|
267
|
-
["palelimegreen", fromHex(0xb1ff65)],
|
|
268
|
-
["lightlimegreen", fromHex(0xb9ff66)],
|
|
269
|
-
["lightgreen", fromHex(0x76ff7b)],
|
|
270
|
-
["eastergreen", fromHex(0x8cfd7e)],
|
|
271
|
-
["brightlightgreen", fromHex(0x2dfe54)],
|
|
272
|
-
["lightbrightgreen", fromHex(0x53fe5c)],
|
|
273
|
-
["lightneongreen", fromHex(0x4efd54)],
|
|
274
|
-
["lightergreen", fromHex(0x75fd63)],
|
|
275
|
-
["spearmint", fromHex(0x1ef876)],
|
|
276
|
-
["lightishgreen", fromHex(0x61e160)],
|
|
277
|
-
["freshgreen", fromHex(0x69d84f)],
|
|
278
|
-
["kiwigreen", fromHex(0x8ee53f)],
|
|
279
|
-
["toxicgreen", fromHex(0x61de2a)],
|
|
280
|
-
["greenapple", fromHex(0x5edc1f)],
|
|
281
|
-
["kiwi", fromHex(0x9cef43)],
|
|
282
|
-
["vibrantgreen", fromHex(0x0add08)],
|
|
283
|
-
["brightgreen", fromHex(0x01ff07)],
|
|
284
|
-
["fluorescentgreen", fromHex(0x08ff08)],
|
|
285
|
-
["flurogreen", fromHex(0x0aff02)],
|
|
286
|
-
["neongreen", fromHex(0x0cff0c)],
|
|
287
|
-
["electricgreen", fromHex(0x21fc0d)],
|
|
288
|
-
["highlightergreen", fromHex(0x1bfc06)],
|
|
289
|
-
["vividgreen", fromHex(0x2fef10)],
|
|
290
|
-
["poisongreen", fromHex(0x40fd14)],
|
|
291
|
-
["radioactivegreen", fromHex(0x2cfa1f)],
|
|
292
|
-
["brightlimegreen", fromHex(0x65fe08)],
|
|
293
|
-
["brightlime", fromHex(0x87fd05)],
|
|
294
|
-
["hotgreen", fromHex(0x25ff29)],
|
|
295
|
-
["acidgreen", fromHex(0x8ffe09)],
|
|
296
|
-
["limegreen", fromHex(0x89fe05)],
|
|
297
|
-
["brightyellowgreen", fromHex(0x9dff00)],
|
|
298
|
-
["electriclime", fromHex(0xa8ff04)],
|
|
299
|
-
["lime", fromHex(0xaaff32)],
|
|
300
|
-
["chartreuse", fromHex(0xc1f80a)],
|
|
301
|
-
["lemonlime", fromHex(0xbffe28)],
|
|
302
|
-
["lemongreen", fromHex(0xadf802)],
|
|
303
|
-
["yellowgreen", fromHex(0xbbf90f)],
|
|
304
|
-
["brightyellow", fromHex(0xfffd01)],
|
|
305
|
-
["yellow", fromHex(0xffff14)],
|
|
306
|
-
["lemonyellow", fromHex(0xfdff38)],
|
|
307
|
-
["sunshineyellow", fromHex(0xfffd37)],
|
|
308
|
-
["canaryyellow", fromHex(0xfffe40)],
|
|
309
|
-
["greenishyellow", fromHex(0xcdfd02)],
|
|
310
|
-
["neonyellow", fromHex(0xcfff04)],
|
|
311
|
-
["limeyellow", fromHex(0xd0fe1d)],
|
|
312
|
-
["greenyyellow", fromHex(0xc6f808)],
|
|
313
|
-
["yellowygreen", fromHex(0xbff128)],
|
|
314
|
-
["offyellow", fromHex(0xf1f33f)],
|
|
315
|
-
["bananayellow", fromHex(0xfafe4b)],
|
|
316
|
-
["lemon", fromHex(0xfdff52)],
|
|
317
|
-
["canary", fromHex(0xfdff63)],
|
|
318
|
-
["pear", fromHex(0xcbf85f)],
|
|
319
|
-
["palelime", fromHex(0xbefd73)],
|
|
320
|
-
["lightpeagreen", fromHex(0xc4fe82)],
|
|
321
|
-
["lightyellowgreen", fromHex(0xccfd7f)],
|
|
322
|
-
["pistachio", fromHex(0xc0fa8b)],
|
|
323
|
-
["lightyellowishgreen", fromHex(0xc2ff89)],
|
|
324
|
-
["pastelyellow", fromHex(0xfffe71)],
|
|
325
|
-
["lightyellow", fromHex(0xfffe7a)],
|
|
22
|
+
["army green", fromHex(0x4b5d16)],
|
|
23
|
+
["asparagus", fromHex(0x77ab56)],
|
|
24
|
+
["aubergine", fromHex(0x3d0734)],
|
|
25
|
+
["auburn", fromHex(0x9a3001)],
|
|
26
|
+
["avocado", fromHex(0x90b134)],
|
|
27
|
+
["avocado green", fromHex(0x87a922)],
|
|
28
|
+
["azul", fromHex(0x1d5dec)],
|
|
29
|
+
["azure", fromHex(0x069af3)],
|
|
30
|
+
["baby blue", fromHex(0xa2cffe)],
|
|
31
|
+
["baby green", fromHex(0x8cff9e)],
|
|
32
|
+
["baby pink", fromHex(0xffb7ce)],
|
|
33
|
+
["baby poo", fromHex(0xab9004)],
|
|
34
|
+
["baby poop", fromHex(0x937c00)],
|
|
35
|
+
["baby poop green", fromHex(0x8f9805)],
|
|
36
|
+
["baby puke green", fromHex(0xb6c406)],
|
|
37
|
+
["baby purple", fromHex(0xca9bf7)],
|
|
38
|
+
["baby shit brown", fromHex(0xad900d)],
|
|
39
|
+
["baby shit green", fromHex(0x889717)],
|
|
326
40
|
["banana", fromHex(0xffff7e)],
|
|
41
|
+
["banana yellow", fromHex(0xfafe4b)],
|
|
42
|
+
["barbie pink", fromHex(0xfe46a5)],
|
|
43
|
+
["barf green", fromHex(0x94ac02)],
|
|
44
|
+
["barney", fromHex(0xac1db8)],
|
|
45
|
+
["barney purple", fromHex(0xa00498)],
|
|
46
|
+
["battleship grey", fromHex(0x6b7c85)],
|
|
47
|
+
["beige", fromHex(0xe6daa6)],
|
|
48
|
+
["berry", fromHex(0x990f4b)],
|
|
49
|
+
["bile", fromHex(0xb5c306)],
|
|
50
|
+
["black", fromHex(0x000000)],
|
|
51
|
+
["bland", fromHex(0xafa88b)],
|
|
52
|
+
["blood", fromHex(0x770001)],
|
|
53
|
+
["blood orange", fromHex(0xfe4b03)],
|
|
54
|
+
["blood red", fromHex(0x980002)],
|
|
55
|
+
["blue", fromHex(0x0343df)],
|
|
56
|
+
["blueberry", fromHex(0x464196)],
|
|
57
|
+
["blue blue", fromHex(0x2242c7)],
|
|
58
|
+
["blue green", fromHex(0x0f9b8e)],
|
|
59
|
+
["blue grey", fromHex(0x85a3b2)],
|
|
60
|
+
["blue purple", fromHex(0x5a06ef)],
|
|
61
|
+
["blue violet", fromHex(0x5d06e9)],
|
|
62
|
+
["blue with a hint of purple", fromHex(0x533cc6)],
|
|
63
|
+
["bluey green", fromHex(0x2bb179)],
|
|
64
|
+
["bluey grey", fromHex(0x89a0b0)],
|
|
65
|
+
["bluey purple", fromHex(0x6241c7)],
|
|
66
|
+
["bluish", fromHex(0x2976bb)],
|
|
67
|
+
["bluish green", fromHex(0x10a674)],
|
|
68
|
+
["bluish grey", fromHex(0x748b97)],
|
|
69
|
+
["bluish purple", fromHex(0x703be7)],
|
|
70
|
+
["blurple", fromHex(0x5539cc)],
|
|
71
|
+
["blush", fromHex(0xf29e8e)],
|
|
72
|
+
["blush pink", fromHex(0xfe828c)],
|
|
73
|
+
["booger", fromHex(0x9bb53c)],
|
|
74
|
+
["booger green", fromHex(0x96b403)],
|
|
75
|
+
["bordeaux", fromHex(0x7b002c)],
|
|
76
|
+
["boring green", fromHex(0x63b365)],
|
|
77
|
+
["bottle green", fromHex(0x044a05)],
|
|
78
|
+
["brick", fromHex(0xa03623)],
|
|
79
|
+
["brick orange", fromHex(0xc14a09)],
|
|
80
|
+
["brick red", fromHex(0x8f1402)],
|
|
81
|
+
["bright aqua", fromHex(0x0bf9ea)],
|
|
82
|
+
["bright blue", fromHex(0x0165fc)],
|
|
83
|
+
["bright cyan", fromHex(0x41fdfe)],
|
|
84
|
+
["bright green", fromHex(0x01ff07)],
|
|
85
|
+
["bright lavender", fromHex(0xc760ff)],
|
|
86
|
+
["bright light blue", fromHex(0x26f7fd)],
|
|
87
|
+
["bright light green", fromHex(0x2dfe54)],
|
|
88
|
+
["bright lilac", fromHex(0xc95efb)],
|
|
89
|
+
["bright lime", fromHex(0x87fd05)],
|
|
90
|
+
["bright lime green", fromHex(0x65fe08)],
|
|
91
|
+
["bright magenta", fromHex(0xff08e8)],
|
|
92
|
+
["bright olive", fromHex(0x9cbb04)],
|
|
93
|
+
["bright orange", fromHex(0xff5b00)],
|
|
94
|
+
["bright pink", fromHex(0xfe01b1)],
|
|
95
|
+
["bright purple", fromHex(0xbe03fd)],
|
|
96
|
+
["bright red", fromHex(0xff000d)],
|
|
97
|
+
["bright sea green", fromHex(0x05ffa6)],
|
|
98
|
+
["bright sky blue", fromHex(0x02ccfe)],
|
|
99
|
+
["bright teal", fromHex(0x01f9c6)],
|
|
100
|
+
["bright turquoise", fromHex(0x0ffef9)],
|
|
101
|
+
["bright violet", fromHex(0xad0afd)],
|
|
102
|
+
["bright yellow", fromHex(0xfffd01)],
|
|
103
|
+
["bright yellow green", fromHex(0x9dff00)],
|
|
104
|
+
["british racing green", fromHex(0x05480d)],
|
|
105
|
+
["bronze", fromHex(0xa87900)],
|
|
106
|
+
["brown", fromHex(0x653700)],
|
|
107
|
+
["brown green", fromHex(0x706c11)],
|
|
108
|
+
["brown grey", fromHex(0x8d8468)],
|
|
109
|
+
["brownish", fromHex(0x9c6d57)],
|
|
110
|
+
["brownish green", fromHex(0x6a6e09)],
|
|
111
|
+
["brownish grey", fromHex(0x86775f)],
|
|
112
|
+
["brownish orange", fromHex(0xcb7723)],
|
|
113
|
+
["brownish pink", fromHex(0xc27e79)],
|
|
114
|
+
["brownish purple", fromHex(0x76424e)],
|
|
115
|
+
["brownish red", fromHex(0x9e3623)],
|
|
116
|
+
["brownish yellow", fromHex(0xc9b003)],
|
|
117
|
+
["brown orange", fromHex(0xb96902)],
|
|
118
|
+
["brown red", fromHex(0x922b05)],
|
|
119
|
+
["brown yellow", fromHex(0xb29705)],
|
|
120
|
+
["browny green", fromHex(0x6f6c0a)],
|
|
121
|
+
["browny orange", fromHex(0xca6b02)],
|
|
122
|
+
["bruise", fromHex(0x7e4071)],
|
|
123
|
+
["bubble gum", fromHex(0xff6cb5)],
|
|
124
|
+
["bubble gum pink", fromHex(0xff69af)],
|
|
125
|
+
["buff", fromHex(0xfef69e)],
|
|
126
|
+
["burgundy", fromHex(0x610023)],
|
|
127
|
+
["burnt orange", fromHex(0xc04e01)],
|
|
128
|
+
["burnt red", fromHex(0x9f2305)],
|
|
129
|
+
["burnt siena", fromHex(0xb75203)],
|
|
130
|
+
["burnt sienna", fromHex(0xb04e0f)],
|
|
131
|
+
["burnt umber", fromHex(0xa0450e)],
|
|
132
|
+
["burnt yellow", fromHex(0xd5ab09)],
|
|
133
|
+
["burple", fromHex(0x6832e3)],
|
|
327
134
|
["butter", fromHex(0xffff81)],
|
|
328
|
-
["
|
|
329
|
-
["
|
|
330
|
-
["
|
|
331
|
-
["
|
|
135
|
+
["butterscotch", fromHex(0xfdb147)],
|
|
136
|
+
["butter yellow", fromHex(0xfffd74)],
|
|
137
|
+
["cadet blue", fromHex(0x4e7496)],
|
|
138
|
+
["camel", fromHex(0xc69f59)],
|
|
139
|
+
["camo", fromHex(0x7f8f4e)],
|
|
140
|
+
["camo green", fromHex(0x526525)],
|
|
141
|
+
["camouflage green", fromHex(0x4b6113)],
|
|
142
|
+
["canary", fromHex(0xfdff63)],
|
|
143
|
+
["canary yellow", fromHex(0xfffe40)],
|
|
144
|
+
["candy pink", fromHex(0xff63e9)],
|
|
145
|
+
["caramel", fromHex(0xaf6f09)],
|
|
146
|
+
["carmine", fromHex(0x9d0216)],
|
|
147
|
+
["carnation", fromHex(0xfd798f)],
|
|
148
|
+
["carnation pink", fromHex(0xff7fa7)],
|
|
149
|
+
["carolina blue", fromHex(0x8ab8fe)],
|
|
150
|
+
["celadon", fromHex(0xbefdb7)],
|
|
151
|
+
["celery", fromHex(0xc1fd95)],
|
|
152
|
+
["cement", fromHex(0xa5a391)],
|
|
153
|
+
["cerise", fromHex(0xde0c62)],
|
|
154
|
+
["cerulean", fromHex(0x0485d1)],
|
|
155
|
+
["cerulean blue", fromHex(0x056eee)],
|
|
156
|
+
["charcoal", fromHex(0x343837)],
|
|
157
|
+
["charcoal grey", fromHex(0x3c4142)],
|
|
158
|
+
["chartreuse", fromHex(0xc1f80a)],
|
|
159
|
+
["cherry", fromHex(0xcf0234)],
|
|
160
|
+
["cherry red", fromHex(0xf7022a)],
|
|
161
|
+
["chestnut", fromHex(0x742802)],
|
|
162
|
+
["chocolate", fromHex(0x3d1c02)],
|
|
163
|
+
["chocolate brown", fromHex(0x411900)],
|
|
164
|
+
["cinnamon", fromHex(0xac4f06)],
|
|
165
|
+
["claret", fromHex(0x680018)],
|
|
166
|
+
["clay", fromHex(0xb66a50)],
|
|
167
|
+
["clay brown", fromHex(0xb2713d)],
|
|
168
|
+
["clear blue", fromHex(0x247afd)],
|
|
169
|
+
["cobalt", fromHex(0x1e488f)],
|
|
170
|
+
["cobalt blue", fromHex(0x030aa7)],
|
|
171
|
+
["cocoa", fromHex(0x875f42)],
|
|
172
|
+
["coffee", fromHex(0xa6814c)],
|
|
173
|
+
["cool blue", fromHex(0x4984b8)],
|
|
174
|
+
["cool green", fromHex(0x33b864)],
|
|
175
|
+
["cool grey", fromHex(0x95a3a6)],
|
|
176
|
+
["copper", fromHex(0xb66325)],
|
|
177
|
+
["coral", fromHex(0xfc5a50)],
|
|
178
|
+
["coral pink", fromHex(0xff6163)],
|
|
179
|
+
["cornflower", fromHex(0x6a79f7)],
|
|
180
|
+
["cornflower blue", fromHex(0x5170d7)],
|
|
181
|
+
["cranberry", fromHex(0x9e003a)],
|
|
182
|
+
["cream", fromHex(0xffffc2)],
|
|
183
|
+
["creme", fromHex(0xffffb6)],
|
|
184
|
+
["crimson", fromHex(0x8c000f)],
|
|
332
185
|
["custard", fromHex(0xfffd78)],
|
|
333
|
-
["
|
|
334
|
-
["yellowish", fromHex(0xfaee66)],
|
|
335
|
-
["sandyyellow", fromHex(0xfdee73)],
|
|
336
|
-
["manilla", fromHex(0xfffa86)],
|
|
337
|
-
["wheat", fromHex(0xfbdd7e)],
|
|
338
|
-
["yellowtan", fromHex(0xffe36e)],
|
|
339
|
-
["sandyellow", fromHex(0xfce166)],
|
|
340
|
-
["palegold", fromHex(0xfdde6c)],
|
|
341
|
-
["lightgold", fromHex(0xfddc5c)],
|
|
342
|
-
["sunnyyellow", fromHex(0xfff917)],
|
|
343
|
-
["sunyellow", fromHex(0xffdf22)],
|
|
186
|
+
["cyan", fromHex(0x00ffff)],
|
|
344
187
|
["dandelion", fromHex(0xfedf08)],
|
|
345
|
-
["
|
|
346
|
-
["
|
|
347
|
-
["
|
|
348
|
-
["
|
|
349
|
-
["
|
|
350
|
-
["
|
|
351
|
-
["
|
|
352
|
-
["
|
|
353
|
-
["
|
|
354
|
-
["
|
|
355
|
-
["
|
|
356
|
-
["
|
|
357
|
-
["
|
|
358
|
-
["
|
|
359
|
-
["
|
|
360
|
-
["
|
|
361
|
-
["
|
|
362
|
-
["
|
|
363
|
-
["
|
|
364
|
-
["
|
|
365
|
-
["
|
|
366
|
-
["
|
|
367
|
-
["
|
|
368
|
-
["
|
|
369
|
-
["
|
|
370
|
-
["
|
|
371
|
-
["
|
|
372
|
-
["
|
|
373
|
-
["
|
|
374
|
-
["
|
|
375
|
-
["
|
|
376
|
-
["
|
|
377
|
-
["
|
|
378
|
-
["
|
|
379
|
-
["
|
|
380
|
-
["
|
|
381
|
-
["
|
|
382
|
-
["
|
|
383
|
-
["
|
|
384
|
-
["
|
|
385
|
-
["
|
|
386
|
-
["
|
|
387
|
-
["
|
|
388
|
-
["
|
|
389
|
-
["
|
|
390
|
-
["
|
|
391
|
-
["
|
|
392
|
-
["
|
|
393
|
-
["
|
|
394
|
-
["
|
|
395
|
-
["
|
|
396
|
-
["
|
|
397
|
-
["
|
|
398
|
-
["
|
|
188
|
+
["dark", fromHex(0x1b2431)],
|
|
189
|
+
["dark aqua", fromHex(0x05696b)],
|
|
190
|
+
["dark aquamarine", fromHex(0x017371)],
|
|
191
|
+
["dark beige", fromHex(0xac9362)],
|
|
192
|
+
["dark blue", fromHex(0x030764)],
|
|
193
|
+
["dark blue green", fromHex(0x005249)],
|
|
194
|
+
["dark blue grey", fromHex(0x1f3b4d)],
|
|
195
|
+
["dark brown", fromHex(0x341c02)],
|
|
196
|
+
["dark coral", fromHex(0xcf524e)],
|
|
197
|
+
["dark cream", fromHex(0xfff39a)],
|
|
198
|
+
["dark cyan", fromHex(0x0a888a)],
|
|
199
|
+
["dark forest green", fromHex(0x002d04)],
|
|
200
|
+
["dark fuchsia", fromHex(0x9d0759)],
|
|
201
|
+
["dark gold", fromHex(0xb59410)],
|
|
202
|
+
["dark grass green", fromHex(0x388004)],
|
|
203
|
+
["dark green", fromHex(0x054907)],
|
|
204
|
+
["dark green blue", fromHex(0x1f6357)],
|
|
205
|
+
["dark grey", fromHex(0x363737)],
|
|
206
|
+
["dark grey blue", fromHex(0x29465b)],
|
|
207
|
+
["dark hot pink", fromHex(0xd90166)],
|
|
208
|
+
["dark indigo", fromHex(0x1f0954)],
|
|
209
|
+
["darkish blue", fromHex(0x014182)],
|
|
210
|
+
["darkish green", fromHex(0x287c37)],
|
|
211
|
+
["darkish pink", fromHex(0xda467d)],
|
|
212
|
+
["darkish purple", fromHex(0x751973)],
|
|
213
|
+
["darkish red", fromHex(0xa90308)],
|
|
214
|
+
["dark khaki", fromHex(0x9b8f55)],
|
|
215
|
+
["dark lavender", fromHex(0x856798)],
|
|
216
|
+
["dark lilac", fromHex(0x9c6da5)],
|
|
217
|
+
["dark lime", fromHex(0x84b701)],
|
|
218
|
+
["dark lime green", fromHex(0x7ebd01)],
|
|
219
|
+
["dark magenta", fromHex(0x960056)],
|
|
220
|
+
["dark maroon", fromHex(0x3c0008)],
|
|
221
|
+
["dark mauve", fromHex(0x874c62)],
|
|
222
|
+
["dark mint", fromHex(0x48c072)],
|
|
223
|
+
["dark mint green", fromHex(0x20c073)],
|
|
224
|
+
["dark mustard", fromHex(0xa88905)],
|
|
225
|
+
["dark navy", fromHex(0x000435)],
|
|
226
|
+
["dark navy blue", fromHex(0x00022e)],
|
|
227
|
+
["dark olive", fromHex(0x373e02)],
|
|
228
|
+
["dark olive green", fromHex(0x3c4d03)],
|
|
229
|
+
["dark orange", fromHex(0xc65102)],
|
|
230
|
+
["dark pastel green", fromHex(0x56ae57)],
|
|
231
|
+
["dark peach", fromHex(0xde7e5d)],
|
|
232
|
+
["dark periwinkle", fromHex(0x665fd1)],
|
|
233
|
+
["dark pink", fromHex(0xcb416b)],
|
|
234
|
+
["dark plum", fromHex(0x3f012c)],
|
|
235
|
+
["dark purple", fromHex(0x35063e)],
|
|
236
|
+
["dark red", fromHex(0x840000)],
|
|
237
|
+
["dark rose", fromHex(0xb5485d)],
|
|
238
|
+
["dark royal blue", fromHex(0x02066f)],
|
|
239
|
+
["dark sage", fromHex(0x598556)],
|
|
240
|
+
["dark salmon", fromHex(0xc85a53)],
|
|
241
|
+
["dark sand", fromHex(0xa88f59)],
|
|
242
|
+
["dark seafoam", fromHex(0x1fb57a)],
|
|
243
|
+
["dark seafoam green", fromHex(0x3eaf76)],
|
|
244
|
+
["dark sea green", fromHex(0x11875d)],
|
|
245
|
+
["dark sky blue", fromHex(0x448ee4)],
|
|
246
|
+
["dark slate blue", fromHex(0x214761)],
|
|
247
|
+
["dark tan", fromHex(0xaf884a)],
|
|
248
|
+
["dark taupe", fromHex(0x7f684e)],
|
|
249
|
+
["dark teal", fromHex(0x014d4e)],
|
|
250
|
+
["dark turquoise", fromHex(0x045c5a)],
|
|
251
|
+
["dark violet", fromHex(0x34013f)],
|
|
252
|
+
["dark yellow", fromHex(0xd5b60a)],
|
|
253
|
+
["dark yellow green", fromHex(0x728f02)],
|
|
254
|
+
["deep aqua", fromHex(0x08787f)],
|
|
255
|
+
["deep blue", fromHex(0x040273)],
|
|
256
|
+
["deep brown", fromHex(0x410200)],
|
|
257
|
+
["deep green", fromHex(0x02590f)],
|
|
258
|
+
["deep lavender", fromHex(0x8d5eb7)],
|
|
259
|
+
["deep lilac", fromHex(0x966ebd)],
|
|
260
|
+
["deep magenta", fromHex(0xa0025c)],
|
|
261
|
+
["deep orange", fromHex(0xdc4d01)],
|
|
262
|
+
["deep pink", fromHex(0xcb0162)],
|
|
263
|
+
["deep purple", fromHex(0x36013f)],
|
|
264
|
+
["deep red", fromHex(0x9a0200)],
|
|
265
|
+
["deep rose", fromHex(0xc74767)],
|
|
266
|
+
["deep sea blue", fromHex(0x015482)],
|
|
267
|
+
["deep sky blue", fromHex(0x0d75f8)],
|
|
268
|
+
["deep teal", fromHex(0x00555a)],
|
|
269
|
+
["deep turquoise", fromHex(0x017374)],
|
|
270
|
+
["deep violet", fromHex(0x490648)],
|
|
271
|
+
["denim", fromHex(0x3b638c)],
|
|
272
|
+
["denim blue", fromHex(0x3b5b92)],
|
|
273
|
+
["desert", fromHex(0xccad60)],
|
|
399
274
|
["diarrhea", fromHex(0x9f8303)],
|
|
400
|
-
["
|
|
401
|
-
["
|
|
402
|
-
["
|
|
403
|
-
["
|
|
404
|
-
["
|
|
405
|
-
["
|
|
406
|
-
["
|
|
407
|
-
["
|
|
408
|
-
["
|
|
409
|
-
["
|
|
410
|
-
["
|
|
411
|
-
["
|
|
412
|
-
["
|
|
413
|
-
["
|
|
414
|
-
["
|
|
415
|
-
["
|
|
416
|
-
["
|
|
417
|
-
["
|
|
418
|
-
["
|
|
419
|
-
["
|
|
420
|
-
["
|
|
421
|
-
["
|
|
422
|
-
["
|
|
423
|
-
["
|
|
424
|
-
["
|
|
425
|
-
["
|
|
426
|
-
["
|
|
427
|
-
["
|
|
428
|
-
["
|
|
429
|
-
["
|
|
430
|
-
["
|
|
431
|
-
["
|
|
432
|
-
["
|
|
433
|
-
["
|
|
434
|
-
["
|
|
435
|
-
["
|
|
275
|
+
["dirt", fromHex(0x8a6e45)],
|
|
276
|
+
["dirt brown", fromHex(0x836539)],
|
|
277
|
+
["dirty blue", fromHex(0x3f829d)],
|
|
278
|
+
["dirty green", fromHex(0x667e2c)],
|
|
279
|
+
["dirty orange", fromHex(0xc87606)],
|
|
280
|
+
["dirty pink", fromHex(0xca7b80)],
|
|
281
|
+
["dirty purple", fromHex(0x734a65)],
|
|
282
|
+
["dirty yellow", fromHex(0xcdc50a)],
|
|
283
|
+
["dodger blue", fromHex(0x3e82fc)],
|
|
284
|
+
["drab", fromHex(0x828344)],
|
|
285
|
+
["drab green", fromHex(0x749551)],
|
|
286
|
+
["dried blood", fromHex(0x4b0101)],
|
|
287
|
+
["duck egg blue", fromHex(0xc3fbf4)],
|
|
288
|
+
["dull blue", fromHex(0x49759c)],
|
|
289
|
+
["dull brown", fromHex(0x876e4b)],
|
|
290
|
+
["dull green", fromHex(0x74a662)],
|
|
291
|
+
["dull orange", fromHex(0xd8863b)],
|
|
292
|
+
["dull pink", fromHex(0xd5869d)],
|
|
293
|
+
["dull purple", fromHex(0x84597e)],
|
|
294
|
+
["dull red", fromHex(0xbb3f3f)],
|
|
295
|
+
["dull teal", fromHex(0x5f9e8f)],
|
|
296
|
+
["dull yellow", fromHex(0xeedc5b)],
|
|
297
|
+
["dusk", fromHex(0x4e5481)],
|
|
298
|
+
["dusk blue", fromHex(0x26538d)],
|
|
299
|
+
["dusky blue", fromHex(0x475f94)],
|
|
300
|
+
["dusky pink", fromHex(0xcc7a8b)],
|
|
301
|
+
["dusky purple", fromHex(0x895b7b)],
|
|
302
|
+
["dusky rose", fromHex(0xba6873)],
|
|
303
|
+
["dust", fromHex(0xb2996e)],
|
|
304
|
+
["dusty blue", fromHex(0x5a86ad)],
|
|
305
|
+
["dusty green", fromHex(0x76a973)],
|
|
306
|
+
["dusty lavender", fromHex(0xac86a8)],
|
|
307
|
+
["dusty orange", fromHex(0xf0833a)],
|
|
308
|
+
["dusty pink", fromHex(0xd58a94)],
|
|
309
|
+
["dusty purple", fromHex(0x825f87)],
|
|
310
|
+
["dusty red", fromHex(0xb9484e)],
|
|
311
|
+
["dusty rose", fromHex(0xc0737a)],
|
|
312
|
+
["dusty teal", fromHex(0x4c9085)],
|
|
313
|
+
["earth", fromHex(0xa2653e)],
|
|
314
|
+
["easter green", fromHex(0x8cfd7e)],
|
|
315
|
+
["easter purple", fromHex(0xc071fe)],
|
|
316
|
+
["ecru", fromHex(0xfeffca)],
|
|
317
|
+
["eggplant", fromHex(0x380835)],
|
|
318
|
+
["eggplant purple", fromHex(0x430541)],
|
|
319
|
+
["eggshell", fromHex(0xfffcc4)],
|
|
320
|
+
["eggshell blue", fromHex(0xc4fff7)],
|
|
321
|
+
["electric blue", fromHex(0x0652ff)],
|
|
322
|
+
["electric green", fromHex(0x21fc0d)],
|
|
323
|
+
["electric lime", fromHex(0xa8ff04)],
|
|
324
|
+
["electric pink", fromHex(0xff0490)],
|
|
325
|
+
["electric purple", fromHex(0xaa23ff)],
|
|
326
|
+
["emerald", fromHex(0x01a049)],
|
|
327
|
+
["emerald green", fromHex(0x028f1e)],
|
|
436
328
|
["evergreen", fromHex(0x05472a)],
|
|
437
|
-
["
|
|
438
|
-
["
|
|
439
|
-
["
|
|
440
|
-
["
|
|
441
|
-
["
|
|
442
|
-
["
|
|
443
|
-
["
|
|
444
|
-
["
|
|
445
|
-
["
|
|
446
|
-
["
|
|
447
|
-
["
|
|
448
|
-
["
|
|
329
|
+
["faded blue", fromHex(0x658cbb)],
|
|
330
|
+
["faded green", fromHex(0x7bb274)],
|
|
331
|
+
["faded orange", fromHex(0xf0944d)],
|
|
332
|
+
["faded pink", fromHex(0xde9dac)],
|
|
333
|
+
["faded purple", fromHex(0x916e99)],
|
|
334
|
+
["faded red", fromHex(0xd3494e)],
|
|
335
|
+
["faded yellow", fromHex(0xfeff7f)],
|
|
336
|
+
["fawn", fromHex(0xcfaf7b)],
|
|
337
|
+
["fern", fromHex(0x63a950)],
|
|
338
|
+
["fern green", fromHex(0x548d44)],
|
|
339
|
+
["fire engine red", fromHex(0xfe0002)],
|
|
340
|
+
["flat blue", fromHex(0x3c73a8)],
|
|
341
|
+
["flat green", fromHex(0x699d4c)],
|
|
342
|
+
["fluorescent green", fromHex(0x08ff08)],
|
|
343
|
+
["fluro green", fromHex(0x0aff02)],
|
|
344
|
+
["foam green", fromHex(0x90fda9)],
|
|
449
345
|
["forest", fromHex(0x0b5509)],
|
|
450
|
-
["
|
|
451
|
-
["
|
|
452
|
-
["
|
|
453
|
-
["
|
|
454
|
-
["
|
|
455
|
-
["
|
|
456
|
-
["
|
|
457
|
-
["
|
|
458
|
-
["
|
|
459
|
-
["
|
|
460
|
-
["
|
|
461
|
-
["
|
|
462
|
-
["
|
|
463
|
-
["
|
|
464
|
-
["
|
|
465
|
-
["
|
|
466
|
-
["
|
|
346
|
+
["forest green", fromHex(0x06470c)],
|
|
347
|
+
["forrest green", fromHex(0x154406)],
|
|
348
|
+
["french blue", fromHex(0x436bad)],
|
|
349
|
+
["fresh green", fromHex(0x69d84f)],
|
|
350
|
+
["frog green", fromHex(0x58bc08)],
|
|
351
|
+
["fuchsia", fromHex(0xed0dd9)],
|
|
352
|
+
["gold", fromHex(0xdbb40c)],
|
|
353
|
+
["golden", fromHex(0xf5bf03)],
|
|
354
|
+
["golden brown", fromHex(0xb27a01)],
|
|
355
|
+
["goldenrod", fromHex(0xf9bc08)],
|
|
356
|
+
["golden yellow", fromHex(0xfec615)],
|
|
357
|
+
["grape", fromHex(0x6c3461)],
|
|
358
|
+
["grapefruit", fromHex(0xfd5956)],
|
|
359
|
+
["grape purple", fromHex(0x5d1451)],
|
|
360
|
+
["grass", fromHex(0x5cac2d)],
|
|
361
|
+
["grass green", fromHex(0x3f9b0b)],
|
|
362
|
+
["grassy green", fromHex(0x419c03)],
|
|
363
|
+
["green", fromHex(0x15b01a)],
|
|
364
|
+
["green apple", fromHex(0x5edc1f)],
|
|
365
|
+
["green blue", fromHex(0x01c08d)],
|
|
366
|
+
["green brown", fromHex(0x544e03)],
|
|
367
|
+
["green grey", fromHex(0x77926f)],
|
|
368
|
+
["greenish", fromHex(0x40a368)],
|
|
369
|
+
["greenish beige", fromHex(0xc9d179)],
|
|
370
|
+
["greenish blue", fromHex(0x0b8b87)],
|
|
371
|
+
["greenish brown", fromHex(0x696112)],
|
|
372
|
+
["greenish cyan", fromHex(0x2afeb7)],
|
|
373
|
+
["greenish grey", fromHex(0x96ae8d)],
|
|
374
|
+
["greenish tan", fromHex(0xbccb7a)],
|
|
375
|
+
["greenish teal", fromHex(0x32bf84)],
|
|
376
|
+
["greenish turquoise", fromHex(0x00fbb0)],
|
|
377
|
+
["greenish yellow", fromHex(0xcdfd02)],
|
|
378
|
+
["green teal", fromHex(0x0cb577)],
|
|
379
|
+
["greeny blue", fromHex(0x42b395)],
|
|
380
|
+
["greeny brown", fromHex(0x696006)],
|
|
381
|
+
["green yellow", fromHex(0xb5ce08)],
|
|
382
|
+
["greeny grey", fromHex(0x7ea07a)],
|
|
383
|
+
["greeny yellow", fromHex(0xc6f808)],
|
|
384
|
+
["grey", fromHex(0x929591)],
|
|
385
|
+
["grey blue", fromHex(0x647d8e)],
|
|
386
|
+
["grey brown", fromHex(0x7f7053)],
|
|
387
|
+
["grey green", fromHex(0x86a17d)],
|
|
388
|
+
["greyish", fromHex(0xa8a495)],
|
|
389
|
+
["greyish blue", fromHex(0x5e819d)],
|
|
390
|
+
["greyish brown", fromHex(0x7a6a4f)],
|
|
391
|
+
["greyish green", fromHex(0x82a67d)],
|
|
392
|
+
["greyish pink", fromHex(0xc88d94)],
|
|
393
|
+
["greyish purple", fromHex(0x887191)],
|
|
394
|
+
["greyish teal", fromHex(0x719f91)],
|
|
395
|
+
["grey pink", fromHex(0xc3909b)],
|
|
396
|
+
["grey purple", fromHex(0x826d8c)],
|
|
397
|
+
["grey teal", fromHex(0x5e9b8a)],
|
|
398
|
+
["gross green", fromHex(0xa0bf16)],
|
|
467
399
|
["gunmetal", fromHex(0x536267)],
|
|
468
|
-
["
|
|
469
|
-
["
|
|
470
|
-
["
|
|
471
|
-
["
|
|
472
|
-
["
|
|
473
|
-
["
|
|
474
|
-
["
|
|
475
|
-
["
|
|
476
|
-
["
|
|
477
|
-
["
|
|
478
|
-
["
|
|
479
|
-
["
|
|
480
|
-
["
|
|
481
|
-
["
|
|
482
|
-
["
|
|
483
|
-
["
|
|
484
|
-
["
|
|
485
|
-
["
|
|
486
|
-
["
|
|
487
|
-
["
|
|
488
|
-
["
|
|
489
|
-
["
|
|
490
|
-
["
|
|
491
|
-
["
|
|
492
|
-
["
|
|
493
|
-
["
|
|
494
|
-
["
|
|
495
|
-
["
|
|
496
|
-
["
|
|
497
|
-
["
|
|
498
|
-
["
|
|
499
|
-
["
|
|
500
|
-
["
|
|
501
|
-
["
|
|
502
|
-
["
|
|
503
|
-
["
|
|
504
|
-
["
|
|
505
|
-
["
|
|
506
|
-
["
|
|
507
|
-
["
|
|
508
|
-
["
|
|
509
|
-
["
|
|
510
|
-
["
|
|
511
|
-
["
|
|
512
|
-
["
|
|
513
|
-
["
|
|
514
|
-
["
|
|
515
|
-
["
|
|
516
|
-
["
|
|
517
|
-
["
|
|
518
|
-
["
|
|
519
|
-
["
|
|
400
|
+
["hazel", fromHex(0x8e7618)],
|
|
401
|
+
["heather", fromHex(0xa484ac)],
|
|
402
|
+
["heliotrope", fromHex(0xd94ff5)],
|
|
403
|
+
["highlighter green", fromHex(0x1bfc06)],
|
|
404
|
+
["hospital green", fromHex(0x9be5aa)],
|
|
405
|
+
["hot green", fromHex(0x25ff29)],
|
|
406
|
+
["hot magenta", fromHex(0xf504c9)],
|
|
407
|
+
["hot pink", fromHex(0xff028d)],
|
|
408
|
+
["hot purple", fromHex(0xcb00f5)],
|
|
409
|
+
["hunter green", fromHex(0x0b4008)],
|
|
410
|
+
["ice", fromHex(0xd6fffa)],
|
|
411
|
+
["ice blue", fromHex(0xd7fffe)],
|
|
412
|
+
["icky green", fromHex(0x8fae22)],
|
|
413
|
+
["indian red", fromHex(0x850e04)],
|
|
414
|
+
["indigo", fromHex(0x380282)],
|
|
415
|
+
["indigo blue", fromHex(0x3a18b1)],
|
|
416
|
+
["iris", fromHex(0x6258c4)],
|
|
417
|
+
["irish green", fromHex(0x019529)],
|
|
418
|
+
["ivory", fromHex(0xffffcb)],
|
|
419
|
+
["jade", fromHex(0x1fa774)],
|
|
420
|
+
["jade green", fromHex(0x2baf6a)],
|
|
421
|
+
["jungle green", fromHex(0x048243)],
|
|
422
|
+
["kelley green", fromHex(0x009337)],
|
|
423
|
+
["kelly green", fromHex(0x02ab2e)],
|
|
424
|
+
["kermit green", fromHex(0x5cb200)],
|
|
425
|
+
["key lime", fromHex(0xaeff6e)],
|
|
426
|
+
["khaki", fromHex(0xaaa662)],
|
|
427
|
+
["khaki green", fromHex(0x728639)],
|
|
428
|
+
["kiwi", fromHex(0x9cef43)],
|
|
429
|
+
["kiwi green", fromHex(0x8ee53f)],
|
|
430
|
+
["lavender", fromHex(0xc79fef)],
|
|
431
|
+
["lavender blue", fromHex(0x8b88f8)],
|
|
432
|
+
["lavender pink", fromHex(0xdd85d7)],
|
|
433
|
+
["lawn green", fromHex(0x4da409)],
|
|
434
|
+
["leaf", fromHex(0x71aa34)],
|
|
435
|
+
["leaf green", fromHex(0x5ca904)],
|
|
436
|
+
["leafy green", fromHex(0x51b73b)],
|
|
437
|
+
["leather", fromHex(0xac7434)],
|
|
438
|
+
["lemon", fromHex(0xfdff52)],
|
|
439
|
+
["lemon green", fromHex(0xadf802)],
|
|
440
|
+
["lemon lime", fromHex(0xbffe28)],
|
|
441
|
+
["lemon yellow", fromHex(0xfdff38)],
|
|
442
|
+
["lichen", fromHex(0x8fb67b)],
|
|
443
|
+
["light aqua", fromHex(0x8cffdb)],
|
|
444
|
+
["light aquamarine", fromHex(0x7bfdc7)],
|
|
445
|
+
["light beige", fromHex(0xfffeb6)],
|
|
446
|
+
["light blue", fromHex(0x7bc8f6)],
|
|
447
|
+
["light blue green", fromHex(0x7efbb3)],
|
|
448
|
+
["light blue grey", fromHex(0xb7c9e2)],
|
|
449
|
+
["light bluish green", fromHex(0x76fda8)],
|
|
450
|
+
["light bright green", fromHex(0x53fe5c)],
|
|
451
|
+
["light brown", fromHex(0xad8150)],
|
|
452
|
+
["light burgundy", fromHex(0xa8415b)],
|
|
453
|
+
["light cyan", fromHex(0xacfffc)],
|
|
454
|
+
["light eggplant", fromHex(0x894585)],
|
|
455
|
+
["lighter green", fromHex(0x75fd63)],
|
|
456
|
+
["lighter purple", fromHex(0xa55af4)],
|
|
457
|
+
["light forest green", fromHex(0x4f9153)],
|
|
458
|
+
["light gold", fromHex(0xfddc5c)],
|
|
459
|
+
["light grass green", fromHex(0x9af764)],
|
|
460
|
+
["light green", fromHex(0x76ff7b)],
|
|
461
|
+
["light green blue", fromHex(0x56fca2)],
|
|
462
|
+
["light greenish blue", fromHex(0x63f7b4)],
|
|
463
|
+
["light grey", fromHex(0xd8dcd6)],
|
|
464
|
+
["light grey blue", fromHex(0x9dbcd4)],
|
|
465
|
+
["light grey green", fromHex(0xb7e1a1)],
|
|
466
|
+
["light indigo", fromHex(0x6d5acf)],
|
|
467
|
+
["lightish blue", fromHex(0x3d7afd)],
|
|
468
|
+
["lightish green", fromHex(0x61e160)],
|
|
469
|
+
["lightish purple", fromHex(0xa552e6)],
|
|
470
|
+
["lightish red", fromHex(0xfe2f4a)],
|
|
471
|
+
["light khaki", fromHex(0xe6f2a2)],
|
|
472
|
+
["light lavendar", fromHex(0xefc0fe)],
|
|
473
|
+
["light lavender", fromHex(0xdfc5fe)],
|
|
474
|
+
["light light blue", fromHex(0xcafffb)],
|
|
475
|
+
["light light green", fromHex(0xc8ffb0)],
|
|
476
|
+
["light lilac", fromHex(0xedc8ff)],
|
|
477
|
+
["light lime", fromHex(0xaefd6c)],
|
|
478
|
+
["light lime green", fromHex(0xb9ff66)],
|
|
479
|
+
["light magenta", fromHex(0xfa5ff7)],
|
|
480
|
+
["light maroon", fromHex(0xa24857)],
|
|
481
|
+
["light mauve", fromHex(0xc292a1)],
|
|
482
|
+
["light mint", fromHex(0xb6ffbb)],
|
|
483
|
+
["light mint green", fromHex(0xa6fbb2)],
|
|
484
|
+
["light moss green", fromHex(0xa6c875)],
|
|
485
|
+
["light mustard", fromHex(0xf7d560)],
|
|
486
|
+
["light navy", fromHex(0x155084)],
|
|
487
|
+
["light navy blue", fromHex(0x2e5a88)],
|
|
488
|
+
["light neon green", fromHex(0x4efd54)],
|
|
489
|
+
["light olive", fromHex(0xacbf69)],
|
|
490
|
+
["light olive green", fromHex(0xa4be5c)],
|
|
491
|
+
["light orange", fromHex(0xfdaa48)],
|
|
492
|
+
["light pastel green", fromHex(0xb2fba5)],
|
|
493
|
+
["light peach", fromHex(0xffd8b1)],
|
|
494
|
+
["light pea green", fromHex(0xc4fe82)],
|
|
495
|
+
["light periwinkle", fromHex(0xc1c6fc)],
|
|
496
|
+
["light pink", fromHex(0xffd1df)],
|
|
497
|
+
["light plum", fromHex(0x9d5783)],
|
|
498
|
+
["light purple", fromHex(0xbf77f6)],
|
|
499
|
+
["light red", fromHex(0xff474c)],
|
|
500
|
+
["light rose", fromHex(0xffc5cb)],
|
|
501
|
+
["light royal blue", fromHex(0x3a2efe)],
|
|
502
|
+
["light sage", fromHex(0xbcecac)],
|
|
503
|
+
["light salmon", fromHex(0xfea993)],
|
|
504
|
+
["light seafoam", fromHex(0xa0febf)],
|
|
505
|
+
["light seafoam green", fromHex(0xa7ffb5)],
|
|
506
|
+
["light sea green", fromHex(0x98f6b0)],
|
|
507
|
+
["light sky blue", fromHex(0xc6fcff)],
|
|
508
|
+
["light tan", fromHex(0xfbeeac)],
|
|
509
|
+
["light teal", fromHex(0x90e4c1)],
|
|
510
|
+
["light turquoise", fromHex(0x7ef4cc)],
|
|
511
|
+
["light urple", fromHex(0xb36ff6)],
|
|
512
|
+
["light violet", fromHex(0xd6b4fc)],
|
|
513
|
+
["light yellow", fromHex(0xfffe7a)],
|
|
514
|
+
["light yellow green", fromHex(0xccfd7f)],
|
|
515
|
+
["light yellowish green", fromHex(0xc2ff89)],
|
|
516
|
+
["lilac", fromHex(0xcea2fd)],
|
|
517
|
+
["liliac", fromHex(0xc48efd)],
|
|
518
|
+
["lime", fromHex(0xaaff32)],
|
|
519
|
+
["lime green", fromHex(0x89fe05)],
|
|
520
|
+
["lime yellow", fromHex(0xd0fe1d)],
|
|
521
|
+
["lipstick", fromHex(0xd5174e)],
|
|
522
|
+
["lipstick red", fromHex(0xc0022f)],
|
|
523
|
+
["macaroni and cheese", fromHex(0xefb435)],
|
|
524
|
+
["magenta", fromHex(0xc20078)],
|
|
520
525
|
["mahogany", fromHex(0x4a0100)],
|
|
521
|
-
["
|
|
522
|
-
["
|
|
523
|
-
["
|
|
526
|
+
["maize", fromHex(0xf4d054)],
|
|
527
|
+
["mango", fromHex(0xffa62b)],
|
|
528
|
+
["manilla", fromHex(0xfffa86)],
|
|
529
|
+
["marigold", fromHex(0xfcc006)],
|
|
530
|
+
["marine", fromHex(0x042e60)],
|
|
531
|
+
["marine blue", fromHex(0x01386a)],
|
|
524
532
|
["maroon", fromHex(0x650021)],
|
|
525
|
-
["
|
|
526
|
-
["
|
|
527
|
-
["
|
|
528
|
-
["
|
|
529
|
-
["
|
|
530
|
-
["
|
|
531
|
-
["
|
|
532
|
-
["
|
|
533
|
-
["
|
|
534
|
-
["
|
|
535
|
-
["
|
|
536
|
-
["
|
|
537
|
-
["
|
|
538
|
-
["
|
|
539
|
-
["
|
|
540
|
-
["
|
|
541
|
-
["
|
|
542
|
-
["
|
|
543
|
-
["
|
|
544
|
-
["
|
|
545
|
-
["
|
|
546
|
-
["
|
|
547
|
-
["
|
|
548
|
-
["
|
|
549
|
-
["
|
|
550
|
-
["
|
|
551
|
-
["
|
|
552
|
-
["
|
|
553
|
-
["
|
|
554
|
-
["
|
|
555
|
-
["darkmauve", fromHex(0x874c62)],
|
|
556
|
-
["lightburgundy", fromHex(0xa8415b)],
|
|
557
|
-
["winered", fromHex(0x7b0323)],
|
|
558
|
-
["bordeaux", fromHex(0x7b002c)],
|
|
559
|
-
["redpurple", fromHex(0x820747)],
|
|
560
|
-
["wine", fromHex(0x80013f)],
|
|
561
|
-
["redwine", fromHex(0x8c0034)],
|
|
562
|
-
["violetred", fromHex(0xa50055)],
|
|
563
|
-
["raspberry", fromHex(0xb00149)],
|
|
564
|
-
["cranberry", fromHex(0x9e003a)],
|
|
565
|
-
["berry", fromHex(0x990f4b)],
|
|
566
|
-
["purplered", fromHex(0x990147)],
|
|
533
|
+
["mauve", fromHex(0xae7181)],
|
|
534
|
+
["medium blue", fromHex(0x2c6fbb)],
|
|
535
|
+
["medium brown", fromHex(0x7f5112)],
|
|
536
|
+
["medium green", fromHex(0x39ad48)],
|
|
537
|
+
["medium grey", fromHex(0x7d7f7c)],
|
|
538
|
+
["medium pink", fromHex(0xf36196)],
|
|
539
|
+
["medium purple", fromHex(0x9e43a2)],
|
|
540
|
+
["melon", fromHex(0xff7855)],
|
|
541
|
+
["merlot", fromHex(0x730039)],
|
|
542
|
+
["metallic blue", fromHex(0x4f738e)],
|
|
543
|
+
["mid blue", fromHex(0x276ab3)],
|
|
544
|
+
["mid green", fromHex(0x50a747)],
|
|
545
|
+
["midnight", fromHex(0x03012d)],
|
|
546
|
+
["midnight blue", fromHex(0x020035)],
|
|
547
|
+
["midnight purple", fromHex(0x280137)],
|
|
548
|
+
["military green", fromHex(0x667c3e)],
|
|
549
|
+
["milk chocolate", fromHex(0x7f4e1e)],
|
|
550
|
+
["mint", fromHex(0x9ffeb0)],
|
|
551
|
+
["mint green", fromHex(0x8fff9f)],
|
|
552
|
+
["minty green", fromHex(0x0bf77d)],
|
|
553
|
+
["mocha", fromHex(0x9d7651)],
|
|
554
|
+
["moss", fromHex(0x769958)],
|
|
555
|
+
["moss green", fromHex(0x658b38)],
|
|
556
|
+
["mossy green", fromHex(0x638b27)],
|
|
557
|
+
["mud", fromHex(0x735c12)],
|
|
558
|
+
["mud brown", fromHex(0x60460f)],
|
|
559
|
+
["muddy brown", fromHex(0x886806)],
|
|
560
|
+
["muddy green", fromHex(0x657432)],
|
|
561
|
+
["muddy yellow", fromHex(0xbfac05)],
|
|
562
|
+
["mud green", fromHex(0x606602)],
|
|
567
563
|
["mulberry", fromHex(0x920a4e)],
|
|
568
|
-
["
|
|
569
|
-
["
|
|
570
|
-
["
|
|
571
|
-
["
|
|
572
|
-
["
|
|
573
|
-
["
|
|
574
|
-
["
|
|
575
|
-
["
|
|
576
|
-
["
|
|
577
|
-
["
|
|
578
|
-
["
|
|
579
|
-
["
|
|
580
|
-
["
|
|
581
|
-
["
|
|
582
|
-
["
|
|
583
|
-
["
|
|
584
|
-
["
|
|
585
|
-
["
|
|
586
|
-
["
|
|
587
|
-
["
|
|
588
|
-
["
|
|
589
|
-
["
|
|
590
|
-
["
|
|
591
|
-
["
|
|
592
|
-
["
|
|
593
|
-
["
|
|
594
|
-
["brightred", fromHex(0xff000d)],
|
|
595
|
-
["cherryred", fromHex(0xf7022a)],
|
|
596
|
-
["orangeyred", fromHex(0xfa4224)],
|
|
597
|
-
["tomato", fromHex(0xef4026)],
|
|
598
|
-
["vermillion", fromHex(0xf4320c)],
|
|
599
|
-
["tomatored", fromHex(0xec2d01)],
|
|
600
|
-
["orangishred", fromHex(0xf43605)],
|
|
601
|
-
["redorange", fromHex(0xfd3c06)],
|
|
602
|
-
["orangered", fromHex(0xfe420f)],
|
|
603
|
-
["reddishorange", fromHex(0xf8481c)],
|
|
604
|
-
["bloodorange", fromHex(0xfe4b03)],
|
|
605
|
-
["brightorange", fromHex(0xff5b00)],
|
|
606
|
-
["deeporange", fromHex(0xdc4d01)],
|
|
607
|
-
["pinkishorange", fromHex(0xff724c)],
|
|
608
|
-
["rustyorange", fromHex(0xcd5909)],
|
|
609
|
-
["copper", fromHex(0xb66325)],
|
|
610
|
-
["brownishorange", fromHex(0xcb7723)],
|
|
611
|
-
["pumpkin", fromHex(0xe17701)],
|
|
612
|
-
["brownyorange", fromHex(0xca6b02)],
|
|
613
|
-
["orangebrown", fromHex(0xbe6400)],
|
|
614
|
-
["brownorange", fromHex(0xb96902)],
|
|
615
|
-
["umber", fromHex(0xb26400)],
|
|
616
|
-
["dirtyorange", fromHex(0xc87606)],
|
|
617
|
-
["caramel", fromHex(0xaf6f09)],
|
|
564
|
+
["murky green", fromHex(0x6c7a0e)],
|
|
565
|
+
["mushroom", fromHex(0xba9e88)],
|
|
566
|
+
["mustard", fromHex(0xceb301)],
|
|
567
|
+
["mustard brown", fromHex(0xac7e04)],
|
|
568
|
+
["mustard green", fromHex(0xa8b504)],
|
|
569
|
+
["mustard yellow", fromHex(0xd2bd0a)],
|
|
570
|
+
["muted blue", fromHex(0x3b719f)],
|
|
571
|
+
["muted green", fromHex(0x5fa052)],
|
|
572
|
+
["muted pink", fromHex(0xd1768f)],
|
|
573
|
+
["muted purple", fromHex(0x805b87)],
|
|
574
|
+
["nasty green", fromHex(0x70b23f)],
|
|
575
|
+
["navy", fromHex(0x01153e)],
|
|
576
|
+
["navy blue", fromHex(0x001146)],
|
|
577
|
+
["navy green", fromHex(0x35530a)],
|
|
578
|
+
["neon blue", fromHex(0x04d9ff)],
|
|
579
|
+
["neon green", fromHex(0x0cff0c)],
|
|
580
|
+
["neon pink", fromHex(0xfe019a)],
|
|
581
|
+
["neon purple", fromHex(0xbc13fe)],
|
|
582
|
+
["neon red", fromHex(0xff073a)],
|
|
583
|
+
["neon yellow", fromHex(0xcfff04)],
|
|
584
|
+
["nice blue", fromHex(0x107ab0)],
|
|
585
|
+
["night blue", fromHex(0x040348)],
|
|
586
|
+
["ocean", fromHex(0x017b92)],
|
|
587
|
+
["ocean blue", fromHex(0x03719c)],
|
|
588
|
+
["ocean green", fromHex(0x3d9973)],
|
|
589
|
+
["ocher", fromHex(0xbf9b0c)],
|
|
618
590
|
["ochre", fromHex(0xbf9005)],
|
|
619
|
-
["mustardbrown", fromHex(0xac7e04)],
|
|
620
|
-
["bronze", fromHex(0xa87900)],
|
|
621
|
-
["goldenbrown", fromHex(0xb27a01)],
|
|
622
|
-
["squash", fromHex(0xf2ab15)],
|
|
623
|
-
["yellowochre", fromHex(0xcb9d06)],
|
|
624
591
|
["ocre", fromHex(0xc69c04)],
|
|
625
|
-
["
|
|
626
|
-
["
|
|
627
|
-
["
|
|
628
|
-
["
|
|
592
|
+
["off blue", fromHex(0x5684ae)],
|
|
593
|
+
["off green", fromHex(0x6ba353)],
|
|
594
|
+
["off white", fromHex(0xffffe4)],
|
|
595
|
+
["off yellow", fromHex(0xf1f33f)],
|
|
596
|
+
["old pink", fromHex(0xc77986)],
|
|
597
|
+
["old rose", fromHex(0xc87f89)],
|
|
598
|
+
["olive", fromHex(0x6e750e)],
|
|
599
|
+
["olive brown", fromHex(0x645403)],
|
|
600
|
+
["olive drab", fromHex(0x6f7632)],
|
|
601
|
+
["olive green", fromHex(0x677a04)],
|
|
602
|
+
["olive yellow", fromHex(0xc2b709)],
|
|
603
|
+
["orange", fromHex(0xf97306)],
|
|
604
|
+
["orange brown", fromHex(0xbe6400)],
|
|
629
605
|
["orangeish", fromHex(0xfd8d49)],
|
|
606
|
+
["orange pink", fromHex(0xff6f52)],
|
|
607
|
+
["orange red", fromHex(0xfe420f)],
|
|
608
|
+
["orangey brown", fromHex(0xb16002)],
|
|
609
|
+
["orange yellow", fromHex(0xffad01)],
|
|
610
|
+
["orangey red", fromHex(0xfa4224)],
|
|
611
|
+
["orangey yellow", fromHex(0xfdb915)],
|
|
630
612
|
["orangish", fromHex(0xfc824a)],
|
|
631
|
-
["
|
|
632
|
-
["
|
|
633
|
-
["
|
|
634
|
-
["
|
|
635
|
-
["
|
|
636
|
-
["
|
|
637
|
-
["
|
|
638
|
-
["
|
|
639
|
-
["
|
|
640
|
-
["
|
|
641
|
-
["
|
|
642
|
-
["
|
|
643
|
-
["
|
|
644
|
-
["
|
|
645
|
-
["
|
|
646
|
-
["
|
|
647
|
-
["
|
|
648
|
-
["
|
|
649
|
-
["
|
|
650
|
-
["
|
|
651
|
-
["
|
|
652
|
-
["
|
|
653
|
-
["
|
|
654
|
-
["
|
|
655
|
-
["
|
|
613
|
+
["orangish brown", fromHex(0xb25f03)],
|
|
614
|
+
["orangish red", fromHex(0xf43605)],
|
|
615
|
+
["orchid", fromHex(0xc875c4)],
|
|
616
|
+
["pale", fromHex(0xfff9d0)],
|
|
617
|
+
["pale aqua", fromHex(0xb8ffeb)],
|
|
618
|
+
["pale blue", fromHex(0xd0fefe)],
|
|
619
|
+
["pale brown", fromHex(0xb1916e)],
|
|
620
|
+
["pale cyan", fromHex(0xb7fffa)],
|
|
621
|
+
["pale gold", fromHex(0xfdde6c)],
|
|
622
|
+
["pale green", fromHex(0xc7fdb5)],
|
|
623
|
+
["pale grey", fromHex(0xfdfdfe)],
|
|
624
|
+
["pale lavender", fromHex(0xeecffe)],
|
|
625
|
+
["pale light green", fromHex(0xb1fc99)],
|
|
626
|
+
["pale lilac", fromHex(0xe4cbff)],
|
|
627
|
+
["pale lime", fromHex(0xbefd73)],
|
|
628
|
+
["pale lime green", fromHex(0xb1ff65)],
|
|
629
|
+
["pale magenta", fromHex(0xd767ad)],
|
|
630
|
+
["pale mauve", fromHex(0xfed0fc)],
|
|
631
|
+
["pale olive", fromHex(0xb9cc81)],
|
|
632
|
+
["pale olive green", fromHex(0xb1d27b)],
|
|
633
|
+
["pale orange", fromHex(0xffa756)],
|
|
634
|
+
["pale peach", fromHex(0xffe5ad)],
|
|
635
|
+
["pale pink", fromHex(0xffcfdc)],
|
|
636
|
+
["pale purple", fromHex(0xb790d4)],
|
|
637
|
+
["pale red", fromHex(0xd9544d)],
|
|
638
|
+
["pale rose", fromHex(0xfdc1c5)],
|
|
639
|
+
["pale salmon", fromHex(0xffb19a)],
|
|
640
|
+
["pale sky blue", fromHex(0xbdf6fe)],
|
|
641
|
+
["pale teal", fromHex(0x82cbb2)],
|
|
642
|
+
["pale turquoise", fromHex(0xa5fbd5)],
|
|
643
|
+
["pale violet", fromHex(0xceaefa)],
|
|
644
|
+
["pale yellow", fromHex(0xffff84)],
|
|
645
|
+
["parchment", fromHex(0xfefcaf)],
|
|
646
|
+
["pastel blue", fromHex(0xa2bffe)],
|
|
647
|
+
["pastel green", fromHex(0xb0ff9d)],
|
|
648
|
+
["pastel orange", fromHex(0xff964f)],
|
|
649
|
+
["pastel pink", fromHex(0xffbacd)],
|
|
650
|
+
["pastel purple", fromHex(0xcaa0ff)],
|
|
651
|
+
["pastel red", fromHex(0xdb5856)],
|
|
652
|
+
["pastel yellow", fromHex(0xfffe71)],
|
|
653
|
+
["pea", fromHex(0xa4bf20)],
|
|
656
654
|
["peach", fromHex(0xffb07c)],
|
|
657
|
-
["
|
|
658
|
-
["
|
|
659
|
-
["
|
|
660
|
-
["
|
|
661
|
-
["
|
|
662
|
-
["
|
|
655
|
+
["peachy pink", fromHex(0xff9a8a)],
|
|
656
|
+
["peacock blue", fromHex(0x016795)],
|
|
657
|
+
["pea green", fromHex(0x8eab12)],
|
|
658
|
+
["pear", fromHex(0xcbf85f)],
|
|
659
|
+
["pea soup", fromHex(0x929901)],
|
|
660
|
+
["pea soup green", fromHex(0x94a617)],
|
|
661
|
+
["periwinkle", fromHex(0x8e82fe)],
|
|
662
|
+
["periwinkle blue", fromHex(0x8f99fb)],
|
|
663
|
+
["perrywinkle", fromHex(0x8f8ce7)],
|
|
664
|
+
["petrol", fromHex(0x005f6a)],
|
|
665
|
+
["pig pink", fromHex(0xe78ea5)],
|
|
666
|
+
["pine", fromHex(0x2b5d34)],
|
|
667
|
+
["pine green", fromHex(0x0a481e)],
|
|
668
|
+
["pink", fromHex(0xff81c0)],
|
|
669
|
+
["pinkish", fromHex(0xd46a7e)],
|
|
670
|
+
["pinkish brown", fromHex(0xb17261)],
|
|
671
|
+
["pinkish grey", fromHex(0xc8aca9)],
|
|
672
|
+
["pinkish orange", fromHex(0xff724c)],
|
|
673
|
+
["pinkish purple", fromHex(0xd648d7)],
|
|
674
|
+
["pinkish red", fromHex(0xf10c45)],
|
|
675
|
+
["pinkish tan", fromHex(0xd99b82)],
|
|
676
|
+
["pink purple", fromHex(0xef1de7)],
|
|
677
|
+
["pink red", fromHex(0xf5054f)],
|
|
663
678
|
["pinky", fromHex(0xfc86aa)],
|
|
664
|
-
["
|
|
665
|
-
["
|
|
666
|
-
["
|
|
667
|
-
["
|
|
668
|
-
["
|
|
669
|
-
["
|
|
670
|
-
["
|
|
671
|
-
["
|
|
672
|
-
["
|
|
673
|
-
["
|
|
674
|
-
["
|
|
675
|
-
["
|
|
676
|
-
["
|
|
677
|
-
["
|
|
678
|
-
["
|
|
679
|
-
["
|
|
680
|
-
["greyishpink", fromHex(0xc88d94)],
|
|
681
|
-
["lightmauve", fromHex(0xc292a1)],
|
|
682
|
-
["greypink", fromHex(0xc3909b)],
|
|
683
|
-
["mushroom", fromHex(0xba9e88)],
|
|
684
|
-
["brownishpink", fromHex(0xc27e79)],
|
|
685
|
-
["pinkishbrown", fromHex(0xb17261)],
|
|
686
|
-
["brownish", fromHex(0x9c6d57)],
|
|
687
|
-
["mauve", fromHex(0xae7181)],
|
|
688
|
-
["reddishgrey", fromHex(0x997570)],
|
|
689
|
-
["mocha", fromHex(0x9d7651)],
|
|
679
|
+
["pinky purple", fromHex(0xc94cbe)],
|
|
680
|
+
["pinky red", fromHex(0xfc2647)],
|
|
681
|
+
["piss yellow", fromHex(0xddd618)],
|
|
682
|
+
["pistachio", fromHex(0xc0fa8b)],
|
|
683
|
+
["plum", fromHex(0x580f41)],
|
|
684
|
+
["plum purple", fromHex(0x4e0550)],
|
|
685
|
+
["poison green", fromHex(0x40fd14)],
|
|
686
|
+
["poo", fromHex(0x8f7303)],
|
|
687
|
+
["poo brown", fromHex(0x885f01)],
|
|
688
|
+
["poop", fromHex(0x7f5e00)],
|
|
689
|
+
["poop brown", fromHex(0x7a5901)],
|
|
690
|
+
["poop green", fromHex(0x6f7c00)],
|
|
691
|
+
["powder blue", fromHex(0xb1d1fc)],
|
|
692
|
+
["powder pink", fromHex(0xffb2d0)],
|
|
693
|
+
["primary blue", fromHex(0x0804f9)],
|
|
694
|
+
["prussian blue", fromHex(0x004577)],
|
|
690
695
|
["puce", fromHex(0xa57e52)],
|
|
691
|
-
["
|
|
692
|
-
["
|
|
693
|
-
["
|
|
694
|
-
["
|
|
695
|
-
["
|
|
696
|
-
["
|
|
697
|
-
["
|
|
698
|
-
["clay", fromHex(0xb66a50)],
|
|
699
|
-
["adobe", fromHex(0xbd6c48)],
|
|
700
|
-
["terracota", fromHex(0xcb6843)],
|
|
701
|
-
["terracotta", fromHex(0xc9643b)],
|
|
702
|
-
["darksalmon", fromHex(0xc85a53)],
|
|
703
|
-
["darkcoral", fromHex(0xcf524e)],
|
|
704
|
-
["rose", fromHex(0xcf6275)],
|
|
705
|
-
["duskyrose", fromHex(0xba6873)],
|
|
706
|
-
["dustyrose", fromHex(0xc0737a)],
|
|
707
|
-
["dirtypink", fromHex(0xca7b80)],
|
|
708
|
-
["pinkish", fromHex(0xd46a7e)],
|
|
709
|
-
["mutedpink", fromHex(0xd1768f)],
|
|
710
|
-
["duskypink", fromHex(0xcc7a8b)],
|
|
711
|
-
["oldpink", fromHex(0xc77986)],
|
|
712
|
-
["oldrose", fromHex(0xc87f89)],
|
|
713
|
-
["uglypink", fromHex(0xcd7584)],
|
|
714
|
-
["darkishpink", fromHex(0xda467d)],
|
|
715
|
-
["warmpink", fromHex(0xfb5581)],
|
|
716
|
-
["mediumpink", fromHex(0xf36196)],
|
|
717
|
-
["rosypink", fromHex(0xf6688e)],
|
|
718
|
-
["carnationpink", fromHex(0xff7fa7)],
|
|
719
|
-
["carnation", fromHex(0xfd798f)],
|
|
720
|
-
["salmonpink", fromHex(0xfe7b7c)],
|
|
721
|
-
["salmon", fromHex(0xff796c)],
|
|
722
|
-
["orangepink", fromHex(0xff6f52)],
|
|
723
|
-
["coral", fromHex(0xfc5a50)],
|
|
724
|
-
["palered", fromHex(0xd9544d)],
|
|
725
|
-
["pastelred", fromHex(0xdb5856)],
|
|
726
|
-
["fadedred", fromHex(0xd3494e)],
|
|
727
|
-
["coralpink", fromHex(0xff6163)],
|
|
728
|
-
["watermelon", fromHex(0xfd4659)],
|
|
729
|
-
["lightred", fromHex(0xff474c)],
|
|
730
|
-
["grapefruit", fromHex(0xfd5956)],
|
|
731
|
-
["strawberry", fromHex(0xfb2943)],
|
|
732
|
-
["neonred", fromHex(0xff073a)],
|
|
733
|
-
["pinkishred", fromHex(0xf10c45)],
|
|
734
|
-
["pinkyred", fromHex(0xfc2647)],
|
|
735
|
-
["lightishred", fromHex(0xfe2f4a)],
|
|
736
|
-
["redpink", fromHex(0xfa2a55)],
|
|
737
|
-
["reddishpink", fromHex(0xfe2c54)],
|
|
738
|
-
["pinkred", fromHex(0xf5054f)],
|
|
739
|
-
["strongpink", fromHex(0xff0789)],
|
|
740
|
-
["electricpink", fromHex(0xff0490)],
|
|
741
|
-
["hotpink", fromHex(0xff028d)],
|
|
742
|
-
["neonpink", fromHex(0xfe019a)],
|
|
743
|
-
["shockingpink", fromHex(0xfe02a2)],
|
|
744
|
-
["barbiepink", fromHex(0xfe46a5)],
|
|
745
|
-
["brightpink", fromHex(0xfe01b1)],
|
|
746
|
-
["candypink", fromHex(0xff63e9)],
|
|
747
|
-
["violetpink", fromHex(0xfb5ffc)],
|
|
748
|
-
["lightmagenta", fromHex(0xfa5ff7)],
|
|
749
|
-
["pinkpurple", fromHex(0xef1de7)],
|
|
750
|
-
["brightmagenta", fromHex(0xff08e8)],
|
|
751
|
-
["fuchsia", fromHex(0xed0dd9)],
|
|
752
|
-
["hotmagenta", fromHex(0xf504c9)],
|
|
753
|
-
["purplepink", fromHex(0xd725de)],
|
|
754
|
-
["pinkishpurple", fromHex(0xd648d7)],
|
|
755
|
-
["purpleypink", fromHex(0xc83cb9)],
|
|
756
|
-
["pinkypurple", fromHex(0xc94cbe)],
|
|
757
|
-
["purpleishpink", fromHex(0xdf4ec8)],
|
|
758
|
-
["lightpurple", fromHex(0xbf77f6)],
|
|
759
|
-
["purplypink", fromHex(0xf075e6)],
|
|
760
|
-
["pink", fromHex(0xff81c0)],
|
|
761
|
-
["bubblegum", fromHex(0xff6cb5)],
|
|
762
|
-
["bubblegumpink", fromHex(0xff69af)],
|
|
763
|
-
["palemagenta", fromHex(0xd767ad)],
|
|
764
|
-
["purplishpink", fromHex(0xce5dae)],
|
|
765
|
-
["orchid", fromHex(0xc875c4)],
|
|
766
|
-
["wisteria", fromHex(0xa87dc2)],
|
|
767
|
-
["softpurple", fromHex(0xa66fb5)],
|
|
768
|
-
["darklilac", fromHex(0x9c6da5)],
|
|
769
|
-
["amethyst", fromHex(0x9b5fc0)],
|
|
770
|
-
["lavenderblue", fromHex(0x8b88f8)],
|
|
771
|
-
["deeplilac", fromHex(0x966ebd)],
|
|
772
|
-
["perrywinkle", fromHex(0x8f8ce7)],
|
|
773
|
-
["softblue", fromHex(0x6488ea)],
|
|
774
|
-
["darkskyblue", fromHex(0x448ee4)],
|
|
775
|
-
["purpleygrey", fromHex(0x947e94)],
|
|
776
|
-
["greyishpurple", fromHex(0x887191)],
|
|
777
|
-
["fadedpurple", fromHex(0x916e99)],
|
|
778
|
-
["heather", fromHex(0xa484ac)],
|
|
779
|
-
["dustylavender", fromHex(0xac86a8)],
|
|
780
|
-
["periwinkleblue", fromHex(0x8f99fb)],
|
|
781
|
-
["lilac", fromHex(0xcea2fd)],
|
|
782
|
-
["pastelpurple", fromHex(0xcaa0ff)],
|
|
783
|
-
["babypurple", fromHex(0xca9bf7)],
|
|
784
|
-
["lavender", fromHex(0xc79fef)],
|
|
785
|
-
["liliac", fromHex(0xc48efd)],
|
|
786
|
-
["palepurple", fromHex(0xb790d4)],
|
|
787
|
-
["lavenderpink", fromHex(0xdd85d7)],
|
|
788
|
-
["lightlavendar", fromHex(0xefc0fe)],
|
|
789
|
-
["paleviolet", fromHex(0xceaefa)],
|
|
790
|
-
["lightviolet", fromHex(0xd6b4fc)],
|
|
791
|
-
["pastelblue", fromHex(0xa2bffe)],
|
|
792
|
-
["lightperiwinkle", fromHex(0xc1c6fc)],
|
|
793
|
-
["lightlavender", fromHex(0xdfc5fe)],
|
|
794
|
-
["palelilac", fromHex(0xe4cbff)],
|
|
795
|
-
["palelavender", fromHex(0xeecffe)],
|
|
796
|
-
["lightlilac", fromHex(0xedc8ff)],
|
|
797
|
-
["verylightpurple", fromHex(0xf6cefc)],
|
|
798
|
-
["palemauve", fromHex(0xfed0fc)],
|
|
799
|
-
["dodgerblue", fromHex(0x3e82fc)],
|
|
800
|
-
["lightishblue", fromHex(0x3d7afd)],
|
|
801
|
-
["clearblue", fromHex(0x247afd)],
|
|
802
|
-
["deepskyblue", fromHex(0x0d75f8)],
|
|
803
|
-
["periwinkle", fromHex(0x8e82fe)],
|
|
804
|
-
["cornflower", fromHex(0x6a79f7)],
|
|
805
|
-
["lighturple", fromHex(0xb36ff6)],
|
|
806
|
-
["easterpurple", fromHex(0xc071fe)],
|
|
807
|
-
["lightishpurple", fromHex(0xa552e6)],
|
|
808
|
-
["lighterpurple", fromHex(0xa55af4)],
|
|
809
|
-
["brightlilac", fromHex(0xc95efb)],
|
|
810
|
-
["brightlavender", fromHex(0xc760ff)],
|
|
811
|
-
["heliotrope", fromHex(0xd94ff5)],
|
|
812
|
-
["hotpurple", fromHex(0xcb00f5)],
|
|
813
|
-
["brightviolet", fromHex(0xad0afd)],
|
|
814
|
-
["vividpurple", fromHex(0x9900fa)],
|
|
815
|
-
["purplishblue", fromHex(0x601ef9)],
|
|
816
|
-
["purpleishblue", fromHex(0x6140ef)],
|
|
817
|
-
["purpleyblue", fromHex(0x5f34e7)],
|
|
818
|
-
["lightroyalblue", fromHex(0x3a2efe)],
|
|
819
|
-
["vividblue", fromHex(0x152eff)],
|
|
820
|
-
["richblue", fromHex(0x021bf9)],
|
|
821
|
-
["vibrantblue", fromHex(0x0339f8)],
|
|
822
|
-
["trueblue", fromHex(0x010fcc)],
|
|
823
|
-
["ultramarineblue", fromHex(0x1805db)],
|
|
824
|
-
["pureblue", fromHex(0x0203e2)],
|
|
825
|
-
["strongblue", fromHex(0x0c06f7)],
|
|
826
|
-
["primaryblue", fromHex(0x0804f9)],
|
|
827
|
-
["purplyblue", fromHex(0x661aee)],
|
|
828
|
-
["blueviolet", fromHex(0x5d06e9)],
|
|
829
|
-
["bluepurple", fromHex(0x5a06ef)],
|
|
830
|
-
["violetblue", fromHex(0x510ac9)],
|
|
831
|
-
["indigoblue", fromHex(0x3a18b1)],
|
|
832
|
-
["blurple", fromHex(0x5539cc)],
|
|
833
|
-
["purpleblue", fromHex(0x5d21d0)],
|
|
834
|
-
["burple", fromHex(0x6832e3)],
|
|
835
|
-
["bluishpurple", fromHex(0x703be7)],
|
|
836
|
-
["purpley", fromHex(0x8756e4)],
|
|
837
|
-
["vibrantpurple", fromHex(0xad03de)],
|
|
838
|
-
["violet", fromHex(0x9a0eea)],
|
|
839
|
-
["electricpurple", fromHex(0xaa23ff)],
|
|
840
|
-
["neonpurple", fromHex(0xbc13fe)],
|
|
841
|
-
["brightpurple", fromHex(0xbe03fd)],
|
|
842
|
-
["magenta", fromHex(0xc20078)],
|
|
843
|
-
["deepmagenta", fromHex(0xa0025c)],
|
|
844
|
-
["redviolet", fromHex(0x9e0168)],
|
|
696
|
+
["puke", fromHex(0xa5a502)],
|
|
697
|
+
["puke brown", fromHex(0x947706)],
|
|
698
|
+
["puke green", fromHex(0x9aae07)],
|
|
699
|
+
["puke yellow", fromHex(0xc2be0e)],
|
|
700
|
+
["pumpkin", fromHex(0xe17701)],
|
|
701
|
+
["pumpkin orange", fromHex(0xfb7d07)],
|
|
702
|
+
["pure blue", fromHex(0x0203e2)],
|
|
845
703
|
["purple", fromHex(0x7e1e9c)],
|
|
846
|
-
["
|
|
847
|
-
["
|
|
848
|
-
["
|
|
849
|
-
["barney", fromHex(0xac1db8)],
|
|
850
|
-
["uglypurple", fromHex(0xa442a0)],
|
|
851
|
-
["mediumpurple", fromHex(0x9e43a2)],
|
|
852
|
-
["deeplavender", fromHex(0x8d5eb7)],
|
|
853
|
-
["iris", fromHex(0x6258c4)],
|
|
854
|
-
["darkishpurple", fromHex(0x751973)],
|
|
855
|
-
["velvet", fromHex(0x750851)],
|
|
856
|
-
["grape", fromHex(0x6c3461)],
|
|
857
|
-
["bruise", fromHex(0x7e4071)],
|
|
858
|
-
["lighteggplant", fromHex(0x894585)],
|
|
704
|
+
["purple blue", fromHex(0x5d21d0)],
|
|
705
|
+
["purple brown", fromHex(0x673a3f)],
|
|
706
|
+
["purple grey", fromHex(0x866f85)],
|
|
859
707
|
["purpleish", fromHex(0x98568d)],
|
|
708
|
+
["purpleish blue", fromHex(0x6140ef)],
|
|
709
|
+
["purpleish pink", fromHex(0xdf4ec8)],
|
|
710
|
+
["purple pink", fromHex(0xd725de)],
|
|
711
|
+
["purple red", fromHex(0x990147)],
|
|
712
|
+
["purpley", fromHex(0x8756e4)],
|
|
713
|
+
["purpley blue", fromHex(0x5f34e7)],
|
|
714
|
+
["purpley grey", fromHex(0x947e94)],
|
|
715
|
+
["purpley pink", fromHex(0xc83cb9)],
|
|
860
716
|
["purplish", fromHex(0x94568c)],
|
|
861
|
-
["
|
|
862
|
-
["
|
|
863
|
-
["
|
|
864
|
-
["
|
|
865
|
-
["
|
|
866
|
-
["
|
|
867
|
-
["
|
|
868
|
-
["
|
|
869
|
-
["
|
|
870
|
-
["
|
|
871
|
-
["
|
|
872
|
-
["
|
|
873
|
-
["
|
|
874
|
-
["
|
|
875
|
-
["
|
|
876
|
-
["
|
|
877
|
-
["
|
|
878
|
-
["
|
|
879
|
-
["
|
|
880
|
-
["
|
|
881
|
-
["
|
|
882
|
-
["
|
|
883
|
-
["
|
|
884
|
-
["
|
|
885
|
-
["
|
|
886
|
-
["
|
|
887
|
-
["
|
|
888
|
-
["
|
|
889
|
-
["
|
|
890
|
-
["
|
|
891
|
-
["
|
|
892
|
-
["
|
|
893
|
-
["
|
|
894
|
-
["
|
|
895
|
-
["
|
|
717
|
+
["purplish blue", fromHex(0x601ef9)],
|
|
718
|
+
["purplish brown", fromHex(0x6b4247)],
|
|
719
|
+
["purplish grey", fromHex(0x7a687f)],
|
|
720
|
+
["purplish pink", fromHex(0xce5dae)],
|
|
721
|
+
["purplish red", fromHex(0xb0054b)],
|
|
722
|
+
["purply", fromHex(0x983fb2)],
|
|
723
|
+
["purply blue", fromHex(0x661aee)],
|
|
724
|
+
["purply pink", fromHex(0xf075e6)],
|
|
725
|
+
["putty", fromHex(0xbeae8a)],
|
|
726
|
+
["racing green", fromHex(0x014600)],
|
|
727
|
+
["radioactive green", fromHex(0x2cfa1f)],
|
|
728
|
+
["raspberry", fromHex(0xb00149)],
|
|
729
|
+
["raw sienna", fromHex(0x9a6200)],
|
|
730
|
+
["raw umber", fromHex(0xa75e09)],
|
|
731
|
+
["really light blue", fromHex(0xd4ffff)],
|
|
732
|
+
["red", fromHex(0xe50000)],
|
|
733
|
+
["red brown", fromHex(0x8b2e16)],
|
|
734
|
+
["reddish", fromHex(0xc44240)],
|
|
735
|
+
["reddish brown", fromHex(0x7f2b0a)],
|
|
736
|
+
["reddish grey", fromHex(0x997570)],
|
|
737
|
+
["reddish orange", fromHex(0xf8481c)],
|
|
738
|
+
["reddish pink", fromHex(0xfe2c54)],
|
|
739
|
+
["reddish purple", fromHex(0x910951)],
|
|
740
|
+
["reddy brown", fromHex(0x6e1005)],
|
|
741
|
+
["red orange", fromHex(0xfd3c06)],
|
|
742
|
+
["red pink", fromHex(0xfa2a55)],
|
|
743
|
+
["red purple", fromHex(0x820747)],
|
|
744
|
+
["red violet", fromHex(0x9e0168)],
|
|
745
|
+
["red wine", fromHex(0x8c0034)],
|
|
746
|
+
["rich blue", fromHex(0x021bf9)],
|
|
747
|
+
["rich purple", fromHex(0x720058)],
|
|
748
|
+
["robin's egg", fromHex(0x6dedfd)],
|
|
749
|
+
["robin's egg blue", fromHex(0x98eff9)],
|
|
750
|
+
["robin egg blue", fromHex(0x8af1fe)],
|
|
751
|
+
["rosa", fromHex(0xfe86a4)],
|
|
752
|
+
["rose", fromHex(0xcf6275)],
|
|
753
|
+
["rose pink", fromHex(0xf7879a)],
|
|
754
|
+
["rose red", fromHex(0xbe013c)],
|
|
755
|
+
["rosy pink", fromHex(0xf6688e)],
|
|
756
|
+
["rouge", fromHex(0xab1239)],
|
|
896
757
|
["royal", fromHex(0x0c1793)],
|
|
897
|
-
["
|
|
898
|
-
["
|
|
899
|
-
["
|
|
900
|
-
["
|
|
901
|
-
["
|
|
902
|
-
["
|
|
903
|
-
["
|
|
904
|
-
["
|
|
905
|
-
["
|
|
906
|
-
["
|
|
907
|
-
["
|
|
908
|
-
["
|
|
909
|
-
["
|
|
910
|
-
["
|
|
911
|
-
["
|
|
912
|
-
["
|
|
913
|
-
["
|
|
914
|
-
["
|
|
915
|
-
["
|
|
916
|
-
["
|
|
917
|
-
["
|
|
918
|
-
["
|
|
919
|
-
["
|
|
920
|
-
["
|
|
921
|
-
["
|
|
922
|
-
["
|
|
923
|
-
["
|
|
924
|
-
["
|
|
925
|
-
["
|
|
926
|
-
["
|
|
927
|
-
["
|
|
758
|
+
["royal blue", fromHex(0x0504aa)],
|
|
759
|
+
["royal purple", fromHex(0x4b006e)],
|
|
760
|
+
["ruby", fromHex(0xca0147)],
|
|
761
|
+
["russet", fromHex(0xa13905)],
|
|
762
|
+
["rust", fromHex(0xa83c09)],
|
|
763
|
+
["rust brown", fromHex(0x8b3103)],
|
|
764
|
+
["rust orange", fromHex(0xc45508)],
|
|
765
|
+
["rust red", fromHex(0xaa2704)],
|
|
766
|
+
["rusty orange", fromHex(0xcd5909)],
|
|
767
|
+
["rusty red", fromHex(0xaf2f0d)],
|
|
768
|
+
["saffron", fromHex(0xfeb209)],
|
|
769
|
+
["sage", fromHex(0x87ae73)],
|
|
770
|
+
["sage green", fromHex(0x88b378)],
|
|
771
|
+
["salmon", fromHex(0xff796c)],
|
|
772
|
+
["salmon pink", fromHex(0xfe7b7c)],
|
|
773
|
+
["sand", fromHex(0xe2ca76)],
|
|
774
|
+
["sand brown", fromHex(0xcba560)],
|
|
775
|
+
["sandstone", fromHex(0xc9ae74)],
|
|
776
|
+
["sandy", fromHex(0xf1da7a)],
|
|
777
|
+
["sandy brown", fromHex(0xc4a661)],
|
|
778
|
+
["sand yellow", fromHex(0xfce166)],
|
|
779
|
+
["sandy yellow", fromHex(0xfdee73)],
|
|
780
|
+
["sap green", fromHex(0x5c8b15)],
|
|
781
|
+
["sapphire", fromHex(0x2138ab)],
|
|
782
|
+
["scarlet", fromHex(0xbe0119)],
|
|
783
|
+
["sea", fromHex(0x3c9992)],
|
|
784
|
+
["sea blue", fromHex(0x047495)],
|
|
785
|
+
["seafoam", fromHex(0x80f9ad)],
|
|
786
|
+
["seafoam blue", fromHex(0x78d1b6)],
|
|
787
|
+
["seafoam green", fromHex(0x7af9ab)],
|
|
788
|
+
["sea green", fromHex(0x53fca1)],
|
|
789
|
+
["seaweed", fromHex(0x18d17b)],
|
|
790
|
+
["seaweed green", fromHex(0x35ad6b)],
|
|
791
|
+
["sepia", fromHex(0x985e2b)],
|
|
792
|
+
["shamrock", fromHex(0x01b44c)],
|
|
793
|
+
["shamrock green", fromHex(0x02c14d)],
|
|
794
|
+
["shit", fromHex(0x7f5f00)],
|
|
795
|
+
["shit brown", fromHex(0x7b5804)],
|
|
796
|
+
["shit green", fromHex(0x758000)],
|
|
797
|
+
["shocking pink", fromHex(0xfe02a2)],
|
|
798
|
+
["sick green", fromHex(0x9db92c)],
|
|
799
|
+
["sickly green", fromHex(0x94b21c)],
|
|
800
|
+
["sickly yellow", fromHex(0xd0e429)],
|
|
801
|
+
["sienna", fromHex(0xa9561e)],
|
|
802
|
+
["silver", fromHex(0xc5c9c7)],
|
|
803
|
+
["sky", fromHex(0x82cafc)],
|
|
804
|
+
["sky blue", fromHex(0x75bbfd)],
|
|
805
|
+
["slate", fromHex(0x516572)],
|
|
806
|
+
["slate blue", fromHex(0x5b7c99)],
|
|
807
|
+
["slate green", fromHex(0x658d6d)],
|
|
808
|
+
["slate grey", fromHex(0x59656d)],
|
|
809
|
+
["slime green", fromHex(0x99cc04)],
|
|
810
|
+
["snot", fromHex(0xacbb0d)],
|
|
811
|
+
["snot green", fromHex(0x9dc100)],
|
|
812
|
+
["soft blue", fromHex(0x6488ea)],
|
|
813
|
+
["soft green", fromHex(0x6fc276)],
|
|
814
|
+
["soft pink", fromHex(0xfdb0c0)],
|
|
815
|
+
["soft purple", fromHex(0xa66fb5)],
|
|
816
|
+
["spearmint", fromHex(0x1ef876)],
|
|
817
|
+
["spring green", fromHex(0xa9f971)],
|
|
818
|
+
["spruce", fromHex(0x0a5f38)],
|
|
819
|
+
["squash", fromHex(0xf2ab15)],
|
|
820
|
+
["steel", fromHex(0x738595)],
|
|
821
|
+
["steel blue", fromHex(0x5a7d9a)],
|
|
822
|
+
["steel grey", fromHex(0x6f828a)],
|
|
823
|
+
["stone", fromHex(0xada587)],
|
|
824
|
+
["stormy blue", fromHex(0x507b9c)],
|
|
825
|
+
["straw", fromHex(0xfcf679)],
|
|
826
|
+
["strawberry", fromHex(0xfb2943)],
|
|
827
|
+
["strong blue", fromHex(0x0c06f7)],
|
|
828
|
+
["strong pink", fromHex(0xff0789)],
|
|
829
|
+
["sunflower", fromHex(0xffc512)],
|
|
830
|
+
["sunflower yellow", fromHex(0xffda03)],
|
|
831
|
+
["sunny yellow", fromHex(0xfff917)],
|
|
832
|
+
["sunshine yellow", fromHex(0xfffd37)],
|
|
833
|
+
["sun yellow", fromHex(0xffdf22)],
|
|
834
|
+
["swamp", fromHex(0x698339)],
|
|
835
|
+
["swamp green", fromHex(0x748500)],
|
|
836
|
+
["tan", fromHex(0xd1b26f)],
|
|
837
|
+
["tan brown", fromHex(0xab7e4c)],
|
|
838
|
+
["tangerine", fromHex(0xff9408)],
|
|
839
|
+
["tan green", fromHex(0xa9be70)],
|
|
840
|
+
["taupe", fromHex(0xb9a281)],
|
|
841
|
+
["tea", fromHex(0x65ab7c)],
|
|
842
|
+
["tea green", fromHex(0xbdf8a3)],
|
|
843
|
+
["teal", fromHex(0x029386)],
|
|
844
|
+
["teal blue", fromHex(0x01889f)],
|
|
845
|
+
["teal green", fromHex(0x25a36f)],
|
|
846
|
+
["tealish", fromHex(0x24bca8)],
|
|
847
|
+
["tealish green", fromHex(0x0cdc73)],
|
|
848
|
+
["terracota", fromHex(0xcb6843)],
|
|
849
|
+
["terracotta", fromHex(0xc9643b)],
|
|
850
|
+
["tiffany blue", fromHex(0x7bf2da)],
|
|
851
|
+
["tomato", fromHex(0xef4026)],
|
|
852
|
+
["tomato red", fromHex(0xec2d01)],
|
|
853
|
+
["topaz", fromHex(0x13bbaf)],
|
|
854
|
+
["toupe", fromHex(0xc7ac7d)],
|
|
855
|
+
["toxic green", fromHex(0x61de2a)],
|
|
856
|
+
["tree green", fromHex(0x2a7e19)],
|
|
857
|
+
["true blue", fromHex(0x010fcc)],
|
|
858
|
+
["true green", fromHex(0x089404)],
|
|
859
|
+
["turquoise", fromHex(0x06c2ac)],
|
|
860
|
+
["turquoise blue", fromHex(0x06b1c4)],
|
|
861
|
+
["turquoise green", fromHex(0x04f489)],
|
|
862
|
+
["turtle green", fromHex(0x75b84f)],
|
|
863
|
+
["twilight", fromHex(0x4e518b)],
|
|
864
|
+
["twilight blue", fromHex(0x0a437a)],
|
|
865
|
+
["ugly blue", fromHex(0x31668a)],
|
|
866
|
+
["ugly brown", fromHex(0x7d7103)],
|
|
867
|
+
["ugly green", fromHex(0x7a9703)],
|
|
868
|
+
["ugly pink", fromHex(0xcd7584)],
|
|
869
|
+
["ugly purple", fromHex(0xa442a0)],
|
|
870
|
+
["ugly yellow", fromHex(0xd0c101)],
|
|
928
871
|
["ultramarine", fromHex(0x2000b1)],
|
|
929
|
-
["
|
|
872
|
+
["ultramarine blue", fromHex(0x1805db)],
|
|
873
|
+
["umber", fromHex(0xb26400)],
|
|
874
|
+
["velvet", fromHex(0x750851)],
|
|
875
|
+
["vermillion", fromHex(0xf4320c)],
|
|
876
|
+
["very dark blue", fromHex(0x000133)],
|
|
877
|
+
["very dark brown", fromHex(0x1d0200)],
|
|
878
|
+
["very dark green", fromHex(0x062e03)],
|
|
879
|
+
["very dark purple", fromHex(0x2a0134)],
|
|
880
|
+
["very light blue", fromHex(0xd5ffff)],
|
|
881
|
+
["very light brown", fromHex(0xd3b683)],
|
|
882
|
+
["very light green", fromHex(0xd1ffbd)],
|
|
883
|
+
["very light pink", fromHex(0xfff4f2)],
|
|
884
|
+
["very light purple", fromHex(0xf6cefc)],
|
|
885
|
+
["very pale blue", fromHex(0xd6fffe)],
|
|
886
|
+
["very pale green", fromHex(0xcffdbc)],
|
|
887
|
+
["vibrant blue", fromHex(0x0339f8)],
|
|
888
|
+
["vibrant green", fromHex(0x0add08)],
|
|
889
|
+
["vibrant purple", fromHex(0xad03de)],
|
|
890
|
+
["violet", fromHex(0x9a0eea)],
|
|
891
|
+
["violet blue", fromHex(0x510ac9)],
|
|
892
|
+
["violet pink", fromHex(0xfb5ffc)],
|
|
893
|
+
["violet red", fromHex(0xa50055)],
|
|
894
|
+
["viridian", fromHex(0x1e9167)],
|
|
895
|
+
["vivid blue", fromHex(0x152eff)],
|
|
896
|
+
["vivid green", fromHex(0x2fef10)],
|
|
897
|
+
["vivid purple", fromHex(0x9900fa)],
|
|
898
|
+
["vomit", fromHex(0xa2a415)],
|
|
899
|
+
["vomit green", fromHex(0x89a203)],
|
|
900
|
+
["vomit yellow", fromHex(0xc7c10c)],
|
|
901
|
+
["warm blue", fromHex(0x4b57db)],
|
|
902
|
+
["warm brown", fromHex(0x964e02)],
|
|
903
|
+
["warm grey", fromHex(0x978a84)],
|
|
904
|
+
["warm pink", fromHex(0xfb5581)],
|
|
905
|
+
["warm purple", fromHex(0x952e8f)],
|
|
906
|
+
["washed out green", fromHex(0xbcf5a6)],
|
|
907
|
+
["water blue", fromHex(0x0e87cc)],
|
|
908
|
+
["watermelon", fromHex(0xfd4659)],
|
|
909
|
+
["weird green", fromHex(0x3ae57f)],
|
|
910
|
+
["wheat", fromHex(0xfbdd7e)],
|
|
911
|
+
["white", fromHex(0xffffff)],
|
|
912
|
+
["windows blue", fromHex(0x3778bf)],
|
|
913
|
+
["wine", fromHex(0x80013f)],
|
|
914
|
+
["wine red", fromHex(0x7b0323)],
|
|
915
|
+
["winter green", fromHex(0x20f986)],
|
|
916
|
+
["wisteria", fromHex(0xa87dc2)],
|
|
917
|
+
["yellow", fromHex(0xffff14)],
|
|
918
|
+
["yellow brown", fromHex(0xb79400)],
|
|
919
|
+
["yellow green", fromHex(0xbbf90f)],
|
|
920
|
+
["yellowish", fromHex(0xfaee66)],
|
|
921
|
+
["yellowish brown", fromHex(0x9b7a01)],
|
|
922
|
+
["yellowish green", fromHex(0xb0dd16)],
|
|
923
|
+
["yellowish orange", fromHex(0xffab0f)],
|
|
924
|
+
["yellowish tan", fromHex(0xfcfc81)],
|
|
925
|
+
["yellow ochre", fromHex(0xcb9d06)],
|
|
926
|
+
["yellow orange", fromHex(0xfcb001)],
|
|
927
|
+
["yellow tan", fromHex(0xffe36e)],
|
|
928
|
+
["yellowy brown", fromHex(0xae8b0c)],
|
|
929
|
+
["yellowy green", fromHex(0xbff128)]
|
|
930
930
|
]);
|
|
931
931
|
export default xkcd;
|
|
932
932
|
//# sourceMappingURL=xkcd.js.map
|