@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.
- 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/{utility → convert}/cmyToRgb.d.ts.map +1 -1
- package/dist/{utility → convert}/cmyToRgb.js.map +1 -1
- package/dist/{utility → convert}/cmykToCmy.d.ts +1 -1
- package/dist/{utility → convert}/cmykToCmy.d.ts.map +1 -1
- 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/{utility → convert}/hsvToRgb.d.ts.map +1 -1
- 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/{utility → convert}/rgbToCmy.d.ts.map +1 -1
- package/dist/{utility → convert}/rgbToCmy.js.map +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/{utility → convert}/xyzToYxy.d.ts.map +1 -1
- 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/{utility → convert}/yxyToXyz.d.ts.map +1 -1
- package/dist/{utility → convert}/yxyToXyz.js +0 -3
- package/dist/convert/yxyToXyz.js.map +1 -0
- package/dist/delta/deltaC.d.ts.map +1 -0
- package/dist/delta/deltaC.js.map +1 -0
- 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/delta/deltaE76.d.ts.map +1 -0
- package/dist/delta/deltaE76.js.map +1 -0
- 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/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.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.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.js.map +1 -1
- package/package.json +15 -15
- package/src/{utility → convert}/adobeToXyz.ts +10 -4
- package/src/{utility → convert}/cmyToCmyk.ts +5 -4
- package/src/{utility → convert}/cmyToRgb.ts +1 -1
- package/src/{utility → convert}/cmykToCmy.ts +1 -2
- package/src/{utility → convert}/hexToRgb.ts +1 -1
- package/src/{utility → convert}/hslToRgb.ts +9 -7
- package/src/{utility → convert}/hsvToRgb.ts +2 -3
- package/src/{utility → convert}/hunterToXyz.ts +11 -8
- package/src/convert/labToLch.ts +36 -0
- package/src/{utility → convert}/labToXyz.ts +11 -6
- package/src/convert/lchToLab.ts +30 -0
- package/src/{utility → convert}/luvToXyz.ts +9 -7
- package/src/{utility → convert}/rgbToCmy.ts +1 -1
- package/src/{utility → convert}/rgbToHex.ts +5 -1
- package/src/convert/rgbToHsi.ts +43 -0
- package/src/convert/rgbToHsl.ts +44 -0
- package/src/{utility → convert}/rgbToHsv.ts +14 -13
- package/src/{utility → convert}/rgbToXyz.ts +11 -4
- package/src/{utility → convert}/xyzToAdobe.ts +9 -4
- package/src/{utility → convert}/xyzToHunter.ts +12 -9
- package/src/{utility → convert}/xyzToLab.ts +12 -6
- package/src/{utility → convert}/xyzToLuv.ts +11 -9
- package/src/{utility → convert}/xyzToRgb.ts +10 -4
- package/src/{utility → convert}/xyzToYxy.ts +3 -4
- package/src/{utility → convert}/yxyToXyz.ts +3 -4
- package/src/{utility → delta}/deltaC.ts +0 -2
- package/src/{utility → delta}/deltaCmc.ts +12 -10
- package/src/{utility → delta}/deltaE00.ts +21 -18
- package/src/{utility → delta}/deltaE76.ts +0 -2
- package/src/{utility → delta}/deltaE94.ts +7 -8
- package/src/{utility → delta}/deltaH.ts +3 -6
- 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 +4 -3
- 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 +1 -0
- package/src/utility/getReference.ts +42 -41
- package/src/utility/isWebSafe.ts +14 -0
- package/src/utility/relativeLuminance.ts +1 -1
- 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/cmykToCmy.js.map +0 -1
- package/dist/utility/deltaC.d.ts.map +0 -1
- package/dist/utility/deltaC.js.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/deltaE76.js.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.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/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.js.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/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 → convert}/rgbToHex.d.ts +0 -0
- /package/dist/{utility → delta}/deltaC.d.ts +0 -0
- /package/dist/{utility → delta}/deltaC.js +0 -0
- /package/dist/{utility → delta}/deltaE76.d.ts +0 -0
- /package/dist/{utility → delta}/deltaE76.js +0 -0
- /package/dist/{utility → delta}/deltaH.d.ts +0 -0
package/src/names/cne.ts
CHANGED
|
@@ -1,877 +1,881 @@
|
|
|
1
1
|
import type Rgb from "../types/Rgb.js";
|
|
2
|
-
|
|
2
|
+
|
|
3
|
+
import fromHex from "../convert/hexToRgb.js";
|
|
3
4
|
|
|
4
5
|
/**
|
|
5
6
|
* Color Naming Experiment 2007. An improvement over X11. Good for light sources and mediocre for surface colors.
|
|
6
7
|
* @see {@link https://people.csail.mit.edu/jaffer/Color/Dictionaries#cne-2007 | Color-Name Dictionaries}
|
|
7
8
|
* @public
|
|
8
9
|
*/
|
|
9
|
-
const cne: Map<string, Rgb> = new Map<
|
|
10
|
-
|
|
11
|
-
[
|
|
12
|
-
|
|
13
|
-
["
|
|
14
|
-
["
|
|
15
|
-
["
|
|
16
|
-
["
|
|
17
|
-
["
|
|
18
|
-
["stormblue", fromHex(0x336699)],
|
|
19
|
-
["steelblue", fromHex(0x38619e)],
|
|
20
|
-
["bluishgrey", fromHex(0x334c7f)],
|
|
21
|
-
["grayblue", fromHex(0x4c71a0)],
|
|
22
|
-
["federalblue", fromHex(0x4c6699)],
|
|
23
|
-
["stormy", fromHex(0x407299)],
|
|
24
|
-
["dullblue", fromHex(0x3f7f9f)],
|
|
25
|
-
["bluesmoke", fromHex(0x4c7f99)],
|
|
26
|
-
["slateblue", fromHex(0x457da0)],
|
|
27
|
-
["aqua", fromHex(0x42dad3)],
|
|
28
|
-
["turquoise", fromHex(0x3bd2ce)],
|
|
29
|
-
["brightturquoise", fromHex(0x33ffff)],
|
|
30
|
-
["brightaqua", fromHex(0x2bf6ee)],
|
|
31
|
-
["duckeggblue", fromHex(0x9eeeee)],
|
|
32
|
-
["lightaquablue", fromHex(0x7fffff)],
|
|
33
|
-
["wateryblue", fromHex(0x7fffff)],
|
|
34
|
-
["iceblue", fromHex(0xaad4e5)],
|
|
35
|
-
["pastelblue", fromHex(0x7fc5eb)],
|
|
36
|
-
["celestialblue", fromHex(0x7fccff)],
|
|
37
|
-
["babyblue", fromHex(0x72c5f7)],
|
|
38
|
-
["brightlightblue", fromHex(0x33ccff)],
|
|
39
|
-
["robinsegg", fromHex(0x44d0e9)],
|
|
40
|
-
["cyan", fromHex(0x49d6e7)],
|
|
41
|
-
["aquablue", fromHex(0x4acfee)],
|
|
42
|
-
["robineggblue", fromHex(0x55cce5)],
|
|
43
|
-
["eastereggblue", fromHex(0x66ccee)],
|
|
44
|
-
["brightbabyblue", fromHex(0x29e0ff)],
|
|
45
|
-
["lightskyblue", fromHex(0x5fdfeb)],
|
|
46
|
-
["brightskyblue", fromHex(0x77ccdd)],
|
|
47
|
-
["summerskyblue", fromHex(0x66ccdd)],
|
|
48
|
-
["seafoamblue", fromHex(0x66cccc)],
|
|
49
|
-
["marine", fromHex(0x31afc8)],
|
|
50
|
-
["summersky", fromHex(0x59c5eb)],
|
|
51
|
-
["robinseggblue", fromHex(0x33c5eb)],
|
|
52
|
-
["turquoiseblue", fromHex(0x2cc4da)],
|
|
53
|
-
["brightteal", fromHex(0x22ccdd)],
|
|
54
|
-
["lightblue", fromHex(0x5cb9f3)],
|
|
55
|
-
["sky", fromHex(0x4faaee)],
|
|
56
|
-
["skyblue", fromHex(0x4daff1)],
|
|
57
|
-
["mediumskyblue", fromHex(0x22aaee)],
|
|
58
|
-
["caribbeanblue", fromHex(0x1fadff)],
|
|
59
|
-
["carolinablue", fromHex(0x4db2ff)],
|
|
60
|
-
["powderblue", fromHex(0x87b1f1)],
|
|
61
|
-
["paleblue", fromHex(0x66bce8)],
|
|
62
|
-
["pewter", fromHex(0x99aabb)],
|
|
63
|
-
["cloudyblue", fromHex(0x7799bb)],
|
|
64
|
-
["slategrey", fromHex(0x8890a1)],
|
|
65
|
-
["grayishblue", fromHex(0x7f99b2)],
|
|
66
|
-
["mediumgrey", fromHex(0x7b99ae)],
|
|
67
|
-
["mediumgreyblue", fromHex(0x6699bf)],
|
|
68
|
-
["blueslate", fromHex(0x6699bb)],
|
|
69
|
-
["bluegray", fromHex(0x6192b5)],
|
|
70
|
-
["greyblue", fromHex(0x5a93b1)],
|
|
71
|
-
["bluegrey", fromHex(0x4e89a4)],
|
|
72
|
-
["darkcyan", fromHex(0x3884af)],
|
|
73
|
-
["slate", fromHex(0x5d7e9a)],
|
|
74
|
-
["luminousaqua", fromHex(0x4c80b2)],
|
|
75
|
-
["smokyblue", fromHex(0x4c7fb2)],
|
|
76
|
-
["oceanblue", fromHex(0x3987c9)],
|
|
77
|
-
["creamyblue", fromHex(0x3388cc)],
|
|
78
|
-
["seablue", fromHex(0x3a8ed0)],
|
|
79
|
-
["darkskyblue", fromHex(0x5184cc)],
|
|
80
|
-
["celadon", fromHex(0x6699cc)],
|
|
81
|
-
["colonialblue", fromHex(0x5599dd)],
|
|
82
|
-
["mediterraneanblue", fromHex(0x338ce5)],
|
|
83
|
-
["chalkblue", fromHex(0x2299dd)],
|
|
84
|
-
["ocean", fromHex(0x358ac0)],
|
|
85
|
-
["dustyblue", fromHex(0x2d88b5)],
|
|
86
|
-
["countryblue", fromHex(0x4499bb)],
|
|
87
|
-
["darkturquoise", fromHex(0x3aa7ae)],
|
|
88
|
-
["fog", fromHex(0x6699a0)],
|
|
89
|
-
["junglegreen", fromHex(0x24ae62)],
|
|
90
|
-
["swampgreen", fromHex(0x40a54c)],
|
|
91
|
-
["rainforestgreen", fromHex(0x1ab24c)],
|
|
92
|
-
["emerald", fromHex(0x30b853)],
|
|
10
|
+
const cne: Map<string, [number, number, number] & Rgb> = new Map<
|
|
11
|
+
string,
|
|
12
|
+
[number, number, number] & Rgb
|
|
13
|
+
>([
|
|
14
|
+
["70s green", fromHex(0x4c9901)],
|
|
15
|
+
["acid green", fromHex(0x26d840)],
|
|
16
|
+
["adobe", fromHex(0xd87359)],
|
|
17
|
+
["agua", fromHex(0x66ffe5)],
|
|
18
|
+
["air force blue", fromHex(0x33337f)],
|
|
93
19
|
["algae", fromHex(0x44c366)],
|
|
94
|
-
["
|
|
95
|
-
["
|
|
96
|
-
["
|
|
97
|
-
["
|
|
98
|
-
["
|
|
99
|
-
["
|
|
100
|
-
["
|
|
101
|
-
["
|
|
102
|
-
["
|
|
103
|
-
["
|
|
104
|
-
["
|
|
105
|
-
["
|
|
106
|
-
["
|
|
107
|
-
["
|
|
108
|
-
["
|
|
109
|
-
["
|
|
110
|
-
["
|
|
111
|
-
["
|
|
112
|
-
["
|
|
113
|
-
["
|
|
114
|
-
["
|
|
115
|
-
["
|
|
116
|
-
["
|
|
117
|
-
["
|
|
118
|
-
["
|
|
119
|
-
["
|
|
120
|
-
["
|
|
121
|
-
["
|
|
122
|
-
["
|
|
123
|
-
["
|
|
124
|
-
["
|
|
125
|
-
["
|
|
126
|
-
["
|
|
127
|
-
["dirt", fromHex(0x97834a)],
|
|
128
|
-
["darksand", fromHex(0xaa8844)],
|
|
129
|
-
["taupe", fromHex(0xab9371)],
|
|
130
|
-
["battleshipgrey", fromHex(0x7f7f88)],
|
|
131
|
-
["midgrey", fromHex(0x727f72)],
|
|
132
|
-
["warmgray", fromHex(0x99997f)],
|
|
133
|
-
["grey", fromHex(0x7a8e94)],
|
|
134
|
-
["gray", fromHex(0x7e8f95)],
|
|
135
|
-
["coolgray", fromHex(0x999999)],
|
|
136
|
-
["mediumgray", fromHex(0x8e99a3)],
|
|
137
|
-
["darkcream", fromHex(0xbbaa99)],
|
|
138
|
-
["darkbeige", fromHex(0xb29966)],
|
|
139
|
-
["fawn", fromHex(0xd1aa77)],
|
|
140
|
-
["drabolive", fromHex(0xaaaa66)],
|
|
141
|
-
["ice", fromHex(0x9fac81)],
|
|
142
|
-
["beigegreen", fromHex(0x99b27f)],
|
|
143
|
-
["sagegreen", fromHex(0x6bae63)],
|
|
144
|
-
["sage", fromHex(0x77b575)],
|
|
145
|
-
["lichengreen", fromHex(0x77bb88)],
|
|
146
|
-
["seagreyblue", fromHex(0x7fb299)],
|
|
147
|
-
["oceanbluegreen", fromHex(0x66b299)],
|
|
148
|
-
["teal", fromHex(0x3aafa9)],
|
|
149
|
-
["lightteal", fromHex(0x66c6bc)],
|
|
150
|
-
["lightbluegreen", fromHex(0x66d8d0)],
|
|
151
|
-
["icyblue", fromHex(0xb2e5e5)],
|
|
152
|
-
["paleteal", fromHex(0x7fe5cc)],
|
|
153
|
-
["cream", fromHex(0xe1dcaa)],
|
|
20
|
+
["algae green", fromHex(0x4ce572)],
|
|
21
|
+
["amber", fromHex(0xd79328)],
|
|
22
|
+
["amethyst", fromHex(0x9933e5)],
|
|
23
|
+
["apple", fromHex(0x6abd41)],
|
|
24
|
+
["apple green", fromHex(0x58e24a)],
|
|
25
|
+
["apple red", fromHex(0xe80c22)],
|
|
26
|
+
["apricot", fromHex(0xffa863)],
|
|
27
|
+
["aqua", fromHex(0x42dad3)],
|
|
28
|
+
["aqua blue", fromHex(0x4acfee)],
|
|
29
|
+
["aqua green", fromHex(0x38daae)],
|
|
30
|
+
["aquamarine", fromHex(0x31d3c7)],
|
|
31
|
+
["army green", fromHex(0x647f23)],
|
|
32
|
+
["asparagus", fromHex(0x337f1a)],
|
|
33
|
+
["aubergine", fromHex(0x7a1b70)],
|
|
34
|
+
["auburn", fromHex(0x7f0d01)],
|
|
35
|
+
["avocado", fromHex(0x7fac2b)],
|
|
36
|
+
["avocado green", fromHex(0x91a716)],
|
|
37
|
+
["azure", fromHex(0x3e8ef4)],
|
|
38
|
+
["azure blue", fromHex(0x3d52d6)],
|
|
39
|
+
["baby blue", fromHex(0x72c5f7)],
|
|
40
|
+
["baby doll pink", fromHex(0xffcccc)],
|
|
41
|
+
["baby green", fromHex(0x84e07a)],
|
|
42
|
+
["baby pink", fromHex(0xffadcc)],
|
|
43
|
+
["baby purple", fromHex(0x9999ff)],
|
|
44
|
+
["baby yellow", fromHex(0xffe57f)],
|
|
45
|
+
["bahama blue", fromHex(0x66ffee)],
|
|
46
|
+
["banana", fromHex(0xffea42)],
|
|
47
|
+
["banana yellow", fromHex(0xffe540)],
|
|
48
|
+
["bark", fromHex(0x723f26)],
|
|
49
|
+
["bark brown", fromHex(0x7f4c1a)],
|
|
50
|
+
["barn red", fromHex(0xcc4033)],
|
|
51
|
+
["battleship blue", fromHex(0x1a6699)],
|
|
52
|
+
["battleship grey", fromHex(0x7f7f88)],
|
|
154
53
|
["beige", fromHex(0xd5c383)],
|
|
54
|
+
["beige green", fromHex(0x99b27f)],
|
|
55
|
+
["berry", fromHex(0xa72c82)],
|
|
56
|
+
["berry blue", fromHex(0x3366b2)],
|
|
57
|
+
["bisque", fromHex(0xffa572)],
|
|
58
|
+
["bittersweet", fromHex(0xd87f0d)],
|
|
59
|
+
["black", fromHex(0x1e1e20)],
|
|
60
|
+
["blood", fromHex(0xb21a29)],
|
|
61
|
+
["blood red", fromHex(0xaf111c)],
|
|
62
|
+
["blue", fromHex(0x3865d2)],
|
|
63
|
+
["blue bell", fromHex(0x2672d8)],
|
|
64
|
+
["blueberry", fromHex(0x4941cc)],
|
|
65
|
+
["blue black", fromHex(0x262666)],
|
|
66
|
+
["blue gray", fromHex(0x6192b5)],
|
|
67
|
+
["blue green", fromHex(0x31b49e)],
|
|
68
|
+
["blue grey", fromHex(0x4e89a4)],
|
|
69
|
+
["blue purple", fromHex(0x7536e2)],
|
|
70
|
+
["blue sky", fromHex(0x448dee)],
|
|
71
|
+
["blue slate", fromHex(0x6699bb)],
|
|
72
|
+
["blue smoke", fromHex(0x4c7f99)],
|
|
73
|
+
["blue violet", fromHex(0x5f26c8)],
|
|
74
|
+
["bluish green", fromHex(0x37b083)],
|
|
75
|
+
["bluish grey", fromHex(0x334c7f)],
|
|
76
|
+
["bluish purple", fromHex(0x6327c9)],
|
|
77
|
+
["blush", fromHex(0xe593ad)],
|
|
78
|
+
["bold green", fromHex(0x1acc1a)],
|
|
79
|
+
["bordeaux", fromHex(0x7f1a7f)],
|
|
80
|
+
["bottle green", fromHex(0x429e33)],
|
|
81
|
+
["brick", fromHex(0xab2620)],
|
|
82
|
+
["brick brown", fromHex(0xb24c66)],
|
|
83
|
+
["brick red", fromHex(0xaf221c)],
|
|
84
|
+
["bright aqua", fromHex(0x2bf6ee)],
|
|
85
|
+
["bright baby blue", fromHex(0x29e0ff)],
|
|
86
|
+
["bright blue", fromHex(0x2052f3)],
|
|
87
|
+
["bright fuchsia", fromHex(0xff0199)],
|
|
88
|
+
["bright grass green", fromHex(0x1ae51a)],
|
|
89
|
+
["bright green", fromHex(0x3bef37)],
|
|
90
|
+
["bright lavender", fromHex(0xb22bee)],
|
|
91
|
+
["bright light blue", fromHex(0x33ccff)],
|
|
92
|
+
["bright light green", fromHex(0x59f226)],
|
|
93
|
+
["bright lilac", fromHex(0xd670ff)],
|
|
94
|
+
["bright lime", fromHex(0x4cf728)],
|
|
95
|
+
["bright lime green", fromHex(0x39f82d)],
|
|
96
|
+
["bright magenta", fromHex(0xf20dd8)],
|
|
97
|
+
["bright olive green", fromHex(0x99cc1a)],
|
|
98
|
+
["bright pink", fromHex(0xff23b6)],
|
|
99
|
+
["bright purple", fromHex(0xae2de3)],
|
|
100
|
+
["bright red", fromHex(0xf3172d)],
|
|
101
|
+
["bright seafoam", fromHex(0x4cffa5)],
|
|
102
|
+
["bright sea green", fromHex(0x01ff99)],
|
|
103
|
+
["bright sky blue", fromHex(0x77ccdd)],
|
|
104
|
+
["bright spring green", fromHex(0x72e533)],
|
|
105
|
+
["bright teal", fromHex(0x22ccdd)],
|
|
106
|
+
["bright turquoise", fromHex(0x33ffff)],
|
|
107
|
+
["bright violet", fromHex(0xb729f4)],
|
|
108
|
+
["bright yellow", fromHex(0xf2f735)],
|
|
109
|
+
["brilliant blue", fromHex(0x3366ee)],
|
|
110
|
+
["british racing green", fromHex(0x225522)],
|
|
111
|
+
["bronco blue", fromHex(0x1a66e5)],
|
|
112
|
+
["bronze", fromHex(0xa0740f)],
|
|
113
|
+
["brown", fromHex(0x894c24)],
|
|
114
|
+
["brownish black", fromHex(0x4c1a33)],
|
|
115
|
+
["brownish green", fromHex(0x7a840b)],
|
|
116
|
+
["brownish orange", fromHex(0xce6616)],
|
|
117
|
+
["brownish red", fromHex(0x8c0d26)],
|
|
118
|
+
["bruised purple", fromHex(0x993366)],
|
|
119
|
+
["bubble gum", fromHex(0xff5db2)],
|
|
120
|
+
["bubble gum pink", fromHex(0xff66bf)],
|
|
155
121
|
["buff", fromHex(0xe5bf8c)],
|
|
156
|
-
["
|
|
157
|
-
["
|
|
158
|
-
["
|
|
159
|
-
["
|
|
160
|
-
["
|
|
161
|
-
["
|
|
162
|
-
["
|
|
163
|
-
["vanilla", fromHex(0xfff6aa)],
|
|
164
|
-
["sandstone", fromHex(0xe5e5b2)],
|
|
165
|
-
["eggshell", fromHex(0xeef6c3)],
|
|
166
|
-
["ivory", fromHex(0xffffc4)],
|
|
167
|
-
["buffyellow", fromHex(0xffffcc)],
|
|
168
|
-
["lightcyan", fromHex(0x8efff7)],
|
|
169
|
-
["lightbabyblue", fromHex(0xccffff)],
|
|
170
|
-
["bahamablue", fromHex(0x66ffee)],
|
|
171
|
-
["agua", fromHex(0x66ffe5)],
|
|
172
|
-
["lightaqua", fromHex(0x7dfbe3)],
|
|
173
|
-
["paleturquoise", fromHex(0x7fffcc)],
|
|
174
|
-
["lightmintgreen", fromHex(0x99ffcc)],
|
|
175
|
-
["willowtreegreen", fromHex(0x4dffcc)],
|
|
176
|
-
["fluorescentblue", fromHex(0x01ffdd)],
|
|
177
|
-
["aquamarine", fromHex(0x31d3c7)],
|
|
178
|
-
["lightgreenblue", fromHex(0x66e5cc)],
|
|
179
|
-
["lightturquoise", fromHex(0x63efdf)],
|
|
180
|
-
["mediumaqua", fromHex(0x44ddbb)],
|
|
181
|
-
["sea", fromHex(0x4fd5a4)],
|
|
182
|
-
["aquagreen", fromHex(0x38daae)],
|
|
183
|
-
["seagreen", fromHex(0x47d89a)],
|
|
184
|
-
["melongreen", fromHex(0x77dd99)],
|
|
185
|
-
["eastergreen", fromHex(0x7fe599)],
|
|
186
|
-
["lightseagreen", fromHex(0x7fe599)],
|
|
187
|
-
["seafoam", fromHex(0x59ebad)],
|
|
188
|
-
["seafoamgreen", fromHex(0x5aebad)],
|
|
189
|
-
["pastelgreen", fromHex(0x69e49e)],
|
|
190
|
-
["mintgreen", fromHex(0x62eca2)],
|
|
191
|
-
["mint", fromHex(0x5eeca1)],
|
|
192
|
-
["palegreen", fromHex(0x8ae492)],
|
|
193
|
-
["spearmint", fromHex(0x4cdf79)],
|
|
194
|
-
["neonmint", fromHex(0x33ff99)],
|
|
195
|
-
["brightseafoam", fromHex(0x4cffa5)],
|
|
196
|
-
["sherbetgreen", fromHex(0x33ffb2)],
|
|
197
|
-
["brightseagreen", fromHex(0x01ff99)],
|
|
198
|
-
["limesherbet", fromHex(0x7fffb2)],
|
|
199
|
-
["greenmist", fromHex(0xb2ffb2)],
|
|
200
|
-
["pastellime", fromHex(0xaaff88)],
|
|
201
|
-
["palelimegreen", fromHex(0xb2ff66)],
|
|
202
|
-
["lightlimegreen", fromHex(0x9eff60)],
|
|
203
|
-
["lightlime", fromHex(0xa5fb69)],
|
|
204
|
-
["mattegreen", fromHex(0x66ff66)],
|
|
205
|
-
["greenlight", fromHex(0x7fff66)],
|
|
206
|
-
["kiwigreen", fromHex(0x7fff72)],
|
|
207
|
-
["lightgreen", fromHex(0x69ea65)],
|
|
208
|
-
["keylime", fromHex(0x66ee4e)],
|
|
209
|
-
["luminousgreen", fromHex(0x4ae24a)],
|
|
210
|
-
["acidgreen", fromHex(0x26d840)],
|
|
211
|
-
["greenapple", fromHex(0x44d733)],
|
|
212
|
-
["neon", fromHex(0x5ae748)],
|
|
213
|
-
["springgreen", fromHex(0x5de549)],
|
|
214
|
-
["applegreen", fromHex(0x58e24a)],
|
|
215
|
-
["spring", fromHex(0x61de51)],
|
|
216
|
-
["freshgreen", fromHex(0x5de566)],
|
|
217
|
-
["algaegreen", fromHex(0x4ce572)],
|
|
218
|
-
["fadedgreen", fromHex(0x8cd059)],
|
|
219
|
-
["babygreen", fromHex(0x84e07a)],
|
|
220
|
-
["icygreen", fromHex(0x99e56e)],
|
|
221
|
-
["pistachiogreen", fromHex(0x99e57f)],
|
|
222
|
-
["pistachio", fromHex(0x7fef76)],
|
|
223
|
-
["kiwi", fromHex(0x7ff67b)],
|
|
224
|
-
["springgrass", fromHex(0x99e566)],
|
|
225
|
-
["yellowishgreen", fromHex(0x8ed93e)],
|
|
226
|
-
["limeade", fromHex(0x66d833)],
|
|
227
|
-
["greenyellow", fromHex(0x7fe22e)],
|
|
228
|
-
["brightolivegreen", fromHex(0x99cc1a)],
|
|
229
|
-
["yellowlime", fromHex(0x99cc1a)],
|
|
230
|
-
["lightolivegreen", fromHex(0xa3d63d)],
|
|
231
|
-
["yellowgreen", fromHex(0x96dc30)],
|
|
232
|
-
["lemonlime", fromHex(0x9be448)],
|
|
233
|
-
["chartreuse", fromHex(0x99e326)],
|
|
234
|
-
["darklimegreen", fromHex(0x66d801)],
|
|
235
|
-
["darklime", fromHex(0x6edd01)],
|
|
236
|
-
["turtlegreen", fromHex(0x66e533)],
|
|
237
|
-
["brightspringgreen", fromHex(0x72e533)],
|
|
238
|
-
["summergreen", fromHex(0x44dd22)],
|
|
239
|
-
["brightgrassgreen", fromHex(0x1ae51a)],
|
|
240
|
-
["tropicalgreen", fromHex(0x1ae51a)],
|
|
241
|
-
["electricgreen", fromHex(0x37fa33)],
|
|
242
|
-
["brightlimegreen", fromHex(0x39f82d)],
|
|
243
|
-
["fluorescentgreen", fromHex(0x48fb47)],
|
|
244
|
-
["brightgreen", fromHex(0x3bef37)],
|
|
245
|
-
["vibrantgreen", fromHex(0x47ea15)],
|
|
246
|
-
["popsiclegreen", fromHex(0x33ee22)],
|
|
247
|
-
["polygreen", fromHex(0x44ee22)],
|
|
248
|
-
["brightlightgreen", fromHex(0x59f226)],
|
|
249
|
-
["highlightergreen", fromHex(0x50f733)],
|
|
250
|
-
["brightlime", fromHex(0x4cf728)],
|
|
251
|
-
["neongreen", fromHex(0x49fb35)],
|
|
252
|
-
["limegreen", fromHex(0x64ee38)],
|
|
253
|
-
["lightbrightgreen", fromHex(0x72f240)],
|
|
254
|
-
["lime", fromHex(0x6aef3b)],
|
|
255
|
-
["citron", fromHex(0x77ee22)],
|
|
256
|
-
["maygreen", fromHex(0x66ff33)],
|
|
257
|
-
["vividgreen", fromHex(0x59ff40)],
|
|
258
|
-
["neonlime", fromHex(0x4cff38)],
|
|
259
|
-
["neonlimegreen", fromHex(0x5cff47)],
|
|
260
|
-
["hotlime", fromHex(0x44ff44)],
|
|
261
|
-
["electriclime", fromHex(0x48ff3a)],
|
|
262
|
-
["phosphorgreen", fromHex(0x33ff33)],
|
|
263
|
-
["hotgreen", fromHex(0x51ff15)],
|
|
264
|
-
["fluorescentlime", fromHex(0x33ff16)],
|
|
265
|
-
["fluorescentlimegreen", fromHex(0x33ff0d)],
|
|
266
|
-
["shockinggreen", fromHex(0x66ff01)],
|
|
267
|
-
["salad", fromHex(0x99ff01)],
|
|
268
|
-
["lightneongreen", fromHex(0x99ff33)],
|
|
269
|
-
["lemongreen", fromHex(0xadff29)],
|
|
270
|
-
["newgrass", fromHex(0x99ff4c)],
|
|
271
|
-
["limeice", fromHex(0xbbee55)],
|
|
272
|
-
["neonyellow", fromHex(0xccff15)],
|
|
273
|
-
["hotyellow", fromHex(0xe5ff33)],
|
|
274
|
-
["sunshineyellow", fromHex(0xfff92e)],
|
|
275
|
-
["sunshine", fromHex(0xfffb49)],
|
|
276
|
-
["lemonyellow", fromHex(0xfcfc3e)],
|
|
277
|
-
["canaryyellow", fromHex(0xfaff45)],
|
|
278
|
-
["canary", fromHex(0xf1f84a)],
|
|
279
|
-
["brightyellow", fromHex(0xf2f735)],
|
|
280
|
-
["lemon", fromHex(0xd5f14b)],
|
|
281
|
-
["yellow", fromHex(0xdde840)],
|
|
282
|
-
["dirtyyellow", fromHex(0xe5e54d)],
|
|
283
|
-
["celery", fromHex(0xbff272)],
|
|
284
|
-
["butteryellow", fromHex(0xffff91)],
|
|
285
|
-
["lightyellow", fromHex(0xfaff91)],
|
|
286
|
-
["offwhite", fromHex(0xf2ffa5)],
|
|
287
|
-
["lemonchiffon", fromHex(0xffff7f)],
|
|
288
|
-
["daffodil", fromHex(0xffff77)],
|
|
122
|
+
["buff yellow", fromHex(0xffffcc)],
|
|
123
|
+
["burgundy", fromHex(0x8c1932)],
|
|
124
|
+
["burnt amber", fromHex(0xcc6622)],
|
|
125
|
+
["burnt orange", fromHex(0xd66715)],
|
|
126
|
+
["burnt red", fromHex(0xb22613)],
|
|
127
|
+
["burnt sienna", fromHex(0xc0561f)],
|
|
128
|
+
["burnt umber", fromHex(0xb64133)],
|
|
289
129
|
["butter", fromHex(0xf4e470)],
|
|
290
|
-
["babyyellow", fromHex(0xffe57f)],
|
|
291
|
-
["pastelyellow", fromHex(0xffffa5)],
|
|
292
|
-
["paleyellow", fromHex(0xfdffa0)],
|
|
293
130
|
["buttercream", fromHex(0xffff99)],
|
|
294
|
-
["buttermilk", fromHex(0xffff99)],
|
|
295
|
-
["softyellow", fromHex(0xffff99)],
|
|
296
|
-
["creme", fromHex(0xffdd88)],
|
|
297
|
-
["sandyellow", fromHex(0xffdd66)],
|
|
298
131
|
["buttercup", fromHex(0xfff666)],
|
|
299
|
-
["
|
|
300
|
-
["
|
|
301
|
-
["trueyellow", fromHex(0xffe54c)],
|
|
302
|
-
["banana", fromHex(0xffea42)],
|
|
303
|
-
["sunnyyellow", fromHex(0xffee33)],
|
|
304
|
-
["sunflower", fromHex(0xffdf20)],
|
|
305
|
-
["sunfloweryellow", fromHex(0xffdd22)],
|
|
306
|
-
["buttercupyellow", fromHex(0xffe533)],
|
|
307
|
-
["bananayellow", fromHex(0xffe540)],
|
|
308
|
-
["goldenyellow", fromHex(0xffd138)],
|
|
309
|
-
["yelloworange", fromHex(0xffc629)],
|
|
310
|
-
["mustardyellow", fromHex(0xdfc12a)],
|
|
311
|
-
["goldenrod", fromHex(0xf4c220)],
|
|
312
|
-
["golden", fromHex(0xe9bb24)],
|
|
313
|
-
["marigold", fromHex(0xf2bf33)],
|
|
314
|
-
["maize", fromHex(0xe9b633)],
|
|
315
|
-
["lightbeige", fromHex(0xcccc77)],
|
|
316
|
-
["lightmustard", fromHex(0xe5cc66)],
|
|
317
|
-
["wheat", fromHex(0xd8d872)],
|
|
318
|
-
["harvestgold", fromHex(0xd8bf3f)],
|
|
319
|
-
["lemongrass", fromHex(0xbbcc44)],
|
|
320
|
-
["peasoupgreen", fromHex(0xcccc55)],
|
|
321
|
-
["sophisticatedyuk", fromHex(0xcccc4d)],
|
|
322
|
-
["sweetpea", fromHex(0xaadd55)],
|
|
323
|
-
["lightolive", fromHex(0x9fcc2d)],
|
|
324
|
-
["greenishyellow", fromHex(0xc7db25)],
|
|
325
|
-
["mustardseedyellow", fromHex(0xcccc01)],
|
|
326
|
-
["paleolivegreen", fromHex(0x99b21a)],
|
|
327
|
-
["darkyellow", fromHex(0xb5b820)],
|
|
328
|
-
["avocado", fromHex(0x7fac2b)],
|
|
329
|
-
["seaweedgreen", fromHex(0x7faa44)],
|
|
330
|
-
["seaweed", fromHex(0x89b251)],
|
|
331
|
-
["paleolive", fromHex(0xa3b747)],
|
|
332
|
-
["peasoup", fromHex(0xa5b246)],
|
|
333
|
-
["avocadogreen", fromHex(0x91a716)],
|
|
334
|
-
["pea", fromHex(0xc3b464)],
|
|
335
|
-
["sand", fromHex(0xd6b55f)],
|
|
336
|
-
["yellowbrown", fromHex(0xbf9926)],
|
|
337
|
-
["ochre", fromHex(0xd1a329)],
|
|
338
|
-
["yellowochre", fromHex(0xccaa2b)],
|
|
339
|
-
["oldgold", fromHex(0xccb24c)],
|
|
132
|
+
["buttercup yellow", fromHex(0xffe533)],
|
|
133
|
+
["buttermilk", fromHex(0xffff99)],
|
|
340
134
|
["butterscotch", fromHex(0xe2af38)],
|
|
341
|
-
["
|
|
342
|
-
["
|
|
343
|
-
["
|
|
344
|
-
["
|
|
345
|
-
["
|
|
346
|
-
["
|
|
347
|
-
["
|
|
348
|
-
["
|
|
349
|
-
["
|
|
350
|
-
["
|
|
351
|
-
["
|
|
352
|
-
["
|
|
353
|
-
["
|
|
354
|
-
["
|
|
355
|
-
["
|
|
356
|
-
["
|
|
357
|
-
["
|
|
358
|
-
["
|
|
359
|
-
["
|
|
360
|
-
["
|
|
361
|
-
["
|
|
362
|
-
["slime", fromHex(0x7fcc09)],
|
|
363
|
-
["poisongreen", fromHex(0x66cc1a)],
|
|
364
|
-
["grassgreen", fromHex(0x39b82d)],
|
|
365
|
-
["grass", fromHex(0x40bb30)],
|
|
366
|
-
["midgreen", fromHex(0x3abd33)],
|
|
367
|
-
["golfcoursegreen", fromHex(0x55cc44)],
|
|
368
|
-
["offgreen", fromHex(0x88cc33)],
|
|
369
|
-
["peagreen", fromHex(0x88c039)],
|
|
370
|
-
["lemonlimegreen", fromHex(0x6ec355)],
|
|
371
|
-
["green", fromHex(0x4fc54a)],
|
|
372
|
-
["leaf", fromHex(0x42ba3b)],
|
|
373
|
-
["emeraldgreen", fromHex(0x3bbc46)],
|
|
374
|
-
["shamrockgreen", fromHex(0x33bf4c)],
|
|
375
|
-
["mediumgreen", fromHex(0x37b042)],
|
|
376
|
-
["treegreen", fromHex(0x3cb438)],
|
|
377
|
-
["leafgreen", fromHex(0x3db83b)],
|
|
378
|
-
["gardengreen", fromHex(0x4cb233)],
|
|
379
|
-
["lightmediumgreen", fromHex(0x4cb233)],
|
|
380
|
-
["apple", fromHex(0x6abd41)],
|
|
381
|
-
["ferngreen", fromHex(0x6dae49)],
|
|
382
|
-
["fern", fromHex(0x5aa43e)],
|
|
383
|
-
["bottlegreen", fromHex(0x429e33)],
|
|
384
|
-
["lawn", fromHex(0x4ca133)],
|
|
385
|
-
["christmasgreen", fromHex(0x4c991a)],
|
|
386
|
-
["70sgreen", fromHex(0x4c9901)],
|
|
387
|
-
["froggreen", fromHex(0x44aa01)],
|
|
388
|
-
["permanentgreen", fromHex(0x1a9933)],
|
|
389
|
-
["turf", fromHex(0x339933)],
|
|
390
|
-
["sapgreen", fromHex(0x44aa44)],
|
|
391
|
-
["foliagegreen", fromHex(0x22aa44)],
|
|
392
|
-
["newleafgreen", fromHex(0x01b201)],
|
|
393
|
-
["darkgrassgreen", fromHex(0x01aa22)],
|
|
394
|
-
["kelly", fromHex(0x24bb3c)],
|
|
395
|
-
["sourapple", fromHex(0x1fd63d)],
|
|
396
|
-
["parrotgreen", fromHex(0x44d43b)],
|
|
397
|
-
["kellygreen", fromHex(0x25bd38)],
|
|
398
|
-
["grannysmithapplegreen", fromHex(0x33cc22)],
|
|
399
|
-
["rahrahgreen", fromHex(0x33cc1a)],
|
|
400
|
-
["grannysmithapple", fromHex(0x1fcc1f)],
|
|
401
|
-
["boldgreen", fromHex(0x1acc1a)],
|
|
402
|
-
["slimegreen", fromHex(0x1acc01)],
|
|
403
|
-
["springleaf", fromHex(0x4ccc1a)],
|
|
404
|
-
["keylimegreen", fromHex(0x3dd629)],
|
|
405
|
-
["sourapplegreen", fromHex(0x01cc01)],
|
|
406
|
-
["asparagus", fromHex(0x337f1a)],
|
|
407
|
-
["evergreen", fromHex(0x267933)],
|
|
408
|
-
["forest", fromHex(0x267631)],
|
|
409
|
-
["forestgreen", fromHex(0x247532)],
|
|
410
|
-
["darkgreen", fromHex(0x25702b)],
|
|
411
|
-
["deepgreen", fromHex(0x2d882d)],
|
|
412
|
-
["pine", fromHex(0x357f39)],
|
|
413
|
-
["pinegreen", fromHex(0x377d2f)],
|
|
414
|
-
["tangreen", fromHex(0x337f33)],
|
|
415
|
-
["darkaquamarine", fromHex(0x1a7f4c)],
|
|
416
|
-
["charcoalgray", fromHex(0x334c33)],
|
|
417
|
-
["deepforestgreen", fromHex(0x1a4c4c)],
|
|
418
|
-
["darkbluishgreen", fromHex(0x014c4c)],
|
|
419
|
-
["spruce", fromHex(0x246649)],
|
|
420
|
-
["darkseagreen", fromHex(0x1a6666)],
|
|
421
|
-
["darkteal", fromHex(0x3e7c77)],
|
|
422
|
-
["huntergreen", fromHex(0x276e33)],
|
|
423
|
-
["hunter", fromHex(0x266f34)],
|
|
424
|
-
["darkmossgreen", fromHex(0x4c6633)],
|
|
425
|
-
["olivebrown", fromHex(0x66772a)],
|
|
426
|
-
["darkolivegreen", fromHex(0x5b7024)],
|
|
427
|
-
["loden", fromHex(0x3f7233)],
|
|
428
|
-
["darksage", fromHex(0x33661a)],
|
|
429
|
-
["britishracinggreen", fromHex(0x225522)],
|
|
430
|
-
["sprucegreen", fromHex(0x1a6633)],
|
|
431
|
-
["navygreen", fromHex(0x336633)],
|
|
432
|
-
["racinggreen", fromHex(0x245e2c)],
|
|
433
|
-
["darkolive", fromHex(0x4b6124)],
|
|
434
|
-
["dirtybrown", fromHex(0x665533)],
|
|
435
|
-
["hazel", fromHex(0x594c26)],
|
|
436
|
-
["charcoalgrey", fromHex(0x666666)],
|
|
437
|
-
["darkgray", fromHex(0x385151)],
|
|
438
|
-
["darkgrey", fromHex(0x424c4c)],
|
|
439
|
-
["coal", fromHex(0x374341)],
|
|
135
|
+
["butter yellow", fromHex(0xffff91)],
|
|
136
|
+
["cadet blue", fromHex(0x3f72ae)],
|
|
137
|
+
["camel", fromHex(0xb77f4c)],
|
|
138
|
+
["camo green", fromHex(0x667f1a)],
|
|
139
|
+
["canary", fromHex(0xf1f84a)],
|
|
140
|
+
["canary yellow", fromHex(0xfaff45)],
|
|
141
|
+
["candy apple red", fromHex(0xea0b29)],
|
|
142
|
+
["candy pink", fromHex(0xf98ed6)],
|
|
143
|
+
["caramel", fromHex(0xbc7a3d)],
|
|
144
|
+
["caribbean blue", fromHex(0x1fadff)],
|
|
145
|
+
["carmine", fromHex(0xf22659)],
|
|
146
|
+
["carnation pink", fromHex(0xff99cc)],
|
|
147
|
+
["carolina blue", fromHex(0x4db2ff)],
|
|
148
|
+
["celadon", fromHex(0x6699cc)],
|
|
149
|
+
["celery", fromHex(0xbff272)],
|
|
150
|
+
["celestial blue", fromHex(0x7fccff)],
|
|
151
|
+
["cellar black", fromHex(0x1a334c)],
|
|
152
|
+
["cerise", fromHex(0xe72ba0)],
|
|
153
|
+
["cerulean", fromHex(0x2975f1)],
|
|
154
|
+
["cerulean blue", fromHex(0x3381f5)],
|
|
155
|
+
["chalk blue", fromHex(0x2299dd)],
|
|
440
156
|
["charcoal", fromHex(0x3b4445)],
|
|
441
|
-
["
|
|
442
|
-
["
|
|
443
|
-
["
|
|
444
|
-
["
|
|
445
|
-
["
|
|
446
|
-
["murkygreen", fromHex(0x597f26)],
|
|
447
|
-
["armygreen", fromHex(0x647f23)],
|
|
448
|
-
["camogreen", fromHex(0x667f1a)],
|
|
449
|
-
["darkkhaki", fromHex(0x7f721a)],
|
|
450
|
-
["sepia", fromHex(0x885511)],
|
|
451
|
-
["copper", fromHex(0xb65008)],
|
|
452
|
-
["sienna", fromHex(0xb2521d)],
|
|
453
|
-
["burntsienna", fromHex(0xc0561f)],
|
|
454
|
-
["cinnamonbrown", fromHex(0xb24c1a)],
|
|
455
|
-
["rust", fromHex(0xb54020)],
|
|
456
|
-
["redbrick", fromHex(0xaa3311)],
|
|
457
|
-
["firebrick", fromHex(0x991a01)],
|
|
458
|
-
["chestnutbrown", fromHex(0x882201)],
|
|
459
|
-
["auburn", fromHex(0x7f0d01)],
|
|
460
|
-
["deepburgundy", fromHex(0x551111)],
|
|
461
|
-
["licorice", fromHex(0x331a1a)],
|
|
462
|
-
["pitchblack", fromHex(0x220101)],
|
|
463
|
-
["darkmaroon", fromHex(0x5e1d3a)],
|
|
464
|
-
["brownishblack", fromHex(0x4c1a33)],
|
|
465
|
-
["darkbrown", fromHex(0x551c1a)],
|
|
466
|
-
["noir", fromHex(0x552222)],
|
|
467
|
-
["walnut", fromHex(0x442233)],
|
|
468
|
-
["flatblack", fromHex(0x4c3333)],
|
|
469
|
-
["toffee", fromHex(0x996644)],
|
|
470
|
-
["cocoa", fromHex(0x996633)],
|
|
471
|
-
["coffee", fromHex(0x94662f)],
|
|
472
|
-
["milkchocolate", fromHex(0x995d33)],
|
|
473
|
-
["mediumbrown", fromHex(0x9d612a)],
|
|
474
|
-
["coffeebrown", fromHex(0x995533)],
|
|
475
|
-
["brown", fromHex(0x894c24)],
|
|
476
|
-
["earth", fromHex(0x8d521f)],
|
|
477
|
-
["mud", fromHex(0x865e2b)],
|
|
478
|
-
["barkbrown", fromHex(0x7f4c1a)],
|
|
479
|
-
["mudbrown", fromHex(0x794c13)],
|
|
480
|
-
["mahogany", fromHex(0x823e28)],
|
|
481
|
-
["mocha", fromHex(0x8e452f)],
|
|
482
|
-
["chocolatebrown", fromHex(0x71331f)],
|
|
483
|
-
["forestbrown", fromHex(0x66331a)],
|
|
484
|
-
["bark", fromHex(0x723f26)],
|
|
485
|
-
["chocolate", fromHex(0x743521)],
|
|
486
|
-
["rawsienna", fromHex(0x884422)],
|
|
487
|
-
["redbrown", fromHex(0x993c27)],
|
|
488
|
-
["winered", fromHex(0x7f1a1a)],
|
|
489
|
-
["indianred", fromHex(0x992233)],
|
|
490
|
-
["brownishred", fromHex(0x8c0d26)],
|
|
491
|
-
["rustbrown", fromHex(0x881111)],
|
|
157
|
+
["charcoal gray", fromHex(0x334c33)],
|
|
158
|
+
["charcoal grey", fromHex(0x666666)],
|
|
159
|
+
["chartreuse", fromHex(0x99e326)],
|
|
160
|
+
["cherry", fromHex(0xd61c30)],
|
|
161
|
+
["cherry red", fromHex(0xe21106)],
|
|
492
162
|
["chestnut", fromHex(0x831601)],
|
|
493
|
-
["
|
|
494
|
-
["
|
|
495
|
-
["
|
|
496
|
-
["
|
|
497
|
-
["burntumber", fromHex(0xb64133)],
|
|
163
|
+
["chestnut brown", fromHex(0x882201)],
|
|
164
|
+
["chocolate", fromHex(0x743521)],
|
|
165
|
+
["chocolate brown", fromHex(0x71331f)],
|
|
166
|
+
["christmas green", fromHex(0x4c991a)],
|
|
498
167
|
["cinnamon", fromHex(0xb4452e)],
|
|
499
|
-
["
|
|
500
|
-
["
|
|
501
|
-
["
|
|
502
|
-
["
|
|
503
|
-
["
|
|
504
|
-
["
|
|
505
|
-
["
|
|
506
|
-
["
|
|
507
|
-
["
|
|
508
|
-
["
|
|
509
|
-
["
|
|
168
|
+
["cinnamon brown", fromHex(0xb24c1a)],
|
|
169
|
+
["citron", fromHex(0x77ee22)],
|
|
170
|
+
["clay", fromHex(0xb8724f)],
|
|
171
|
+
["clear", fromHex(0x6f61de)],
|
|
172
|
+
["clear blue", fromHex(0x7233ff)],
|
|
173
|
+
["clear blue sky", fromHex(0x7f66ff)],
|
|
174
|
+
["clear sky", fromHex(0x2266ee)],
|
|
175
|
+
["cloudy blue", fromHex(0x7799bb)],
|
|
176
|
+
["coal", fromHex(0x374341)],
|
|
177
|
+
["cobalt", fromHex(0x3331d5)],
|
|
178
|
+
["cobalt blue", fromHex(0x2d3ad5)],
|
|
179
|
+
["cocoa", fromHex(0x996633)],
|
|
180
|
+
["coffee", fromHex(0x94662f)],
|
|
181
|
+
["coffee brown", fromHex(0x995533)],
|
|
182
|
+
["colonial blue", fromHex(0x5599dd)],
|
|
183
|
+
["concord grape", fromHex(0x997fcc)],
|
|
184
|
+
["cool blue", fromHex(0x2288ee)],
|
|
185
|
+
["cool gray", fromHex(0x999999)],
|
|
186
|
+
["copper", fromHex(0xb65008)],
|
|
187
|
+
["coral", fromHex(0xf55963)],
|
|
188
|
+
["coral pink", fromHex(0xff667f)],
|
|
189
|
+
["coral red", fromHex(0xe51a4c)],
|
|
190
|
+
["corn", fromHex(0x7489cf)],
|
|
191
|
+
["cornflower", fromHex(0x627ede)],
|
|
192
|
+
["cornflower blue", fromHex(0x5074da)],
|
|
193
|
+
["cotton candy", fromHex(0xff9ee5)],
|
|
194
|
+
["cotton candy pink", fromHex(0xffa1ee)],
|
|
195
|
+
["country blue", fromHex(0x4499bb)],
|
|
510
196
|
["cranberry", fromHex(0x990a4a)],
|
|
511
|
-
["
|
|
512
|
-
["
|
|
513
|
-
["
|
|
514
|
-
["raspberry", fromHex(0xcd2e7a)],
|
|
515
|
-
["lightburgundy", fromHex(0xcc4477)],
|
|
516
|
-
["rustyred", fromHex(0xcc3366)],
|
|
517
|
-
["rosered", fromHex(0xe51a66)],
|
|
518
|
-
["softred", fromHex(0xe51a66)],
|
|
197
|
+
["cream", fromHex(0xe1dcaa)],
|
|
198
|
+
["creamy blue", fromHex(0x3388cc)],
|
|
199
|
+
["creme", fromHex(0xffdd88)],
|
|
519
200
|
["crimson", fromHex(0xc11844)],
|
|
201
|
+
["crimson red", fromHex(0xcc1122)],
|
|
202
|
+
["cyan", fromHex(0x49d6e7)],
|
|
203
|
+
["cyan green", fromHex(0x33ccb2)],
|
|
204
|
+
["daffodil", fromHex(0xffff77)],
|
|
205
|
+
["dark aqua", fromHex(0x119990)],
|
|
206
|
+
["dark aquamarine", fromHex(0x1a7f4c)],
|
|
207
|
+
["dark beige", fromHex(0xb29966)],
|
|
208
|
+
["dark blue", fromHex(0x1b2596)],
|
|
209
|
+
["dark bluish green", fromHex(0x014c4c)],
|
|
210
|
+
["dark brick", fromHex(0x993344)],
|
|
211
|
+
["dark brown", fromHex(0x551c1a)],
|
|
212
|
+
["dark chocolate brown", fromHex(0x1a011a)],
|
|
213
|
+
["dark cream", fromHex(0xbbaa99)],
|
|
214
|
+
["dark cyan", fromHex(0x3884af)],
|
|
215
|
+
["darker purple", fromHex(0x4c1a66)],
|
|
216
|
+
["dark forest green", fromHex(0x093b2a)],
|
|
217
|
+
["dark fuchsia", fromHex(0xbb1188)],
|
|
218
|
+
["dark gold", fromHex(0xa17f1a)],
|
|
219
|
+
["dark grass green", fromHex(0x01aa22)],
|
|
220
|
+
["dark gray", fromHex(0x385151)],
|
|
221
|
+
["dark green", fromHex(0x25702b)],
|
|
222
|
+
["dark grey", fromHex(0x424c4c)],
|
|
223
|
+
["dark khaki", fromHex(0x7f721a)],
|
|
224
|
+
["dark lavender", fromHex(0x6f45ab)],
|
|
225
|
+
["dark lilac", fromHex(0xa329e0)],
|
|
226
|
+
["dark lime", fromHex(0x6edd01)],
|
|
227
|
+
["dark lime green", fromHex(0x66d801)],
|
|
228
|
+
["dark magenta", fromHex(0xb21a9c)],
|
|
229
|
+
["dark maroon", fromHex(0x5e1d3a)],
|
|
230
|
+
["dark mauve", fromHex(0xa05e99)],
|
|
231
|
+
["dark moss green", fromHex(0x4c6633)],
|
|
232
|
+
["dark navy", fromHex(0x201c6a)],
|
|
233
|
+
["dark navy blue", fromHex(0x1d1d66)],
|
|
234
|
+
["dark olive", fromHex(0x4b6124)],
|
|
235
|
+
["dark olive green", fromHex(0x5b7024)],
|
|
236
|
+
["dark orange", fromHex(0xd66219)],
|
|
237
|
+
["dark peach", fromHex(0xff7f59)],
|
|
238
|
+
["dark pea green", fromHex(0x669933)],
|
|
239
|
+
["dark periwinkle", fromHex(0x7474cc)],
|
|
240
|
+
["dark pink", fromHex(0xdc3d96)],
|
|
241
|
+
["dark purple", fromHex(0x63187d)],
|
|
242
|
+
["dark red", fromHex(0xaf132b)],
|
|
243
|
+
["dark rose", fromHex(0xe03dad)],
|
|
244
|
+
["dark royal blue", fromHex(0x4c01cc)],
|
|
245
|
+
["dark sage", fromHex(0x33661a)],
|
|
246
|
+
["dark sand", fromHex(0xaa8844)],
|
|
247
|
+
["dark sea green", fromHex(0x1a6666)],
|
|
248
|
+
["dark sky blue", fromHex(0x5184cc)],
|
|
249
|
+
["dark tan", fromHex(0xc49149)],
|
|
250
|
+
["dark teal", fromHex(0x3e7c77)],
|
|
251
|
+
["dark turquoise", fromHex(0x3aa7ae)],
|
|
252
|
+
["dark violet", fromHex(0x66248e)],
|
|
253
|
+
["dark yellow", fromHex(0xb5b820)],
|
|
254
|
+
["dark yellow green", fromHex(0x66990d)],
|
|
255
|
+
["deep blue", fromHex(0x2a22bd)],
|
|
256
|
+
["deep blue ocean", fromHex(0x011a7f)],
|
|
257
|
+
["deep burgundy", fromHex(0x551111)],
|
|
258
|
+
["deep forest green", fromHex(0x1a4c4c)],
|
|
259
|
+
["deep green", fromHex(0x2d882d)],
|
|
260
|
+
["deep lavender", fromHex(0x8c59bf)],
|
|
261
|
+
["deep lilac", fromHex(0x8c3fb2)],
|
|
262
|
+
["deep magenta", fromHex(0xcc0177)],
|
|
263
|
+
["deep navy blue", fromHex(0x333399)],
|
|
264
|
+
["deep ocean", fromHex(0x330db2)],
|
|
265
|
+
["deep ocean blue", fromHex(0x331a7f)],
|
|
266
|
+
["deep orange", fromHex(0xff6601)],
|
|
267
|
+
["deep periwinkle", fromHex(0x7f33cc)],
|
|
268
|
+
["deep pink", fromHex(0xe52c85)],
|
|
269
|
+
["deep purple", fromHex(0x551577)],
|
|
270
|
+
["deep red", fromHex(0xc11515)],
|
|
271
|
+
["deep rose", fromHex(0xbb2266)],
|
|
272
|
+
["deep royal blue", fromHex(0x011abb)],
|
|
273
|
+
["deep rust", fromHex(0x994c4c)],
|
|
274
|
+
["deep sea blue", fromHex(0x2266bb)],
|
|
275
|
+
["deep sky blue", fromHex(0x1a5de5)],
|
|
276
|
+
["deep violet", fromHex(0x881188)],
|
|
277
|
+
["delft blue", fromHex(0x1144bb)],
|
|
278
|
+
["denim", fromHex(0x4c4cac)],
|
|
279
|
+
["denim blue", fromHex(0x5566cc)],
|
|
280
|
+
["dijon", fromHex(0xccbb22)],
|
|
281
|
+
["dirt", fromHex(0x97834a)],
|
|
282
|
+
["dirt brown", fromHex(0xad5b47)],
|
|
283
|
+
["dirty brown", fromHex(0x665533)],
|
|
284
|
+
["dirty green", fromHex(0x6e8833)],
|
|
285
|
+
["dirty orange", fromHex(0xeeaa44)],
|
|
286
|
+
["dirty yellow", fromHex(0xe5e54d)],
|
|
287
|
+
["drab", fromHex(0x77873a)],
|
|
288
|
+
["drab green", fromHex(0x598c26)],
|
|
289
|
+
["drab olive", fromHex(0xaaaa66)],
|
|
290
|
+
["duck egg blue", fromHex(0x9eeeee)],
|
|
291
|
+
["dull blue", fromHex(0x3f7f9f)],
|
|
292
|
+
["dull green", fromHex(0x3ab674)],
|
|
293
|
+
["dull magenta", fromHex(0xdd55aa)],
|
|
294
|
+
["dull orange", fromHex(0xee8811)],
|
|
295
|
+
["dull pink", fromHex(0xff66b2)],
|
|
296
|
+
["dull purple", fromHex(0x9966aa)],
|
|
297
|
+
["dull red", fromHex(0xdd3355)],
|
|
298
|
+
["dusk", fromHex(0x75599b)],
|
|
299
|
+
["dusky blue", fromHex(0x6633b2)],
|
|
300
|
+
["dusky pink", fromHex(0xcc9999)],
|
|
301
|
+
["dusky purple", fromHex(0x993399)],
|
|
302
|
+
["dusty blue", fromHex(0x2d88b5)],
|
|
303
|
+
["dusty green", fromHex(0x66a572)],
|
|
304
|
+
["dusty pink", fromHex(0xe592ac)],
|
|
305
|
+
["dusty purple", fromHex(0x554477)],
|
|
306
|
+
["dusty rose", fromHex(0xce758b)],
|
|
307
|
+
["dutch blue", fromHex(0x3377cc)],
|
|
308
|
+
["earth", fromHex(0x8d521f)],
|
|
309
|
+
["easter egg blue", fromHex(0x66ccee)],
|
|
310
|
+
["easter green", fromHex(0x7fe599)],
|
|
311
|
+
["ebony", fromHex(0x1a1a26)],
|
|
312
|
+
["eggplant", fromHex(0x5c2068)],
|
|
313
|
+
["eggshell", fromHex(0xeef6c3)],
|
|
314
|
+
["egg yolk yellow", fromHex(0xffe54d)],
|
|
315
|
+
["electric blue", fromHex(0x2646ea)],
|
|
316
|
+
["electric green", fromHex(0x37fa33)],
|
|
317
|
+
["electric lime", fromHex(0x48ff3a)],
|
|
318
|
+
["electric pink", fromHex(0xee01aa)],
|
|
319
|
+
["electric purple", fromHex(0xb23bdd)],
|
|
320
|
+
["emerald", fromHex(0x30b853)],
|
|
321
|
+
["emerald green", fromHex(0x3bbc46)],
|
|
322
|
+
["evening sky blue", fromHex(0x1166bb)],
|
|
323
|
+
["evergreen", fromHex(0x267933)],
|
|
324
|
+
["faded blue", fromHex(0x6673e5)],
|
|
325
|
+
["faded green", fromHex(0x8cd059)],
|
|
326
|
+
["faded red", fromHex(0xe53366)],
|
|
327
|
+
["fawn", fromHex(0xd1aa77)],
|
|
328
|
+
["federal blue", fromHex(0x4c6699)],
|
|
329
|
+
["fern", fromHex(0x5aa43e)],
|
|
330
|
+
["fern green", fromHex(0x6dae49)],
|
|
331
|
+
["fire brick", fromHex(0x991a01)],
|
|
332
|
+
["fire engine red", fromHex(0xe9241d)],
|
|
333
|
+
["fire red", fromHex(0x991a1a)],
|
|
334
|
+
["flamingo pink", fromHex(0xff66bb)],
|
|
335
|
+
["flat black", fromHex(0x4c3333)],
|
|
336
|
+
["flat blue", fromHex(0x3366b2)],
|
|
337
|
+
["flesh", fromHex(0xf3b791)],
|
|
338
|
+
["flesh color", fromHex(0xffe5b2)],
|
|
339
|
+
["flesh pink", fromHex(0xffbf8c)],
|
|
340
|
+
["fluorescent blue", fromHex(0x01ffdd)],
|
|
341
|
+
["fluorescent green", fromHex(0x48fb47)],
|
|
342
|
+
["fluorescent lime", fromHex(0x33ff16)],
|
|
343
|
+
["fluorescent lime green", fromHex(0x33ff0d)],
|
|
344
|
+
["fluorescent magenta", fromHex(0xff01ff)],
|
|
345
|
+
["fluorescent pink", fromHex(0xea33a3)],
|
|
346
|
+
["fluorescent purple", fromHex(0xcc01e5)],
|
|
347
|
+
["fog", fromHex(0x6699a0)],
|
|
348
|
+
["foliage green", fromHex(0x22aa44)],
|
|
349
|
+
["forest", fromHex(0x267631)],
|
|
350
|
+
["forest brown", fromHex(0x66331a)],
|
|
351
|
+
["forest green", fromHex(0x247532)],
|
|
352
|
+
["french blue", fromHex(0x6688dd)],
|
|
353
|
+
["fresh green", fromHex(0x5de566)],
|
|
354
|
+
["frog green", fromHex(0x44aa01)],
|
|
355
|
+
["fruit punch", fromHex(0xe51a33)],
|
|
356
|
+
["fuchsia", fromHex(0xe62cbd)],
|
|
357
|
+
["fuchsia pink", fromHex(0xf033d3)],
|
|
358
|
+
["garden green", fromHex(0x4cb233)],
|
|
359
|
+
["gold", fromHex(0xd9b324)],
|
|
360
|
+
["golden", fromHex(0xe9bb24)],
|
|
361
|
+
["golden brown", fromHex(0xb57f1a)],
|
|
362
|
+
["goldenrod", fromHex(0xf4c220)],
|
|
363
|
+
["golden yellow", fromHex(0xffd138)],
|
|
364
|
+
["golf course green", fromHex(0x55cc44)],
|
|
365
|
+
["grandma", fromHex(0x991aff)],
|
|
366
|
+
["granny smith apple", fromHex(0x1fcc1f)],
|
|
367
|
+
["granny smith apple green", fromHex(0x33cc22)],
|
|
368
|
+
["grape", fromHex(0x903093)],
|
|
369
|
+
["grapefruit", fromHex(0xff6677)],
|
|
370
|
+
["grape purple", fromHex(0x99336e)],
|
|
371
|
+
["grass", fromHex(0x40bb30)],
|
|
372
|
+
["grass green", fromHex(0x39b82d)],
|
|
373
|
+
["gray", fromHex(0x7e8f95)],
|
|
374
|
+
["gray blue", fromHex(0x4c71a0)],
|
|
375
|
+
["gray green", fromHex(0x4f8b78)],
|
|
376
|
+
["grayish blue", fromHex(0x7f99b2)],
|
|
377
|
+
["grayish green", fromHex(0x66997f)],
|
|
378
|
+
["green", fromHex(0x4fc54a)],
|
|
379
|
+
["green apple", fromHex(0x44d733)],
|
|
380
|
+
["green blue", fromHex(0x29b795)],
|
|
381
|
+
["green brown", fromHex(0x7a8415)],
|
|
382
|
+
["green grey", fromHex(0x66a58c)],
|
|
383
|
+
["greenish brown", fromHex(0x8c7f26)],
|
|
384
|
+
["greenish grey", fromHex(0x888866)],
|
|
385
|
+
["greenish yellow", fromHex(0xc7db25)],
|
|
386
|
+
["green light", fromHex(0x7fff66)],
|
|
387
|
+
["green mist", fromHex(0xb2ffb2)],
|
|
388
|
+
["green olive", fromHex(0x558811)],
|
|
389
|
+
["green yellow", fromHex(0x7fe22e)],
|
|
390
|
+
["grey", fromHex(0x7a8e94)],
|
|
391
|
+
["grey blue", fromHex(0x5a93b1)],
|
|
392
|
+
["grey brown", fromHex(0x7f7f4c)],
|
|
393
|
+
["grey green", fromHex(0x4f9e82)],
|
|
394
|
+
["greyish blue", fromHex(0x5074a7)],
|
|
395
|
+
["greyish purple", fromHex(0x665577)],
|
|
396
|
+
["grey purple", fromHex(0x666699)],
|
|
397
|
+
["happy", fromHex(0xb784a3)],
|
|
398
|
+
["harvest gold", fromHex(0xd8bf3f)],
|
|
399
|
+
["hazel", fromHex(0x594c26)],
|
|
400
|
+
["hazy pink", fromHex(0xe566b2)],
|
|
401
|
+
["heather", fromHex(0x8a74b6)],
|
|
402
|
+
["highlighter green", fromHex(0x50f733)],
|
|
403
|
+
["hippy purple", fromHex(0xcc66cc)],
|
|
404
|
+
["honey mustard", fromHex(0xe5b21a)],
|
|
405
|
+
["hot green", fromHex(0x51ff15)],
|
|
406
|
+
["hot lime", fromHex(0x44ff44)],
|
|
407
|
+
["hot pink", fromHex(0xfa27b6)],
|
|
408
|
+
["hot purple", fromHex(0xb21ae5)],
|
|
409
|
+
["hot red", fromHex(0xff3d3d)],
|
|
410
|
+
["hot yellow", fromHex(0xe5ff33)],
|
|
411
|
+
["hunter", fromHex(0x266f34)],
|
|
412
|
+
["hunter green", fromHex(0x276e33)],
|
|
413
|
+
["ice", fromHex(0x9fac81)],
|
|
414
|
+
["ice blue", fromHex(0xaad4e5)],
|
|
415
|
+
["icy blue", fromHex(0xb2e5e5)],
|
|
416
|
+
["icy green", fromHex(0x99e56e)],
|
|
417
|
+
["indian", fromHex(0xa3333d)],
|
|
418
|
+
["indian red", fromHex(0x992233)],
|
|
419
|
+
["indigo", fromHex(0x562bb2)],
|
|
420
|
+
["indigo blue", fromHex(0x331acc)],
|
|
421
|
+
["iris", fromHex(0x901add)],
|
|
422
|
+
["ivory", fromHex(0xffffc4)],
|
|
423
|
+
["jade", fromHex(0x41bd85)],
|
|
424
|
+
["jade green", fromHex(0x2cc48a)],
|
|
425
|
+
["jet black", fromHex(0x010d01)],
|
|
426
|
+
["jungle green", fromHex(0x24ae62)],
|
|
427
|
+
["kelly", fromHex(0x24bb3c)],
|
|
428
|
+
["kelly green", fromHex(0x25bd38)],
|
|
429
|
+
["key lime", fromHex(0x66ee4e)],
|
|
430
|
+
["key lime green", fromHex(0x3dd629)],
|
|
431
|
+
["khaki", fromHex(0x8f9645)],
|
|
432
|
+
["khaki green", fromHex(0x99993a)],
|
|
433
|
+
["kiwi", fromHex(0x7ff67b)],
|
|
434
|
+
["kiwi green", fromHex(0x7fff72)],
|
|
435
|
+
["lake blue", fromHex(0x337fb2)],
|
|
436
|
+
["lavender", fromHex(0xb677e0)],
|
|
437
|
+
["lavender pink", fromHex(0xe5b2cc)],
|
|
438
|
+
["lawn", fromHex(0x4ca133)],
|
|
439
|
+
["leaf", fromHex(0x42ba3b)],
|
|
440
|
+
["leaf green", fromHex(0x3db83b)],
|
|
441
|
+
["lemon", fromHex(0xd5f14b)],
|
|
442
|
+
["lemon chiffon", fromHex(0xffff7f)],
|
|
443
|
+
["lemon grass", fromHex(0xbbcc44)],
|
|
444
|
+
["lemon green", fromHex(0xadff29)],
|
|
445
|
+
["lemon lime", fromHex(0x9be448)],
|
|
446
|
+
["lemon lime green", fromHex(0x6ec355)],
|
|
447
|
+
["lemon yellow", fromHex(0xfcfc3e)],
|
|
448
|
+
["lichen green", fromHex(0x77bb88)],
|
|
449
|
+
["licorice", fromHex(0x331a1a)],
|
|
450
|
+
["light aqua", fromHex(0x7dfbe3)],
|
|
451
|
+
["light aqua blue", fromHex(0x7fffff)],
|
|
452
|
+
["light baby blue", fromHex(0xccffff)],
|
|
453
|
+
["light beige", fromHex(0xcccc77)],
|
|
454
|
+
["light blue", fromHex(0x5cb9f3)],
|
|
455
|
+
["light blue green", fromHex(0x66d8d0)],
|
|
456
|
+
["light bright green", fromHex(0x72f240)],
|
|
457
|
+
["light brown", fromHex(0xb37839)],
|
|
458
|
+
["light burgundy", fromHex(0xcc4477)],
|
|
459
|
+
["light chocolate", fromHex(0xcc7f33)],
|
|
460
|
+
["light crimson", fromHex(0xcc267f)],
|
|
461
|
+
["light cyan", fromHex(0x8efff7)],
|
|
462
|
+
["lighter purple", fromHex(0xe54ccc)],
|
|
463
|
+
["light grape", fromHex(0x9944cc)],
|
|
464
|
+
["light gray", fromHex(0xc8ccc6)],
|
|
465
|
+
["light green", fromHex(0x69ea65)],
|
|
466
|
+
["light green blue", fromHex(0x66e5cc)],
|
|
467
|
+
["light grey", fromHex(0xc5c5c5)],
|
|
468
|
+
["light lavender", fromHex(0xccaeff)],
|
|
469
|
+
["light lime", fromHex(0xa5fb69)],
|
|
470
|
+
["light lime green", fromHex(0x9eff60)],
|
|
471
|
+
["light magenta", fromHex(0xf466cc)],
|
|
472
|
+
["light mauve", fromHex(0xd6929c)],
|
|
473
|
+
["light medium green", fromHex(0x4cb233)],
|
|
474
|
+
["light mint green", fromHex(0x99ffcc)],
|
|
475
|
+
["light mustard", fromHex(0xe5cc66)],
|
|
476
|
+
["light navy blue", fromHex(0x334c99)],
|
|
477
|
+
["light neon green", fromHex(0x99ff33)],
|
|
478
|
+
["light olive", fromHex(0x9fcc2d)],
|
|
479
|
+
["light olive green", fromHex(0xa3d63d)],
|
|
480
|
+
["light orange", fromHex(0xf9a833)],
|
|
481
|
+
["light pink", fromHex(0xfcb3d3)],
|
|
482
|
+
["light plum", fromHex(0xb21a66)],
|
|
483
|
+
["light purple", fromHex(0xb25fdc)],
|
|
484
|
+
["light red", fromHex(0xef3d47)],
|
|
485
|
+
["light royal blue", fromHex(0x331aff)],
|
|
486
|
+
["light sea green", fromHex(0x7fe599)],
|
|
487
|
+
["light sky blue", fromHex(0x5fdfeb)],
|
|
488
|
+
["light teal", fromHex(0x66c6bc)],
|
|
489
|
+
["light turquoise", fromHex(0x63efdf)],
|
|
490
|
+
["light violet", fromHex(0xc173dd)],
|
|
491
|
+
["light yellow", fromHex(0xfaff91)],
|
|
492
|
+
["lilac", fromHex(0xba77e2)],
|
|
493
|
+
["lime", fromHex(0x6aef3b)],
|
|
494
|
+
["limeade", fromHex(0x66d833)],
|
|
495
|
+
["lime green", fromHex(0x64ee38)],
|
|
496
|
+
["lime ice", fromHex(0xbbee55)],
|
|
497
|
+
["lime sherbet", fromHex(0x7fffb2)],
|
|
520
498
|
["lips", fromHex(0xe32153)],
|
|
521
|
-
["
|
|
522
|
-
["
|
|
523
|
-
["
|
|
524
|
-
["
|
|
525
|
-
["
|
|
526
|
-
["
|
|
527
|
-
["
|
|
528
|
-
["
|
|
529
|
-
["
|
|
530
|
-
["cherry", fromHex(0xd61c30)],
|
|
531
|
-
["brickred", fromHex(0xaf221c)],
|
|
532
|
-
["bloodred", fromHex(0xaf111c)],
|
|
533
|
-
["darkred", fromHex(0xaf132b)],
|
|
534
|
-
["blood", fromHex(0xb21a29)],
|
|
535
|
-
["warmbrown", fromHex(0x990101)],
|
|
536
|
-
["rustred", fromHex(0xa50d0d)],
|
|
537
|
-
["burntred", fromHex(0xb22613)],
|
|
538
|
-
["deepred", fromHex(0xc11515)],
|
|
539
|
-
["paprika", fromHex(0xbf261a)],
|
|
540
|
-
["red", fromHex(0xd8232c)],
|
|
541
|
-
["applered", fromHex(0xe80c22)],
|
|
542
|
-
["candyapplered", fromHex(0xea0b29)],
|
|
543
|
-
["fruitpunch", fromHex(0xe51a33)],
|
|
544
|
-
["crimsonred", fromHex(0xcc1122)],
|
|
545
|
-
["cherryred", fromHex(0xe21106)],
|
|
546
|
-
["spice", fromHex(0xdd2211)],
|
|
547
|
-
["fireenginered", fromHex(0xe9241d)],
|
|
548
|
-
["neonred", fromHex(0xff0101)],
|
|
549
|
-
["poppyred", fromHex(0xff1a1a)],
|
|
550
|
-
["truered", fromHex(0xff1a26)],
|
|
551
|
-
["reddishorange", fromHex(0xff333b)],
|
|
552
|
-
["hotred", fromHex(0xff3d3d)],
|
|
553
|
-
["brightred", fromHex(0xf3172d)],
|
|
554
|
-
["pimento", fromHex(0xff3333)],
|
|
555
|
-
["vermillion", fromHex(0xff3322)],
|
|
556
|
-
["tomato", fromHex(0xfc4523)],
|
|
557
|
-
["tomatored", fromHex(0xff4422)],
|
|
558
|
-
["orangered", fromHex(0xed4217)],
|
|
559
|
-
["orangishred", fromHex(0xe73f1a)],
|
|
560
|
-
["redorange", fromHex(0xf4481d)],
|
|
561
|
-
["deeporange", fromHex(0xff6601)],
|
|
562
|
-
["rustorange", fromHex(0xee6601)],
|
|
563
|
-
["terracotta", fromHex(0xd5603c)],
|
|
564
|
-
["rustic", fromHex(0xdd7711)],
|
|
565
|
-
["burntamber", fromHex(0xcc6622)],
|
|
566
|
-
["pumpkinpie", fromHex(0xcc661a)],
|
|
567
|
-
["brownishorange", fromHex(0xce6616)],
|
|
568
|
-
["darkorange", fromHex(0xd66219)],
|
|
569
|
-
["burntorange", fromHex(0xd66715)],
|
|
570
|
-
["orangebrown", fromHex(0xd4771a)],
|
|
571
|
-
["orangishbrown", fromHex(0xcc7711)],
|
|
572
|
-
["tawny", fromHex(0xcc7f3b)],
|
|
573
|
-
["lightchocolate", fromHex(0xcc7f33)],
|
|
574
|
-
["caramel", fromHex(0xbc7a3d)],
|
|
575
|
-
["lightbrown", fromHex(0xb37839)],
|
|
576
|
-
["umber", fromHex(0xac742d)],
|
|
577
|
-
["muddybrown", fromHex(0xaa7722)],
|
|
578
|
-
["goldenbrown", fromHex(0xb57f1a)],
|
|
579
|
-
["bronze", fromHex(0xa0740f)],
|
|
580
|
-
["bittersweet", fromHex(0xd87f0d)],
|
|
581
|
-
["orangeyellow", fromHex(0xdd9901)],
|
|
582
|
-
["pumpkinorange", fromHex(0xf0911d)],
|
|
499
|
+
["lipstick red", fromHex(0xea1547)],
|
|
500
|
+
["loden", fromHex(0x3f7233)],
|
|
501
|
+
["luminous aqua", fromHex(0x4c80b2)],
|
|
502
|
+
["luminous green", fromHex(0x4ae24a)],
|
|
503
|
+
["magenta", fromHex(0xdb21ad)],
|
|
504
|
+
["magenta purple", fromHex(0xb201b2)],
|
|
505
|
+
["mahogany", fromHex(0x823e28)],
|
|
506
|
+
["maize", fromHex(0xe9b633)],
|
|
507
|
+
["malachite", fromHex(0x1ab27f)],
|
|
583
508
|
["mandarin", fromHex(0xff9901)],
|
|
584
|
-
["lightorange", fromHex(0xf9a833)],
|
|
585
509
|
["mango", fromHex(0xffa439)],
|
|
586
|
-
["
|
|
587
|
-
["
|
|
588
|
-
["
|
|
589
|
-
["
|
|
590
|
-
["
|
|
591
|
-
["
|
|
592
|
-
["
|
|
593
|
-
["
|
|
594
|
-
["
|
|
595
|
-
["
|
|
596
|
-
["
|
|
597
|
-
["
|
|
598
|
-
["
|
|
599
|
-
["
|
|
600
|
-
["
|
|
601
|
-
["
|
|
602
|
-
["
|
|
603
|
-
["
|
|
604
|
-
["
|
|
605
|
-
["
|
|
606
|
-
["
|
|
607
|
-
["
|
|
608
|
-
["lavenderpink", fromHex(0xe5b2cc)],
|
|
609
|
-
["nude", fromHex(0xe5b292)],
|
|
610
|
-
["flesh", fromHex(0xf3b791)],
|
|
611
|
-
["skintone", fromHex(0xeebb99)],
|
|
612
|
-
["fleshpink", fromHex(0xffbf8c)],
|
|
613
|
-
["peach", fromHex(0xfcaa7b)],
|
|
614
|
-
["bisque", fromHex(0xffa572)],
|
|
615
|
-
["lightpink", fromHex(0xfcb3d3)],
|
|
616
|
-
["babypink", fromHex(0xffadcc)],
|
|
617
|
-
["blush", fromHex(0xe593ad)],
|
|
618
|
-
["dustypink", fromHex(0xe592ac)],
|
|
619
|
-
["strawberrypink", fromHex(0xe57f99)],
|
|
620
|
-
["salmon", fromHex(0xf57576)],
|
|
510
|
+
["mardi gras purple", fromHex(0xcc11ff)],
|
|
511
|
+
["marigold", fromHex(0xf2bf33)],
|
|
512
|
+
["marine", fromHex(0x31afc8)],
|
|
513
|
+
["marine blue", fromHex(0x2a6bcc)],
|
|
514
|
+
["marine green", fromHex(0x019977)],
|
|
515
|
+
["maroon", fromHex(0x8c1c3d)],
|
|
516
|
+
["matte green", fromHex(0x66ff66)],
|
|
517
|
+
["mauve", fromHex(0xb45fa0)],
|
|
518
|
+
["may green", fromHex(0x66ff33)],
|
|
519
|
+
["mediterranean blue", fromHex(0x338ce5)],
|
|
520
|
+
["medium aqua", fromHex(0x44ddbb)],
|
|
521
|
+
["medium blue", fromHex(0x3957db)],
|
|
522
|
+
["medium brown", fromHex(0x9d612a)],
|
|
523
|
+
["medium dark blue", fromHex(0x014cb2)],
|
|
524
|
+
["medium gray", fromHex(0x8e99a3)],
|
|
525
|
+
["medium green", fromHex(0x37b042)],
|
|
526
|
+
["medium grey", fromHex(0x7b99ae)],
|
|
527
|
+
["medium grey blue", fromHex(0x6699bf)],
|
|
528
|
+
["medium pink", fromHex(0xffb2b2)],
|
|
529
|
+
["medium purple", fromHex(0xa13bcc)],
|
|
530
|
+
["medium sky blue", fromHex(0x22aaee)],
|
|
531
|
+
["medium yellow", fromHex(0xffe54c)],
|
|
621
532
|
["melon", fromHex(0xda8373)],
|
|
622
|
-
["
|
|
623
|
-
["
|
|
624
|
-
["
|
|
625
|
-
["
|
|
626
|
-
["
|
|
627
|
-
["
|
|
628
|
-
["
|
|
629
|
-
["
|
|
630
|
-
["
|
|
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
|
-
["
|
|
656
|
-
["
|
|
657
|
-
["
|
|
658
|
-
["
|
|
533
|
+
["melon green", fromHex(0x77dd99)],
|
|
534
|
+
["melon orange", fromHex(0xff994c)],
|
|
535
|
+
["merlot", fromHex(0x8e1f66)],
|
|
536
|
+
["mexican pink", fromHex(0xff22bb)],
|
|
537
|
+
["mid blue", fromHex(0x446ed4)],
|
|
538
|
+
["mid green", fromHex(0x3abd33)],
|
|
539
|
+
["mid grey", fromHex(0x727f72)],
|
|
540
|
+
["midnight", fromHex(0x211e7a)],
|
|
541
|
+
["midnight black", fromHex(0x1a0133)],
|
|
542
|
+
["midnight blue", fromHex(0x1d1e87)],
|
|
543
|
+
["midnight purple", fromHex(0x330b5b)],
|
|
544
|
+
["military", fromHex(0x90993b)],
|
|
545
|
+
["military green", fromHex(0x7f7f26)],
|
|
546
|
+
["milk chocolate", fromHex(0x995d33)],
|
|
547
|
+
["milky blue", fromHex(0x6699ff)],
|
|
548
|
+
["mint", fromHex(0x5eeca1)],
|
|
549
|
+
["mint green", fromHex(0x62eca2)],
|
|
550
|
+
["mocha", fromHex(0x8e452f)],
|
|
551
|
+
["moss", fromHex(0x5e9846)],
|
|
552
|
+
["moss green", fromHex(0x579244)],
|
|
553
|
+
["mountain green", fromHex(0x4c997f)],
|
|
554
|
+
["mud", fromHex(0x865e2b)],
|
|
555
|
+
["mud brown", fromHex(0x794c13)],
|
|
556
|
+
["muddy brown", fromHex(0xaa7722)],
|
|
557
|
+
["muddy green", fromHex(0x888811)],
|
|
558
|
+
["muddy red", fromHex(0xcc3333)],
|
|
559
|
+
["mulberry", fromHex(0xa0166d)],
|
|
560
|
+
["murky green", fromHex(0x597f26)],
|
|
561
|
+
["mustard", fromHex(0xd4b927)],
|
|
562
|
+
["mustard seed yellow", fromHex(0xcccc01)],
|
|
563
|
+
["mustard yellow", fromHex(0xdfc12a)],
|
|
564
|
+
["muted fuchsia", fromHex(0xbb3399)],
|
|
565
|
+
["muted green", fromHex(0x4ccc99)],
|
|
566
|
+
["muted sage", fromHex(0x669966)],
|
|
567
|
+
["navy", fromHex(0x1c2182)],
|
|
568
|
+
["navy blue", fromHex(0x1b2183)],
|
|
569
|
+
["navy green", fromHex(0x336633)],
|
|
570
|
+
["navy purple", fromHex(0x330199)],
|
|
571
|
+
["neon", fromHex(0x5ae748)],
|
|
572
|
+
["neon blue", fromHex(0x6699f6)],
|
|
573
|
+
["neon green", fromHex(0x49fb35)],
|
|
574
|
+
["neon lime", fromHex(0x4cff38)],
|
|
575
|
+
["neon lime green", fromHex(0x5cff47)],
|
|
576
|
+
["neon mint", fromHex(0x33ff99)],
|
|
577
|
+
["neon pink", fromHex(0xff0dbf)],
|
|
578
|
+
["neon purple", fromHex(0xc32aff)],
|
|
579
|
+
["neon red", fromHex(0xff0101)],
|
|
580
|
+
["neon yellow", fromHex(0xccff15)],
|
|
581
|
+
["new grass", fromHex(0x99ff4c)],
|
|
582
|
+
["new leaf green", fromHex(0x01b201)],
|
|
583
|
+
["noir", fromHex(0x552222)],
|
|
584
|
+
["nude", fromHex(0xe5b292)],
|
|
585
|
+
["ocean", fromHex(0x358ac0)],
|
|
586
|
+
["ocean blue", fromHex(0x3987c9)],
|
|
587
|
+
["ocean blue green", fromHex(0x66b299)],
|
|
588
|
+
["ocean green", fromHex(0x3abda0)],
|
|
589
|
+
["ochre", fromHex(0xd1a329)],
|
|
590
|
+
["off green", fromHex(0x88cc33)],
|
|
591
|
+
["off white", fromHex(0xf2ffa5)],
|
|
592
|
+
["old gold", fromHex(0xccb24c)],
|
|
593
|
+
["old pink", fromHex(0xe57fcc)],
|
|
594
|
+
["old rose", fromHex(0xcc667f)],
|
|
595
|
+
["olive", fromHex(0x77912c)],
|
|
596
|
+
["olive brown", fromHex(0x66772a)],
|
|
597
|
+
["olive drab", fromHex(0x728520)],
|
|
598
|
+
["olive green", fromHex(0x73922b)],
|
|
599
|
+
["olive khaki", fromHex(0x4d7f1a)],
|
|
600
|
+
["onyx", fromHex(0x221144)],
|
|
601
|
+
["orange", fromHex(0xf17820)],
|
|
602
|
+
["orange brown", fromHex(0xd4771a)],
|
|
603
|
+
["orange juice", fromHex(0xff7f33)],
|
|
604
|
+
["orange red", fromHex(0xed4217)],
|
|
605
|
+
["orange yellow", fromHex(0xdd9901)],
|
|
606
|
+
["orangish brown", fromHex(0xcc7711)],
|
|
607
|
+
["orangish red", fromHex(0xe73f1a)],
|
|
659
608
|
["orchid", fromHex(0xc966d4)],
|
|
660
|
-
["
|
|
661
|
-
["
|
|
662
|
-
["
|
|
663
|
-
["
|
|
664
|
-
["
|
|
665
|
-
["
|
|
666
|
-
["
|
|
667
|
-
["
|
|
668
|
-
["
|
|
669
|
-
["
|
|
670
|
-
["
|
|
609
|
+
["pacific blue", fromHex(0x4488ee)],
|
|
610
|
+
["pale blue", fromHex(0x66bce8)],
|
|
611
|
+
["pale green", fromHex(0x8ae492)],
|
|
612
|
+
["pale lavender", fromHex(0xbbbbee)],
|
|
613
|
+
["pale lime green", fromHex(0xb2ff66)],
|
|
614
|
+
["pale olive", fromHex(0xa3b747)],
|
|
615
|
+
["pale olive green", fromHex(0x99b21a)],
|
|
616
|
+
["pale orange", fromHex(0xffaa66)],
|
|
617
|
+
["pale pink", fromHex(0xf7b8b8)],
|
|
618
|
+
["pale purple", fromHex(0xc17ae0)],
|
|
619
|
+
["pale red", fromHex(0xb24d66)],
|
|
620
|
+
["pale rose", fromHex(0xe57fcc)],
|
|
621
|
+
["pale teal", fromHex(0x7fe5cc)],
|
|
622
|
+
["pale turquoise", fromHex(0x7fffcc)],
|
|
623
|
+
["pale yellow", fromHex(0xfdffa0)],
|
|
624
|
+
["paprika", fromHex(0xbf261a)],
|
|
625
|
+
["parrot green", fromHex(0x44d43b)],
|
|
626
|
+
["pastel blue", fromHex(0x7fc5eb)],
|
|
627
|
+
["pastel green", fromHex(0x69e49e)],
|
|
628
|
+
["pastel lilac", fromHex(0xccb2ff)],
|
|
629
|
+
["pastel lime", fromHex(0xaaff88)],
|
|
630
|
+
["pastel pink", fromHex(0xf999db)],
|
|
631
|
+
["pastel purple", fromHex(0xcc83f0)],
|
|
632
|
+
["pastel yellow", fromHex(0xffffa5)],
|
|
633
|
+
["pea", fromHex(0xc3b464)],
|
|
634
|
+
["peach", fromHex(0xfcaa7b)],
|
|
635
|
+
["peacock blue", fromHex(0x0d66f2)],
|
|
636
|
+
["pea green", fromHex(0x88c039)],
|
|
637
|
+
["pea soup", fromHex(0xa5b246)],
|
|
638
|
+
["pea soup green", fromHex(0xcccc55)],
|
|
639
|
+
["periwinkle", fromHex(0x8077e7)],
|
|
640
|
+
["periwinkle blue", fromHex(0x7e6ff3)],
|
|
641
|
+
["permanent green", fromHex(0x1a9933)],
|
|
642
|
+
["persimmon", fromHex(0xff7f4c)],
|
|
643
|
+
["pewter", fromHex(0x99aabb)],
|
|
644
|
+
["phosphor green", fromHex(0x33ff33)],
|
|
645
|
+
["pimento", fromHex(0xff3333)],
|
|
646
|
+
["pine", fromHex(0x357f39)],
|
|
647
|
+
["pine green", fromHex(0x377d2f)],
|
|
671
648
|
["pink", fromHex(0xf45bb7)],
|
|
672
|
-
["
|
|
673
|
-
["
|
|
674
|
-
["
|
|
675
|
-
["
|
|
676
|
-
["
|
|
677
|
-
["
|
|
678
|
-
["
|
|
679
|
-
["
|
|
680
|
-
["
|
|
681
|
-
["
|
|
682
|
-
["
|
|
683
|
-
["
|
|
684
|
-
["
|
|
685
|
-
["
|
|
686
|
-
["
|
|
687
|
-
["
|
|
688
|
-
["
|
|
689
|
-
["
|
|
690
|
-
["
|
|
691
|
-
["corn", fromHex(0x7489cf)],
|
|
692
|
-
["happy", fromHex(0xb784a3)],
|
|
649
|
+
["pinkish", fromHex(0xe15e9b)],
|
|
650
|
+
["pinkish purple", fromHex(0xcc59a5)],
|
|
651
|
+
["pinkish red", fromHex(0xf41f70)],
|
|
652
|
+
["pink lemonade", fromHex(0xffcccc)],
|
|
653
|
+
["pink purple", fromHex(0xad5c8e)],
|
|
654
|
+
["pink red", fromHex(0xff0166)],
|
|
655
|
+
["pistachio", fromHex(0x7fef76)],
|
|
656
|
+
["pistachio green", fromHex(0x99e57f)],
|
|
657
|
+
["pitch black", fromHex(0x220101)],
|
|
658
|
+
["plum", fromHex(0x872c82)],
|
|
659
|
+
["plum purple", fromHex(0x722672)],
|
|
660
|
+
["plum violet", fromHex(0x9966cc)],
|
|
661
|
+
["poison green", fromHex(0x66cc1a)],
|
|
662
|
+
["poly green", fromHex(0x44ee22)],
|
|
663
|
+
["poppy red", fromHex(0xff1a1a)],
|
|
664
|
+
["popsicle green", fromHex(0x33ee22)],
|
|
665
|
+
["powder blue", fromHex(0x87b1f1)],
|
|
666
|
+
["pretty pink", fromHex(0xff4dcc)],
|
|
667
|
+
["primary blue", fromHex(0x0111dd)],
|
|
693
668
|
["primrose", fromHex(0x9990cc)],
|
|
694
|
-
["softlavender", fromHex(0x9999e5)],
|
|
695
|
-
["neonblue", fromHex(0x6699f6)],
|
|
696
|
-
["babypurple", fromHex(0x9999ff)],
|
|
697
|
-
["pastelpurple", fromHex(0xcc83f0)],
|
|
698
|
-
["candypink", fromHex(0xf98ed6)],
|
|
699
|
-
["oldpink", fromHex(0xe57fcc)],
|
|
700
|
-
["palerose", fromHex(0xe57fcc)],
|
|
701
|
-
["carnationpink", fromHex(0xff99cc)],
|
|
702
|
-
["pastelpink", fromHex(0xf999db)],
|
|
703
|
-
["thistle", fromHex(0xf2a5e5)],
|
|
704
|
-
["cottoncandypink", fromHex(0xffa1ee)],
|
|
705
|
-
["cottoncandy", fromHex(0xff9ee5)],
|
|
706
|
-
["lightlavender", fromHex(0xccaeff)],
|
|
707
|
-
["pastellilac", fromHex(0xccb2ff)],
|
|
708
|
-
["palelavender", fromHex(0xbbbbee)],
|
|
709
|
-
["softpink", fromHex(0xffbbdd)],
|
|
710
|
-
["milkyblue", fromHex(0x6699ff)],
|
|
711
|
-
["vividblue", fromHex(0x4c99ff)],
|
|
712
|
-
["azure", fromHex(0x3e8ef4)],
|
|
713
|
-
["bluesky", fromHex(0x448dee)],
|
|
714
|
-
["coolblue", fromHex(0x2288ee)],
|
|
715
|
-
["pacificblue", fromHex(0x4488ee)],
|
|
716
|
-
["ceruleanblue", fromHex(0x3381f5)],
|
|
717
|
-
["fadedblue", fromHex(0x6673e5)],
|
|
718
|
-
["cerulean", fromHex(0x2975f1)],
|
|
719
|
-
["periwinkle", fromHex(0x8077e7)],
|
|
720
|
-
["periwinkleblue", fromHex(0x7e6ff3)],
|
|
721
|
-
["stellarblue", fromHex(0x6666ff)],
|
|
722
|
-
["clearbluesky", fromHex(0x7f66ff)],
|
|
723
|
-
["vividpurple", fromHex(0xcc4cff)],
|
|
724
|
-
["neonpurple", fromHex(0xc32aff)],
|
|
725
|
-
["mardigraspurple", fromHex(0xcc11ff)],
|
|
726
|
-
["violentviolet", fromHex(0xcc1aff)],
|
|
727
|
-
["fluorescentmagenta", fromHex(0xff01ff)],
|
|
728
|
-
["vividviolet", fromHex(0xb21aff)],
|
|
729
|
-
["grandma", fromHex(0x991aff)],
|
|
730
|
-
["clearblue", fromHex(0x7233ff)],
|
|
731
|
-
["ultraviolet", fromHex(0x7f1ae5)],
|
|
732
|
-
["lightroyalblue", fromHex(0x331aff)],
|
|
733
|
-
["sapphireblue", fromHex(0x5511dd)],
|
|
734
|
-
["cobalt", fromHex(0x3331d5)],
|
|
735
|
-
["solidblue", fromHex(0x1a33e5)],
|
|
736
|
-
["reflexblue", fromHex(0x0115d6)],
|
|
737
|
-
["royalblue", fromHex(0x2729d4)],
|
|
738
|
-
["royal", fromHex(0x2e28d1)],
|
|
739
|
-
["indigoblue", fromHex(0x331acc)],
|
|
740
|
-
["darkroyalblue", fromHex(0x4c01cc)],
|
|
741
|
-
["realblue", fromHex(0x2211dd)],
|
|
742
|
-
["primaryblue", fromHex(0x0111dd)],
|
|
743
|
-
["sapphire", fromHex(0x3b09e5)],
|
|
744
|
-
["velvetnight", fromHex(0x6601cc)],
|
|
745
|
-
["royalpurple", fromHex(0x7322b3)],
|
|
746
|
-
["purpleblue", fromHex(0x5c2ed0)],
|
|
747
|
-
["bluishpurple", fromHex(0x6327c9)],
|
|
748
|
-
["blueviolet", fromHex(0x5f26c8)],
|
|
749
|
-
["vibrantpurple", fromHex(0x9922cc)],
|
|
750
|
-
["royalviolet", fromHex(0x991acc)],
|
|
751
|
-
["iris", fromHex(0x901add)],
|
|
752
|
-
["bluepurple", fromHex(0x7536e2)],
|
|
753
|
-
["violetblue", fromHex(0x7230d8)],
|
|
754
|
-
["deepperiwinkle", fromHex(0x7f33cc)],
|
|
755
|
-
["purplepassion", fromHex(0x9933cc)],
|
|
756
|
-
["violet", fromHex(0x983bcd)],
|
|
757
|
-
["lightgrape", fromHex(0x9944cc)],
|
|
758
|
-
["mediumpurple", fromHex(0xa13bcc)],
|
|
759
|
-
["purplemountainmajesty", fromHex(0x994ce5)],
|
|
760
|
-
["amethyst", fromHex(0x9933e5)],
|
|
761
|
-
["darklilac", fromHex(0xa329e0)],
|
|
762
|
-
["brightpurple", fromHex(0xae2de3)],
|
|
763
|
-
["electricpurple", fromHex(0xb23bdd)],
|
|
764
|
-
["fluorescentpurple", fromHex(0xcc01e5)],
|
|
765
|
-
["brightlavender", fromHex(0xb22bee)],
|
|
766
|
-
["brightviolet", fromHex(0xb729f4)],
|
|
767
|
-
["hotpurple", fromHex(0xb21ae5)],
|
|
768
|
-
["magenta", fromHex(0xdb21ad)],
|
|
769
|
-
["violetred", fromHex(0xcc017f)],
|
|
770
|
-
["lightcrimson", fromHex(0xcc267f)],
|
|
771
669
|
["princess", fromHex(0xd81a8c)],
|
|
772
|
-
["
|
|
773
|
-
["
|
|
774
|
-
["
|
|
775
|
-
["
|
|
776
|
-
["
|
|
777
|
-
["
|
|
778
|
-
["
|
|
670
|
+
["prussian blue", fromHex(0x3a3ab6)],
|
|
671
|
+
["puce", fromHex(0xab8637)],
|
|
672
|
+
["pumpkin", fromHex(0xee8a21)],
|
|
673
|
+
["pumpkin orange", fromHex(0xf0911d)],
|
|
674
|
+
["pumpkin pie", fromHex(0xcc661a)],
|
|
675
|
+
["punch", fromHex(0xf42951)],
|
|
676
|
+
["pure blue", fromHex(0x3355ff)],
|
|
779
677
|
["purple", fromHex(0x9330bc)],
|
|
780
|
-
["
|
|
781
|
-
["
|
|
782
|
-
["
|
|
783
|
-
["
|
|
784
|
-
["
|
|
785
|
-
["
|
|
786
|
-
["
|
|
787
|
-
["
|
|
788
|
-
["
|
|
789
|
-
["
|
|
790
|
-
["
|
|
791
|
-
["
|
|
678
|
+
["purple blue", fromHex(0x5c2ed0)],
|
|
679
|
+
["purple dark", fromHex(0x7f0199)],
|
|
680
|
+
["purple haze", fromHex(0xa559cc)],
|
|
681
|
+
["purple maroon", fromHex(0x993366)],
|
|
682
|
+
["purple mountain majesty", fromHex(0x994ce5)],
|
|
683
|
+
["purple passion", fromHex(0x9933cc)],
|
|
684
|
+
["purple pink", fromHex(0xd350d3)],
|
|
685
|
+
["purple pride", fromHex(0xb233cc)],
|
|
686
|
+
["purple red", fromHex(0xa72ca0)],
|
|
687
|
+
["purplish blue", fromHex(0x5933c7)],
|
|
688
|
+
["purplish brown", fromHex(0xb27f7f)],
|
|
689
|
+
["purplish pink", fromHex(0xdd44bb)],
|
|
690
|
+
["putty", fromHex(0x999955)],
|
|
691
|
+
["racing green", fromHex(0x245e2c)],
|
|
692
|
+
["rah rah green", fromHex(0x33cc1a)],
|
|
693
|
+
["rainforest green", fromHex(0x1ab24c)],
|
|
694
|
+
["raspberry", fromHex(0xcd2e7a)],
|
|
695
|
+
["raw sienna", fromHex(0x884422)],
|
|
696
|
+
["real blue", fromHex(0x2211dd)],
|
|
697
|
+
["red", fromHex(0xd8232c)],
|
|
698
|
+
["red brick", fromHex(0xaa3311)],
|
|
699
|
+
["red brown", fromHex(0x993c27)],
|
|
700
|
+
["reddish brown", fromHex(0x9c3321)],
|
|
701
|
+
["reddish orange", fromHex(0xff333b)],
|
|
702
|
+
["reddish pink", fromHex(0xe54c99)],
|
|
703
|
+
["reddish purple", fromHex(0xaa33aa)],
|
|
704
|
+
["red orange", fromHex(0xf4481d)],
|
|
705
|
+
["red pink", fromHex(0xf41f66)],
|
|
706
|
+
["red violet", fromHex(0xaf10a4)],
|
|
707
|
+
["reflex blue", fromHex(0x0115d6)],
|
|
708
|
+
["ripe grape", fromHex(0x7f014d)],
|
|
709
|
+
["robin's egg", fromHex(0x44d0e9)],
|
|
710
|
+
["robin's egg blue", fromHex(0x33c5eb)],
|
|
711
|
+
["robin egg blue", fromHex(0x55cce5)],
|
|
712
|
+
["root beer", fromHex(0x991a66)],
|
|
713
|
+
["rose", fromHex(0xdd6398)],
|
|
714
|
+
["rose pink", fromHex(0xed56a0)],
|
|
715
|
+
["rose red", fromHex(0xe51a66)],
|
|
716
|
+
["rouge", fromHex(0xd42233)],
|
|
717
|
+
["royal", fromHex(0x2e28d1)],
|
|
718
|
+
["royal blue", fromHex(0x2729d4)],
|
|
719
|
+
["royal purple", fromHex(0x7322b3)],
|
|
720
|
+
["royal violet", fromHex(0x991acc)],
|
|
721
|
+
["ruby red", fromHex(0xdd2233)],
|
|
722
|
+
["russet", fromHex(0xad5133)],
|
|
723
|
+
["rust", fromHex(0xb54020)],
|
|
724
|
+
["rust brown", fromHex(0x881111)],
|
|
725
|
+
["rustic", fromHex(0xdd7711)],
|
|
726
|
+
["rust orange", fromHex(0xee6601)],
|
|
727
|
+
["rust red", fromHex(0xa50d0d)],
|
|
728
|
+
["rusty brown", fromHex(0x992211)],
|
|
729
|
+
["rusty red", fromHex(0xcc3366)],
|
|
730
|
+
["saffron", fromHex(0xeeaa11)],
|
|
731
|
+
["sage", fromHex(0x77b575)],
|
|
732
|
+
["sage green", fromHex(0x6bae63)],
|
|
733
|
+
["salad", fromHex(0x99ff01)],
|
|
734
|
+
["salmon", fromHex(0xf57576)],
|
|
735
|
+
["salmon pink", fromHex(0xf88989)],
|
|
736
|
+
["sand", fromHex(0xd6b55f)],
|
|
737
|
+
["sand brown", fromHex(0xcc992b)],
|
|
738
|
+
["sandstone", fromHex(0xe5e5b2)],
|
|
739
|
+
["sand yellow", fromHex(0xffdd66)],
|
|
740
|
+
["sap green", fromHex(0x44aa44)],
|
|
741
|
+
["sapphire", fromHex(0x3b09e5)],
|
|
742
|
+
["sapphire blue", fromHex(0x5511dd)],
|
|
743
|
+
["scarlet", fromHex(0xe9264b)],
|
|
744
|
+
["scarlet red", fromHex(0xcc4455)],
|
|
745
|
+
["sea", fromHex(0x4fd5a4)],
|
|
746
|
+
["sea blue", fromHex(0x3a8ed0)],
|
|
747
|
+
["seafoam", fromHex(0x59ebad)],
|
|
748
|
+
["seafoam blue", fromHex(0x66cccc)],
|
|
749
|
+
["seafoam green", fromHex(0x5aebad)],
|
|
750
|
+
["sea green", fromHex(0x47d89a)],
|
|
751
|
+
["sea grey blue", fromHex(0x7fb299)],
|
|
752
|
+
["seaweed", fromHex(0x89b251)],
|
|
753
|
+
["seaweed green", fromHex(0x7faa44)],
|
|
754
|
+
["sepia", fromHex(0x885511)],
|
|
755
|
+
["shamrock green", fromHex(0x33bf4c)],
|
|
756
|
+
["sherbet green", fromHex(0x33ffb2)],
|
|
757
|
+
["shocking green", fromHex(0x66ff01)],
|
|
758
|
+
["shocking pink", fromHex(0xff26d2)],
|
|
759
|
+
["sienna", fromHex(0xb2521d)],
|
|
760
|
+
["silver", fromHex(0xb4beb0)],
|
|
761
|
+
["silver grey", fromHex(0xcccccc)],
|
|
762
|
+
["skin", fromHex(0xe8a982)],
|
|
763
|
+
["skin tone", fromHex(0xeebb99)],
|
|
764
|
+
["skipper blue", fromHex(0x0166e5)],
|
|
765
|
+
["sky", fromHex(0x4faaee)],
|
|
766
|
+
["sky blue", fromHex(0x4daff1)],
|
|
767
|
+
["slate", fromHex(0x5d7e9a)],
|
|
768
|
+
["slate blue", fromHex(0x457da0)],
|
|
769
|
+
["slate gray", fromHex(0x66598c)],
|
|
770
|
+
["slate green", fromHex(0x518e84)],
|
|
771
|
+
["slate grey", fromHex(0x8890a1)],
|
|
772
|
+
["slime", fromHex(0x7fcc09)],
|
|
773
|
+
["slime green", fromHex(0x1acc01)],
|
|
774
|
+
["smoky blue", fromHex(0x4c7fb2)],
|
|
775
|
+
["soft blue", fromHex(0x4c66b2)],
|
|
776
|
+
["soft green", fromHex(0x66cc91)],
|
|
777
|
+
["soft lavender", fromHex(0x9999e5)],
|
|
778
|
+
["soft lime green", fromHex(0x01b27f)],
|
|
779
|
+
["soft pink", fromHex(0xffbbdd)],
|
|
780
|
+
["soft red", fromHex(0xe51a66)],
|
|
781
|
+
["soft yellow", fromHex(0xffff99)],
|
|
782
|
+
["solferino violet", fromHex(0x333399)],
|
|
783
|
+
["solid blue", fromHex(0x1a33e5)],
|
|
784
|
+
["sophisticated yuk", fromHex(0xcccc4d)],
|
|
785
|
+
["sour apple", fromHex(0x1fd63d)],
|
|
786
|
+
["sour apple green", fromHex(0x01cc01)],
|
|
787
|
+
["spearmint", fromHex(0x4cdf79)],
|
|
788
|
+
["spice", fromHex(0xdd2211)],
|
|
789
|
+
["spring", fromHex(0x61de51)],
|
|
790
|
+
["spring grass", fromHex(0x99e566)],
|
|
791
|
+
["spring green", fromHex(0x5de549)],
|
|
792
|
+
["spring leaf", fromHex(0x4ccc1a)],
|
|
793
|
+
["spruce", fromHex(0x246649)],
|
|
794
|
+
["spruce green", fromHex(0x1a6633)],
|
|
795
|
+
["steel blue", fromHex(0x38619e)],
|
|
796
|
+
["stellar blue", fromHex(0x6666ff)],
|
|
797
|
+
["storm blue", fromHex(0x336699)],
|
|
798
|
+
["stormy", fromHex(0x407299)],
|
|
799
|
+
["strawberry pink", fromHex(0xe57f99)],
|
|
800
|
+
["summer green", fromHex(0x44dd22)],
|
|
801
|
+
["summer sky", fromHex(0x59c5eb)],
|
|
802
|
+
["summer sky blue", fromHex(0x66ccdd)],
|
|
803
|
+
["sunburst", fromHex(0xff9933)],
|
|
804
|
+
["sunflower", fromHex(0xffdf20)],
|
|
805
|
+
["sunflower yellow", fromHex(0xffdd22)],
|
|
806
|
+
["sunny yellow", fromHex(0xffee33)],
|
|
807
|
+
["sunshine", fromHex(0xfffb49)],
|
|
808
|
+
["sunshine yellow", fromHex(0xfff92e)],
|
|
809
|
+
["swamp green", fromHex(0x40a54c)],
|
|
810
|
+
["sweet pea", fromHex(0xaadd55)],
|
|
811
|
+
["tan", fromHex(0xd19c52)],
|
|
812
|
+
["tangerine", fromHex(0xfd7f2a)],
|
|
813
|
+
["tangerine orange", fromHex(0xff7f1a)],
|
|
814
|
+
["tan green", fromHex(0x337f33)],
|
|
815
|
+
["taupe", fromHex(0xab9371)],
|
|
816
|
+
["tawny", fromHex(0xcc7f3b)],
|
|
817
|
+
["teal", fromHex(0x3aafa9)],
|
|
818
|
+
["teal blue", fromHex(0x2f7bac)],
|
|
819
|
+
["teal green", fromHex(0x33b789)],
|
|
820
|
+
["terracotta", fromHex(0xd5603c)],
|
|
821
|
+
["thistle", fromHex(0xf2a5e5)],
|
|
822
|
+
["toffee", fromHex(0x996644)],
|
|
823
|
+
["tomato", fromHex(0xfc4523)],
|
|
824
|
+
["tomato red", fromHex(0xff4422)],
|
|
825
|
+
["torquise", fromHex(0x33ccbb)],
|
|
826
|
+
["transparent", fromHex(0xffffff)],
|
|
827
|
+
["tree green", fromHex(0x3cb438)],
|
|
828
|
+
["tropical green", fromHex(0x1ae51a)],
|
|
829
|
+
["true blue", fromHex(0x1f47d7)],
|
|
830
|
+
["true red", fromHex(0xff1a26)],
|
|
831
|
+
["true yellow", fromHex(0xffe54c)],
|
|
832
|
+
["turf", fromHex(0x339933)],
|
|
833
|
+
["turquoise", fromHex(0x3bd2ce)],
|
|
834
|
+
["turquoise blue", fromHex(0x2cc4da)],
|
|
835
|
+
["turquoise green", fromHex(0x2bc399)],
|
|
836
|
+
["turtle green", fromHex(0x66e533)],
|
|
837
|
+
["twilight", fromHex(0x404cb2)],
|
|
838
|
+
["ultramarine", fromHex(0x3b3bc8)],
|
|
839
|
+
["ultramarine blue", fromHex(0x3326a5)],
|
|
840
|
+
["ultra violet", fromHex(0x7f1ae5)],
|
|
841
|
+
["umber", fromHex(0xac742d)],
|
|
842
|
+
["vanilla", fromHex(0xfff6aa)],
|
|
792
843
|
["velvet", fromHex(0x792092)],
|
|
793
|
-
["
|
|
794
|
-
["
|
|
795
|
-
["
|
|
796
|
-
["
|
|
797
|
-
["
|
|
798
|
-
["
|
|
799
|
-
["
|
|
844
|
+
["velvet night", fromHex(0x6601cc)],
|
|
845
|
+
["vermillion", fromHex(0xff3322)],
|
|
846
|
+
["very dark blue", fromHex(0x4c1a4c)],
|
|
847
|
+
["very dark green", fromHex(0x014422)],
|
|
848
|
+
["very dark purple", fromHex(0x331144)],
|
|
849
|
+
["vibrant green", fromHex(0x47ea15)],
|
|
850
|
+
["vibrant purple", fromHex(0x9922cc)],
|
|
851
|
+
["violent violet", fromHex(0xcc1aff)],
|
|
852
|
+
["violet", fromHex(0x983bcd)],
|
|
853
|
+
["violet blue", fromHex(0x7230d8)],
|
|
854
|
+
["violet red", fromHex(0xcc017f)],
|
|
855
|
+
["vivid blue", fromHex(0x4c99ff)],
|
|
856
|
+
["vivid green", fromHex(0x59ff40)],
|
|
857
|
+
["vivid purple", fromHex(0xcc4cff)],
|
|
858
|
+
["vivid violet", fromHex(0xb21aff)],
|
|
859
|
+
["walnut", fromHex(0x442233)],
|
|
860
|
+
["warm brown", fromHex(0x990101)],
|
|
861
|
+
["warm gray", fromHex(0x99997f)],
|
|
862
|
+
["watermelon", fromHex(0xea5169)],
|
|
863
|
+
["watery blue", fromHex(0x7fffff)],
|
|
864
|
+
["wedgewood blue", fromHex(0x5372c5)],
|
|
865
|
+
["wheat", fromHex(0xd8d872)],
|
|
866
|
+
["white", fromHex(0xf9fdf3)],
|
|
867
|
+
["willow tree green", fromHex(0x4dffcc)],
|
|
800
868
|
["wine", fromHex(0x8c205c)],
|
|
801
|
-
["
|
|
802
|
-
["
|
|
803
|
-
["
|
|
804
|
-
["
|
|
805
|
-
["
|
|
806
|
-
["
|
|
807
|
-
["
|
|
808
|
-
["
|
|
809
|
-
["
|
|
810
|
-
["
|
|
811
|
-
["eveningskyblue", fromHex(0x1166bb)],
|
|
812
|
-
["deepseablue", fromHex(0x2266bb)],
|
|
813
|
-
["berryblue", fromHex(0x3366b2)],
|
|
814
|
-
["flatblue", fromHex(0x3366b2)],
|
|
815
|
-
["softblue", fromHex(0x4c66b2)],
|
|
816
|
-
["dusk", fromHex(0x75599b)],
|
|
817
|
-
["denimblue", fromHex(0x5566cc)],
|
|
818
|
-
["wedgewoodblue", fromHex(0x5372c5)],
|
|
819
|
-
["marineblue", fromHex(0x2a6bcc)],
|
|
820
|
-
["midblue", fromHex(0x446ed4)],
|
|
821
|
-
["bluebell", fromHex(0x2672d8)],
|
|
822
|
-
["cornflowerblue", fromHex(0x5074da)],
|
|
823
|
-
["blue", fromHex(0x3865d2)],
|
|
824
|
-
["skipperblue", fromHex(0x0166e5)],
|
|
825
|
-
["broncoblue", fromHex(0x1a66e5)],
|
|
826
|
-
["peacockblue", fromHex(0x0d66f2)],
|
|
827
|
-
["clearsky", fromHex(0x2266ee)],
|
|
828
|
-
["pureblue", fromHex(0x3355ff)],
|
|
829
|
-
["electricblue", fromHex(0x2646ea)],
|
|
830
|
-
["brightblue", fromHex(0x2052f3)],
|
|
831
|
-
["clear", fromHex(0x6f61de)],
|
|
832
|
-
["brilliantblue", fromHex(0x3366ee)],
|
|
833
|
-
["mediumblue", fromHex(0x3957db)],
|
|
834
|
-
["deepskyblue", fromHex(0x1a5de5)],
|
|
835
|
-
["azureblue", fromHex(0x3d52d6)],
|
|
836
|
-
["purplishblue", fromHex(0x5933c7)],
|
|
837
|
-
["ultramarine", fromHex(0x3b3bc8)],
|
|
838
|
-
["blueberry", fromHex(0x4941cc)],
|
|
839
|
-
["duskyblue", fromHex(0x6633b2)],
|
|
840
|
-
["prussianblue", fromHex(0x3a3ab6)],
|
|
841
|
-
["delftblue", fromHex(0x1144bb)],
|
|
842
|
-
["trueblue", fromHex(0x1f47d7)],
|
|
843
|
-
["deepnavyblue", fromHex(0x333399)],
|
|
844
|
-
["solferinoviolet", fromHex(0x333399)],
|
|
845
|
-
["indigo", fromHex(0x562bb2)],
|
|
846
|
-
["deepblue", fromHex(0x2a22bd)],
|
|
847
|
-
["cobaltblue", fromHex(0x2d3ad5)],
|
|
848
|
-
["twilight", fromHex(0x404cb2)],
|
|
849
|
-
["mediumdarkblue", fromHex(0x014cb2)],
|
|
850
|
-
["ultramarineblue", fromHex(0x3326a5)],
|
|
851
|
-
["darkblue", fromHex(0x1b2596)],
|
|
852
|
-
["deepblueocean", fromHex(0x011a7f)],
|
|
853
|
-
["midnightblue", fromHex(0x1d1e87)],
|
|
854
|
-
["darknavy", fromHex(0x201c6a)],
|
|
855
|
-
["airforceblue", fromHex(0x33337f)],
|
|
856
|
-
["blueblack", fromHex(0x262666)],
|
|
857
|
-
["darknavyblue", fromHex(0x1d1d66)],
|
|
858
|
-
["darkchocolatebrown", fromHex(0x1a011a)],
|
|
859
|
-
["onyx", fromHex(0x221144)],
|
|
860
|
-
["verydarkpurple", fromHex(0x331144)],
|
|
861
|
-
["midnightblack", fromHex(0x1a0133)],
|
|
862
|
-
["eggplant", fromHex(0x5c2068)],
|
|
863
|
-
["verydarkblue", fromHex(0x4c1a4c)],
|
|
864
|
-
["darkerpurple", fromHex(0x4c1a66)],
|
|
865
|
-
["deeppurple", fromHex(0x551577)],
|
|
866
|
-
["darkpurple", fromHex(0x63187d)],
|
|
867
|
-
["deepoceanblue", fromHex(0x331a7f)],
|
|
868
|
-
["midnight", fromHex(0x211e7a)],
|
|
869
|
-
["navy", fromHex(0x1c2182)],
|
|
870
|
-
["navyblue", fromHex(0x1b2183)],
|
|
871
|
-
["midnightpurple", fromHex(0x330b5b)],
|
|
872
|
-
["navypurple", fromHex(0x330199)],
|
|
873
|
-
["deepocean", fromHex(0x330db2)],
|
|
874
|
-
["deeproyalblue", fromHex(0x011abb)]
|
|
869
|
+
["wine red", fromHex(0x7f1a1a)],
|
|
870
|
+
["wisteria", fromHex(0xb24ccc)],
|
|
871
|
+
["yellow", fromHex(0xdde840)],
|
|
872
|
+
["yellow brown", fromHex(0xbf9926)],
|
|
873
|
+
["yellow green", fromHex(0x96dc30)],
|
|
874
|
+
["yellowish brown", fromHex(0x99994c)],
|
|
875
|
+
["yellowish green", fromHex(0x8ed93e)],
|
|
876
|
+
["yellow lime", fromHex(0x99cc1a)],
|
|
877
|
+
["yellow ochre", fromHex(0xccaa2b)],
|
|
878
|
+
["yellow orange", fromHex(0xffc629)]
|
|
875
879
|
]);
|
|
876
880
|
|
|
877
881
|
export default cne;
|