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