@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,1388 @@
|
|
|
1
|
+
import fromHex from "../utility/hexToRgb.js";
|
|
2
|
+
/**
|
|
3
|
+
* Resene-2010 Paint Colors. Identical to Resene-2007 Paint Colors aside from "aluminum," "chamois," and "mahogany." The whitepoint and blackpoint have been moderated since the 2001 version. Excellent source for surface colors.
|
|
4
|
+
* @see {@link https://people.csail.mit.edu/jaffer/Color/Dictionaries#resene-2010 | Color-Name Dictionaries}
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
const resene = new Map([
|
|
8
|
+
["kaitokegreen", fromHex(0x245336)],
|
|
9
|
+
["countygreen", fromHex(0x1b4b35)],
|
|
10
|
+
["zuccini", fromHex(0x17462e)],
|
|
11
|
+
["nordic", fromHex(0x1d393c)],
|
|
12
|
+
["sherpablue", fromHex(0x00494e)],
|
|
13
|
+
["tealblue", fromHex(0x254855)],
|
|
14
|
+
["bluedianne", fromHex(0x35514f)],
|
|
15
|
+
["firefly", fromHex(0x314643)],
|
|
16
|
+
["gablegreen", fromHex(0x2c4641)],
|
|
17
|
+
["daintree", fromHex(0x273f41)],
|
|
18
|
+
["tiber", fromHex(0x184343)],
|
|
19
|
+
["cyprus", fromHex(0x0f4645)],
|
|
20
|
+
["deepteal", fromHex(0x19443c)],
|
|
21
|
+
["zydeco", fromHex(0x20483f)],
|
|
22
|
+
["sherwoodgreen", fromHex(0x1b4636)],
|
|
23
|
+
["englishholly", fromHex(0x274234)],
|
|
24
|
+
["everglade", fromHex(0x264334)],
|
|
25
|
+
["bottlegreen", fromHex(0x254636)],
|
|
26
|
+
["bush", fromHex(0x254636)],
|
|
27
|
+
["burnham", fromHex(0x234537)],
|
|
28
|
+
["celtic", fromHex(0x2b3f36)],
|
|
29
|
+
["timbergreen", fromHex(0x324336)],
|
|
30
|
+
["forestgreen", fromHex(0x334231)],
|
|
31
|
+
["tepapagreen", fromHex(0x2b4b40)],
|
|
32
|
+
["goblin", fromHex(0x34533d)],
|
|
33
|
+
["mallard", fromHex(0x3a4531)],
|
|
34
|
+
["palmleaf", fromHex(0x36482f)],
|
|
35
|
+
["seaweed", fromHex(0x37412a)],
|
|
36
|
+
["olivegreen", fromHex(0x353f2a)],
|
|
37
|
+
["deepfir", fromHex(0x193925)],
|
|
38
|
+
["cardingreen", fromHex(0x1b3427)],
|
|
39
|
+
["palmgreen", fromHex(0x20392c)],
|
|
40
|
+
["holly", fromHex(0x25342b)],
|
|
41
|
+
["blackbean", fromHex(0x232e26)],
|
|
42
|
+
["gordonsgreen", fromHex(0x29332b)],
|
|
43
|
+
["blackforest", fromHex(0x2c3227)],
|
|
44
|
+
["pinetree", fromHex(0x2a2f23)],
|
|
45
|
+
["huntergreen", fromHex(0x2f3125)],
|
|
46
|
+
["eternity", fromHex(0x2d2f28)],
|
|
47
|
+
["rangoongreen", fromHex(0x2b2e25)],
|
|
48
|
+
["marshland", fromHex(0x2b2e26)],
|
|
49
|
+
["greenwaterloo", fromHex(0x2c2d24)],
|
|
50
|
+
["karaka", fromHex(0x2d2d24)],
|
|
51
|
+
["banjul", fromHex(0x34322d)],
|
|
52
|
+
["acadia", fromHex(0x35312c)],
|
|
53
|
+
["darkebony", fromHex(0x37312b)],
|
|
54
|
+
["creole", fromHex(0x393227)],
|
|
55
|
+
["graphite", fromHex(0x383428)],
|
|
56
|
+
["blackmagic", fromHex(0x332c22)],
|
|
57
|
+
["cannonblack", fromHex(0x332c22)],
|
|
58
|
+
["cocoabrown", fromHex(0x35281e)],
|
|
59
|
+
["cola", fromHex(0x3c2f23)],
|
|
60
|
+
["sambuca", fromHex(0x3b2e25)],
|
|
61
|
+
["treehouse", fromHex(0x3c342e)],
|
|
62
|
+
["deepoak", fromHex(0x3d322c)],
|
|
63
|
+
["sepia", fromHex(0x3a2f2d)],
|
|
64
|
+
["coffeebean", fromHex(0x362d26)],
|
|
65
|
+
["cubantan", fromHex(0x362d26)],
|
|
66
|
+
["marlin", fromHex(0x362d26)],
|
|
67
|
+
["woodbark", fromHex(0x302621)],
|
|
68
|
+
["asphalt", fromHex(0x2a2922)],
|
|
69
|
+
["maire", fromHex(0x2a2922)],
|
|
70
|
+
["junglegreen", fromHex(0x292924)],
|
|
71
|
+
["clinker", fromHex(0x463623)],
|
|
72
|
+
["woodburn", fromHex(0x463629)],
|
|
73
|
+
["jackobean", fromHex(0x413628)],
|
|
74
|
+
["birch", fromHex(0x3f3726)],
|
|
75
|
+
["mikado", fromHex(0x3f3623)],
|
|
76
|
+
["ashbrown", fromHex(0x493f2f)],
|
|
77
|
+
["onion", fromHex(0x48412b)],
|
|
78
|
+
["madras", fromHex(0x473e23)],
|
|
79
|
+
["greenkelp", fromHex(0x393d2a)],
|
|
80
|
+
["woodrush", fromHex(0x45402b)],
|
|
81
|
+
["waiouru", fromHex(0x4c4e31)],
|
|
82
|
+
["camouflage", fromHex(0x4f4d32)],
|
|
83
|
+
["thatchgreen", fromHex(0x544e31)],
|
|
84
|
+
["punga", fromHex(0x534931)],
|
|
85
|
+
["deepbronze", fromHex(0x51412d)],
|
|
86
|
+
["tumbleweed", fromHex(0x4b412a)],
|
|
87
|
+
["metallicbronze", fromHex(0x554a3c)],
|
|
88
|
+
["paco", fromHex(0x4f4037)],
|
|
89
|
+
["spaceshuttle", fromHex(0x4b433b)],
|
|
90
|
+
["gravel", fromHex(0x4a4b46)],
|
|
91
|
+
["heavymetal", fromHex(0x46473e)],
|
|
92
|
+
["logcabin", fromHex(0x393e2e)],
|
|
93
|
+
["scrub", fromHex(0x3d4031)],
|
|
94
|
+
["rangitoto", fromHex(0x3a4133)],
|
|
95
|
+
["elpaso", fromHex(0x39392c)],
|
|
96
|
+
["touchwood", fromHex(0x3a372e)],
|
|
97
|
+
["blackpepper", fromHex(0x3c3731)],
|
|
98
|
+
["blackwood", fromHex(0x3f372e)],
|
|
99
|
+
["tobago", fromHex(0x44362d)],
|
|
100
|
+
["slugger", fromHex(0x42342b)],
|
|
101
|
+
["darkrum", fromHex(0x45362b)],
|
|
102
|
+
["bronze", fromHex(0x493b2f)],
|
|
103
|
+
["englishwalnut", fromHex(0x473b2f)],
|
|
104
|
+
["eclipse", fromHex(0x3f3939)],
|
|
105
|
+
["jon", fromHex(0x463d3e)],
|
|
106
|
+
["shark", fromHex(0x34363a)],
|
|
107
|
+
["vulcan", fromHex(0x36383c)],
|
|
108
|
+
["balticsea", fromHex(0x3c3d3e)],
|
|
109
|
+
["montana", fromHex(0x393b3c)],
|
|
110
|
+
["fuscousgrey", fromHex(0x3c3b3c)],
|
|
111
|
+
["kilamanjaro", fromHex(0x3a3532)],
|
|
112
|
+
["mirage", fromHex(0x373f43)],
|
|
113
|
+
["mineshaft", fromHex(0x373e41)],
|
|
114
|
+
["charade", fromHex(0x394043)],
|
|
115
|
+
["zeus", fromHex(0x3b3c38)],
|
|
116
|
+
["tuatara", fromHex(0x454642)],
|
|
117
|
+
["corduroy", fromHex(0x404d49)],
|
|
118
|
+
["armadillo", fromHex(0x484a46)],
|
|
119
|
+
["thunder", fromHex(0x4d4d4b)],
|
|
120
|
+
["matterhorn", fromHex(0x524b4b)],
|
|
121
|
+
["emperor", fromHex(0x50494a)],
|
|
122
|
+
["bleachedcedar", fromHex(0x454647)],
|
|
123
|
+
["steelgrey", fromHex(0x43464b)],
|
|
124
|
+
["tuna", fromHex(0x46494e)],
|
|
125
|
+
["gunpowder", fromHex(0x484753)],
|
|
126
|
+
["rhino", fromHex(0x3d4653)],
|
|
127
|
+
["bluezodiac", fromHex(0x3c4354)],
|
|
128
|
+
["cello", fromHex(0x3a4e5f)],
|
|
129
|
+
["atomic", fromHex(0x3d4b52)],
|
|
130
|
+
["deepcove", fromHex(0x3a4e58)],
|
|
131
|
+
["bigstone", fromHex(0x334046)],
|
|
132
|
+
["nileblue", fromHex(0x253f4e)],
|
|
133
|
+
["greenvogue", fromHex(0x23414e)],
|
|
134
|
+
["tarawera", fromHex(0x253c48)],
|
|
135
|
+
["licorice", fromHex(0x2e3749)],
|
|
136
|
+
["cloudburst", fromHex(0x353e4f)],
|
|
137
|
+
["blackmarlin", fromHex(0x383740)],
|
|
138
|
+
["revolver", fromHex(0x37363f)],
|
|
139
|
+
["grape", fromHex(0x413d4b)],
|
|
140
|
+
["blackrock", fromHex(0x2c2d3c)],
|
|
141
|
+
["haiti", fromHex(0x2c2a35)],
|
|
142
|
+
["lividbrown", fromHex(0x312a29)],
|
|
143
|
+
["diesel", fromHex(0x322c2b)],
|
|
144
|
+
["nightrider", fromHex(0x332e2e)],
|
|
145
|
+
["gondola", fromHex(0x373332)],
|
|
146
|
+
["crowshead", fromHex(0x32312e)],
|
|
147
|
+
["codgrey", fromHex(0x2d3032)],
|
|
148
|
+
["bunker", fromHex(0x292c2f)],
|
|
149
|
+
["bluecharcoal", fromHex(0x262b2f)],
|
|
150
|
+
["bastille", fromHex(0x2c2c32)],
|
|
151
|
+
["woodybay", fromHex(0x33343a)],
|
|
152
|
+
["ebony", fromHex(0x313337)],
|
|
153
|
+
["ebonyclay", fromHex(0x323438)],
|
|
154
|
+
["gunmetal", fromHex(0x2c3539)],
|
|
155
|
+
["oxfordblue", fromHex(0x28353a)],
|
|
156
|
+
["swamp", fromHex(0x252f2f)],
|
|
157
|
+
["oil", fromHex(0x313330)],
|
|
158
|
+
["woodsmoke", fromHex(0x2b3230)],
|
|
159
|
+
["aztec", fromHex(0x293432)],
|
|
160
|
+
["midnightmoss", fromHex(0x242e28)],
|
|
161
|
+
["racinggreen", fromHex(0x232f2c)],
|
|
162
|
+
["bluewhale", fromHex(0x1e3442)],
|
|
163
|
+
["mosaic", fromHex(0x293741)],
|
|
164
|
+
["elephant", fromHex(0x243640)],
|
|
165
|
+
["midnight", fromHex(0x21303e)],
|
|
166
|
+
["tangaroa", fromHex(0x1e2f3c)],
|
|
167
|
+
["cinder", fromHex(0x242a2e)],
|
|
168
|
+
["blackpearl", fromHex(0x1e272c)],
|
|
169
|
+
["bluebark", fromHex(0x1e272c)],
|
|
170
|
+
["blackrussian", fromHex(0x24252b)],
|
|
171
|
+
["jaguar", fromHex(0x29292f)],
|
|
172
|
+
["nero", fromHex(0x252525)],
|
|
173
|
+
["bokaragrey", fromHex(0x2a2725)],
|
|
174
|
+
["outerspace", fromHex(0x1f263b)],
|
|
175
|
+
["midnightexpress", fromHex(0x21263a)],
|
|
176
|
+
["stratos", fromHex(0x21263a)],
|
|
177
|
+
["prussianblue", fromHex(0x192f41)],
|
|
178
|
+
["bunting", fromHex(0x2b3449)],
|
|
179
|
+
["downriver", fromHex(0x2a344a)],
|
|
180
|
+
["capri", fromHex(0x30436a)],
|
|
181
|
+
["bondiblue", fromHex(0x26416b)],
|
|
182
|
+
["catalinablue", fromHex(0x273c5a)],
|
|
183
|
+
["cobalt", fromHex(0x273c5a)],
|
|
184
|
+
["covegrey", fromHex(0x343f5c)],
|
|
185
|
+
["gulfblue", fromHex(0x343f5c)],
|
|
186
|
+
["biscay", fromHex(0x2f3c53)],
|
|
187
|
+
["madison", fromHex(0x2d3c54)],
|
|
188
|
+
["astronautblue", fromHex(0x214559)],
|
|
189
|
+
["regalblue", fromHex(0x203f58)],
|
|
190
|
+
["arapawa", fromHex(0x274a5d)],
|
|
191
|
+
["chambray", fromHex(0x475877)],
|
|
192
|
+
["astronaut", fromHex(0x445172)],
|
|
193
|
+
["eastbay", fromHex(0x47526e)],
|
|
194
|
+
["bahamablue", fromHex(0x25597f)],
|
|
195
|
+
["matisse", fromHex(0x365c7d)],
|
|
196
|
+
["veniceblue", fromHex(0x2c5778)],
|
|
197
|
+
["sttropaz", fromHex(0x325482)],
|
|
198
|
+
["endeavour", fromHex(0x29598b)],
|
|
199
|
+
["bluelagoon", fromHex(0x00626f)],
|
|
200
|
+
["blumine", fromHex(0x305c71)],
|
|
201
|
+
["chathamsblue", fromHex(0x2c5971)],
|
|
202
|
+
["orient", fromHex(0x255b77)],
|
|
203
|
+
["allports", fromHex(0x1f6a7d)],
|
|
204
|
+
["calypso", fromHex(0x3d7188)],
|
|
205
|
+
["jellybean", fromHex(0x44798e)],
|
|
206
|
+
["astral", fromHex(0x376f89)],
|
|
207
|
+
["hippieblue", fromHex(0x49889a)],
|
|
208
|
+
["curiousblue", fromHex(0x3d85b8)],
|
|
209
|
+
["lochmara", fromHex(0x316ea0)],
|
|
210
|
+
["sanmarino", fromHex(0x4e6c9d)],
|
|
211
|
+
["azure", fromHex(0x4e699a)],
|
|
212
|
+
["havelockblue", fromHex(0x5784c1)],
|
|
213
|
+
["waikawagrey", fromHex(0x5b6e91)],
|
|
214
|
+
["kashmirblue", fromHex(0x576d8e)],
|
|
215
|
+
["wedgewood", fromHex(0x4c6b88)],
|
|
216
|
+
["topaz", fromHex(0x817c87)],
|
|
217
|
+
["monsoon", fromHex(0x7a7679)],
|
|
218
|
+
["dovegrey", fromHex(0x777672)],
|
|
219
|
+
["stormgrey", fromHex(0x747880)],
|
|
220
|
+
["regentgrey", fromHex(0x798488)],
|
|
221
|
+
["boulder", fromHex(0x7c817c)],
|
|
222
|
+
["rollingstone", fromHex(0x6d7876)],
|
|
223
|
+
["pigeonpost", fromHex(0x77848e)],
|
|
224
|
+
["lynch", fromHex(0x697d89)],
|
|
225
|
+
["hoki", fromHex(0x647d86)],
|
|
226
|
+
["bluebayoux", fromHex(0x62777e)],
|
|
227
|
+
["sirocco", fromHex(0x68766e)],
|
|
228
|
+
["nevada", fromHex(0x666f6f)],
|
|
229
|
+
["palesky", fromHex(0x636d70)],
|
|
230
|
+
["midgrey", fromHex(0x666a6d)],
|
|
231
|
+
["raven", fromHex(0x6f747b)],
|
|
232
|
+
["aluminium", fromHex(0x76736f)],
|
|
233
|
+
["scarpaflow", fromHex(0x6b6a6c)],
|
|
234
|
+
["empress", fromHex(0x7c7173)],
|
|
235
|
+
["dolphin", fromHex(0x6a6873)],
|
|
236
|
+
["waterloo", fromHex(0x727282)],
|
|
237
|
+
["smoky", fromHex(0x605d6b)],
|
|
238
|
+
["comet", fromHex(0x636373)],
|
|
239
|
+
["fiord", fromHex(0x4b5a62)],
|
|
240
|
+
["sanjuan", fromHex(0x445761)],
|
|
241
|
+
["casal", fromHex(0x3f545a)],
|
|
242
|
+
["brightgrey", fromHex(0x57595d)],
|
|
243
|
+
["tundora", fromHex(0x585452)],
|
|
244
|
+
["mortar", fromHex(0x565051)],
|
|
245
|
+
["donjuan", fromHex(0x5a4f51)],
|
|
246
|
+
["shipgrey", fromHex(0x4e4e4c)],
|
|
247
|
+
["capecod", fromHex(0x4e5552)],
|
|
248
|
+
["mako", fromHex(0x505555)],
|
|
249
|
+
["trout", fromHex(0x4c5356)],
|
|
250
|
+
["darkslate", fromHex(0x465352)],
|
|
251
|
+
["pickledbluewood", fromHex(0x4f5a5f)],
|
|
252
|
+
["riverbed", fromHex(0x556061)],
|
|
253
|
+
["limedspruce", fromHex(0x4e605e)],
|
|
254
|
+
["shuttlegrey", fromHex(0x61666b)],
|
|
255
|
+
["saltbox", fromHex(0x696268)],
|
|
256
|
+
["scorpion", fromHex(0x6a6466)],
|
|
257
|
+
["kabul", fromHex(0x6c5e53)],
|
|
258
|
+
["dorado", fromHex(0x6e5f56)],
|
|
259
|
+
["makara", fromHex(0x695f50)],
|
|
260
|
+
["stormdust", fromHex(0x65645f)],
|
|
261
|
+
["pickledaspen", fromHex(0x5b6452)],
|
|
262
|
+
["chicago", fromHex(0x5b5d56)],
|
|
263
|
+
["battleshipgrey", fromHex(0x51574f)],
|
|
264
|
+
["millbrook", fromHex(0x595648)],
|
|
265
|
+
["cabbagepont", fromHex(0x4c5544)],
|
|
266
|
+
["merlin", fromHex(0x4f4e48)],
|
|
267
|
+
["dune", fromHex(0x514f4a)],
|
|
268
|
+
["masala", fromHex(0x57534b)],
|
|
269
|
+
["smokeyash", fromHex(0x5d5952)],
|
|
270
|
+
["judgegrey", fromHex(0x5d5346)],
|
|
271
|
+
["saddle", fromHex(0x5d4e46)],
|
|
272
|
+
["cork", fromHex(0x5a4c42)],
|
|
273
|
+
["mash", fromHex(0x5a4c42)],
|
|
274
|
+
["rock", fromHex(0x5a4d41)],
|
|
275
|
+
["iroko", fromHex(0x5b5244)],
|
|
276
|
+
["mondo", fromHex(0x554d42)],
|
|
277
|
+
["lisbonbrown", fromHex(0x544f3a)],
|
|
278
|
+
["panda", fromHex(0x544f3a)],
|
|
279
|
+
["kelp", fromHex(0x4d503c)],
|
|
280
|
+
["lunargreen", fromHex(0x4e5541)],
|
|
281
|
+
["hemlock", fromHex(0x69684b)],
|
|
282
|
+
["soyabean", fromHex(0x6f634b)],
|
|
283
|
+
["domino", fromHex(0x6c5b4c)],
|
|
284
|
+
["pinecone", fromHex(0x756556)],
|
|
285
|
+
["coffee", fromHex(0x726751)],
|
|
286
|
+
["peat", fromHex(0x766d52)],
|
|
287
|
+
["pablo", fromHex(0x7a715c)],
|
|
288
|
+
["donkeybrown", fromHex(0x816e5c)],
|
|
289
|
+
["cement", fromHex(0x857158)],
|
|
290
|
+
["squirrel", fromHex(0x8f7d6b)],
|
|
291
|
+
["arrowtown", fromHex(0x827a67)],
|
|
292
|
+
["stonewall", fromHex(0x807661)],
|
|
293
|
+
["sanddune", fromHex(0x867665)],
|
|
294
|
+
["americano", fromHex(0x8a7d72)],
|
|
295
|
+
["hurricane", fromHex(0x8b7e77)],
|
|
296
|
+
["concord", fromHex(0x827f79)],
|
|
297
|
+
["sandstone", fromHex(0x786d5f)],
|
|
298
|
+
["ironsidegrey", fromHex(0x706e66)],
|
|
299
|
+
["flint", fromHex(0x716e61)],
|
|
300
|
+
["limedash", fromHex(0x676d63)],
|
|
301
|
+
["gunsmoke", fromHex(0x7a7c76)],
|
|
302
|
+
["tapa", fromHex(0x7c7c72)],
|
|
303
|
+
["bluesmoke", fromHex(0x78857a)],
|
|
304
|
+
["olivehaze", fromHex(0x888064)],
|
|
305
|
+
["granitegreen", fromHex(0x8b8265)],
|
|
306
|
+
["kokoda", fromHex(0x7b785a)],
|
|
307
|
+
["finch", fromHex(0x75785a)],
|
|
308
|
+
["crocodile", fromHex(0x706950)],
|
|
309
|
+
["siam", fromHex(0x686b50)],
|
|
310
|
+
["cactus", fromHex(0x5b6f55)],
|
|
311
|
+
["axolotl", fromHex(0x63775a)],
|
|
312
|
+
["finlandia", fromHex(0x61755b)],
|
|
313
|
+
["willowgrove", fromHex(0x69755c)],
|
|
314
|
+
["xanadu", fromHex(0x75876e)],
|
|
315
|
+
["cuttysark", fromHex(0x5c8173)],
|
|
316
|
+
["woodland", fromHex(0x626746)],
|
|
317
|
+
["tomthumb", fromHex(0x4f6348)],
|
|
318
|
+
["greygreen", fromHex(0x525636)],
|
|
319
|
+
["spectra", fromHex(0x375d4f)],
|
|
320
|
+
["plantation", fromHex(0x3e594c)],
|
|
321
|
+
["nandor", fromHex(0x4e5d4e)],
|
|
322
|
+
["mineralgreen", fromHex(0x506355)],
|
|
323
|
+
["stromboli", fromHex(0x406356)],
|
|
324
|
+
["viridiangreen", fromHex(0x4b5f56)],
|
|
325
|
+
["oracle", fromHex(0x395555)],
|
|
326
|
+
["taxbreak", fromHex(0x496569)],
|
|
327
|
+
["smaltblue", fromHex(0x496267)],
|
|
328
|
+
["bismark", fromHex(0x486c7a)],
|
|
329
|
+
["ming", fromHex(0x407577)],
|
|
330
|
+
["jade", fromHex(0x40726d)],
|
|
331
|
+
["breakerbay", fromHex(0x517b78)],
|
|
332
|
+
["william", fromHex(0x53736f)],
|
|
333
|
+
["paradiso", fromHex(0x488084)],
|
|
334
|
+
["surfiegreen", fromHex(0x007b77)],
|
|
335
|
+
["elm", fromHex(0x297b76)],
|
|
336
|
+
["genoa", fromHex(0x31796d)],
|
|
337
|
+
["atoll", fromHex(0x2b797a)],
|
|
338
|
+
["seagreen", fromHex(0x1f6361)],
|
|
339
|
+
["bluestone", fromHex(0x166461)],
|
|
340
|
+
["mosque", fromHex(0x005f5b)],
|
|
341
|
+
["eden", fromHex(0x266255)],
|
|
342
|
+
["aquamarine", fromHex(0x205948)],
|
|
343
|
+
["eveningsea", fromHex(0x26604f)],
|
|
344
|
+
["parsley", fromHex(0x305d35)],
|
|
345
|
+
["crusoe", fromHex(0x165b31)],
|
|
346
|
+
["greenpea", fromHex(0x266242)],
|
|
347
|
+
["greenstone", fromHex(0x246c46)],
|
|
348
|
+
["killarney", fromHex(0x49764f)],
|
|
349
|
+
["como", fromHex(0x4c785c)],
|
|
350
|
+
["springgreen", fromHex(0x5c8a64)],
|
|
351
|
+
["amazon", fromHex(0x387b54)],
|
|
352
|
+
["elfgreen", fromHex(0x1b8a6b)],
|
|
353
|
+
["deepsea", fromHex(0x167e65)],
|
|
354
|
+
["observatory", fromHex(0x008f70)],
|
|
355
|
+
["salem", fromHex(0x177b4d)],
|
|
356
|
+
["jewel", fromHex(0x136843)],
|
|
357
|
+
["fungreen", fromHex(0x15633d)],
|
|
358
|
+
["watercourse", fromHex(0x006e4e)],
|
|
359
|
+
["easternblue", fromHex(0x00879f)],
|
|
360
|
+
["pelorous", fromHex(0x2599b2)],
|
|
361
|
+
["scooter", fromHex(0x308ea0)],
|
|
362
|
+
["viking", fromHex(0x4db1c8)],
|
|
363
|
+
["pictonblue", fromHex(0x5ba0d0)],
|
|
364
|
+
["bostonblue", fromHex(0x438eac)],
|
|
365
|
+
["shakespeare", fromHex(0x609ab8)],
|
|
366
|
+
["bermudagrey", fromHex(0x6f8c9f)],
|
|
367
|
+
["shipcove", fromHex(0x7988ab)],
|
|
368
|
+
["danube", fromHex(0x5b89c0)],
|
|
369
|
+
["jordyblue", fromHex(0x7aaae0)],
|
|
370
|
+
["rockblue", fromHex(0x93a2ba)],
|
|
371
|
+
["echoblue", fromHex(0xa4afcd)],
|
|
372
|
+
["poloblue", fromHex(0x8aa7cc)],
|
|
373
|
+
["malibu", fromHex(0x66b7e1)],
|
|
374
|
+
["seagull", fromHex(0x77b7d0)],
|
|
375
|
+
["glacier", fromHex(0x78b1bf)],
|
|
376
|
+
["anakiwa", fromHex(0x8cceea)],
|
|
377
|
+
["sail", fromHex(0xa5ceec)],
|
|
378
|
+
["tropicalblue", fromHex(0xaec9eb)],
|
|
379
|
+
["spray", fromHex(0x7ecddd)],
|
|
380
|
+
["waterleaf", fromHex(0xb6ecde)],
|
|
381
|
+
["downy", fromHex(0x6fd2be)],
|
|
382
|
+
["riptide", fromHex(0x89d9c8)],
|
|
383
|
+
["aqua", fromHex(0x92d3ca)],
|
|
384
|
+
["bermuda", fromHex(0x86d2c1)],
|
|
385
|
+
["vistablue", fromHex(0x97d5b3)],
|
|
386
|
+
["fringyflower", fromHex(0xb4e1bb)],
|
|
387
|
+
["chinook", fromHex(0x9dd3a8)],
|
|
388
|
+
["snowymint", fromHex(0xd6f0cd)],
|
|
389
|
+
["riceflower", fromHex(0xeff5d1)],
|
|
390
|
+
["hintofgreen", fromHex(0xdff1d6)],
|
|
391
|
+
["blueromance", fromHex(0xd8f0d2)],
|
|
392
|
+
["grannyapple", fromHex(0xc5e7cd)],
|
|
393
|
+
["aeroblue", fromHex(0xc0e8d5)],
|
|
394
|
+
["peppermint", fromHex(0xd7e7d0)],
|
|
395
|
+
["tara", fromHex(0xdef1dd)],
|
|
396
|
+
["offgreen", fromHex(0xdff0e2)],
|
|
397
|
+
["frostedmint", fromHex(0xe2f2e4)],
|
|
398
|
+
["minttulip", fromHex(0xc6eadd)],
|
|
399
|
+
["onahau", fromHex(0xc2e6ec)],
|
|
400
|
+
["oysterbay", fromHex(0xd1eaea)],
|
|
401
|
+
["foam", fromHex(0xd0eae8)],
|
|
402
|
+
["mabel", fromHex(0xcbe8e8)],
|
|
403
|
+
["iceberg", fromHex(0xcae1d9)],
|
|
404
|
+
["jaggedice", fromHex(0xcae7e2)],
|
|
405
|
+
["hummingbird", fromHex(0xceefe4)],
|
|
406
|
+
["whiteice", fromHex(0xd7eee4)],
|
|
407
|
+
["lilywhite", fromHex(0xe9eeeb)],
|
|
408
|
+
["tranquil", fromHex(0xddede9)],
|
|
409
|
+
["clearday", fromHex(0xdfefea)],
|
|
410
|
+
["bubbles", fromHex(0xe6f2ea)],
|
|
411
|
+
["zircon", fromHex(0xdee3e3)],
|
|
412
|
+
["mystic", fromHex(0xd8ddda)],
|
|
413
|
+
["pattensblue", fromHex(0xd3e5ef)],
|
|
414
|
+
["hawkesblue", fromHex(0xd2daed)],
|
|
415
|
+
["selago", fromHex(0xe6dfe7)],
|
|
416
|
+
["whitelilac", fromHex(0xe7e5e8)],
|
|
417
|
+
["porcelain", fromHex(0xdddcdb)],
|
|
418
|
+
["athensgrey", fromHex(0xdcdddd)],
|
|
419
|
+
["seashell", fromHex(0xe3e1e0)],
|
|
420
|
+
["whisper", fromHex(0xefe6e6)],
|
|
421
|
+
["softpeach", fromHex(0xeedfde)],
|
|
422
|
+
["magnolia", fromHex(0xeee8eb)],
|
|
423
|
+
["solitude", fromHex(0xe9ecf1)],
|
|
424
|
+
["hintofred", fromHex(0xf5efeb)],
|
|
425
|
+
["rosewhite", fromHex(0xfbeee8)],
|
|
426
|
+
["alabaster", fromHex(0xf2f0e6)],
|
|
427
|
+
["romance", fromHex(0xf4f0e6)],
|
|
428
|
+
["sauvignon", fromHex(0xf4eae4)],
|
|
429
|
+
["wisppink", fromHex(0xf9e8e2)],
|
|
430
|
+
["fantasy", fromHex(0xf2e6dd)],
|
|
431
|
+
["chardon", fromHex(0xf8eadf)],
|
|
432
|
+
["bridalheath", fromHex(0xf8ebdd)],
|
|
433
|
+
["halfpearllusta", fromHex(0xf1ead7)],
|
|
434
|
+
["butterywhite", fromHex(0xf1ebda)],
|
|
435
|
+
["orchidwhite", fromHex(0xf1ebd9)],
|
|
436
|
+
["bianca", fromHex(0xf4efe0)],
|
|
437
|
+
["quarterpearllusta", fromHex(0xf2eddd)],
|
|
438
|
+
["islandspice", fromHex(0xf8eddb)],
|
|
439
|
+
["serenade", fromHex(0xfce9d7)],
|
|
440
|
+
["varden", fromHex(0xfdefd3)],
|
|
441
|
+
["ginfizz", fromHex(0xf8eaca)],
|
|
442
|
+
["apricotwhite", fromHex(0xf7f0db)],
|
|
443
|
+
["earlydawn", fromHex(0xfbf2db)],
|
|
444
|
+
["halfdutchwhite", fromHex(0xfbf0d6)],
|
|
445
|
+
["forgetmenot", fromHex(0xfdefdb)],
|
|
446
|
+
["chileanheath", fromHex(0xf9f7de)],
|
|
447
|
+
["promenade", fromHex(0xf8f6df)],
|
|
448
|
+
["offyellow", fromHex(0xfaf3dc)],
|
|
449
|
+
["rumswizzle", fromHex(0xf1edd4)],
|
|
450
|
+
["chinaivory", fromHex(0xfbf3d3)],
|
|
451
|
+
["moonglow", fromHex(0xf5f3ce)],
|
|
452
|
+
["whitenectar", fromHex(0xf8f6d8)],
|
|
453
|
+
["hintofyellow", fromHex(0xf6f5d7)],
|
|
454
|
+
["panache", fromHex(0xebf7e4)],
|
|
455
|
+
["aquaspring", fromHex(0xe8f3e8)],
|
|
456
|
+
["saltpan", fromHex(0xeef3e5)],
|
|
457
|
+
["twilightblue", fromHex(0xf4f6ec)],
|
|
458
|
+
["sugarcane", fromHex(0xeeefdf)],
|
|
459
|
+
["ricecake", fromHex(0xefecde)],
|
|
460
|
+
["dew", fromHex(0xe7f2e9)],
|
|
461
|
+
["polar", fromHex(0xe5f2e7)],
|
|
462
|
+
["willowbrook", fromHex(0xdfe6cf)],
|
|
463
|
+
["frostee", fromHex(0xdbe5d2)],
|
|
464
|
+
["applegreen", fromHex(0xdeeadc)],
|
|
465
|
+
["swansdown", fromHex(0xdae6dd)],
|
|
466
|
+
["aquasqueeze", fromHex(0xdbe4dc)],
|
|
467
|
+
["catskillwhite", fromHex(0xe0e4dc)],
|
|
468
|
+
["blacksqueeze", fromHex(0xe5e6df)],
|
|
469
|
+
["snowdrift", fromHex(0xe3e3dc)],
|
|
470
|
+
["blackwhite", fromHex(0xe5e4db)],
|
|
471
|
+
["greenwhite", fromHex(0xdeddcb)],
|
|
472
|
+
["aquahaze", fromHex(0xd9ddd5)],
|
|
473
|
+
["gin", fromHex(0xd9dfcd)],
|
|
474
|
+
["feta", fromHex(0xdbe0d0)],
|
|
475
|
+
["frost", fromHex(0xe1e4c5)],
|
|
476
|
+
["coconutcream", fromHex(0xe1dabb)],
|
|
477
|
+
["scotchmist", fromHex(0xeee7c8)],
|
|
478
|
+
["halfandhalf", fromHex(0xede7c8)],
|
|
479
|
+
["orangewhite", fromHex(0xeae3cd)],
|
|
480
|
+
["travertine", fromHex(0xe2ddc7)],
|
|
481
|
+
["solitaire", fromHex(0xeadac2)],
|
|
482
|
+
["halfspanishwhite", fromHex(0xe6dbc7)],
|
|
483
|
+
["pearllusta", fromHex(0xeae0c8)],
|
|
484
|
+
["pipi", fromHex(0xf5e6c4)],
|
|
485
|
+
["doublepearllusta", fromHex(0xe9dcbe)],
|
|
486
|
+
["eggsour", fromHex(0xf9e4c5)],
|
|
487
|
+
["derby", fromHex(0xf9e4c6)],
|
|
488
|
+
["sazerac", fromHex(0xf5dec4)],
|
|
489
|
+
["albescentwhite", fromHex(0xe1dacb)],
|
|
490
|
+
["quarterspanishwhite", fromHex(0xebe2d2)],
|
|
491
|
+
["bleachwhite", fromHex(0xebe1ce)],
|
|
492
|
+
["cararra", fromHex(0xebe5d5)],
|
|
493
|
+
["fairpink", fromHex(0xf3e5dc)],
|
|
494
|
+
["pampas", fromHex(0xeae4dc)],
|
|
495
|
+
["desertstorm", fromHex(0xede7e0)],
|
|
496
|
+
["whitelinen", fromHex(0xeee7dc)],
|
|
497
|
+
["soapstone", fromHex(0xece5da)],
|
|
498
|
+
["narvik", fromHex(0xe9e6dc)],
|
|
499
|
+
["wildsand", fromHex(0xe7e4de)],
|
|
500
|
+
["wanwhite", fromHex(0xe4e2dc)],
|
|
501
|
+
["springwood", fromHex(0xe9e1d9)],
|
|
502
|
+
["vistawhite", fromHex(0xe3dfd9)],
|
|
503
|
+
["blackhaze", fromHex(0xe0ded7)],
|
|
504
|
+
["ceramic", fromHex(0xdfddd6)],
|
|
505
|
+
["hintofgrey", fromHex(0xdfddd6)],
|
|
506
|
+
["seafog", fromHex(0xdfddd6)],
|
|
507
|
+
["milkwhite", fromHex(0xdcd9cd)],
|
|
508
|
+
["merino", fromHex(0xe1dbd0)],
|
|
509
|
+
["dawnpink", fromHex(0xe6d6cd)],
|
|
510
|
+
["ebb", fromHex(0xe6d8d4)],
|
|
511
|
+
["swisscoffee", fromHex(0xdbd0ca)],
|
|
512
|
+
["bonjour", fromHex(0xdfd7d2)],
|
|
513
|
+
["gallery", fromHex(0xdcd7d1)],
|
|
514
|
+
["whitepointer", fromHex(0xdad6cc)],
|
|
515
|
+
["swirl", fromHex(0xd7cec5)],
|
|
516
|
+
["westar", fromHex(0xd4cfc5)],
|
|
517
|
+
["blanc", fromHex(0xd9d0c1)],
|
|
518
|
+
["pearlbush", fromHex(0xded1c6)],
|
|
519
|
+
["rocksalt", fromHex(0xe6d6b8)],
|
|
520
|
+
["athsspecial", fromHex(0xd5cbb2)],
|
|
521
|
+
["janna", fromHex(0xded1b7)],
|
|
522
|
+
["spanishwhite", fromHex(0xded1b7)],
|
|
523
|
+
["wheatfield", fromHex(0xdfd7bd)],
|
|
524
|
+
["loafer", fromHex(0xdbd9c2)],
|
|
525
|
+
["whiterock", fromHex(0xd4cfb4)],
|
|
526
|
+
["orinoco", fromHex(0xd2d3b3)],
|
|
527
|
+
["ottoman", fromHex(0xd3dbcb)],
|
|
528
|
+
["greynurse", fromHex(0xd1d3cc)],
|
|
529
|
+
["ecruwhite", fromHex(0xd6d1c0)],
|
|
530
|
+
["joanna", fromHex(0xd6d1c0)],
|
|
531
|
+
["celeste", fromHex(0xd2d2c0)],
|
|
532
|
+
["moonmist", fromHex(0xcecdb8)],
|
|
533
|
+
["harp", fromHex(0xcbcec0)],
|
|
534
|
+
["pariswhite", fromHex(0xbfcdc0)],
|
|
535
|
+
["chromewhite", fromHex(0xcac7b7)],
|
|
536
|
+
["kangaroo", fromHex(0xc5c3b0)],
|
|
537
|
+
["kidnapper", fromHex(0xbfc0ab)],
|
|
538
|
+
["pumice", fromHex(0xbac0b4)],
|
|
539
|
+
["tasman", fromHex(0xbac0b3)],
|
|
540
|
+
["berylgreen", fromHex(0xbcbfa8)],
|
|
541
|
+
["parchment", fromHex(0xd0c8b0)],
|
|
542
|
+
["doublespanishwhite", fromHex(0xd2c3a3)],
|
|
543
|
+
["softamber", fromHex(0xcfbea5)],
|
|
544
|
+
["starkwhite", fromHex(0xd2c6b6)],
|
|
545
|
+
["quillgrey", fromHex(0xcbc9c0)],
|
|
546
|
+
["silversand", fromHex(0xbebdb6)],
|
|
547
|
+
["cloud", fromHex(0xc2bcb1)],
|
|
548
|
+
["frenchgrey", fromHex(0xbfbdc1)],
|
|
549
|
+
["ghost", fromHex(0xc0bfc7)],
|
|
550
|
+
["paleslate", fromHex(0xc3bebb)],
|
|
551
|
+
["alto", fromHex(0xcdc6c5)],
|
|
552
|
+
["iron", fromHex(0xcbcdcd)],
|
|
553
|
+
["concrete", fromHex(0xd2d1cd)],
|
|
554
|
+
["mercury", fromHex(0xd5d2d1)],
|
|
555
|
+
["titanwhite", fromHex(0xddd6e1)],
|
|
556
|
+
["linkwater", fromHex(0xc7cdd8)],
|
|
557
|
+
["bluehaze", fromHex(0xbdbace)],
|
|
558
|
+
["spindle", fromHex(0xb3c4d8)],
|
|
559
|
+
["zumthor", fromHex(0xcdd5d5)],
|
|
560
|
+
["geyser", fromHex(0xcbd0cf)],
|
|
561
|
+
["nebula", fromHex(0xb8c6be)],
|
|
562
|
+
["junglemist", fromHex(0xb0c4c4)],
|
|
563
|
+
["tiara", fromHex(0xb9c3be)],
|
|
564
|
+
["opal", fromHex(0xa8c3bc)],
|
|
565
|
+
["jetstream", fromHex(0xbbd0c9)],
|
|
566
|
+
["frenchpass", fromHex(0xa4d2e0)],
|
|
567
|
+
["regentstblue", fromHex(0xa0cdd9)],
|
|
568
|
+
["morningglory", fromHex(0x9ed1d3)],
|
|
569
|
+
["charlotte", fromHex(0xa4dce6)],
|
|
570
|
+
["sinbad", fromHex(0xa6d5d0)],
|
|
571
|
+
["icecold", fromHex(0xafe3d6)],
|
|
572
|
+
["cruise", fromHex(0xb4e2d5)],
|
|
573
|
+
["scandal", fromHex(0xadd9d1)],
|
|
574
|
+
["gumleaf", fromHex(0xacc9b2)],
|
|
575
|
+
["zanah", fromHex(0xb2c6b1)],
|
|
576
|
+
["rainee", fromHex(0xb3c1b1)],
|
|
577
|
+
["surfcrest", fromHex(0xc3d6bd)],
|
|
578
|
+
["seamist", fromHex(0xc2d5c4)],
|
|
579
|
+
["edgewater", fromHex(0xc1d8c5)],
|
|
580
|
+
["surf", fromHex(0xb8d4bb)],
|
|
581
|
+
["pixiegreen", fromHex(0xbbcda5)],
|
|
582
|
+
["paleleaf", fromHex(0xbdcaa8)],
|
|
583
|
+
["springrain", fromHex(0xa3bd9c)],
|
|
584
|
+
["envy", fromHex(0x8ba58f)],
|
|
585
|
+
["mantle", fromHex(0x96a793)],
|
|
586
|
+
["summergreen", fromHex(0x8fb69c)],
|
|
587
|
+
["shadowgreen", fromHex(0x9ac0b6)],
|
|
588
|
+
["seanymph", fromHex(0x8aaea4)],
|
|
589
|
+
["neptune", fromHex(0x77a8ab)],
|
|
590
|
+
["ziggurat", fromHex(0x81a6aa)],
|
|
591
|
+
["cascade", fromHex(0x8ca8a0)],
|
|
592
|
+
["skeptic", fromHex(0x9db4aa)],
|
|
593
|
+
["heather", fromHex(0xaebbc1)],
|
|
594
|
+
["loblolly", fromHex(0xb3bbb7)],
|
|
595
|
+
["periglacialblue", fromHex(0xacb6b2)],
|
|
596
|
+
["silverchalice", fromHex(0xacaea9)],
|
|
597
|
+
["casper", fromHex(0xaab5b8)],
|
|
598
|
+
["conch", fromHex(0xa0b1ae)],
|
|
599
|
+
["towergrey", fromHex(0x9caca5)],
|
|
600
|
+
["hitgrey", fromHex(0xa1a9a8)],
|
|
601
|
+
["gullgrey", fromHex(0xa4adb0)],
|
|
602
|
+
["botticelli", fromHex(0x92acb4)],
|
|
603
|
+
["nepal", fromHex(0x93aab9)],
|
|
604
|
+
["spunpearl", fromHex(0xa2a1ac)],
|
|
605
|
+
["mischka", fromHex(0xa5a9b2)],
|
|
606
|
+
["greychateau", fromHex(0x9fa3a7)],
|
|
607
|
+
["nobel", fromHex(0xa99d9d)],
|
|
608
|
+
["mountainmist", fromHex(0xa09f9c)],
|
|
609
|
+
["chatelle", fromHex(0xb3abb6)],
|
|
610
|
+
["bombay", fromHex(0xaeaead)],
|
|
611
|
+
["pinkswan", fromHex(0xbfb3b2)],
|
|
612
|
+
["tide", fromHex(0xbeb4ab)],
|
|
613
|
+
["cottonseed", fromHex(0xbfbaaf)],
|
|
614
|
+
["greynickel", fromHex(0xbdbaae)],
|
|
615
|
+
["silk", fromHex(0xbbada1)],
|
|
616
|
+
["grainbrown", fromHex(0xcab8a2)],
|
|
617
|
+
["vanilla", fromHex(0xccb69b)],
|
|
618
|
+
["sourdough", fromHex(0xc9b59a)],
|
|
619
|
+
["sisal", fromHex(0xc5baa0)],
|
|
620
|
+
["coral", fromHex(0xc0b093)],
|
|
621
|
+
["akaroa", fromHex(0xbeb29a)],
|
|
622
|
+
["tea", fromHex(0xbfb5a2)],
|
|
623
|
+
["linen", fromHex(0xbab7a2)],
|
|
624
|
+
["mistgrey", fromHex(0xbab9a9)],
|
|
625
|
+
["ash", fromHex(0xbebaa7)],
|
|
626
|
+
["tana", fromHex(0xb8b5a1)],
|
|
627
|
+
["greenspring", fromHex(0xa9af99)],
|
|
628
|
+
["robinseggblue", fromHex(0x9eaa9e)],
|
|
629
|
+
["foggygrey", fromHex(0xa7a69d)],
|
|
630
|
+
["stardust", fromHex(0xa0a197)],
|
|
631
|
+
["edward", fromHex(0x97a49a)],
|
|
632
|
+
["bud", fromHex(0xa5a88f)],
|
|
633
|
+
["neutralgreen", fromHex(0xaaa583)],
|
|
634
|
+
["eagle", fromHex(0xb0ac94)],
|
|
635
|
+
["bisonhide", fromHex(0xb5ac94)],
|
|
636
|
+
["martini", fromHex(0xb7a8a3)],
|
|
637
|
+
["cloudy", fromHex(0xb0a99f)],
|
|
638
|
+
["zorba", fromHex(0xa29589)],
|
|
639
|
+
["malta", fromHex(0xa59784)],
|
|
640
|
+
["bronco", fromHex(0xa79781)],
|
|
641
|
+
["nomad", fromHex(0xa19986)],
|
|
642
|
+
["raincloud", fromHex(0xa39881)],
|
|
643
|
+
["napa", fromHex(0xa39a87)],
|
|
644
|
+
["gurkha", fromHex(0x989171)],
|
|
645
|
+
["greyolive", fromHex(0xa19a7f)],
|
|
646
|
+
["delta", fromHex(0x999b95)],
|
|
647
|
+
["dawn", fromHex(0x9f9d91)],
|
|
648
|
+
["lemongrass", fromHex(0x999a86)],
|
|
649
|
+
["schist", fromHex(0x87876f)],
|
|
650
|
+
["bitter", fromHex(0x88896c)],
|
|
651
|
+
["bandicoot", fromHex(0x878466)],
|
|
652
|
+
["paleoyster", fromHex(0x9c8d72)],
|
|
653
|
+
["schooner", fromHex(0x8d8478)],
|
|
654
|
+
["taupegrey", fromHex(0x898478)],
|
|
655
|
+
["heatheredgrey", fromHex(0x948c7e)],
|
|
656
|
+
["friargrey", fromHex(0x86837a)],
|
|
657
|
+
["suvagrey", fromHex(0x8b8685)],
|
|
658
|
+
["jumbo", fromHex(0x878785)],
|
|
659
|
+
["shadylady", fromHex(0x9f9b9d)],
|
|
660
|
+
["greysuit", fromHex(0x9391a0)],
|
|
661
|
+
["santasgrey", fromHex(0x9998a7)],
|
|
662
|
+
["balihai", fromHex(0x849ca9)],
|
|
663
|
+
["powderblue", fromHex(0x929fa2)],
|
|
664
|
+
["submarine", fromHex(0x8c9c9c)],
|
|
665
|
+
["stack", fromHex(0x858885)],
|
|
666
|
+
["oslogrey", fromHex(0x818988)],
|
|
667
|
+
["gumbo", fromHex(0x718f8a)],
|
|
668
|
+
["grannysmith", fromHex(0x7b948c)],
|
|
669
|
+
["juniper", fromHex(0x74918e)],
|
|
670
|
+
["horizon", fromHex(0x648894)],
|
|
671
|
+
["gothic", fromHex(0x698890)],
|
|
672
|
+
["halfbaked", fromHex(0x558f93)],
|
|
673
|
+
["patina", fromHex(0x639283)],
|
|
674
|
+
["spanishgreen", fromHex(0x7b8976)],
|
|
675
|
+
["pewter", fromHex(0x91a092)],
|
|
676
|
+
["laurel", fromHex(0x6e8d71)],
|
|
677
|
+
["oxley", fromHex(0x6d9a78)],
|
|
678
|
+
["bayleaf", fromHex(0x7bb18d)],
|
|
679
|
+
["padua", fromHex(0x7eb394)],
|
|
680
|
+
["acapulco", fromHex(0x75aa94)],
|
|
681
|
+
["gulfstream", fromHex(0x74b2a8)],
|
|
682
|
+
["tradewind", fromHex(0x6dafa7)],
|
|
683
|
+
["montecarlo", fromHex(0x7ac5b4)],
|
|
684
|
+
["fountainblue", fromHex(0x65adb2)],
|
|
685
|
+
["bluechill", fromHex(0x408f90)],
|
|
686
|
+
["lochinvar", fromHex(0x489084)],
|
|
687
|
+
["java", fromHex(0x259797)],
|
|
688
|
+
["keppel", fromHex(0x5fb69c)],
|
|
689
|
+
["puertorico", fromHex(0x59baa3)],
|
|
690
|
+
["silvertree", fromHex(0x67be90)],
|
|
691
|
+
["niagara", fromHex(0x29a98b)],
|
|
692
|
+
["gossamer", fromHex(0x399f86)],
|
|
693
|
+
["eucalyptus", fromHex(0x329760)],
|
|
694
|
+
["chateaugreen", fromHex(0x419f59)],
|
|
695
|
+
["oceangreen", fromHex(0x4ca973)],
|
|
696
|
+
["deyork", fromHex(0x85ca87)],
|
|
697
|
+
["mantis", fromHex(0x7fc15c)],
|
|
698
|
+
["apple", fromHex(0x66b348)],
|
|
699
|
+
["fruitsalad", fromHex(0x4ba351)],
|
|
700
|
+
["vidaloca", fromHex(0x5f9228)],
|
|
701
|
+
["chelseacucumber", fromHex(0x88a95b)],
|
|
702
|
+
["highland", fromHex(0x7a9461)],
|
|
703
|
+
["avocado", fromHex(0x95986b)],
|
|
704
|
+
["sage", fromHex(0x989f7a)],
|
|
705
|
+
["amulet", fromHex(0x7d9d72)],
|
|
706
|
+
["wasabi", fromHex(0x849137)],
|
|
707
|
+
["highball", fromHex(0x928c3c)],
|
|
708
|
+
["sycamore", fromHex(0x928c3c)],
|
|
709
|
+
["lemonginger", fromHex(0x968428)],
|
|
710
|
+
["reefgold", fromHex(0xa98d36)],
|
|
711
|
+
["alpine", fromHex(0xad8a3b)],
|
|
712
|
+
["roti", fromHex(0xb69642)],
|
|
713
|
+
["husk", fromHex(0xb2994b)],
|
|
714
|
+
["turmeric", fromHex(0xae9041)],
|
|
715
|
+
["luxorgold", fromHex(0xab8d3f)],
|
|
716
|
+
["malachitegreen", fromHex(0x97976f)],
|
|
717
|
+
["canvas", fromHex(0xa39977)],
|
|
718
|
+
["tallow", fromHex(0xa39977)],
|
|
719
|
+
["pavlova", fromHex(0xbaab87)],
|
|
720
|
+
["hillary", fromHex(0xa7a07e)],
|
|
721
|
+
["yuma", fromHex(0xc7b882)],
|
|
722
|
+
["coriander", fromHex(0xbbb58d)],
|
|
723
|
+
["chino", fromHex(0xb8ad8a)],
|
|
724
|
+
["putty", fromHex(0xcdae70)],
|
|
725
|
+
["laser", fromHex(0xc6a95e)],
|
|
726
|
+
["tacha", fromHex(0xd2b960)],
|
|
727
|
+
["gimblet", fromHex(0xb9ad61)],
|
|
728
|
+
["caper", fromHex(0xafc182)],
|
|
729
|
+
["peasoup", fromHex(0xb9b880)],
|
|
730
|
+
["greensmoke", fromHex(0x9ca664)],
|
|
731
|
+
["locust", fromHex(0xa2a580)],
|
|
732
|
+
["norway", fromHex(0xa4b88f)],
|
|
733
|
+
["sprout", fromHex(0xb8ca9d)],
|
|
734
|
+
["greenmist", fromHex(0xbfc298)],
|
|
735
|
+
["pineglade", fromHex(0xbdc07e)],
|
|
736
|
+
["wildrice", fromHex(0xe3d474)],
|
|
737
|
+
["deco", fromHex(0xcccf82)],
|
|
738
|
+
["sandwisp", fromHex(0xdecb81)],
|
|
739
|
+
["chenin", fromHex(0xdec371)],
|
|
740
|
+
["cherokee", fromHex(0xf5cd82)],
|
|
741
|
+
["marzipan", fromHex(0xebc881)],
|
|
742
|
+
["neworleans", fromHex(0xe4c385)],
|
|
743
|
+
["chalky", fromHex(0xdfc281)],
|
|
744
|
+
["zombie", fromHex(0xddc283)],
|
|
745
|
+
["straw", fromHex(0xdabe82)],
|
|
746
|
+
["raffia", fromHex(0xdcc6a0)],
|
|
747
|
+
["thistle", fromHex(0xc7bd95)],
|
|
748
|
+
["winterhazel", fromHex(0xd0c383)],
|
|
749
|
+
["mintjulep", fromHex(0xe0d8a7)],
|
|
750
|
+
["tahunasands", fromHex(0xd8cc9b)],
|
|
751
|
+
["sapling", fromHex(0xe1d5a6)],
|
|
752
|
+
["beeswax", fromHex(0xe9d7ab)],
|
|
753
|
+
["colonialwhite", fromHex(0xe9d7ab)],
|
|
754
|
+
["astra", fromHex(0xedd5a6)],
|
|
755
|
+
["givry", fromHex(0xebd4ae)],
|
|
756
|
+
["dairycream", fromHex(0xedd2a4)],
|
|
757
|
+
["hampton", fromHex(0xe8d4a2)],
|
|
758
|
+
["doublecolonialwhite", fromHex(0xe4cf99)],
|
|
759
|
+
["chamois", fromHex(0xe6cc9a)],
|
|
760
|
+
["eggwhite", fromHex(0xe0c88d)],
|
|
761
|
+
["splash", fromHex(0xf1d79e)],
|
|
762
|
+
["buttermilk", fromHex(0xf6e0a4)],
|
|
763
|
+
["capehoney", fromHex(0xfee0a5)],
|
|
764
|
+
["peach", fromHex(0xfbe5c2)],
|
|
765
|
+
["pinklady", fromHex(0xf3d7b6)],
|
|
766
|
+
["champagne", fromHex(0xeed9b6)],
|
|
767
|
+
["bajawhite", fromHex(0xf0dfbb)],
|
|
768
|
+
["dutchwhite", fromHex(0xf0dfbb)],
|
|
769
|
+
["milkpunch", fromHex(0xf3e5c0)],
|
|
770
|
+
["barleywhite", fromHex(0xf7e5b7)],
|
|
771
|
+
["sidecar", fromHex(0xe9d9a9)],
|
|
772
|
+
["halfcolonialwhite", fromHex(0xf2e5bf)],
|
|
773
|
+
["cornfield", fromHex(0xf8f3c4)],
|
|
774
|
+
["springsun", fromHex(0xf1f1c6)],
|
|
775
|
+
["mimosa", fromHex(0xf5f5cc)],
|
|
776
|
+
["oasis", fromHex(0xfcedc5)],
|
|
777
|
+
["creambrulee", fromHex(0xffe39b)],
|
|
778
|
+
["salomie", fromHex(0xffd67b)],
|
|
779
|
+
["goldenglow", fromHex(0xf9d77e)],
|
|
780
|
+
["visvis", fromHex(0xf9e496)],
|
|
781
|
+
["picasso", fromHex(0xf8ea97)],
|
|
782
|
+
["drover", fromHex(0xfbeb9b)],
|
|
783
|
+
["paleprim", fromHex(0xf9f59f)],
|
|
784
|
+
["shalimar", fromHex(0xf8f6a8)],
|
|
785
|
+
["portafino", fromHex(0xf4f09b)],
|
|
786
|
+
["primrose", fromHex(0xe4de8e)],
|
|
787
|
+
["milan", fromHex(0xf6f493)],
|
|
788
|
+
["tidal", fromHex(0xf0f590)],
|
|
789
|
+
["jonquil", fromHex(0xeef293)],
|
|
790
|
+
["australianmint", fromHex(0xeff8aa)],
|
|
791
|
+
["chiffon", fromHex(0xf0f5bb)],
|
|
792
|
+
["tusk", fromHex(0xe3e5b1)],
|
|
793
|
+
["carla", fromHex(0xf5f9cb)],
|
|
794
|
+
["cumulus", fromHex(0xf5f4c1)],
|
|
795
|
+
["snowflurry", fromHex(0xeaf7c9)],
|
|
796
|
+
["madang", fromHex(0xb7e3a8)],
|
|
797
|
+
["gossip", fromHex(0x9fd385)],
|
|
798
|
+
["feijoa", fromHex(0xa5d785)],
|
|
799
|
+
["sulu", fromHex(0xc6ea80)],
|
|
800
|
+
["reef", fromHex(0xd1ef9f)],
|
|
801
|
+
["mindaro", fromHex(0xdaea6f)],
|
|
802
|
+
["conifer", fromHex(0xb1dd52)],
|
|
803
|
+
["atlantis", fromHex(0x9cd03b)],
|
|
804
|
+
["lime", fromHex(0xb7c52c)],
|
|
805
|
+
["riogrande", fromHex(0xb7c61a)],
|
|
806
|
+
["laspalmas", fromHex(0xc6da36)],
|
|
807
|
+
["fuego", fromHex(0xc2d62e)],
|
|
808
|
+
["bitterlemon", fromHex(0xd2db32)],
|
|
809
|
+
["gorse", fromHex(0xfde336)],
|
|
810
|
+
["goldenfizz", fromHex(0xebde31)],
|
|
811
|
+
["canary", fromHex(0xe2e64d)],
|
|
812
|
+
["parisdaisy", fromHex(0xfbeb50)],
|
|
813
|
+
["dolly", fromHex(0xf5f171)],
|
|
814
|
+
["honeysuckle", fromHex(0xe8ed69)],
|
|
815
|
+
["texas", fromHex(0xece67e)],
|
|
816
|
+
["witchhaze", fromHex(0xfbf073)],
|
|
817
|
+
["sweetcorn", fromHex(0xf9e176)],
|
|
818
|
+
["turbo", fromHex(0xf5cc23)],
|
|
819
|
+
["goldendream", fromHex(0xf1cc2b)],
|
|
820
|
+
["broom", fromHex(0xeecc24)],
|
|
821
|
+
["energyyellow", fromHex(0xf5d752)],
|
|
822
|
+
["festival", fromHex(0xeacc4a)],
|
|
823
|
+
["sunflower", fromHex(0xdac01a)],
|
|
824
|
+
["moonyellow", fromHex(0xf0c420)],
|
|
825
|
+
["brightsun", fromHex(0xecbd2c)],
|
|
826
|
+
["creamcan", fromHex(0xeec051)],
|
|
827
|
+
["kournikova", fromHex(0xf9d054)],
|
|
828
|
+
["cremedebanane", fromHex(0xe0c161)],
|
|
829
|
+
["goldensand", fromHex(0xeace6a)],
|
|
830
|
+
["portica", fromHex(0xf0d555)],
|
|
831
|
+
["confetti", fromHex(0xddcb46)],
|
|
832
|
+
["manz", fromHex(0xe4db55)],
|
|
833
|
+
["wildwillow", fromHex(0xbeca60)],
|
|
834
|
+
["wattle", fromHex(0xd6ca3d)],
|
|
835
|
+
["starship", fromHex(0xe3dd39)],
|
|
836
|
+
["birdflower", fromHex(0xd0c117)],
|
|
837
|
+
["barberry", fromHex(0xd2c61f)],
|
|
838
|
+
["earlsgreen", fromHex(0xb8a722)],
|
|
839
|
+
["sundance", fromHex(0xc4aa4d)],
|
|
840
|
+
["lemon", fromHex(0xd9b220)],
|
|
841
|
+
["buddhagold", fromHex(0xbc9b1b)],
|
|
842
|
+
["sahara", fromHex(0xb79826)],
|
|
843
|
+
["hacienda", fromHex(0x9e8022)],
|
|
844
|
+
["lucky", fromHex(0xab9a1c)],
|
|
845
|
+
["citron", fromHex(0x8e9a21)],
|
|
846
|
+
["larioja", fromHex(0xbac00e)],
|
|
847
|
+
["bahia", fromHex(0xa9c01c)],
|
|
848
|
+
["citrus", fromHex(0x9fb70a)],
|
|
849
|
+
["limerick", fromHex(0x89ac27)],
|
|
850
|
+
["celery", fromHex(0xb4c04c)],
|
|
851
|
+
["sushi", fromHex(0x7c9f2f)],
|
|
852
|
+
["limeade", fromHex(0x5f9727)],
|
|
853
|
+
["lima", fromHex(0x7aac21)],
|
|
854
|
+
["christi", fromHex(0x71a91d)],
|
|
855
|
+
["camarone", fromHex(0x206937)],
|
|
856
|
+
["sanfelix", fromHex(0x2c6e31)],
|
|
857
|
+
["japaneselaurel", fromHex(0x2f7532)],
|
|
858
|
+
["bilbao", fromHex(0x3e8027)],
|
|
859
|
+
["lapalma", fromHex(0x428929)],
|
|
860
|
+
["gladegreen", fromHex(0x5f8151)],
|
|
861
|
+
["hippiegreen", fromHex(0x608a5a)],
|
|
862
|
+
["dingley", fromHex(0x607c47)],
|
|
863
|
+
["dell", fromHex(0x486531)],
|
|
864
|
+
["greenleaf", fromHex(0x526b2d)],
|
|
865
|
+
["greenhouse", fromHex(0x3e6334)],
|
|
866
|
+
["fern", fromHex(0x365c34)],
|
|
867
|
+
["verdungreen", fromHex(0x48531a)],
|
|
868
|
+
["fernfrond", fromHex(0x575e2e)],
|
|
869
|
+
["clover", fromHex(0x47562f)],
|
|
870
|
+
["saratoga", fromHex(0x555b2c)],
|
|
871
|
+
["chaletgreen", fromHex(0x5a6e41)],
|
|
872
|
+
["fijigreen", fromHex(0x636f22)],
|
|
873
|
+
["pacifika", fromHex(0x667028)],
|
|
874
|
+
["rainforest", fromHex(0x667028)],
|
|
875
|
+
["olivetone", fromHex(0x747028)],
|
|
876
|
+
["trendygreen", fromHex(0x7e8424)],
|
|
877
|
+
["pistachio", fromHex(0x676927)],
|
|
878
|
+
["yukongold", fromHex(0x826a21)],
|
|
879
|
+
["grasshopper", fromHex(0x7a7229)],
|
|
880
|
+
["pesto", fromHex(0x7a7229)],
|
|
881
|
+
["crete", fromHex(0x77712b)],
|
|
882
|
+
["mustard", fromHex(0x7c6720)],
|
|
883
|
+
["cornharvest", fromHex(0x8d702a)],
|
|
884
|
+
["stinger", fromHex(0x8d702a)],
|
|
885
|
+
["claycreek", fromHex(0x897e59)],
|
|
886
|
+
["flax", fromHex(0x828562)],
|
|
887
|
+
["goben", fromHex(0x786e4c)],
|
|
888
|
+
["limedgum", fromHex(0x6b5b3d)],
|
|
889
|
+
["yellowmetal", fromHex(0x73633e)],
|
|
890
|
+
["kumera", fromHex(0x755b27)],
|
|
891
|
+
["acorn", fromHex(0x736330)],
|
|
892
|
+
["himalaya", fromHex(0x736330)],
|
|
893
|
+
["costadelsol", fromHex(0x625d2a)],
|
|
894
|
+
["planter", fromHex(0x625d2a)],
|
|
895
|
+
["verdigris", fromHex(0x62603e)],
|
|
896
|
+
["horsesneck", fromHex(0x6d562c)],
|
|
897
|
+
["westcoast", fromHex(0x5c512f)],
|
|
898
|
+
["bronzeolive", fromHex(0x584c25)],
|
|
899
|
+
["bronzetone", fromHex(0x434c28)],
|
|
900
|
+
["turtlegreen", fromHex(0x363e1d)],
|
|
901
|
+
["pueblo", fromHex(0x6e3326)],
|
|
902
|
+
["perutan", fromHex(0x733d1f)],
|
|
903
|
+
["darkrimu", fromHex(0x704128)],
|
|
904
|
+
["newamber", fromHex(0x6d3b24)],
|
|
905
|
+
["carnabytan", fromHex(0x5b3a24)],
|
|
906
|
+
["brownbramble", fromHex(0x53331e)],
|
|
907
|
+
["saddlebrown", fromHex(0x50381e)],
|
|
908
|
+
["bracken", fromHex(0x5b3d27)],
|
|
909
|
+
["irishcoffee", fromHex(0x62422b)],
|
|
910
|
+
["dallas", fromHex(0x664a2d)],
|
|
911
|
+
["ironbark", fromHex(0x6d4d2c)],
|
|
912
|
+
["caferoyale", fromHex(0x6a4928)],
|
|
913
|
+
["antiquebrass", fromHex(0x6c461f)],
|
|
914
|
+
["capepalliser", fromHex(0x75482f)],
|
|
915
|
+
["cigar", fromHex(0x7d4e38)],
|
|
916
|
+
["walnut", fromHex(0x794d2e)],
|
|
917
|
+
["pottersclay", fromHex(0x845c40)],
|
|
918
|
+
["natural", fromHex(0x885931)],
|
|
919
|
+
["shinglefawn", fromHex(0x745937)],
|
|
920
|
+
["limedoak", fromHex(0x8c7254)],
|
|
921
|
+
["mckenzie", fromHex(0x8c6338)],
|
|
922
|
+
["driftwood", fromHex(0x8f6f48)],
|
|
923
|
+
["rustynail", fromHex(0x8d5f2c)],
|
|
924
|
+
["afghantan", fromHex(0x905e26)],
|
|
925
|
+
["butteredrum", fromHex(0x9d702e)],
|
|
926
|
+
["hottoddy", fromHex(0xa7752c)],
|
|
927
|
+
["brazil", fromHex(0x815b28)],
|
|
928
|
+
["hotcurry", fromHex(0x815b28)],
|
|
929
|
+
["hawaiiantan", fromHex(0x99522b)],
|
|
930
|
+
["renosand", fromHex(0xb26e33)],
|
|
931
|
+
["bamboo", fromHex(0xba6f3f)],
|
|
932
|
+
["bourbon", fromHex(0xaf6c3e)],
|
|
933
|
+
["oregon", fromHex(0xb16c39)],
|
|
934
|
+
["pumpkin", fromHex(0xab6b35)],
|
|
935
|
+
["maitai", fromHex(0xa56531)],
|
|
936
|
+
["richgold", fromHex(0xa15226)],
|
|
937
|
+
["piper", fromHex(0x9d5432)],
|
|
938
|
+
["indochine", fromHex(0x9c5b34)],
|
|
939
|
+
["desert", fromHex(0xa15f3b)],
|
|
940
|
+
["redbeech", fromHex(0xa1623b)],
|
|
941
|
+
["tuscany", fromHex(0xad6242)],
|
|
942
|
+
["santefe", fromHex(0xa96a50)],
|
|
943
|
+
["alerttan", fromHex(0x954e2c)],
|
|
944
|
+
["chelseagem", fromHex(0x95532f)],
|
|
945
|
+
["rope", fromHex(0x8e593c)],
|
|
946
|
+
["paarl", fromHex(0x864b36)],
|
|
947
|
+
["mulefawn", fromHex(0x884f40)],
|
|
948
|
+
["ironstone", fromHex(0x865040)],
|
|
949
|
+
["coppercanyon", fromHex(0x77422c)],
|
|
950
|
+
["peanut", fromHex(0x7a4434)],
|
|
951
|
+
["cumin", fromHex(0x784430)],
|
|
952
|
+
["bullshot", fromHex(0x75442b)],
|
|
953
|
+
["cinnamon", fromHex(0x7b482b)],
|
|
954
|
+
["korma", fromHex(0x804e2c)],
|
|
955
|
+
["prairiesand", fromHex(0x883c32)],
|
|
956
|
+
["crabapple", fromHex(0x87382f)],
|
|
957
|
+
["totempole", fromHex(0x883531)],
|
|
958
|
+
["tabasco", fromHex(0x8e3a36)],
|
|
959
|
+
["embers", fromHex(0x8c3f30)],
|
|
960
|
+
["fire", fromHex(0x8f3f2a)],
|
|
961
|
+
["wellread", fromHex(0x8e3537)],
|
|
962
|
+
["thunderbird", fromHex(0x923830)],
|
|
963
|
+
["mexicanred", fromHex(0x9b3d3d)],
|
|
964
|
+
["roofterracotta", fromHex(0xa14743)],
|
|
965
|
+
["tiamaria", fromHex(0x97422d)],
|
|
966
|
+
["rockspray", fromHex(0x9d442d)],
|
|
967
|
+
["cognac", fromHex(0x9a463d)],
|
|
968
|
+
["mojo", fromHex(0x97463c)],
|
|
969
|
+
["crail", fromHex(0xa65648)],
|
|
970
|
+
["appleblossom", fromHex(0xa95249)],
|
|
971
|
+
["sunglo", fromHex(0xc76155)],
|
|
972
|
+
["flamepea", fromHex(0xbe5c48)],
|
|
973
|
+
["orangeroughy", fromHex(0xa85335)],
|
|
974
|
+
["vesuvius", fromHex(0xa85533)],
|
|
975
|
+
["fieryorange", fromHex(0xb1592f)],
|
|
976
|
+
["redstage", fromHex(0xad522e)],
|
|
977
|
+
["roseofsharon", fromHex(0xac512d)],
|
|
978
|
+
["ecstasy", fromHex(0xc96138)],
|
|
979
|
+
["smoketree", fromHex(0xbb5f34)],
|
|
980
|
+
["christine", fromHex(0xbf652e)],
|
|
981
|
+
["tangerine", fromHex(0xcd5d34)],
|
|
982
|
+
["chileanfire", fromHex(0xd05e34)],
|
|
983
|
+
["grenadier", fromHex(0xc14d36)],
|
|
984
|
+
["trinidad", fromHex(0xc54f33)],
|
|
985
|
+
["clementine", fromHex(0xc14f3b)],
|
|
986
|
+
["sunset", fromHex(0xc0514a)],
|
|
987
|
+
["valencia", fromHex(0xd4574e)],
|
|
988
|
+
["mandy", fromHex(0xcd525b)],
|
|
989
|
+
["punch", fromHex(0xa83239)],
|
|
990
|
+
["milanored", fromHex(0x9e3332)],
|
|
991
|
+
["brightred", fromHex(0x922a31)],
|
|
992
|
+
["guardsmanred", fromHex(0x952e31)],
|
|
993
|
+
["flamered", fromHex(0x86282e)],
|
|
994
|
+
["monza", fromHex(0x86282e)],
|
|
995
|
+
["golddrop", fromHex(0xd56c30)],
|
|
996
|
+
["tahitigold", fromHex(0xdc722a)],
|
|
997
|
+
["tango", fromHex(0xd46f31)],
|
|
998
|
+
["pizazz", fromHex(0xe57f3d)],
|
|
999
|
+
["westside", fromHex(0xe5823a)],
|
|
1000
|
+
["treepoppy", fromHex(0xe2813b)],
|
|
1001
|
+
["flamenco", fromHex(0xea8645)],
|
|
1002
|
+
["sun", fromHex(0xef8e38)],
|
|
1003
|
+
["pirategold", fromHex(0xba782a)],
|
|
1004
|
+
["geebung", fromHex(0xc5832e)],
|
|
1005
|
+
["goldenbell", fromHex(0xca8136)],
|
|
1006
|
+
["dixie", fromHex(0xcd8431)],
|
|
1007
|
+
["fuelyellow", fromHex(0xd19033)],
|
|
1008
|
+
["hokeypokey", fromHex(0xbb8e34)],
|
|
1009
|
+
["nugget", fromHex(0xbc9229)],
|
|
1010
|
+
["goldtips", fromHex(0xe2b227)],
|
|
1011
|
+
["galliano", fromHex(0xd8a723)],
|
|
1012
|
+
["corn", fromHex(0xdfaa28)],
|
|
1013
|
+
["tuliptree", fromHex(0xe3ac3d)],
|
|
1014
|
+
["robroy", fromHex(0xddad56)],
|
|
1015
|
+
["saffron", fromHex(0xdc9f45)],
|
|
1016
|
+
["candlelight", fromHex(0xe09d37)],
|
|
1017
|
+
["yellowsea", fromHex(0xf49f35)],
|
|
1018
|
+
["buttercup", fromHex(0xda9429)],
|
|
1019
|
+
["firebush", fromHex(0xe09842)],
|
|
1020
|
+
["sunshade", fromHex(0xfa9d49)],
|
|
1021
|
+
["seabuckthorn", fromHex(0xef9548)],
|
|
1022
|
+
["california", fromHex(0xe98c3a)],
|
|
1023
|
+
["lightningyellow", fromHex(0xf7a233)],
|
|
1024
|
+
["rajah", fromHex(0xfcae60)],
|
|
1025
|
+
["texasrose", fromHex(0xfcb057)],
|
|
1026
|
+
["mysin", fromHex(0xfdae45)],
|
|
1027
|
+
["koromiko", fromHex(0xfeb552)],
|
|
1028
|
+
["goldentainoi", fromHex(0xffc152)],
|
|
1029
|
+
["casablanca", fromHex(0xf0b253)],
|
|
1030
|
+
["ronchi", fromHex(0xeab852)],
|
|
1031
|
+
["grandis", fromHex(0xffcd73)],
|
|
1032
|
+
["supernova", fromHex(0xffb437)],
|
|
1033
|
+
["caramel", fromHex(0xffd59a)],
|
|
1034
|
+
["sandybeach", fromHex(0xfedbb7)],
|
|
1035
|
+
["frangipani", fromHex(0xffd7a0)],
|
|
1036
|
+
["tequila", fromHex(0xf4d0a4)],
|
|
1037
|
+
["negroni", fromHex(0xeec7a2)],
|
|
1038
|
+
["romantic", fromHex(0xffc69e)],
|
|
1039
|
+
["pancho", fromHex(0xdfb992)],
|
|
1040
|
+
["brandy", fromHex(0xdcb68a)],
|
|
1041
|
+
["maize", fromHex(0xe3b982)],
|
|
1042
|
+
["corvette", fromHex(0xe9ba81)],
|
|
1043
|
+
["chardonnay", fromHex(0xffc878)],
|
|
1044
|
+
["harvestgold", fromHex(0xeab76a)],
|
|
1045
|
+
["tacao", fromHex(0xf6ae78)],
|
|
1046
|
+
["mandyspink", fromHex(0xf5b799)],
|
|
1047
|
+
["waxflower", fromHex(0xeeb39e)],
|
|
1048
|
+
["rosebud", fromHex(0xfeab9a)],
|
|
1049
|
+
["tonyspink", fromHex(0xe79e88)],
|
|
1050
|
+
["hitpink", fromHex(0xfda470)],
|
|
1051
|
+
["apricot", fromHex(0xe48f67)],
|
|
1052
|
+
["porsche", fromHex(0xdf9d5b)],
|
|
1053
|
+
["diserria", fromHex(0xd4915d)],
|
|
1054
|
+
["whiskeysour", fromHex(0xd4915d)],
|
|
1055
|
+
["whiskey", fromHex(0xd29062)],
|
|
1056
|
+
["apache", fromHex(0xd3a95c)],
|
|
1057
|
+
["equator", fromHex(0xdab160)],
|
|
1058
|
+
["calico", fromHex(0xd5b185)],
|
|
1059
|
+
["manhattan", fromHex(0xe2af80)],
|
|
1060
|
+
["cameo", fromHex(0xcca483)],
|
|
1061
|
+
["rodeodust", fromHex(0xc7a384)],
|
|
1062
|
+
["barleycorn", fromHex(0xb6935c)],
|
|
1063
|
+
["sorrellbrown", fromHex(0x9d7f61)],
|
|
1064
|
+
["sandal", fromHex(0xa3876a)],
|
|
1065
|
+
["mongoose", fromHex(0xa58b6f)],
|
|
1066
|
+
["muesli", fromHex(0x9e7e53)],
|
|
1067
|
+
["muddywaters", fromHex(0xa9844f)],
|
|
1068
|
+
["teak", fromHex(0xab8953)],
|
|
1069
|
+
["tussock", fromHex(0xbf914b)],
|
|
1070
|
+
["pizza", fromHex(0xbf8d3c)],
|
|
1071
|
+
["marigold", fromHex(0xb88a3d)],
|
|
1072
|
+
["mandalay", fromHex(0xb57b2e)],
|
|
1073
|
+
["anzac", fromHex(0xc68e3f)],
|
|
1074
|
+
["twine", fromHex(0xc19156)],
|
|
1075
|
+
["brandypunch", fromHex(0xc07c40)],
|
|
1076
|
+
["meteor", fromHex(0xbb7431)],
|
|
1077
|
+
["zest", fromHex(0xc6723b)],
|
|
1078
|
+
["peachschnapps", fromHex(0xc68059)],
|
|
1079
|
+
["burningsand", fromHex(0xd08363)],
|
|
1080
|
+
["japonica", fromHex(0xce7259)],
|
|
1081
|
+
["geraldine", fromHex(0xe77b75)],
|
|
1082
|
+
["newyorkpink", fromHex(0xdd8374)],
|
|
1083
|
+
["monalisa", fromHex(0xff9889)],
|
|
1084
|
+
["crusta", fromHex(0xf38653)],
|
|
1085
|
+
["reddamask", fromHex(0xcb6f4a)],
|
|
1086
|
+
["sorbus", fromHex(0xdd6b38)],
|
|
1087
|
+
["jaffa", fromHex(0xe27945)],
|
|
1088
|
+
["flamingo", fromHex(0xe1634f)],
|
|
1089
|
+
["persimmon", fromHex(0xef735e)],
|
|
1090
|
+
["roman", fromHex(0xd8625b)],
|
|
1091
|
+
["froly", fromHex(0xe56d75)],
|
|
1092
|
+
["deepblush", fromHex(0xe36f8a)],
|
|
1093
|
+
["hopbush", fromHex(0xcd6d93)],
|
|
1094
|
+
["shocking", fromHex(0xe899be)],
|
|
1095
|
+
["illusion", fromHex(0xef95ae)],
|
|
1096
|
+
["kobi", fromHex(0xe093ab)],
|
|
1097
|
+
["carissma", fromHex(0xe68095)],
|
|
1098
|
+
["wewak", fromHex(0xf1919a)],
|
|
1099
|
+
["sweetpink", fromHex(0xee918d)],
|
|
1100
|
+
["seapink", fromHex(0xdb817e)],
|
|
1101
|
+
["charm", fromHex(0xd0748b)],
|
|
1102
|
+
["contessa", fromHex(0xc16f68)],
|
|
1103
|
+
["orientalpink", fromHex(0xc28e88)],
|
|
1104
|
+
["tapestry", fromHex(0xb37084)],
|
|
1105
|
+
["cancan", fromHex(0xd08a9b)],
|
|
1106
|
+
["bouquet", fromHex(0xa78199)],
|
|
1107
|
+
["viola", fromHex(0xc58f9d)],
|
|
1108
|
+
["wisteria", fromHex(0xa4878b)],
|
|
1109
|
+
["londonhue", fromHex(0xae94ab)],
|
|
1110
|
+
["amethystsmoke", fromHex(0x95879c)],
|
|
1111
|
+
["logan", fromHex(0x9d9cb4)],
|
|
1112
|
+
["opium", fromHex(0x987e7e)],
|
|
1113
|
+
["almondfrost", fromHex(0x9a8678)],
|
|
1114
|
+
["hemp", fromHex(0x987d73)],
|
|
1115
|
+
["brandyrose", fromHex(0xb6857a)],
|
|
1116
|
+
["sandrift", fromHex(0xaf937d)],
|
|
1117
|
+
["thatch", fromHex(0xb1948f)],
|
|
1118
|
+
["delrio", fromHex(0xb5998e)],
|
|
1119
|
+
["quicksand", fromHex(0xc3988b)],
|
|
1120
|
+
["rose", fromHex(0xd3a194)],
|
|
1121
|
+
["eunry", fromHex(0xcda59c)],
|
|
1122
|
+
["cashmere", fromHex(0xd1b399)],
|
|
1123
|
+
["clamshell", fromHex(0xd2b3a9)],
|
|
1124
|
+
["coldturkey", fromHex(0xcab5b2)],
|
|
1125
|
+
["maverick", fromHex(0xc8b1c0)],
|
|
1126
|
+
["dustygrey", fromHex(0xac9b9b)],
|
|
1127
|
+
["lola", fromHex(0xb9acbb)],
|
|
1128
|
+
["lily", fromHex(0xc19fb3)],
|
|
1129
|
+
["careyspink", fromHex(0xc99aa0)],
|
|
1130
|
+
["petiteorchid", fromHex(0xda9790)],
|
|
1131
|
+
["mypink", fromHex(0xd68b80)],
|
|
1132
|
+
["cornflower", fromHex(0xffaba0)],
|
|
1133
|
+
["sundown", fromHex(0xf8afa9)],
|
|
1134
|
+
["yourpink", fromHex(0xffc5bb)],
|
|
1135
|
+
["azalea", fromHex(0xf9c0c4)],
|
|
1136
|
+
["blossom", fromHex(0xdfb1b6)],
|
|
1137
|
+
["cupid", fromHex(0xf5b2c5)],
|
|
1138
|
+
["frenchlilac", fromHex(0xdeb7d9)],
|
|
1139
|
+
["classicrose", fromHex(0xf4c8db)],
|
|
1140
|
+
["chantilly", fromHex(0xedb8c7)],
|
|
1141
|
+
["melanie", fromHex(0xe0b7c2)],
|
|
1142
|
+
["twilight", fromHex(0xdac0cd)],
|
|
1143
|
+
["pinklace", fromHex(0xf6ccd7)],
|
|
1144
|
+
["prim", fromHex(0xe2cdd5)],
|
|
1145
|
+
["oysterpink", fromHex(0xd4b5b0)],
|
|
1146
|
+
["wafer", fromHex(0xd4bbb1)],
|
|
1147
|
+
["justright", fromHex(0xdcbfac)],
|
|
1148
|
+
["bone", fromHex(0xdbc2ab)],
|
|
1149
|
+
["shilo", fromHex(0xe6b2a6)],
|
|
1150
|
+
["pinkflare", fromHex(0xd8b4b6)],
|
|
1151
|
+
["cavernpink", fromHex(0xe0b8b1)],
|
|
1152
|
+
["beautybush", fromHex(0xebb9b3)],
|
|
1153
|
+
["coralcandy", fromHex(0xf5d0c9)],
|
|
1154
|
+
["watusi", fromHex(0xf2cdbb)],
|
|
1155
|
+
["bizarre", fromHex(0xe7d2c8)],
|
|
1156
|
+
["duststorm", fromHex(0xe5cac0)],
|
|
1157
|
+
["vanillaice", fromHex(0xebd2d1)],
|
|
1158
|
+
["potpourri", fromHex(0xefdcd4)],
|
|
1159
|
+
["remy", fromHex(0xf6deda)],
|
|
1160
|
+
["provincialpink", fromHex(0xf6e3da)],
|
|
1161
|
+
["pippin", fromHex(0xfcdbd2)],
|
|
1162
|
+
["cinderella", fromHex(0xfbd7cc)],
|
|
1163
|
+
["karry", fromHex(0xfedcc1)],
|
|
1164
|
+
["tuftbush", fromHex(0xf9d3be)],
|
|
1165
|
+
["wepeep", fromHex(0xfdd7d8)],
|
|
1166
|
+
["cosmos", fromHex(0xfcd5cf)],
|
|
1167
|
+
["chablis", fromHex(0xfde9e0)],
|
|
1168
|
+
["bridesmaid", fromHex(0xfae6df)],
|
|
1169
|
+
["tutu", fromHex(0xf8e4e3)],
|
|
1170
|
+
["amour", fromHex(0xf5e6ea)],
|
|
1171
|
+
["carouselpink", fromHex(0xf8dbe0)],
|
|
1172
|
+
["palerose", fromHex(0xefd6da)],
|
|
1173
|
+
["snuff", fromHex(0xe4d7e5)],
|
|
1174
|
+
["bluechalk", fromHex(0xe3d6e9)],
|
|
1175
|
+
["cherub", fromHex(0xf5d7dc)],
|
|
1176
|
+
["fog", fromHex(0xd5c7e8)],
|
|
1177
|
+
["melrose", fromHex(0xc3b9dd)],
|
|
1178
|
+
["prelude", fromHex(0xcab4d4)],
|
|
1179
|
+
["bilobaflower", fromHex(0xae99d2)],
|
|
1180
|
+
["perfume", fromHex(0xc2a9db)],
|
|
1181
|
+
["wistful", fromHex(0xa29ecd)],
|
|
1182
|
+
["moonraker", fromHex(0xc0b2d7)],
|
|
1183
|
+
["perano", fromHex(0xacb9e8)],
|
|
1184
|
+
["portage", fromHex(0x8b98d8)],
|
|
1185
|
+
["coldpurple", fromHex(0x9d8abf)],
|
|
1186
|
+
["eastside", fromHex(0xaa8cbc)],
|
|
1187
|
+
["lavender", fromHex(0x9f90d0)],
|
|
1188
|
+
["lilacbush", fromHex(0x9470c4)],
|
|
1189
|
+
["fuchsia", fromHex(0x7b5cb7)],
|
|
1190
|
+
["studio", fromHex(0x724aa1)],
|
|
1191
|
+
["daisybush", fromHex(0x5b3e90)],
|
|
1192
|
+
["royalheath", fromHex(0xb54b73)],
|
|
1193
|
+
["rosebudcherry", fromHex(0x8a2d52)],
|
|
1194
|
+
["disco", fromHex(0x892d4f)],
|
|
1195
|
+
["lipstick", fromHex(0x962c54)],
|
|
1196
|
+
["rouge", fromHex(0xa94064)],
|
|
1197
|
+
["cranberry", fromHex(0xb43864)],
|
|
1198
|
+
["nightshadz", fromHex(0xa23d54)],
|
|
1199
|
+
["hibiscus", fromHex(0xb33654)],
|
|
1200
|
+
["cabaret", fromHex(0xcd526c)],
|
|
1201
|
+
["blush", fromHex(0xb55067)],
|
|
1202
|
+
["hippiepink", fromHex(0xab495c)],
|
|
1203
|
+
["oldbrick", fromHex(0x8a3335)],
|
|
1204
|
+
["tallpoppy", fromHex(0x853534)],
|
|
1205
|
+
["rosewood", fromHex(0x8f3e3f)],
|
|
1206
|
+
["stiletto", fromHex(0x833d3e)],
|
|
1207
|
+
["camelot", fromHex(0x803a4b)],
|
|
1208
|
+
["vinrouge", fromHex(0x955264)],
|
|
1209
|
+
["cadillac", fromHex(0x984961)],
|
|
1210
|
+
["strikemaster", fromHex(0x946a81)],
|
|
1211
|
+
["finn", fromHex(0x694554)],
|
|
1212
|
+
["cosmic", fromHex(0x794d60)],
|
|
1213
|
+
["cannonpink", fromHex(0x8e5164)],
|
|
1214
|
+
["tosca", fromHex(0x744042)],
|
|
1215
|
+
["solidpink", fromHex(0x85494c)],
|
|
1216
|
+
["redrobin", fromHex(0x7d4138)],
|
|
1217
|
+
["nutmeg", fromHex(0x7e4a3b)],
|
|
1218
|
+
["elsalva", fromHex(0x8f4e45)],
|
|
1219
|
+
["matrix", fromHex(0x8e4d45)],
|
|
1220
|
+
["lotus", fromHex(0x8b504b)],
|
|
1221
|
+
["copperrust", fromHex(0x95524c)],
|
|
1222
|
+
["turkishrose", fromHex(0xa56e75)],
|
|
1223
|
+
["coraltree", fromHex(0xab6e67)],
|
|
1224
|
+
["auchico", fromHex(0x9e6759)],
|
|
1225
|
+
["spicymix", fromHex(0x8b5f4d)],
|
|
1226
|
+
["leather", fromHex(0x906a54)],
|
|
1227
|
+
["toast", fromHex(0x9f715f)],
|
|
1228
|
+
["ferra", fromHex(0x876a68)],
|
|
1229
|
+
["pharlap", fromHex(0x826663)],
|
|
1230
|
+
["russett", fromHex(0x7d655c)],
|
|
1231
|
+
["bazaar", fromHex(0x8f7777)],
|
|
1232
|
+
["romancoffee", fromHex(0x7d6757)],
|
|
1233
|
+
["tobaccobrown", fromHex(0x6d5843)],
|
|
1234
|
+
["pickledbean", fromHex(0x73553e)],
|
|
1235
|
+
["oldcopper", fromHex(0x73503b)],
|
|
1236
|
+
["jambalaya", fromHex(0x674834)],
|
|
1237
|
+
["spice", fromHex(0x6c4f3f)],
|
|
1238
|
+
["quincy", fromHex(0x6a5445)],
|
|
1239
|
+
["congobrown", fromHex(0x654d49)],
|
|
1240
|
+
["buccaneer", fromHex(0x6e5150)],
|
|
1241
|
+
["zambezi", fromHex(0x6b5a5a)],
|
|
1242
|
+
["falcon", fromHex(0x6e5a5b)],
|
|
1243
|
+
["mulledwine", fromHex(0x524d5b)],
|
|
1244
|
+
["fedora", fromHex(0x625665)],
|
|
1245
|
+
["mobster", fromHex(0x605a67)],
|
|
1246
|
+
["mamba", fromHex(0x766d7c)],
|
|
1247
|
+
["rum", fromHex(0x716675)],
|
|
1248
|
+
["spicypink", fromHex(0x897578)],
|
|
1249
|
+
["venus", fromHex(0x8b7d82)],
|
|
1250
|
+
["deluge", fromHex(0x8272a4)],
|
|
1251
|
+
["chetwodeblue", fromHex(0x666fb4)],
|
|
1252
|
+
["scampi", fromHex(0x6f63a0)],
|
|
1253
|
+
["moodyblue", fromHex(0x8378c7)],
|
|
1254
|
+
["truev", fromHex(0x8e72c7)],
|
|
1255
|
+
["bluemarguerite", fromHex(0x6a5bb1)],
|
|
1256
|
+
["cesoir", fromHex(0x9271a7)],
|
|
1257
|
+
["trendypink", fromHex(0x805d80)],
|
|
1258
|
+
["affair", fromHex(0x745085)],
|
|
1259
|
+
["butterflybush", fromHex(0x68578c)],
|
|
1260
|
+
["governorbay", fromHex(0x51559b)],
|
|
1261
|
+
["gigas", fromHex(0x564786)],
|
|
1262
|
+
["victoria", fromHex(0x564985)],
|
|
1263
|
+
["mariner", fromHex(0x42639f)],
|
|
1264
|
+
["toryblue", fromHex(0x374e88)],
|
|
1265
|
+
["funblue", fromHex(0x335083)],
|
|
1266
|
+
["sapphire", fromHex(0x3f5281)],
|
|
1267
|
+
["kimberly", fromHex(0x695d87)],
|
|
1268
|
+
["bayofmany", fromHex(0x353e64)],
|
|
1269
|
+
["jacarta", fromHex(0x3d325d)],
|
|
1270
|
+
["portgore", fromHex(0x3b436c)],
|
|
1271
|
+
["deepkoamaru", fromHex(0x343467)],
|
|
1272
|
+
["toreabay", fromHex(0x353d75)],
|
|
1273
|
+
["resolutionblue", fromHex(0x323f75)],
|
|
1274
|
+
["jacksonspurple", fromHex(0x3d3f7d)],
|
|
1275
|
+
["minsk", fromHex(0x3e3267)],
|
|
1276
|
+
["bluegem", fromHex(0x4b3c8e)],
|
|
1277
|
+
["bluebell", fromHex(0x392d73)],
|
|
1278
|
+
["bluediamond", fromHex(0x4b2d72)],
|
|
1279
|
+
["honeyflower", fromHex(0x5c3c6d)],
|
|
1280
|
+
["meteorite", fromHex(0x4a3b6a)],
|
|
1281
|
+
["hotpurple", fromHex(0x4e2e53)],
|
|
1282
|
+
["scarletgum", fromHex(0x4a2d57)],
|
|
1283
|
+
["blackcurrant", fromHex(0x2e183b)],
|
|
1284
|
+
["plum", fromHex(0x381a38)],
|
|
1285
|
+
["christalle", fromHex(0x382161)],
|
|
1286
|
+
["parism", fromHex(0x312760)],
|
|
1287
|
+
["violentviolet", fromHex(0x2e2249)],
|
|
1288
|
+
["paua", fromHex(0x2a2551)],
|
|
1289
|
+
["cherrypie", fromHex(0x372d52)],
|
|
1290
|
+
["luckypoint", fromHex(0x292d4f)],
|
|
1291
|
+
["valhalla", fromHex(0x2a2b41)],
|
|
1292
|
+
["jagger", fromHex(0x3f2e4c)],
|
|
1293
|
+
["tolopea", fromHex(0x2d2541)],
|
|
1294
|
+
["aubergine", fromHex(0x372528)],
|
|
1295
|
+
["temptress", fromHex(0x3c2126)],
|
|
1296
|
+
["mardigras", fromHex(0x352235)],
|
|
1297
|
+
["chocolate", fromHex(0x3d2327)],
|
|
1298
|
+
["toledo", fromHex(0x3e2631)],
|
|
1299
|
+
["barossa", fromHex(0x452e39)],
|
|
1300
|
+
["havana", fromHex(0x3b2b2c)],
|
|
1301
|
+
["jarrah", fromHex(0x3b2b2c)],
|
|
1302
|
+
["melanzane", fromHex(0x342931)],
|
|
1303
|
+
["jacaranda", fromHex(0x362d38)],
|
|
1304
|
+
["valentino", fromHex(0x382c38)],
|
|
1305
|
+
["violet", fromHex(0x2f263c)],
|
|
1306
|
+
["martinique", fromHex(0x3c3748)],
|
|
1307
|
+
["voodoo", fromHex(0x443240)],
|
|
1308
|
+
["loulou", fromHex(0x4c3347)],
|
|
1309
|
+
["bossanova", fromHex(0x4c3d4e)],
|
|
1310
|
+
["woodybrown", fromHex(0x554545)],
|
|
1311
|
+
["rebel", fromHex(0x453430)],
|
|
1312
|
+
["cedar", fromHex(0x463430)],
|
|
1313
|
+
["cowboy", fromHex(0x443736)],
|
|
1314
|
+
["craterbrown", fromHex(0x4d3e3c)],
|
|
1315
|
+
["cocoabean", fromHex(0x4f3835)],
|
|
1316
|
+
["vancleef", fromHex(0x523936)],
|
|
1317
|
+
["bean", fromHex(0x4a3531)],
|
|
1318
|
+
["mahogany", fromHex(0x483230)],
|
|
1319
|
+
["cabsav", fromHex(0x4a2e32)],
|
|
1320
|
+
["espresso", fromHex(0x4e312d)],
|
|
1321
|
+
["cherrywood", fromHex(0x4e312e)],
|
|
1322
|
+
["brownderby", fromHex(0x594537)],
|
|
1323
|
+
["cioccolato", fromHex(0x5d3b2e)],
|
|
1324
|
+
["darkoak", fromHex(0x55342b)],
|
|
1325
|
+
["redwood", fromHex(0x5b342e)],
|
|
1326
|
+
["indiantan", fromHex(0x4f301f)],
|
|
1327
|
+
["moroccobrown", fromHex(0x442d21)],
|
|
1328
|
+
["brownpod", fromHex(0x3c241b)],
|
|
1329
|
+
["tamarind", fromHex(0x3e2f2e)],
|
|
1330
|
+
["maroon", fromHex(0x402327)],
|
|
1331
|
+
["rusticred", fromHex(0x3a181a)],
|
|
1332
|
+
["bulgarianrose", fromHex(0x482427)],
|
|
1333
|
+
["heath", fromHex(0x4f2a2c)],
|
|
1334
|
+
["volcano", fromHex(0x4e2728)],
|
|
1335
|
+
["lonestar", fromHex(0x522426)],
|
|
1336
|
+
["persianred", fromHex(0x4f212a)],
|
|
1337
|
+
["bordeaux", fromHex(0x4c1c24)],
|
|
1338
|
+
["burntcrimson", fromHex(0x582124)],
|
|
1339
|
+
["venetianred", fromHex(0x5b1f22)],
|
|
1340
|
+
["redoxide", fromHex(0x5d1f1e)],
|
|
1341
|
+
["burgundy", fromHex(0x652525)],
|
|
1342
|
+
["reddevil", fromHex(0x662a2c)],
|
|
1343
|
+
["darktan", fromHex(0x612d2d)],
|
|
1344
|
+
["japanesemaple", fromHex(0x672f30)],
|
|
1345
|
+
["moccaccino", fromHex(0x582f2b)],
|
|
1346
|
+
["hairyheath", fromHex(0x633528)],
|
|
1347
|
+
["meranti", fromHex(0x6b342a)],
|
|
1348
|
+
["sanguinebrown", fromHex(0x6c3736)],
|
|
1349
|
+
["oiledcedar", fromHex(0x66362d)],
|
|
1350
|
+
["metalliccopper", fromHex(0x6e3d34)],
|
|
1351
|
+
["crownofthorns", fromHex(0x763c33)],
|
|
1352
|
+
["mocha", fromHex(0x6f372d)],
|
|
1353
|
+
["kenyancopper", fromHex(0x6c322e)],
|
|
1354
|
+
["persianplum", fromHex(0x683332)],
|
|
1355
|
+
["merlot", fromHex(0x73343a)],
|
|
1356
|
+
["ribbon", fromHex(0x71333c)],
|
|
1357
|
+
["jazz", fromHex(0x5f2c2f)],
|
|
1358
|
+
["mulberry", fromHex(0x5e2a40)],
|
|
1359
|
+
["blackrose", fromHex(0x532934)],
|
|
1360
|
+
["wineberry", fromHex(0x522c35)],
|
|
1361
|
+
["tawnyport", fromHex(0x643a48)],
|
|
1362
|
+
["castro", fromHex(0x44232f)],
|
|
1363
|
+
["blackberry", fromHex(0x43182f)],
|
|
1364
|
+
["flirt", fromHex(0x7a2e4d)],
|
|
1365
|
+
["nightclub", fromHex(0x6a1f44)],
|
|
1366
|
+
["pompadour", fromHex(0x6a1f44)],
|
|
1367
|
+
["siren", fromHex(0x69293b)],
|
|
1368
|
+
["claret", fromHex(0x6e2233)],
|
|
1369
|
+
["paprika", fromHex(0x7c2d37)],
|
|
1370
|
+
["tamarillo", fromHex(0x752b2f)],
|
|
1371
|
+
["lusty", fromHex(0x782e2c)],
|
|
1372
|
+
["sangria", fromHex(0x822a32)],
|
|
1373
|
+
["shiraz", fromHex(0x842833)],
|
|
1374
|
+
["scarlett", fromHex(0x7e2530)],
|
|
1375
|
+
["redberry", fromHex(0x701f28)],
|
|
1376
|
+
["pohutukawa", fromHex(0x651c26)],
|
|
1377
|
+
["hotchile", fromHex(0x6b252c)],
|
|
1378
|
+
["monarch", fromHex(0x6b252c)],
|
|
1379
|
+
["westernred", fromHex(0x6b252c)],
|
|
1380
|
+
["cardinal", fromHex(0x8a244e)],
|
|
1381
|
+
["seance", fromHex(0x69326e)],
|
|
1382
|
+
["eminence", fromHex(0x6e3974)],
|
|
1383
|
+
["clairvoyant", fromHex(0x683b7d)],
|
|
1384
|
+
["kingfisherdaisy", fromHex(0x583580)],
|
|
1385
|
+
["windsor", fromHex(0x462c77)]
|
|
1386
|
+
]);
|
|
1387
|
+
export default resene;
|
|
1388
|
+
//# sourceMappingURL=resene.js.map
|