@lakuna/color 1.1.2 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/dist/{utility → convert}/adobeToXyz.d.ts +1 -1
- package/dist/convert/adobeToXyz.d.ts.map +1 -0
- package/dist/{utility → convert}/adobeToXyz.js +5 -3
- package/dist/convert/adobeToXyz.js.map +1 -0
- package/dist/{utility → convert}/cmyToCmyk.d.ts +1 -1
- package/dist/convert/cmyToCmyk.d.ts.map +1 -0
- package/dist/{utility → convert}/cmyToCmyk.js +0 -3
- package/dist/convert/cmyToCmyk.js.map +1 -0
- package/dist/{utility → convert}/cmyToRgb.d.ts +1 -1
- package/dist/{utility → convert}/cmyToRgb.d.ts.map +1 -1
- package/dist/{utility → convert}/cmyToRgb.js.map +1 -1
- package/dist/{utility → convert}/cmykToCmy.d.ts +1 -1
- package/dist/{utility → convert}/cmykToCmy.d.ts.map +1 -1
- package/dist/{utility → convert}/cmykToCmy.js +0 -1
- package/dist/convert/cmykToCmy.js.map +1 -0
- package/dist/{utility → convert}/hexToRgb.d.ts +1 -1
- package/dist/convert/hexToRgb.d.ts.map +1 -0
- package/dist/{utility → convert}/hexToRgb.js.map +1 -1
- package/dist/{utility → convert}/hslToRgb.d.ts +1 -1
- package/dist/convert/hslToRgb.d.ts.map +1 -0
- package/dist/{utility → convert}/hslToRgb.js +5 -6
- package/dist/convert/hslToRgb.js.map +1 -0
- package/dist/{utility → convert}/hsvToRgb.d.ts +1 -1
- package/dist/{utility → convert}/hsvToRgb.d.ts.map +1 -1
- package/dist/{utility → convert}/hsvToRgb.js +0 -2
- package/dist/convert/hsvToRgb.js.map +1 -0
- package/dist/{utility → convert}/hunterToXyz.d.ts +1 -1
- package/dist/convert/hunterToXyz.d.ts.map +1 -0
- package/dist/{utility → convert}/hunterToXyz.js +6 -7
- package/dist/convert/hunterToXyz.js.map +1 -0
- package/dist/convert/labToLch.d.ts +19 -0
- package/dist/convert/labToLch.d.ts.map +1 -0
- package/dist/convert/labToLch.js +12 -0
- package/dist/convert/labToLch.js.map +1 -0
- package/dist/{utility → convert}/labToXyz.d.ts +1 -1
- package/dist/convert/labToXyz.d.ts.map +1 -0
- package/dist/{utility → convert}/labToXyz.js +8 -5
- package/dist/convert/labToXyz.js.map +1 -0
- package/dist/convert/lchToLab.d.ts +19 -0
- package/dist/convert/lchToLab.d.ts.map +1 -0
- package/dist/convert/lchToLab.js +7 -0
- package/dist/convert/lchToLab.js.map +1 -0
- package/dist/{utility → convert}/luvToXyz.d.ts +1 -1
- package/dist/convert/luvToXyz.d.ts.map +1 -0
- package/dist/{utility → convert}/luvToXyz.js +4 -6
- package/dist/convert/luvToXyz.js.map +1 -0
- package/dist/{utility → convert}/rgbToCmy.d.ts +1 -1
- package/dist/{utility → convert}/rgbToCmy.d.ts.map +1 -1
- package/dist/{utility → convert}/rgbToCmy.js.map +1 -1
- package/dist/{utility → convert}/rgbToHex.d.ts.map +1 -1
- package/dist/{utility → convert}/rgbToHex.js +3 -1
- package/dist/convert/rgbToHex.js.map +1 -0
- package/dist/convert/rgbToHsi.d.ts +10 -0
- package/dist/convert/rgbToHsi.d.ts.map +1 -0
- package/dist/convert/rgbToHsi.js +36 -0
- package/dist/convert/rgbToHsi.js.map +1 -0
- package/dist/{utility → convert}/rgbToHsl.d.ts +1 -1
- package/dist/convert/rgbToHsl.d.ts.map +1 -0
- package/dist/convert/rgbToHsl.js +37 -0
- package/dist/convert/rgbToHsl.js.map +1 -0
- package/dist/{utility → convert}/rgbToHsv.d.ts +1 -1
- package/dist/convert/rgbToHsv.d.ts.map +1 -0
- package/dist/{utility → convert}/rgbToHsv.js +11 -11
- package/dist/convert/rgbToHsv.js.map +1 -0
- package/dist/{utility → convert}/rgbToXyz.d.ts +1 -1
- package/dist/convert/rgbToXyz.d.ts.map +1 -0
- package/dist/{utility → convert}/rgbToXyz.js +9 -3
- package/dist/convert/rgbToXyz.js.map +1 -0
- package/dist/{utility → convert}/xyzToAdobe.d.ts +1 -1
- package/dist/convert/xyzToAdobe.d.ts.map +1 -0
- package/dist/{utility → convert}/xyzToAdobe.js +5 -3
- package/dist/convert/xyzToAdobe.js.map +1 -0
- package/dist/{utility → convert}/xyzToHunter.d.ts +2 -2
- package/dist/convert/xyzToHunter.d.ts.map +1 -0
- package/dist/{utility → convert}/xyzToHunter.js +7 -8
- package/dist/convert/xyzToHunter.js.map +1 -0
- package/dist/{utility → convert}/xyzToLab.d.ts +1 -1
- package/dist/convert/xyzToLab.d.ts.map +1 -0
- package/dist/{utility → convert}/xyzToLab.js +9 -5
- package/dist/convert/xyzToLab.js.map +1 -0
- package/dist/{utility → convert}/xyzToLuv.d.ts +1 -1
- package/dist/convert/xyzToLuv.d.ts.map +1 -0
- package/dist/{utility → convert}/xyzToLuv.js +5 -7
- package/dist/convert/xyzToLuv.js.map +1 -0
- package/dist/{utility → convert}/xyzToRgb.d.ts +1 -1
- package/dist/convert/xyzToRgb.d.ts.map +1 -0
- package/dist/{utility → convert}/xyzToRgb.js +8 -3
- package/dist/convert/xyzToRgb.js.map +1 -0
- package/dist/{utility → convert}/xyzToYxy.d.ts +1 -1
- package/dist/{utility → convert}/xyzToYxy.d.ts.map +1 -1
- package/dist/{utility → convert}/xyzToYxy.js +0 -3
- package/dist/convert/xyzToYxy.js.map +1 -0
- package/dist/{utility → convert}/yxyToXyz.d.ts +1 -1
- package/dist/{utility → convert}/yxyToXyz.d.ts.map +1 -1
- package/dist/{utility → convert}/yxyToXyz.js +0 -3
- package/dist/convert/yxyToXyz.js.map +1 -0
- package/dist/delta/deltaC.d.ts.map +1 -0
- package/dist/delta/deltaC.js.map +1 -0
- package/dist/{utility → delta}/deltaCmc.d.ts +2 -2
- package/dist/delta/deltaCmc.d.ts.map +1 -0
- package/dist/{utility → delta}/deltaCmc.js +5 -8
- package/dist/delta/deltaCmc.js.map +1 -0
- package/dist/{utility → delta}/deltaE00.d.ts +2 -2
- package/dist/delta/deltaE00.d.ts.map +1 -0
- package/dist/{utility → delta}/deltaE00.js +13 -17
- package/dist/delta/deltaE00.js.map +1 -0
- package/dist/delta/deltaE76.d.ts.map +1 -0
- package/dist/delta/deltaE76.js.map +1 -0
- package/dist/{utility → delta}/deltaE94.d.ts +2 -2
- package/dist/delta/deltaE94.d.ts.map +1 -0
- package/dist/{utility → delta}/deltaE94.js +0 -6
- package/dist/delta/deltaE94.js.map +1 -0
- package/dist/delta/deltaH.d.ts.map +1 -0
- package/dist/{utility → delta}/deltaH.js +0 -4
- package/dist/delta/deltaH.js.map +1 -0
- package/dist/index.d.ts +41 -31
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +41 -30
- package/dist/index.js.map +1 -1
- package/dist/names/bang.d.ts +2 -2
- package/dist/names/bang.d.ts.map +1 -1
- package/dist/names/bang.js +471 -471
- package/dist/names/bang.js.map +1 -1
- package/dist/names/cne.d.ts +1 -1
- package/dist/names/cne.d.ts.map +1 -1
- package/dist/names/cne.js +843 -843
- package/dist/names/cne.js.map +1 -1
- package/dist/names/crayola.d.ts +1 -1
- package/dist/names/crayola.d.ts.map +1 -1
- package/dist/names/crayola.js +110 -110
- package/dist/names/crayola.js.map +1 -1
- package/dist/names/getName.d.ts.map +1 -1
- package/dist/names/getName.js +3 -3
- package/dist/names/getName.js.map +1 -1
- package/dist/names/hollasch.d.ts +1 -1
- package/dist/names/hollasch.d.ts.map +1 -1
- package/dist/names/hollasch.js +179 -179
- package/dist/names/hollasch.js.map +1 -1
- package/dist/names/nbs.d.ts +1 -1
- package/dist/names/nbs.d.ts.map +1 -1
- package/dist/names/nbs.js +266 -266
- package/dist/names/nbs.js.map +1 -1
- package/dist/names/ntc.d.ts +1 -1
- package/dist/names/ntc.d.ts.map +1 -1
- package/dist/names/ntc.js +1519 -1519
- package/dist/names/ntc.js.map +1 -1
- package/dist/names/resene.d.ts +1 -1
- package/dist/names/resene.d.ts.map +1 -1
- package/dist/names/resene.js +1331 -1331
- package/dist/names/resene.js.map +1 -1
- package/dist/names/tcapi.d.ts +1 -1
- package/dist/names/tcapi.d.ts.map +1 -1
- package/dist/names/tcapi.js +1840 -1840
- package/dist/names/tcapi.js.map +1 -1
- package/dist/names/x11.d.ts +1 -1
- package/dist/names/x11.d.ts.map +1 -1
- package/dist/names/x11.js +445 -445
- package/dist/names/x11.js.map +1 -1
- package/dist/names/xkcd.d.ts +1 -1
- package/dist/names/xkcd.d.ts.map +1 -1
- package/dist/names/xkcd.js +897 -897
- package/dist/names/xkcd.js.map +1 -1
- package/dist/palette/analogous.d.ts +28 -0
- package/dist/palette/analogous.d.ts.map +1 -0
- package/dist/palette/analogous.js +15 -0
- package/dist/palette/analogous.js.map +1 -0
- package/dist/palette/analogousLch.d.ts +19 -0
- package/dist/palette/analogousLch.d.ts.map +1 -0
- package/dist/palette/analogousLch.js +15 -0
- package/dist/palette/analogousLch.js.map +1 -0
- package/dist/palette/complement.d.ts +28 -0
- package/dist/palette/complement.d.ts.map +1 -0
- package/dist/palette/complement.js +15 -0
- package/dist/palette/complement.js.map +1 -0
- package/dist/palette/complementLch.d.ts +19 -0
- package/dist/palette/complementLch.d.ts.map +1 -0
- package/dist/palette/complementLch.js +15 -0
- package/dist/palette/complementLch.js.map +1 -0
- package/dist/palette/splitComplement.d.ts +28 -0
- package/dist/palette/splitComplement.d.ts.map +1 -0
- package/dist/palette/splitComplement.js +15 -0
- package/dist/palette/splitComplement.js.map +1 -0
- package/dist/palette/splitComplementLch.d.ts +19 -0
- package/dist/palette/splitComplementLch.d.ts.map +1 -0
- package/dist/palette/splitComplementLch.js +15 -0
- package/dist/palette/splitComplementLch.js.map +1 -0
- package/dist/types/Adobe.d.ts.map +1 -1
- package/dist/types/Cmy.d.ts.map +1 -1
- package/dist/types/Cmyk.d.ts.map +1 -1
- package/dist/types/Hsi.d.ts +15 -0
- package/dist/types/Hsi.d.ts.map +1 -0
- package/dist/types/Hsi.js +2 -0
- package/dist/types/Hsi.js.map +1 -0
- package/dist/types/Hsl.d.ts +1 -1
- package/dist/types/Hsl.d.ts.map +1 -1
- package/dist/types/Hsv.d.ts +1 -1
- package/dist/types/Hsv.d.ts.map +1 -1
- package/dist/types/Hunter.d.ts.map +1 -1
- package/dist/types/Lab.d.ts +2 -2
- package/dist/types/Lab.d.ts.map +1 -1
- package/dist/types/Lchab.d.ts +15 -0
- package/dist/types/Lchab.d.ts.map +1 -0
- package/dist/types/Lchab.js +2 -0
- package/dist/types/Lchab.js.map +1 -0
- package/dist/types/Lchuv.d.ts +15 -0
- package/dist/types/Lchuv.d.ts.map +1 -0
- package/dist/types/Lchuv.js +2 -0
- package/dist/types/Lchuv.js.map +1 -0
- package/dist/types/Luv.d.ts +1 -1
- package/dist/types/Luv.d.ts.map +1 -1
- package/dist/types/Rgb.d.ts.map +1 -1
- package/dist/types/Xyz.d.ts.map +1 -1
- package/dist/types/Yxy.d.ts.map +1 -1
- package/dist/utility/StandardIlluminant.d.ts.map +1 -1
- package/dist/utility/StandardIlluminant.js.map +1 -1
- package/dist/utility/contrast.d.ts.map +1 -1
- package/dist/utility/contrast.js.map +1 -1
- package/dist/utility/getReference.d.ts +2 -2
- package/dist/utility/getReference.d.ts.map +1 -1
- package/dist/utility/getReference.js +39 -39
- package/dist/utility/getReference.js.map +1 -1
- package/dist/utility/isWebSafe.d.ts +10 -0
- package/dist/utility/isWebSafe.d.ts.map +1 -0
- package/dist/utility/isWebSafe.js +11 -0
- package/dist/utility/isWebSafe.js.map +1 -0
- package/dist/utility/relativeLuminance.js.map +1 -1
- package/package.json +15 -15
- package/src/{utility → convert}/adobeToXyz.ts +10 -4
- package/src/{utility → convert}/cmyToCmyk.ts +5 -4
- package/src/{utility → convert}/cmyToRgb.ts +1 -1
- package/src/{utility → convert}/cmykToCmy.ts +1 -2
- package/src/{utility → convert}/hexToRgb.ts +1 -1
- package/src/{utility → convert}/hslToRgb.ts +9 -7
- package/src/{utility → convert}/hsvToRgb.ts +2 -3
- package/src/{utility → convert}/hunterToXyz.ts +11 -8
- package/src/convert/labToLch.ts +36 -0
- package/src/{utility → convert}/labToXyz.ts +11 -6
- package/src/convert/lchToLab.ts +30 -0
- package/src/{utility → convert}/luvToXyz.ts +9 -7
- package/src/{utility → convert}/rgbToCmy.ts +1 -1
- package/src/{utility → convert}/rgbToHex.ts +5 -1
- package/src/convert/rgbToHsi.ts +43 -0
- package/src/convert/rgbToHsl.ts +44 -0
- package/src/{utility → convert}/rgbToHsv.ts +14 -13
- package/src/{utility → convert}/rgbToXyz.ts +11 -4
- package/src/{utility → convert}/xyzToAdobe.ts +9 -4
- package/src/{utility → convert}/xyzToHunter.ts +12 -9
- package/src/{utility → convert}/xyzToLab.ts +12 -6
- package/src/{utility → convert}/xyzToLuv.ts +11 -9
- package/src/{utility → convert}/xyzToRgb.ts +10 -4
- package/src/{utility → convert}/xyzToYxy.ts +3 -4
- package/src/{utility → convert}/yxyToXyz.ts +3 -4
- package/src/{utility → delta}/deltaC.ts +0 -2
- package/src/{utility → delta}/deltaCmc.ts +12 -10
- package/src/{utility → delta}/deltaE00.ts +21 -18
- package/src/{utility → delta}/deltaE76.ts +0 -2
- package/src/{utility → delta}/deltaE94.ts +7 -8
- package/src/{utility → delta}/deltaH.ts +3 -6
- package/src/index.ts +47 -31
- package/src/names/bang.ts +476 -472
- package/src/names/cne.ts +848 -844
- package/src/names/crayola.ts +115 -111
- package/src/names/getName.ts +4 -3
- package/src/names/hollasch.ts +184 -180
- package/src/names/nbs.ts +271 -267
- package/src/names/ntc.ts +1524 -1520
- package/src/names/resene.ts +1336 -1332
- package/src/names/tcapi.ts +1845 -1841
- package/src/names/x11.ts +450 -446
- package/src/names/xkcd.ts +902 -898
- package/src/palette/analogous.ts +61 -0
- package/src/palette/analogousLch.ts +49 -0
- package/src/palette/complement.ts +65 -0
- package/src/palette/complementLch.ts +50 -0
- package/src/palette/splitComplement.ts +61 -0
- package/src/palette/splitComplementLch.ts +48 -0
- package/src/types/Adobe.ts +3 -0
- package/src/types/Cmy.ts +3 -0
- package/src/types/Cmyk.ts +4 -0
- package/src/types/Hsi.ts +20 -0
- package/src/types/Hsl.ts +4 -1
- package/src/types/Hsv.ts +4 -1
- package/src/types/Hunter.ts +3 -0
- package/src/types/Lab.ts +5 -2
- package/src/types/Lchab.ts +20 -0
- package/src/types/Lchuv.ts +20 -0
- package/src/types/Luv.ts +4 -1
- package/src/types/Rgb.ts +3 -0
- package/src/types/Xyz.ts +3 -0
- package/src/types/Yxy.ts +3 -0
- package/src/utility/StandardIlluminant.ts +40 -40
- package/src/utility/contrast.ts +1 -0
- package/src/utility/getReference.ts +42 -41
- package/src/utility/isWebSafe.ts +14 -0
- package/src/utility/relativeLuminance.ts +1 -1
- package/dist/types/Lch.d.ts +0 -16
- package/dist/types/Lch.d.ts.map +0 -1
- package/dist/types/Lch.js +0 -2
- package/dist/types/Lch.js.map +0 -1
- package/dist/utility/adobeToXyz.d.ts.map +0 -1
- package/dist/utility/adobeToXyz.js.map +0 -1
- package/dist/utility/cmyToCmyk.d.ts.map +0 -1
- package/dist/utility/cmyToCmyk.js.map +0 -1
- package/dist/utility/cmykToCmy.js.map +0 -1
- package/dist/utility/deltaC.d.ts.map +0 -1
- package/dist/utility/deltaC.js.map +0 -1
- package/dist/utility/deltaCmc.d.ts.map +0 -1
- package/dist/utility/deltaCmc.js.map +0 -1
- package/dist/utility/deltaE00.d.ts.map +0 -1
- package/dist/utility/deltaE00.js.map +0 -1
- package/dist/utility/deltaE76.d.ts.map +0 -1
- package/dist/utility/deltaE76.js.map +0 -1
- package/dist/utility/deltaE94.d.ts.map +0 -1
- package/dist/utility/deltaE94.js.map +0 -1
- package/dist/utility/deltaH.d.ts.map +0 -1
- package/dist/utility/deltaH.js.map +0 -1
- package/dist/utility/hexToRgb.d.ts.map +0 -1
- package/dist/utility/hslToRgb.d.ts.map +0 -1
- package/dist/utility/hslToRgb.js.map +0 -1
- package/dist/utility/hsvToRgb.js.map +0 -1
- package/dist/utility/hunterToXyz.d.ts.map +0 -1
- package/dist/utility/hunterToXyz.js.map +0 -1
- package/dist/utility/labToLch.d.ts +0 -11
- package/dist/utility/labToLch.d.ts.map +0 -1
- package/dist/utility/labToLch.js +0 -19
- package/dist/utility/labToLch.js.map +0 -1
- package/dist/utility/labToXyz.d.ts.map +0 -1
- package/dist/utility/labToXyz.js.map +0 -1
- package/dist/utility/lchToLab.d.ts +0 -11
- package/dist/utility/lchToLab.d.ts.map +0 -1
- package/dist/utility/lchToLab.js +0 -14
- package/dist/utility/lchToLab.js.map +0 -1
- package/dist/utility/luvToXyz.d.ts.map +0 -1
- package/dist/utility/luvToXyz.js.map +0 -1
- package/dist/utility/rgbToHex.js.map +0 -1
- package/dist/utility/rgbToHsl.d.ts.map +0 -1
- package/dist/utility/rgbToHsl.js +0 -31
- package/dist/utility/rgbToHsl.js.map +0 -1
- package/dist/utility/rgbToHsv.d.ts.map +0 -1
- package/dist/utility/rgbToHsv.js.map +0 -1
- package/dist/utility/rgbToXyz.d.ts.map +0 -1
- package/dist/utility/rgbToXyz.js.map +0 -1
- package/dist/utility/xyzToAdobe.d.ts.map +0 -1
- package/dist/utility/xyzToAdobe.js.map +0 -1
- package/dist/utility/xyzToHunter.d.ts.map +0 -1
- package/dist/utility/xyzToHunter.js.map +0 -1
- package/dist/utility/xyzToLab.d.ts.map +0 -1
- package/dist/utility/xyzToLab.js.map +0 -1
- package/dist/utility/xyzToLuv.d.ts.map +0 -1
- package/dist/utility/xyzToLuv.js.map +0 -1
- package/dist/utility/xyzToRgb.d.ts.map +0 -1
- package/dist/utility/xyzToRgb.js.map +0 -1
- package/dist/utility/xyzToYxy.js.map +0 -1
- package/dist/utility/yxyToXyz.js.map +0 -1
- package/src/types/Lch.ts +0 -18
- package/src/utility/labToLch.ts +0 -24
- package/src/utility/lchToLab.ts +0 -18
- package/src/utility/rgbToHsl.ts +0 -38
- /package/dist/{utility → convert}/cmyToRgb.js +0 -0
- /package/dist/{utility → convert}/hexToRgb.js +0 -0
- /package/dist/{utility → convert}/rgbToCmy.js +0 -0
- /package/dist/{utility → convert}/rgbToHex.d.ts +0 -0
- /package/dist/{utility → delta}/deltaC.d.ts +0 -0
- /package/dist/{utility → delta}/deltaC.js +0 -0
- /package/dist/{utility → delta}/deltaE76.d.ts +0 -0
- /package/dist/{utility → delta}/deltaE76.js +0 -0
- /package/dist/{utility → delta}/deltaH.d.ts +0 -0
package/src/names/ntc.ts
CHANGED
|
@@ -1,1578 +1,1582 @@
|
|
|
1
1
|
import type Rgb from "../types/Rgb.js";
|
|
2
|
-
|
|
2
|
+
|
|
3
|
+
import fromHex from "../convert/hexToRgb.js";
|
|
3
4
|
|
|
4
5
|
/**
|
|
5
6
|
* Name That Color. Most colors come from the 2001 Resene dictionary. Since it assigns primary colors to RGB extrema, it is better to use a pigment-based dictionary for specifying surface colors.
|
|
6
7
|
* @see {@link https://people.csail.mit.edu/jaffer/Color/Dictionaries#ntc | Color-Name Dictionaries}
|
|
7
8
|
* @public
|
|
8
9
|
*/
|
|
9
|
-
const ntc: Map<string, Rgb> = new Map<
|
|
10
|
-
|
|
11
|
-
[
|
|
12
|
-
|
|
13
|
-
["
|
|
14
|
-
["
|
|
15
|
-
["
|
|
16
|
-
["
|
|
17
|
-
["
|
|
18
|
-
["
|
|
19
|
-
["
|
|
20
|
-
["
|
|
21
|
-
["
|
|
22
|
-
["
|
|
23
|
-
["
|
|
24
|
-
["nileblue", fromHex(0x193751)],
|
|
25
|
-
["cello", fromHex(0x1e385b)],
|
|
26
|
-
["prussianblue", fromHex(0x003153)],
|
|
27
|
-
["astronautblue", fromHex(0x013e62)],
|
|
28
|
-
["bluewhale", fromHex(0x042e4c)],
|
|
29
|
-
["greenvogue", fromHex(0x032b52)],
|
|
30
|
-
["matisse", fromHex(0x1b659d)],
|
|
31
|
-
["bahamablue", fromHex(0x026395)],
|
|
32
|
-
["veniceblue", fromHex(0x055989)],
|
|
33
|
-
["sanjuan", fromHex(0x304b6a)],
|
|
34
|
-
["orient", fromHex(0x015e85)],
|
|
35
|
-
["blumine", fromHex(0x18587a)],
|
|
36
|
-
["chathamsblue", fromHex(0x175579)],
|
|
37
|
-
["regalblue", fromHex(0x013f6a)],
|
|
38
|
-
["rhino", fromHex(0x2e3f62)],
|
|
39
|
-
["pickledbluewood", fromHex(0x314459)],
|
|
40
|
-
["oxfordblue", fromHex(0x384555)],
|
|
41
|
-
["limedspruce", fromHex(0x394851)],
|
|
42
|
-
["mako", fromHex(0x444954)],
|
|
43
|
-
["gunpowder", fromHex(0x414257)],
|
|
44
|
-
["brightgray", fromHex(0x3c4151)],
|
|
45
|
-
["tealblue", fromHex(0x044259)],
|
|
46
|
-
["sherpablue", fromHex(0x004950)],
|
|
47
|
-
["bluedianne", fromHex(0x204852)],
|
|
48
|
-
["riverbed", fromHex(0x434c59)],
|
|
49
|
-
["fiord", fromHex(0x405169)],
|
|
50
|
-
["trout", fromHex(0x4a4e5a)],
|
|
51
|
-
["scarpaflow", fromHex(0x585562)],
|
|
52
|
-
["comet", fromHex(0x5c5d75)],
|
|
53
|
-
["shuttlegray", fromHex(0x5f6672)],
|
|
54
|
-
["bluebayoux", fromHex(0x496679)],
|
|
55
|
-
["midgray", fromHex(0x5f5f6e)],
|
|
56
|
-
["palesky", fromHex(0x6e7783)],
|
|
57
|
-
["stormgray", fromHex(0x717486)],
|
|
58
|
-
["kashmirblue", fromHex(0x507096)],
|
|
59
|
-
["waikawagray", fromHex(0x5a6e9c)],
|
|
10
|
+
const ntc: Map<string, [number, number, number] & Rgb> = new Map<
|
|
11
|
+
string,
|
|
12
|
+
[number, number, number] & Rgb
|
|
13
|
+
>([
|
|
14
|
+
["abbey", fromHex(0x4c4f56)],
|
|
15
|
+
["acadia", fromHex(0x1b1404)],
|
|
16
|
+
["acapulco", fromHex(0x7cb0a1)],
|
|
17
|
+
["aero blue", fromHex(0xc9ffe5)],
|
|
18
|
+
["affair", fromHex(0x714693)],
|
|
19
|
+
["akaroa", fromHex(0xd4c4a8)],
|
|
20
|
+
["alabaster", fromHex(0xfafafa)],
|
|
21
|
+
["albescent white", fromHex(0xf5e9d3)],
|
|
22
|
+
["algae green", fromHex(0x93dfb8)],
|
|
23
|
+
["alice blue", fromHex(0xf0f8ff)],
|
|
24
|
+
["alizarin crimson", fromHex(0xe32636)],
|
|
60
25
|
["allports", fromHex(0x0076a3)],
|
|
61
|
-
["
|
|
62
|
-
["
|
|
63
|
-
["
|
|
64
|
-
["
|
|
65
|
-
["
|
|
66
|
-
["
|
|
67
|
-
["
|
|
68
|
-
["
|
|
69
|
-
["
|
|
70
|
-
["
|
|
71
|
-
["
|
|
72
|
-
["
|
|
73
|
-
["elm", fromHex(0x1c7c7d)],
|
|
74
|
-
["teal", fromHex(0x008080)],
|
|
75
|
-
["paradiso", fromHex(0x317d82)],
|
|
76
|
-
["bluelagoon", fromHex(0x017987)],
|
|
77
|
-
["bluestone", fromHex(0x016162)],
|
|
78
|
-
["deepseagreen", fromHex(0x095859)],
|
|
79
|
-
["brightturquoise", fromHex(0x08e8de)],
|
|
80
|
-
["aquacyan", fromHex(0x00ffff)],
|
|
81
|
-
["selago", fromHex(0xf0eefd)],
|
|
82
|
-
["titanwhite", fromHex(0xf0eeff)],
|
|
83
|
-
["pattensblue", fromHex(0xdef5ff)],
|
|
84
|
-
["mabel", fromHex(0xd9f7ff)],
|
|
85
|
-
["charlotte", fromHex(0xbaeef9)],
|
|
86
|
-
["frenchpass", fromHex(0xbdedfd)],
|
|
87
|
-
["onahau", fromHex(0xcdf4ff)],
|
|
88
|
-
["linkwater", fromHex(0xd9e4f5)],
|
|
89
|
-
["hawkesblue", fromHex(0xd4e2fc)],
|
|
90
|
-
["periwinklegray", fromHex(0xc3cde6)],
|
|
91
|
-
["spindle", fromHex(0xb6d1ea)],
|
|
92
|
-
["tropicalblue", fromHex(0xc3ddf9)],
|
|
93
|
-
["sail", fromHex(0xb8e0f9)],
|
|
94
|
-
["regentstblue", fromHex(0xaad6e6)],
|
|
95
|
-
["ziggurat", fromHex(0xbfdbe2)],
|
|
96
|
-
["powderblue", fromHex(0xb0e0e6)],
|
|
97
|
-
["anakiwa", fromHex(0x9de5ff)],
|
|
98
|
-
["cornflower", fromHex(0x93ccea)],
|
|
99
|
-
["malibu", fromHex(0x7dc8f7)],
|
|
100
|
-
["seagull", fromHex(0x80ccea)],
|
|
101
|
-
["casper", fromHex(0xadbed1)],
|
|
102
|
-
["heather", fromHex(0xb7c3d0)],
|
|
103
|
-
["bluehaze", fromHex(0xbfbed8)],
|
|
104
|
-
["graysuit", fromHex(0xc1becd)],
|
|
105
|
-
["pigeonpost", fromHex(0xafbdd9)],
|
|
106
|
-
["perano", fromHex(0xa9bef2)],
|
|
107
|
-
["blizzardblue", fromHex(0xa3e3ed)],
|
|
108
|
-
["morningglory", fromHex(0x9edee0)],
|
|
109
|
-
["spray", fromHex(0x79deec)],
|
|
110
|
-
["aquamarineblue", fromHex(0x71d9e2)],
|
|
111
|
-
["turquoiseblue", fromHex(0x6cdae7)],
|
|
112
|
-
["skyblue", fromHex(0x76d7ea)],
|
|
113
|
-
["halfbaked", fromHex(0x85c4cc)],
|
|
114
|
-
["viking", fromHex(0x64ccdb)],
|
|
115
|
-
["robinseggblue", fromHex(0x00cccc)],
|
|
116
|
-
["java", fromHex(0x1fc2c2)],
|
|
117
|
-
["neptune", fromHex(0x7cb7bb)],
|
|
118
|
-
["fountainblue", fromHex(0x56b4be)],
|
|
119
|
-
["pelorous", fromHex(0x3eabbf)],
|
|
120
|
-
["scooter", fromHex(0x2ebfd4)],
|
|
121
|
-
["cerulean", fromHex(0x02a4d3)],
|
|
122
|
-
["pictonblue", fromHex(0x45b1e8)],
|
|
123
|
-
["jordyblue", fromHex(0x8ab9f1)],
|
|
124
|
-
["cadetblue", fromHex(0xa9b2c3)],
|
|
125
|
-
["gullgray", fromHex(0x9dacb7)],
|
|
126
|
-
["rockblue", fromHex(0x9eb1cd)],
|
|
127
|
-
["glacier", fromHex(0x80b3c4)],
|
|
128
|
-
["shakespeare", fromHex(0x4eabd1)],
|
|
129
|
-
["gumbo", fromHex(0x7ca1a6)],
|
|
130
|
-
["nepal", fromHex(0x8eabc1)],
|
|
131
|
-
["balihai", fromHex(0x859faf)],
|
|
132
|
-
["santasgray", fromHex(0x9fa0b1)],
|
|
133
|
-
["poloblue", fromHex(0x8da8cc)],
|
|
134
|
-
["shipcove", fromHex(0x788bba)],
|
|
135
|
-
["wildblueyonder", fromHex(0x7a89b8)],
|
|
136
|
-
["manatee", fromHex(0x8d90a1)],
|
|
137
|
-
["regentgray", fromHex(0x86949f)],
|
|
138
|
-
["gothic", fromHex(0x6d92a1)],
|
|
139
|
-
["hippieblue", fromHex(0x589aaf)],
|
|
140
|
-
["bostonblue", fromHex(0x3b91b4)],
|
|
141
|
-
["wedgewood", fromHex(0x4e7f9e)],
|
|
142
|
-
["smaltblue", fromHex(0x51808f)],
|
|
143
|
-
["horizon", fromHex(0x5a87a0)],
|
|
144
|
-
["lynch", fromHex(0x697e9a)],
|
|
145
|
-
["hoki", fromHex(0x65869f)],
|
|
146
|
-
["bermudagray", fromHex(0x6b8ba2)],
|
|
147
|
-
["slategray", fromHex(0x708090)],
|
|
148
|
-
["raven", fromHex(0x727b89)],
|
|
149
|
-
["topaz", fromHex(0x7c778a)],
|
|
150
|
-
["waterloo", fromHex(0x7b7c94)],
|
|
151
|
-
["steelblue", fromHex(0x4682b4)],
|
|
152
|
-
["danube", fromHex(0x6093d1)],
|
|
153
|
-
["havelockblue", fromHex(0x5590d9)],
|
|
154
|
-
["lochmara", fromHex(0x007ec7)],
|
|
155
|
-
["curiousblue", fromHex(0x2596d1)],
|
|
156
|
-
["easternblue", fromHex(0x1e9ab0)],
|
|
157
|
-
["bondiblue", fromHex(0x0095b6)],
|
|
158
|
-
["pacificblue", fromHex(0x009dc4)],
|
|
159
|
-
["bluechill", fromHex(0x0c8990)],
|
|
160
|
-
["greenhaze", fromHex(0x01a368)],
|
|
161
|
-
["jade", fromHex(0x00a86b)],
|
|
162
|
-
["chateaugreen", fromHex(0x40a860)],
|
|
163
|
-
["mantis", fromHex(0x74c365)],
|
|
164
|
-
["emerald", fromHex(0x50c878)],
|
|
165
|
-
["fern", fromHex(0x63b76c)],
|
|
166
|
-
["oceangreen", fromHex(0x41aa78)],
|
|
167
|
-
["junglegreen", fromHex(0x29ab87)],
|
|
168
|
-
["mountainmeadow", fromHex(0x1ab385)],
|
|
169
|
-
["caribbeangreen", fromHex(0x00cc99)],
|
|
170
|
-
["shamrock", fromHex(0x33cc99)],
|
|
171
|
-
["niagara", fromHex(0x06a189)],
|
|
172
|
-
["lochinvar", fromHex(0x2c8c84)],
|
|
173
|
-
["breakerbay", fromHex(0x5da19f)],
|
|
174
|
-
["patina", fromHex(0x639a8f)],
|
|
175
|
-
["persiangreen", fromHex(0x00a693)],
|
|
176
|
-
["gossamer", fromHex(0x069b81)],
|
|
177
|
-
["oxley", fromHex(0x779e86)],
|
|
26
|
+
["almond", fromHex(0xeed9c4)],
|
|
27
|
+
["almond frost", fromHex(0x907b71)],
|
|
28
|
+
["alpine", fromHex(0xaf8f2c)],
|
|
29
|
+
["alto", fromHex(0xdbdbdb)],
|
|
30
|
+
["aluminium", fromHex(0xa9acb6)],
|
|
31
|
+
["amaranth", fromHex(0xe52b50)],
|
|
32
|
+
["amazon", fromHex(0x3b7a57)],
|
|
33
|
+
["amber", fromHex(0xffbf00)],
|
|
34
|
+
["americano", fromHex(0x87756e)],
|
|
35
|
+
["amethyst", fromHex(0x9966cc)],
|
|
36
|
+
["amethyst smoke", fromHex(0xa397b4)],
|
|
37
|
+
["amour", fromHex(0xf9eaf3)],
|
|
178
38
|
["amulet", fromHex(0x7b9f80)],
|
|
179
|
-
["
|
|
180
|
-
["
|
|
181
|
-
["
|
|
182
|
-
["
|
|
183
|
-
["
|
|
39
|
+
["anakiwa", fromHex(0x9de5ff)],
|
|
40
|
+
["antique brass", fromHex(0xc88a65)],
|
|
41
|
+
["antique bronze", fromHex(0x704a07)],
|
|
42
|
+
["anzac", fromHex(0xe0b646)],
|
|
43
|
+
["apache", fromHex(0xdfbe6f)],
|
|
44
|
+
["apple", fromHex(0x4fa83d)],
|
|
45
|
+
["apple blossom", fromHex(0xaf4d43)],
|
|
46
|
+
["apple green", fromHex(0xe2f3ec)],
|
|
47
|
+
["apricot", fromHex(0xeb9373)],
|
|
48
|
+
["apricot peach", fromHex(0xfbceb1)],
|
|
49
|
+
["apricot white", fromHex(0xfffeec)],
|
|
50
|
+
["aqua cyan", fromHex(0x00ffff)],
|
|
51
|
+
["aqua deep", fromHex(0x014b43)],
|
|
52
|
+
["aqua forest", fromHex(0x5fa777)],
|
|
53
|
+
["aqua haze", fromHex(0xedf5f5)],
|
|
54
|
+
["aqua island", fromHex(0xa1dad7)],
|
|
55
|
+
["aquamarine", fromHex(0x7fffd4)],
|
|
56
|
+
["aquamarine blue", fromHex(0x71d9e2)],
|
|
57
|
+
["aqua spring", fromHex(0xeaf9f5)],
|
|
58
|
+
["aqua squeeze", fromHex(0xe8f5f2)],
|
|
59
|
+
["arapawa", fromHex(0x110c6c)],
|
|
60
|
+
["armadillo", fromHex(0x433e37)],
|
|
61
|
+
["arrowtown", fromHex(0x948771)],
|
|
62
|
+
["ash", fromHex(0xc6c3b5)],
|
|
184
63
|
["asparagus", fromHex(0x7ba05b)],
|
|
185
|
-
["
|
|
64
|
+
["asphalt", fromHex(0x130a06)],
|
|
65
|
+
["astra", fromHex(0xfaeab9)],
|
|
66
|
+
["astral", fromHex(0x327da0)],
|
|
67
|
+
["astronaut", fromHex(0x283a77)],
|
|
68
|
+
["astronaut blue", fromHex(0x013e62)],
|
|
69
|
+
["athens gray", fromHex(0xeef0f3)],
|
|
70
|
+
["aths special", fromHex(0xecebce)],
|
|
71
|
+
["atlantis", fromHex(0x97cd2d)],
|
|
72
|
+
["atoll", fromHex(0x0a6f75)],
|
|
73
|
+
["atomic tangerine", fromHex(0xff9966)],
|
|
74
|
+
["aubergine", fromHex(0x3b0910)],
|
|
75
|
+
["au chico", fromHex(0x97605d)],
|
|
76
|
+
["australian mint", fromHex(0xf5ffbe)],
|
|
186
77
|
["avocado", fromHex(0x888d65)],
|
|
187
|
-
["
|
|
188
|
-
["
|
|
189
|
-
["
|
|
190
|
-
["
|
|
191
|
-
["
|
|
192
|
-
["
|
|
193
|
-
["
|
|
194
|
-
["
|
|
195
|
-
["
|
|
78
|
+
["axolotl", fromHex(0x4e6649)],
|
|
79
|
+
["azalea", fromHex(0xf7c8da)],
|
|
80
|
+
["aztec", fromHex(0x0d1c19)],
|
|
81
|
+
["azure", fromHex(0x315ba1)],
|
|
82
|
+
["azure radiance", fromHex(0x007fff)],
|
|
83
|
+
["baby blue", fromHex(0xe0ffff)],
|
|
84
|
+
["bahama blue", fromHex(0x026395)],
|
|
85
|
+
["bahia", fromHex(0xa5cb0c)],
|
|
86
|
+
["baja white", fromHex(0xfff8d1)],
|
|
87
|
+
["bali hai", fromHex(0x859faf)],
|
|
88
|
+
["baltic sea", fromHex(0x2a2630)],
|
|
89
|
+
["bamboo", fromHex(0xda6304)],
|
|
90
|
+
["banana mania", fromHex(0xfbe7b2)],
|
|
196
91
|
["bandicoot", fromHex(0x858470)],
|
|
197
|
-
["
|
|
198
|
-
["
|
|
199
|
-
["
|
|
200
|
-
["
|
|
201
|
-
["
|
|
202
|
-
["
|
|
203
|
-
["
|
|
204
|
-
["
|
|
205
|
-
["
|
|
206
|
-
["
|
|
207
|
-
["
|
|
208
|
-
["
|
|
209
|
-
["
|
|
210
|
-
["
|
|
211
|
-
["
|
|
212
|
-
["
|
|
213
|
-
["
|
|
214
|
-
["
|
|
215
|
-
["
|
|
216
|
-
["
|
|
217
|
-
["
|
|
218
|
-
["
|
|
219
|
-
["
|
|
220
|
-
["
|
|
221
|
-
["
|
|
222
|
-
["
|
|
223
|
-
["
|
|
224
|
-
["oslogray", fromHex(0x878d91)],
|
|
225
|
-
["mountainmist", fromHex(0x959396)],
|
|
92
|
+
["barberry", fromHex(0xded717)],
|
|
93
|
+
["barley corn", fromHex(0xa68b5b)],
|
|
94
|
+
["barley white", fromHex(0xfff4ce)],
|
|
95
|
+
["barossa", fromHex(0x44012d)],
|
|
96
|
+
["bastille", fromHex(0x292130)],
|
|
97
|
+
["battleship gray", fromHex(0x828f72)],
|
|
98
|
+
["bay leaf", fromHex(0x7da98d)],
|
|
99
|
+
["bay of many", fromHex(0x273a81)],
|
|
100
|
+
["bazaar", fromHex(0x98777b)],
|
|
101
|
+
["bean", fromHex(0x3d0c02)],
|
|
102
|
+
["beauty bush", fromHex(0xeec1be)],
|
|
103
|
+
["beaver", fromHex(0x926f5b)],
|
|
104
|
+
["beeswax", fromHex(0xfef2c7)],
|
|
105
|
+
["beige", fromHex(0xf5f5dc)],
|
|
106
|
+
["bermuda", fromHex(0x7dd8c6)],
|
|
107
|
+
["bermuda gray", fromHex(0x6b8ba2)],
|
|
108
|
+
["beryl green", fromHex(0xdee5c0)],
|
|
109
|
+
["bianca", fromHex(0xfcfbf3)],
|
|
110
|
+
["big stone", fromHex(0x162a40)],
|
|
111
|
+
["bilbao", fromHex(0x327c14)],
|
|
112
|
+
["biloba flower", fromHex(0xb2a1ea)],
|
|
113
|
+
["birch", fromHex(0x373021)],
|
|
114
|
+
["bird flower", fromHex(0xd4cd16)],
|
|
115
|
+
["biscay", fromHex(0x1b3162)],
|
|
116
|
+
["bismark", fromHex(0x497183)],
|
|
117
|
+
["bison hide", fromHex(0xc1b7a4)],
|
|
118
|
+
["bistre", fromHex(0x3d2b1f)],
|
|
226
119
|
["bitter", fromHex(0x868974)],
|
|
227
|
-
["
|
|
228
|
-
["
|
|
229
|
-
["
|
|
230
|
-
["
|
|
231
|
-
["
|
|
232
|
-
["
|
|
233
|
-
["
|
|
234
|
-
["
|
|
235
|
-
["
|
|
236
|
-
["
|
|
237
|
-
["
|
|
238
|
-
["
|
|
239
|
-
["
|
|
240
|
-
["
|
|
241
|
-
["
|
|
242
|
-
["
|
|
243
|
-
["
|
|
244
|
-
["
|
|
245
|
-
["
|
|
246
|
-
["
|
|
247
|
-
["
|
|
248
|
-
["
|
|
249
|
-
["
|
|
250
|
-
["
|
|
251
|
-
["
|
|
252
|
-
["
|
|
253
|
-
["
|
|
254
|
-
["
|
|
255
|
-
["
|
|
256
|
-
["
|
|
257
|
-
["
|
|
258
|
-
["
|
|
259
|
-
["
|
|
260
|
-
["
|
|
120
|
+
["bitter lemon", fromHex(0xcae00d)],
|
|
121
|
+
["bittersweet", fromHex(0xfe6f5e)],
|
|
122
|
+
["bizarre", fromHex(0xeededa)],
|
|
123
|
+
["black", fromHex(0x000000)],
|
|
124
|
+
["black bean", fromHex(0x081910)],
|
|
125
|
+
["blackberry", fromHex(0x4d0135)],
|
|
126
|
+
["blackcurrant", fromHex(0x32293a)],
|
|
127
|
+
["black forest", fromHex(0x0b1304)],
|
|
128
|
+
["black haze", fromHex(0xf6f7f7)],
|
|
129
|
+
["black marlin", fromHex(0x3e2c1c)],
|
|
130
|
+
["black olive", fromHex(0x242e16)],
|
|
131
|
+
["black pearl", fromHex(0x041322)],
|
|
132
|
+
["black rock", fromHex(0x0d0332)],
|
|
133
|
+
["black rose", fromHex(0x67032d)],
|
|
134
|
+
["black russian", fromHex(0x0a001c)],
|
|
135
|
+
["black squeeze", fromHex(0xf2fafa)],
|
|
136
|
+
["black white", fromHex(0xfffef6)],
|
|
137
|
+
["blaze orange", fromHex(0xff6600)],
|
|
138
|
+
["bleached cedar", fromHex(0x2c2133)],
|
|
139
|
+
["bleach white", fromHex(0xfef3d8)],
|
|
140
|
+
["blizzard blue", fromHex(0xa3e3ed)],
|
|
141
|
+
["blossom", fromHex(0xdcb4bc)],
|
|
142
|
+
["blue", fromHex(0x0000ff)],
|
|
143
|
+
["blue bayoux", fromHex(0x496679)],
|
|
144
|
+
["blue bell", fromHex(0x9999cc)],
|
|
145
|
+
["blue chalk", fromHex(0xf1e9ff)],
|
|
146
|
+
["blue charcoal", fromHex(0x010d1a)],
|
|
147
|
+
["blue chill", fromHex(0x0c8990)],
|
|
148
|
+
["blue diamond", fromHex(0x380474)],
|
|
149
|
+
["blue dianne", fromHex(0x204852)],
|
|
150
|
+
["blue gem", fromHex(0x2c0e8c)],
|
|
151
|
+
["blue haze", fromHex(0xbfbed8)],
|
|
152
|
+
["blue lagoon", fromHex(0x017987)],
|
|
153
|
+
["blue marguerite", fromHex(0x7666c6)],
|
|
154
|
+
["blue ribbon", fromHex(0x0066ff)],
|
|
155
|
+
["blue romance", fromHex(0xd2f6de)],
|
|
156
|
+
["blue smoke", fromHex(0x748881)],
|
|
157
|
+
["blue stone", fromHex(0x016162)],
|
|
158
|
+
["blue violet", fromHex(0x6456b7)],
|
|
159
|
+
["blue whale", fromHex(0x042e4c)],
|
|
160
|
+
["blue zodiac", fromHex(0x13264d)],
|
|
161
|
+
["blumine", fromHex(0x18587a)],
|
|
162
|
+
["blush", fromHex(0xb44668)],
|
|
163
|
+
["blush pink", fromHex(0xff6fff)],
|
|
261
164
|
["bombay", fromHex(0xafb1b8)],
|
|
262
|
-
["
|
|
263
|
-
["
|
|
264
|
-
["
|
|
265
|
-
["
|
|
266
|
-
["
|
|
267
|
-
["
|
|
268
|
-
["
|
|
269
|
-
["
|
|
270
|
-
["
|
|
271
|
-
["
|
|
165
|
+
["bondi blue", fromHex(0x0095b6)],
|
|
166
|
+
["bone", fromHex(0xe4d1c0)],
|
|
167
|
+
["bon jour", fromHex(0xe5e0e1)],
|
|
168
|
+
["bordeaux", fromHex(0x5c0120)],
|
|
169
|
+
["bossanova", fromHex(0x4e2a5a)],
|
|
170
|
+
["boston blue", fromHex(0x3b91b4)],
|
|
171
|
+
["botticelli", fromHex(0xc7dde5)],
|
|
172
|
+
["bottle green", fromHex(0x093624)],
|
|
173
|
+
["boulder", fromHex(0x7a7a7a)],
|
|
174
|
+
["bouquet", fromHex(0xae809e)],
|
|
175
|
+
["bourbon", fromHex(0xba6f1e)],
|
|
176
|
+
["bracken", fromHex(0x4a2a04)],
|
|
177
|
+
["brandy", fromHex(0xdec196)],
|
|
178
|
+
["brandy punch", fromHex(0xcd8429)],
|
|
179
|
+
["brandy rose", fromHex(0xbb8983)],
|
|
180
|
+
["breaker bay", fromHex(0x5da19f)],
|
|
181
|
+
["brick red", fromHex(0xc62d42)],
|
|
182
|
+
["bridal heath", fromHex(0xfffaf4)],
|
|
183
|
+
["bridesmaid", fromHex(0xfef0ec)],
|
|
184
|
+
["bright gray", fromHex(0x3c4151)],
|
|
185
|
+
["bright green", fromHex(0x66ff00)],
|
|
186
|
+
["bright red", fromHex(0xb10000)],
|
|
187
|
+
["bright sun", fromHex(0xfed33c)],
|
|
188
|
+
["bright turquoise", fromHex(0x08e8de)],
|
|
189
|
+
["brink pink", fromHex(0xfb607f)],
|
|
190
|
+
["bronco", fromHex(0xaba196)],
|
|
191
|
+
["bronze", fromHex(0x3f2109)],
|
|
192
|
+
["bronze olive", fromHex(0x4e420c)],
|
|
193
|
+
["bronzetone", fromHex(0x4d400f)],
|
|
194
|
+
["broom", fromHex(0xffec13)],
|
|
195
|
+
["brown", fromHex(0x964b00)],
|
|
196
|
+
["brown bramble", fromHex(0x592804)],
|
|
197
|
+
["brown derby", fromHex(0x492615)],
|
|
198
|
+
["brown pod", fromHex(0x401801)],
|
|
199
|
+
["brown rust", fromHex(0xaf593e)],
|
|
200
|
+
["brown tumbleweed", fromHex(0x37290e)],
|
|
201
|
+
["bubbles", fromHex(0xe7feff)],
|
|
202
|
+
["buccaneer", fromHex(0x622f30)],
|
|
272
203
|
["bud", fromHex(0xa8ae9c)],
|
|
273
|
-
["
|
|
274
|
-
["
|
|
275
|
-
["
|
|
276
|
-
["
|
|
277
|
-
["
|
|
278
|
-
["
|
|
279
|
-
["
|
|
280
|
-
["
|
|
281
|
-
["
|
|
282
|
-
["
|
|
283
|
-
["
|
|
284
|
-
["
|
|
285
|
-
["
|
|
286
|
-
["
|
|
287
|
-
["
|
|
288
|
-
["
|
|
289
|
-
["
|
|
290
|
-
["
|
|
291
|
-
["
|
|
292
|
-
["
|
|
293
|
-
["
|
|
294
|
-
["
|
|
295
|
-
["
|
|
296
|
-
["
|
|
297
|
-
["
|
|
298
|
-
["
|
|
299
|
-
["
|
|
300
|
-
["sinbad", fromHex(0x9fd7d3)],
|
|
301
|
-
["aquaisland", fromHex(0xa1dad7)],
|
|
302
|
-
["waterleaf", fromHex(0xa1e9de)],
|
|
303
|
-
["riptide", fromHex(0x8be6d8)],
|
|
304
|
-
["algaegreen", fromHex(0x93dfb8)],
|
|
305
|
-
["celadon", fromHex(0xace1af)],
|
|
306
|
-
["chinook", fromHex(0xa8e3bd)],
|
|
307
|
-
["padua", fromHex(0xade6c4)],
|
|
308
|
-
["fringyflower", fromHex(0xb1e2c1)],
|
|
309
|
-
["vistablue", fromHex(0x8fd6b4)],
|
|
310
|
-
["grannysmithapple", fromHex(0x9de093)],
|
|
311
|
-
["feijoa", fromHex(0x9fdd8c)],
|
|
312
|
-
["mossgreen", fromHex(0xaddfad)],
|
|
313
|
-
["pineglade", fromHex(0xc7cd90)],
|
|
314
|
-
["winterhazel", fromHex(0xd5d195)],
|
|
315
|
-
["deco", fromHex(0xd2da97)],
|
|
316
|
-
["wildwillow", fromHex(0xb9c46a)],
|
|
317
|
-
["harvestgold", fromHex(0xe0b974)],
|
|
318
|
-
["apache", fromHex(0xdfbe6f)],
|
|
319
|
-
["neworleans", fromHex(0xf3d69d)],
|
|
320
|
-
["chalky", fromHex(0xeed794)],
|
|
321
|
-
["putty", fromHex(0xe7cd8c)],
|
|
322
|
-
["zombie", fromHex(0xe4d69b)],
|
|
323
|
-
["maize", fromHex(0xf5d5a0)],
|
|
324
|
-
["hampton", fromHex(0xe5d8af)],
|
|
325
|
-
["sapling", fromHex(0xded4a4)],
|
|
204
|
+
["buddha gold", fromHex(0xc1a004)],
|
|
205
|
+
["buff", fromHex(0xf0dc82)],
|
|
206
|
+
["bulgarian rose", fromHex(0x480607)],
|
|
207
|
+
["bull shot", fromHex(0x864d1e)],
|
|
208
|
+
["bunker", fromHex(0x0d1117)],
|
|
209
|
+
["bunting", fromHex(0x151f4c)],
|
|
210
|
+
["burgundy", fromHex(0x900020)],
|
|
211
|
+
["burnham", fromHex(0x002e20)],
|
|
212
|
+
["burning orange", fromHex(0xff7034)],
|
|
213
|
+
["burning sand", fromHex(0xd99376)],
|
|
214
|
+
["burnt maroon", fromHex(0x420303)],
|
|
215
|
+
["burnt orange", fromHex(0xcc5500)],
|
|
216
|
+
["burnt sienna", fromHex(0xe97451)],
|
|
217
|
+
["burnt umber", fromHex(0x8a3324)],
|
|
218
|
+
["bush", fromHex(0x0d2e1c)],
|
|
219
|
+
["buttercup", fromHex(0xf3ad16)],
|
|
220
|
+
["buttered rum", fromHex(0xa1750d)],
|
|
221
|
+
["butterfly bush", fromHex(0x624e9a)],
|
|
222
|
+
["buttermilk", fromHex(0xfff1b5)],
|
|
223
|
+
["buttery white", fromHex(0xfffcea)],
|
|
224
|
+
["cabaret", fromHex(0xd94972)],
|
|
225
|
+
["cabbage pont", fromHex(0x3f4c3a)],
|
|
226
|
+
["cab sav", fromHex(0x4d0a18)],
|
|
227
|
+
["cactus", fromHex(0x587156)],
|
|
228
|
+
["cadet blue", fromHex(0xa9b2c3)],
|
|
229
|
+
["cadillac", fromHex(0xb04c6a)],
|
|
230
|
+
["cafe royale", fromHex(0x6f440c)],
|
|
326
231
|
["calico", fromHex(0xe0c095)],
|
|
327
|
-
["
|
|
328
|
-
["
|
|
329
|
-
["
|
|
330
|
-
["
|
|
331
|
-
["
|
|
332
|
-
["
|
|
333
|
-
["
|
|
334
|
-
["
|
|
335
|
-
["
|
|
336
|
-
["
|
|
337
|
-
["
|
|
338
|
-
["
|
|
339
|
-
["
|
|
340
|
-
["
|
|
341
|
-
["
|
|
342
|
-
["
|
|
343
|
-
["
|
|
344
|
-
["
|
|
345
|
-
["paleslate", fromHex(0xc3bfc1)],
|
|
346
|
-
["frenchgray", fromHex(0xbdbdc6)],
|
|
347
|
-
["silversand", fromHex(0xbfc1c2)],
|
|
348
|
-
["loblolly", fromHex(0xbdc9ce)],
|
|
349
|
-
["submarine", fromHex(0xbac7c9)],
|
|
350
|
-
["graynickel", fromHex(0xc3c3bd)],
|
|
351
|
-
["pumice", fromHex(0xc2cac4)],
|
|
352
|
-
["kangaroo", fromHex(0xc6c8bd)],
|
|
353
|
-
["mistgray", fromHex(0xc4c4bc)],
|
|
354
|
-
["silver", fromHex(0xc0c0c0)],
|
|
355
|
-
["powderash", fromHex(0xbcc9c2)],
|
|
356
|
-
["junglemist", fromHex(0xb4cfd3)],
|
|
357
|
-
["opal", fromHex(0xa9c6c2)],
|
|
358
|
-
["shadowgreen", fromHex(0x9ac2b8)],
|
|
359
|
-
["greenspring", fromHex(0xb8c1b1)],
|
|
360
|
-
["clayash", fromHex(0xbdc8b3)],
|
|
361
|
-
["rainee", fromHex(0xb9c8ac)],
|
|
362
|
-
["springrain", fromHex(0xaccbb1)],
|
|
363
|
-
["gumleaf", fromHex(0xb6d3bf)],
|
|
364
|
-
["surf", fromHex(0xbbd7c1)],
|
|
365
|
-
["sprout", fromHex(0xc1d7b0)],
|
|
366
|
-
["pixiegreen", fromHex(0xc0d8b6)],
|
|
367
|
-
["coriander", fromHex(0xc4d0b0)],
|
|
368
|
-
["greenmist", fromHex(0xcbd3b0)],
|
|
369
|
-
["paleleaf", fromHex(0xc0d3b9)],
|
|
370
|
-
["jetstream", fromHex(0xb5d2ce)],
|
|
371
|
-
["conch", fromHex(0xc9d9d2)],
|
|
372
|
-
["nebula", fromHex(0xcbdbd6)],
|
|
373
|
-
["seamist", fromHex(0xc5dbca)],
|
|
374
|
-
["pariswhite", fromHex(0xcadcd4)],
|
|
375
|
-
["tasman", fromHex(0xcfdccf)],
|
|
376
|
-
["alto", fromHex(0xdbdbdb)],
|
|
377
|
-
["westar", fromHex(0xdcd9d2)],
|
|
378
|
-
["timberwolf", fromHex(0xd9d6cf)],
|
|
379
|
-
["quillgray", fromHex(0xd6d6d1)],
|
|
380
|
-
["celeste", fromHex(0xd1d2ca)],
|
|
381
|
-
["tiara", fromHex(0xc3d1d1)],
|
|
382
|
-
["botticelli", fromHex(0xc7dde5)],
|
|
383
|
-
["iron", fromHex(0xd4d7d9)],
|
|
384
|
-
["mischka", fromHex(0xd1d2dd)],
|
|
385
|
-
["swirl", fromHex(0xd3cdc5)],
|
|
386
|
-
["wafer", fromHex(0xdecbc6)],
|
|
387
|
-
["swisscoffee", fromHex(0xddd6d5)],
|
|
388
|
-
["bone", fromHex(0xe4d1c0)],
|
|
389
|
-
["moonmist", fromHex(0xdcddcc)],
|
|
390
|
-
["sisal", fromHex(0xd3cbba)],
|
|
391
|
-
["tana", fromHex(0xd9dcc1)],
|
|
392
|
-
["raffia", fromHex(0xeadab8)],
|
|
393
|
-
["doublespanishwhite", fromHex(0xe6d7b9)],
|
|
394
|
-
["grainbrown", fromHex(0xe4d5b7)],
|
|
395
|
-
["starkwhite", fromHex(0xe5d7bd)],
|
|
396
|
-
["almond", fromHex(0xeed9c4)],
|
|
397
|
-
["athsspecial", fromHex(0xecebce)],
|
|
398
|
-
["wheatfield", fromHex(0xf3edcf)],
|
|
399
|
-
["janna", fromHex(0xf4ebd3)],
|
|
400
|
-
["champagne", fromHex(0xfaeccc)],
|
|
401
|
-
["tequila", fromHex(0xffe6c7)],
|
|
402
|
-
["negroni", fromHex(0xffe2c5)],
|
|
403
|
-
["karry", fromHex(0xffead4)],
|
|
404
|
-
["albescentwhite", fromHex(0xf5e9d3)],
|
|
405
|
-
["whiterock", fromHex(0xeae8d4)],
|
|
406
|
-
["parchment", fromHex(0xf1e9d2)],
|
|
407
|
-
["satinlinen", fromHex(0xe6e4d4)],
|
|
408
|
-
["periglacialblue", fromHex(0xe1e6d6)],
|
|
409
|
-
["pearlbush", fromHex(0xe8e0d5)],
|
|
410
|
-
["ebb", fromHex(0xe9e3e3)],
|
|
411
|
-
["bonjour", fromHex(0xe5e0e1)],
|
|
412
|
-
["bizarre", fromHex(0xeededa)],
|
|
413
|
-
["dawnpink", fromHex(0xf3e9e5)],
|
|
414
|
-
["potpourri", fromHex(0xf5e7e2)],
|
|
415
|
-
["geyser", fromHex(0xd4dfe2)],
|
|
416
|
-
["mystic", fromHex(0xe2ebed)],
|
|
417
|
-
["graynurse", fromHex(0xe7ece6)],
|
|
232
|
+
["california", fromHex(0xfe9d04)],
|
|
233
|
+
["calypso", fromHex(0x31728d)],
|
|
234
|
+
["camarone", fromHex(0x00581a)],
|
|
235
|
+
["camelot", fromHex(0x893456)],
|
|
236
|
+
["cameo", fromHex(0xd9b99b)],
|
|
237
|
+
["camouflage", fromHex(0x3c3910)],
|
|
238
|
+
["camouflage green", fromHex(0x78866b)],
|
|
239
|
+
["canary", fromHex(0xf3fb62)],
|
|
240
|
+
["can can", fromHex(0xd591a4)],
|
|
241
|
+
["candlelight", fromHex(0xfcd917)],
|
|
242
|
+
["candy corn", fromHex(0xfbec5d)],
|
|
243
|
+
["cannon black", fromHex(0x251706)],
|
|
244
|
+
["cannon pink", fromHex(0x894367)],
|
|
245
|
+
["cape cod", fromHex(0x3c4443)],
|
|
246
|
+
["cape honey", fromHex(0xfee5ac)],
|
|
247
|
+
["cape palliser", fromHex(0xa26645)],
|
|
248
|
+
["caper", fromHex(0xdcedb4)],
|
|
249
|
+
["caramel", fromHex(0xffddaf)],
|
|
418
250
|
["cararra", fromHex(0xeeeee8)],
|
|
419
|
-
["
|
|
420
|
-
["
|
|
421
|
-
["
|
|
422
|
-
["
|
|
423
|
-
["
|
|
424
|
-
["
|
|
425
|
-
["minttulip", fromHex(0xc4f4eb)],
|
|
426
|
-
["berylgreen", fromHex(0xdee5c0)],
|
|
427
|
-
["surfcrest", fromHex(0xcfe5d2)],
|
|
428
|
-
["kidnapper", fromHex(0xe1ead4)],
|
|
429
|
-
["willowbrook", fromHex(0xdfecda)],
|
|
430
|
-
["zanah", fromHex(0xdaecd6)],
|
|
431
|
-
["chromewhite", fromHex(0xe8f1d4)],
|
|
432
|
-
["blueromance", fromHex(0xd2f6de)],
|
|
433
|
-
["orinoco", fromHex(0xf3fbd4)],
|
|
434
|
-
["frost", fromHex(0xedf5dd)],
|
|
435
|
-
["loafer", fromHex(0xeef4de)],
|
|
436
|
-
["peppermint", fromHex(0xe3f5e1)],
|
|
437
|
-
["feta", fromHex(0xf0fcea)],
|
|
438
|
-
["riceflower", fromHex(0xeeffe2)],
|
|
439
|
-
["moonglow", fromHex(0xfcfeda)],
|
|
251
|
+
["cardinal", fromHex(0xc41e3a)],
|
|
252
|
+
["cardinal pink", fromHex(0x8c055e)],
|
|
253
|
+
["cardin green", fromHex(0x01361c)],
|
|
254
|
+
["careys pink", fromHex(0xd29eaa)],
|
|
255
|
+
["caribbean green", fromHex(0x00cc99)],
|
|
256
|
+
["carissma", fromHex(0xea88a8)],
|
|
440
257
|
["carla", fromHex(0xf3ffd8)],
|
|
441
|
-
["
|
|
442
|
-
["
|
|
443
|
-
["
|
|
444
|
-
["
|
|
445
|
-
["
|
|
446
|
-
["
|
|
447
|
-
["
|
|
448
|
-
["
|
|
449
|
-
["
|
|
450
|
-
["
|
|
451
|
-
["
|
|
452
|
-
["
|
|
453
|
-
["
|
|
454
|
-
["
|
|
455
|
-
["
|
|
456
|
-
["
|
|
457
|
-
["
|
|
458
|
-
["
|
|
459
|
-
["
|
|
460
|
-
["
|
|
461
|
-
["
|
|
462
|
-
["
|
|
258
|
+
["carmine", fromHex(0x960018)],
|
|
259
|
+
["carnaby tan", fromHex(0x5c2e01)],
|
|
260
|
+
["carnation", fromHex(0xf95a61)],
|
|
261
|
+
["carnation pink", fromHex(0xffa6c9)],
|
|
262
|
+
["carousel pink", fromHex(0xf9e0ed)],
|
|
263
|
+
["carrot orange", fromHex(0xed9121)],
|
|
264
|
+
["casablanca", fromHex(0xf8b853)],
|
|
265
|
+
["casal", fromHex(0x2f6168)],
|
|
266
|
+
["cascade", fromHex(0x8ba9a5)],
|
|
267
|
+
["cashmere", fromHex(0xe6bea5)],
|
|
268
|
+
["casper", fromHex(0xadbed1)],
|
|
269
|
+
["castro", fromHex(0x52001f)],
|
|
270
|
+
["catalina blue", fromHex(0x062a78)],
|
|
271
|
+
["catskill white", fromHex(0xeef6f7)],
|
|
272
|
+
["cavern pink", fromHex(0xe3bebe)],
|
|
273
|
+
["cedar", fromHex(0x3e1c14)],
|
|
274
|
+
["cedar wood finish", fromHex(0x711a00)],
|
|
275
|
+
["celadon", fromHex(0xace1af)],
|
|
276
|
+
["celery", fromHex(0xb8c25d)],
|
|
277
|
+
["celeste", fromHex(0xd1d2ca)],
|
|
278
|
+
["cello", fromHex(0x1e385b)],
|
|
279
|
+
["celtic", fromHex(0x163222)],
|
|
280
|
+
["cement", fromHex(0x8d7662)],
|
|
463
281
|
["ceramic", fromHex(0xfcfff9)],
|
|
464
|
-
["
|
|
465
|
-
["
|
|
466
|
-
["
|
|
467
|
-
["
|
|
468
|
-
["bianca", fromHex(0xfcfbf3)],
|
|
469
|
-
["alabaster", fromHex(0xfafafa)],
|
|
470
|
-
["desertstorm", fromHex(0xf8f8f7)],
|
|
471
|
-
["snowdrift", fromHex(0xf7faf7)],
|
|
472
|
-
["gin", fromHex(0xe8f2eb)],
|
|
473
|
-
["harp", fromHex(0xe6f2ea)],
|
|
474
|
-
["aquasqueeze", fromHex(0xe8f5f2)],
|
|
475
|
-
["gallery", fromHex(0xefefef)],
|
|
476
|
-
["concrete", fromHex(0xf2f2f2)],
|
|
477
|
-
["seashell", fromHex(0xf1f1f1)],
|
|
478
|
-
["pampas", fromHex(0xf4f2ee)],
|
|
479
|
-
["wildsand", fromHex(0xf4f4f4)],
|
|
480
|
-
["springwood", fromHex(0xf8f6f1)],
|
|
481
|
-
["saltpan", fromHex(0xf1f7f2)],
|
|
482
|
-
["narvik", fromHex(0xedf9f1)],
|
|
483
|
-
["panache", fromHex(0xeaf6ee)],
|
|
484
|
-
["aquaspring", fromHex(0xeaf9f5)],
|
|
485
|
-
["blackhaze", fromHex(0xf6f7f7)],
|
|
486
|
-
["aquahaze", fromHex(0xedf5f5)],
|
|
487
|
-
["catskillwhite", fromHex(0xeef6f7)],
|
|
488
|
-
["porcelain", fromHex(0xeff2f3)],
|
|
489
|
-
["athensgray", fromHex(0xeef0f3)],
|
|
490
|
-
["solitude", fromHex(0xeaf6ff)],
|
|
491
|
-
["zumthor", fromHex(0xedf6ff)],
|
|
492
|
-
["aliceblue", fromHex(0xf0f8ff)],
|
|
493
|
-
["lilywhite", fromHex(0xe7f8ff)],
|
|
494
|
-
["twilightblue", fromHex(0xeefdff)],
|
|
495
|
-
["blacksqueeze", fromHex(0xf2fafa)],
|
|
496
|
-
["zircon", fromHex(0xf4f8ff)],
|
|
497
|
-
["whitelilac", fromHex(0xf8f7fc)],
|
|
498
|
-
["whitepointer", fromHex(0xfef8ff)],
|
|
499
|
-
["magnolia", fromHex(0xf8f4ff)],
|
|
500
|
-
["whisper", fromHex(0xf7f5fa)],
|
|
501
|
-
["wisppink", fromHex(0xfef4f8)],
|
|
502
|
-
["lavenderblush", fromHex(0xfff0f5)],
|
|
282
|
+
["cerise", fromHex(0xda3287)],
|
|
283
|
+
["cerise red", fromHex(0xde3163)],
|
|
284
|
+
["cerulean", fromHex(0x02a4d3)],
|
|
285
|
+
["cerulean blue", fromHex(0x2a52be)],
|
|
503
286
|
["chablis", fromHex(0xfff4f3)],
|
|
504
|
-
["
|
|
505
|
-
["
|
|
506
|
-
["
|
|
507
|
-
["fantasy", fromHex(0xfaf3f0)],
|
|
508
|
-
["softpeach", fromHex(0xf5edef)],
|
|
509
|
-
["fairpink", fromHex(0xffefec)],
|
|
510
|
-
["merino", fromHex(0xf6f0e6)],
|
|
511
|
-
["whitelinen", fromHex(0xf8f0e8)],
|
|
512
|
-
["linen", fromHex(0xfaf0e6)],
|
|
513
|
-
["seashellpeach", fromHex(0xfff5ee)],
|
|
514
|
-
["bridesmaid", fromHex(0xfef0ec)],
|
|
515
|
-
["forgetmenot", fromHex(0xfff1ee)],
|
|
516
|
-
["rosewhite", fromHex(0xfff6f5)],
|
|
517
|
-
["vistawhite", fromHex(0xfcf8f7)],
|
|
518
|
-
["hintofred", fromHex(0xfbf9f9)],
|
|
519
|
-
["bridalheath", fromHex(0xfffaf4)],
|
|
520
|
-
["soapstone", fromHex(0xfffbf9)],
|
|
521
|
-
["romance", fromHex(0xfffefd)],
|
|
522
|
-
["ivory", fromHex(0xfffff0)],
|
|
523
|
-
["islandspice", fromHex(0xfffcee)],
|
|
524
|
-
["ricecake", fromHex(0xfffef0)],
|
|
525
|
-
["apricotwhite", fromHex(0xfffeec)],
|
|
526
|
-
["travertine", fromHex(0xfffde8)],
|
|
527
|
-
["chileanheath", fromHex(0xfffde6)],
|
|
528
|
-
["chinaivory", fromHex(0xfcffe7)],
|
|
529
|
-
["hintofyellow", fromHex(0xfafde4)],
|
|
530
|
-
["ginfizz", fromHex(0xfff9e2)],
|
|
531
|
-
["offyellow", fromHex(0xfef9e3)],
|
|
532
|
-
["solitaire", fromHex(0xfef8e2)],
|
|
533
|
-
["earlydawn", fromHex(0xfff9e6)],
|
|
534
|
-
["butterywhite", fromHex(0xfffcea)],
|
|
535
|
-
["orangewhite", fromHex(0xfefced)],
|
|
536
|
-
["pearllusta", fromHex(0xfcf4dc)],
|
|
537
|
-
["eggsour", fromHex(0xfff4dd)],
|
|
538
|
-
["varden", fromHex(0xfff6df)],
|
|
539
|
-
["rumswizzle", fromHex(0xf9f8e4)],
|
|
540
|
-
["beige", fromHex(0xf5f5dc)],
|
|
541
|
-
["quarterspanishwhite", fromHex(0xf7f2e1)],
|
|
542
|
-
["ecruwhite", fromHex(0xf5f3e5)],
|
|
543
|
-
["serenade", fromHex(0xfff4e8)],
|
|
544
|
-
["oldlace", fromHex(0xfdf5e6)],
|
|
545
|
-
["sazerac", fromHex(0xfff4e0)],
|
|
546
|
-
["peachcream", fromHex(0xfff0db)],
|
|
547
|
-
["pinklady", fromHex(0xfff1d8)],
|
|
548
|
-
["papayawhip", fromHex(0xffefd5)],
|
|
549
|
-
["derby", fromHex(0xffeed8)],
|
|
550
|
-
["oasis", fromHex(0xfeefce)],
|
|
551
|
-
["doublepearllusta", fromHex(0xfcf4d0)],
|
|
552
|
-
["halfcolonialwhite", fromHex(0xfdf6d3)],
|
|
553
|
-
["citrinewhite", fromHex(0xfaf7d6)],
|
|
554
|
-
["coconutcream", fromHex(0xf8f7dc)],
|
|
555
|
-
["halfdutchwhite", fromHex(0xfef7de)],
|
|
556
|
-
["halfspanishwhite", fromHex(0xfef4db)],
|
|
557
|
-
["bleachwhite", fromHex(0xfef3d8)],
|
|
558
|
-
["milkpunch", fromHex(0xfff6d4)],
|
|
559
|
-
["scotchmist", fromHex(0xfffbdc)],
|
|
560
|
-
["halfandhalf", fromHex(0xfffee1)],
|
|
561
|
-
["lemonchiffon", fromHex(0xfffacd)],
|
|
562
|
-
["bajawhite", fromHex(0xfff8d1)],
|
|
563
|
-
["pipi", fromHex(0xfef4cc)],
|
|
564
|
-
["barleywhite", fromHex(0xfff4ce)],
|
|
565
|
-
["eggwhite", fromHex(0xffefc1)],
|
|
566
|
-
["beeswax", fromHex(0xfef2c7)],
|
|
567
|
-
["buttermilk", fromHex(0xfff1b5)],
|
|
568
|
-
["dairycream", fromHex(0xf9e4bc)],
|
|
569
|
-
["givry", fromHex(0xf8e4bf)],
|
|
570
|
-
["sandybeach", fromHex(0xffeac8)],
|
|
571
|
-
["sidecar", fromHex(0xf3e7bb)],
|
|
287
|
+
["chalet green", fromHex(0x516e3d)],
|
|
288
|
+
["chalky", fromHex(0xeed794)],
|
|
289
|
+
["chambray", fromHex(0x354e8c)],
|
|
572
290
|
["chamois", fromHex(0xeddcb1)],
|
|
573
|
-
["
|
|
574
|
-
["
|
|
575
|
-
["
|
|
576
|
-
["
|
|
577
|
-
["
|
|
578
|
-
["
|
|
579
|
-
["
|
|
580
|
-
["astra", fromHex(0xfaeab9)],
|
|
581
|
-
["colonialwhite", fromHex(0xffedbc)],
|
|
582
|
-
["capehoney", fromHex(0xfee5ac)],
|
|
583
|
-
["peach", fromHex(0xffe5b4)],
|
|
584
|
-
["sandwisp", fromHex(0xf5e7a2)],
|
|
585
|
-
["creambrulee", fromHex(0xffe5a0)],
|
|
586
|
-
["marzipan", fromHex(0xf8db9d)],
|
|
587
|
-
["cherokee", fromHex(0xfcda98)],
|
|
588
|
-
["salomie", fromHex(0xfedb8d)],
|
|
589
|
-
["goldenglow", fromHex(0xfde295)],
|
|
590
|
-
["visvis", fromHex(0xffefa1)],
|
|
591
|
-
["picasso", fromHex(0xfff39d)],
|
|
592
|
-
["portafino", fromHex(0xffffb4)],
|
|
593
|
-
["paleprim", fromHex(0xfdfeb8)],
|
|
594
|
-
["drover", fromHex(0xfdf7ad)],
|
|
595
|
-
["shalimar", fromHex(0xfbffba)],
|
|
596
|
-
["tidal", fromHex(0xf1ffad)],
|
|
597
|
-
["milan", fromHex(0xfaffa4)],
|
|
598
|
-
["texas", fromHex(0xf8f99c)],
|
|
599
|
-
["primrose", fromHex(0xedea99)],
|
|
600
|
-
["wildrice", fromHex(0xece090)],
|
|
601
|
-
["caper", fromHex(0xdcedb4)],
|
|
602
|
-
["fallgreen", fromHex(0xecebbd)],
|
|
603
|
-
["tahunasands", fromHex(0xeef0c8)],
|
|
604
|
-
["mintjulep", fromHex(0xf1eec1)],
|
|
605
|
-
["snowflurry", fromHex(0xe4ffd1)],
|
|
606
|
-
["tusk", fromHex(0xeef3c3)],
|
|
607
|
-
["cornfield", fromHex(0xf8facd)],
|
|
608
|
-
["cream", fromHex(0xfffdd0)],
|
|
609
|
-
["mimosa", fromHex(0xf8fdd3)],
|
|
610
|
-
["cumulus", fromHex(0xfdffd5)],
|
|
611
|
-
["australianmint", fromHex(0xf5ffbe)],
|
|
612
|
-
["chiffon", fromHex(0xf1ffc8)],
|
|
613
|
-
["teagreen", fromHex(0xd0f0c0)],
|
|
614
|
-
["gossip", fromHex(0xd2f8b0)],
|
|
615
|
-
["reef", fromHex(0xc9ffa2)],
|
|
616
|
-
["snowymint", fromHex(0xd6ffdb)],
|
|
617
|
-
["aeroblue", fromHex(0xc9ffe5)],
|
|
618
|
-
["magicmint", fromHex(0xaaf0d1)],
|
|
619
|
-
["madang", fromHex(0xb7f0be)],
|
|
620
|
-
["cruise", fromHex(0xb5ecdf)],
|
|
621
|
-
["icecold", fromHex(0xb1f4e7)],
|
|
622
|
-
["aquamarine", fromHex(0x7fffd4)],
|
|
623
|
-
["turquoise", fromHex(0x30d5c8)],
|
|
624
|
-
["pastelgreen", fromHex(0x77dd77)],
|
|
625
|
-
["mintgreen", fromHex(0x98ff98)],
|
|
626
|
-
["springgreen", fromHex(0x00ff7f)],
|
|
627
|
-
["screamingreen", fromHex(0x66ff66)],
|
|
628
|
-
["malachite", fromHex(0x0bda51)],
|
|
629
|
-
["green", fromHex(0x00ff00)],
|
|
630
|
-
["brightgreen", fromHex(0x66ff00)],
|
|
291
|
+
["champagne", fromHex(0xfaeccc)],
|
|
292
|
+
["chantilly", fromHex(0xf8c3df)],
|
|
293
|
+
["charade", fromHex(0x292937)],
|
|
294
|
+
["chardon", fromHex(0xfff3f1)],
|
|
295
|
+
["chardonnay", fromHex(0xffcd8c)],
|
|
296
|
+
["charlotte", fromHex(0xbaeef9)],
|
|
297
|
+
["charm", fromHex(0xd47494)],
|
|
631
298
|
["chartreuse", fromHex(0x7fff00)],
|
|
632
|
-
["
|
|
633
|
-
["
|
|
634
|
-
["
|
|
635
|
-
["
|
|
636
|
-
["
|
|
637
|
-
["
|
|
638
|
-
["goldenfizz", fromHex(0xf5fb3d)],
|
|
639
|
-
["starship", fromHex(0xecf245)],
|
|
640
|
-
["laserlemon", fromHex(0xffff66)],
|
|
641
|
-
["sulu", fromHex(0xc1f07c)],
|
|
642
|
-
["mindaro", fromHex(0xe3f988)],
|
|
643
|
-
["honeysuckle", fromHex(0xedfc84)],
|
|
644
|
-
["dolly", fromHex(0xf9ff8b)],
|
|
645
|
-
["jonquil", fromHex(0xeeff9a)],
|
|
646
|
-
["canary", fromHex(0xf3fb62)],
|
|
647
|
-
["parisdaisy", fromHex(0xfff46e)],
|
|
648
|
-
["candycorn", fromHex(0xfbec5d)],
|
|
649
|
-
["portica", fromHex(0xf9e663)],
|
|
650
|
-
["festival", fromHex(0xfbe96c)],
|
|
651
|
-
["kournikova", fromHex(0xffe772)],
|
|
652
|
-
["marigoldyellow", fromHex(0xfbe870)],
|
|
653
|
-
["manz", fromHex(0xeeef78)],
|
|
654
|
-
["saharasand", fromHex(0xf1e788)],
|
|
655
|
-
["khaki", fromHex(0xf0e68c)],
|
|
656
|
-
["sweetcorn", fromHex(0xfbea8c)],
|
|
657
|
-
["witchhaze", fromHex(0xfffc99)],
|
|
658
|
-
["palecanary", fromHex(0xffff99)],
|
|
659
|
-
["mustard", fromHex(0xffdb58)],
|
|
660
|
-
["energyyellow", fromHex(0xf8dd5c)],
|
|
661
|
-
["gorse", fromHex(0xfff14f)],
|
|
662
|
-
["broom", fromHex(0xffec13)],
|
|
663
|
-
["lemon", fromHex(0xfde910)],
|
|
664
|
-
["turbo", fromHex(0xfae600)],
|
|
665
|
-
["brightsun", fromHex(0xfed33c)],
|
|
666
|
-
["sunglow", fromHex(0xffcc33)],
|
|
667
|
-
["supernova", fromHex(0xffc901)],
|
|
668
|
-
["gold", fromHex(0xffd700)],
|
|
669
|
-
["schoolbusyellow", fromHex(0xffd800)],
|
|
670
|
-
["candlelight", fromHex(0xfcd917)],
|
|
671
|
-
["ripelemon", fromHex(0xf4d81c)],
|
|
672
|
-
["goldendream", fromHex(0xf0d52d)],
|
|
673
|
-
["sunflower", fromHex(0xe4d422)],
|
|
674
|
-
["barberry", fromHex(0xded717)],
|
|
675
|
-
["birdflower", fromHex(0xd4cd16)],
|
|
676
|
-
["corn", fromHex(0xe7bf05)],
|
|
677
|
-
["saffron", fromHex(0xf4c430)],
|
|
678
|
-
["goldtips", fromHex(0xdeba13)],
|
|
679
|
-
["anzac", fromHex(0xe0b646)],
|
|
680
|
-
["ronchi", fromHex(0xecc54e)],
|
|
681
|
-
["goldenrod", fromHex(0xfcd667)],
|
|
682
|
-
["dandelion", fromHex(0xfed85d)],
|
|
683
|
-
["creamcan", fromHex(0xf5c85c)],
|
|
684
|
-
["goldensand", fromHex(0xf0db7d)],
|
|
685
|
-
["buff", fromHex(0xf0dc82)],
|
|
686
|
-
["robroy", fromHex(0xeac674)],
|
|
687
|
-
["equator", fromHex(0xe1bc64)],
|
|
688
|
-
["tacha", fromHex(0xd6c562)],
|
|
299
|
+
["chartreuse yellow", fromHex(0xdfff00)],
|
|
300
|
+
["chateau green", fromHex(0x40a860)],
|
|
301
|
+
["chatelle", fromHex(0xbdb3c7)],
|
|
302
|
+
["chathams blue", fromHex(0x175579)],
|
|
303
|
+
["chelsea cucumber", fromHex(0x83aa5d)],
|
|
304
|
+
["chelsea gem", fromHex(0x9e5302)],
|
|
689
305
|
["chenin", fromHex(0xdfcd6f)],
|
|
690
|
-
["
|
|
306
|
+
["cherokee", fromHex(0xfcda98)],
|
|
307
|
+
["cherry pie", fromHex(0x2a0359)],
|
|
308
|
+
["cherrywood", fromHex(0x651a14)],
|
|
309
|
+
["cherub", fromHex(0xf8d9e9)],
|
|
310
|
+
["chestnut", fromHex(0xb94e48)],
|
|
311
|
+
["chestnut rose", fromHex(0xcd5c5c)],
|
|
312
|
+
["chetwode blue", fromHex(0x8581d9)],
|
|
313
|
+
["chicago", fromHex(0x5d5c58)],
|
|
314
|
+
["chiffon", fromHex(0xf1ffc8)],
|
|
315
|
+
["chilean fire", fromHex(0xf77703)],
|
|
316
|
+
["chilean heath", fromHex(0xfffde6)],
|
|
317
|
+
["china ivory", fromHex(0xfcffe7)],
|
|
318
|
+
["chino", fromHex(0xcec7a7)],
|
|
319
|
+
["chinook", fromHex(0xa8e3bd)],
|
|
320
|
+
["chocolate", fromHex(0x370202)],
|
|
321
|
+
["christalle", fromHex(0x33036b)],
|
|
322
|
+
["christi", fromHex(0x67a712)],
|
|
323
|
+
["christine", fromHex(0xe7730a)],
|
|
324
|
+
["chrome white", fromHex(0xe8f1d4)],
|
|
325
|
+
["cinder", fromHex(0x0e0e18)],
|
|
326
|
+
["cinderella", fromHex(0xfde1dc)],
|
|
327
|
+
["cinnabar", fromHex(0xe34234)],
|
|
328
|
+
["cinnamon", fromHex(0x7b3f00)],
|
|
329
|
+
["cioccolato", fromHex(0x55280c)],
|
|
330
|
+
["citrine white", fromHex(0xfaf7d6)],
|
|
331
|
+
["citron", fromHex(0x9ea91f)],
|
|
332
|
+
["citrus", fromHex(0xa1c50a)],
|
|
333
|
+
["clairvoyant", fromHex(0x480656)],
|
|
334
|
+
["clam shell", fromHex(0xd4b6af)],
|
|
335
|
+
["claret", fromHex(0x7f1734)],
|
|
336
|
+
["classic rose", fromHex(0xfbcce7)],
|
|
337
|
+
["clay ash", fromHex(0xbdc8b3)],
|
|
338
|
+
["clay creek", fromHex(0x8a8360)],
|
|
339
|
+
["clear day", fromHex(0xe9fffd)],
|
|
340
|
+
["clementine", fromHex(0xe96e00)],
|
|
341
|
+
["clinker", fromHex(0x371d09)],
|
|
342
|
+
["cloud", fromHex(0xc7c4bf)],
|
|
343
|
+
["cloud burst", fromHex(0x202e54)],
|
|
344
|
+
["cloudy", fromHex(0xaca59f)],
|
|
345
|
+
["clover", fromHex(0x384910)],
|
|
346
|
+
["cobalt", fromHex(0x0047ab)],
|
|
347
|
+
["cocoa bean", fromHex(0x481c1c)],
|
|
348
|
+
["cocoa brown", fromHex(0x301f1e)],
|
|
349
|
+
["coconut cream", fromHex(0xf8f7dc)],
|
|
350
|
+
["cod gray", fromHex(0x0b0b0b)],
|
|
351
|
+
["coffee", fromHex(0x706555)],
|
|
352
|
+
["coffee bean", fromHex(0x2a140e)],
|
|
353
|
+
["cognac", fromHex(0x9f381d)],
|
|
354
|
+
["cola", fromHex(0x3f2500)],
|
|
355
|
+
["cold purple", fromHex(0xaba0d9)],
|
|
356
|
+
["cold turkey", fromHex(0xcebaba)],
|
|
357
|
+
["colonial white", fromHex(0xffedbc)],
|
|
358
|
+
["comet", fromHex(0x5c5d75)],
|
|
359
|
+
["como", fromHex(0x517c66)],
|
|
360
|
+
["conch", fromHex(0xc9d9d2)],
|
|
361
|
+
["concord", fromHex(0x7c7b7a)],
|
|
362
|
+
["concrete", fromHex(0xf2f2f2)],
|
|
691
363
|
["confetti", fromHex(0xe9d75a)],
|
|
692
|
-
["
|
|
693
|
-
["
|
|
694
|
-
["celery", fromHex(0xb8c25d)],
|
|
364
|
+
["congo brown", fromHex(0x593737)],
|
|
365
|
+
["congress blue", fromHex(0x02478e)],
|
|
695
366
|
["conifer", fromHex(0xacdd4d)],
|
|
696
|
-
["
|
|
697
|
-
["
|
|
698
|
-
["
|
|
699
|
-
["
|
|
700
|
-
["
|
|
701
|
-
["
|
|
702
|
-
["
|
|
703
|
-
["
|
|
704
|
-
["
|
|
705
|
-
["
|
|
706
|
-
["
|
|
707
|
-
["
|
|
708
|
-
["
|
|
709
|
-
["
|
|
710
|
-
["
|
|
711
|
-
["
|
|
712
|
-
["
|
|
713
|
-
["
|
|
714
|
-
["
|
|
715
|
-
["
|
|
716
|
-
["
|
|
717
|
-
["
|
|
718
|
-
["
|
|
719
|
-
["
|
|
720
|
-
["
|
|
721
|
-
["
|
|
722
|
-
["
|
|
723
|
-
["
|
|
724
|
-
["
|
|
725
|
-
["
|
|
726
|
-
["
|
|
727
|
-
["
|
|
728
|
-
["
|
|
729
|
-
["
|
|
730
|
-
["olivedrab", fromHex(0x6b8e23)],
|
|
731
|
-
["vidaloca", fromHex(0x549019)],
|
|
732
|
-
["limeade", fromHex(0x6f9d02)],
|
|
733
|
-
["lima", fromHex(0x76bd17)],
|
|
734
|
-
["apple", fromHex(0x4fa83d)],
|
|
735
|
-
["forestgreen", fromHex(0x228b22)],
|
|
736
|
-
["christi", fromHex(0x67a712)],
|
|
737
|
-
["lapalma", fromHex(0x368716)],
|
|
738
|
-
["bilbao", fromHex(0x327c14)],
|
|
739
|
-
["sanfelix", fromHex(0x0b6207)],
|
|
740
|
-
["japaneselaurel", fromHex(0x0a6906)],
|
|
741
|
-
["salem", fromHex(0x097f4b)],
|
|
742
|
-
["kaitokegreen", fromHex(0x004620)],
|
|
743
|
-
["eveningsea", fromHex(0x024e46)],
|
|
744
|
-
["aquadeep", fromHex(0x014b43)],
|
|
745
|
-
["eden", fromHex(0x105852)],
|
|
746
|
-
["stromboli", fromHex(0x325d52)],
|
|
747
|
-
["greenpea", fromHex(0x1d6142)],
|
|
748
|
-
["watercourse", fromHex(0x056f57)],
|
|
749
|
-
["tropicalrainforest", fromHex(0x00755e)],
|
|
750
|
-
["genoa", fromHex(0x15736b)],
|
|
751
|
-
["fadedjade", fromHex(0x427977)],
|
|
752
|
-
["viridian", fromHex(0x40826d)],
|
|
753
|
-
["pinegreen", fromHex(0x01796f)],
|
|
754
|
-
["deepsea", fromHex(0x01826b)],
|
|
755
|
-
["observatory", fromHex(0x02866f)],
|
|
756
|
-
["elfgreen", fromHex(0x088370)],
|
|
757
|
-
["goblin", fromHex(0x3d7d52)],
|
|
758
|
-
["como", fromHex(0x517c66)],
|
|
759
|
-
["amazon", fromHex(0x3b7a57)],
|
|
760
|
-
["killarney", fromHex(0x3a6a47)],
|
|
761
|
-
["jewel", fromHex(0x126b40)],
|
|
762
|
-
["fungreen", fromHex(0x016d39)],
|
|
763
|
-
["chaletgreen", fromHex(0x516e3d)],
|
|
764
|
-
["ferngreen", fromHex(0x4f7942)],
|
|
765
|
-
["dingley", fromHex(0x5d7747)],
|
|
766
|
-
["hippiegreen", fromHex(0x53824b)],
|
|
767
|
-
["greenleaf", fromHex(0x436a0d)],
|
|
768
|
-
["dell", fromHex(0x396413)],
|
|
769
|
-
["parsley", fromHex(0x134f19)],
|
|
770
|
-
["darkfern", fromHex(0x0a480d)],
|
|
771
|
-
["crusoe", fromHex(0x004816)],
|
|
772
|
-
["camarone", fromHex(0x00581a)],
|
|
773
|
-
["greenhouse", fromHex(0x24500f)],
|
|
774
|
-
["saratoga", fromHex(0x555b10)],
|
|
775
|
-
["verdungreen", fromHex(0x495400)],
|
|
776
|
-
["clover", fromHex(0x384910)],
|
|
777
|
-
["woodland", fromHex(0x4d5328)],
|
|
778
|
-
["thatchgreen", fromHex(0x403d19)],
|
|
779
|
-
["punga", fromHex(0x4d3d14)],
|
|
780
|
-
["bronzetone", fromHex(0x4d400f)],
|
|
781
|
-
["bronzeolive", fromHex(0x4e420c)],
|
|
782
|
-
["horsesneck", fromHex(0x604913)],
|
|
783
|
-
["westcoast", fromHex(0x625119)],
|
|
784
|
-
["himalaya", fromHex(0x6a5d1b)],
|
|
785
|
-
["fernfrond", fromHex(0x657220)],
|
|
367
|
+
["contessa", fromHex(0xc6726b)],
|
|
368
|
+
["copper", fromHex(0xb87333)],
|
|
369
|
+
["copper canyon", fromHex(0x7e3a15)],
|
|
370
|
+
["copperfield", fromHex(0xda8a67)],
|
|
371
|
+
["copper rose", fromHex(0x996666)],
|
|
372
|
+
["copper rust", fromHex(0x944747)],
|
|
373
|
+
["coral", fromHex(0xff7f50)],
|
|
374
|
+
["coral red", fromHex(0xff4040)],
|
|
375
|
+
["coral reef", fromHex(0xc7bca2)],
|
|
376
|
+
["coral tree", fromHex(0xa86b6b)],
|
|
377
|
+
["corduroy", fromHex(0x606e68)],
|
|
378
|
+
["coriander", fromHex(0xc4d0b0)],
|
|
379
|
+
["cork", fromHex(0x40291d)],
|
|
380
|
+
["corn", fromHex(0xe7bf05)],
|
|
381
|
+
["corn field", fromHex(0xf8facd)],
|
|
382
|
+
["cornflower", fromHex(0x93ccea)],
|
|
383
|
+
["cornflower blue", fromHex(0x6495ed)],
|
|
384
|
+
["cornflower lilac", fromHex(0xffb0ac)],
|
|
385
|
+
["corn harvest", fromHex(0x8b6b0b)],
|
|
386
|
+
["corvette", fromHex(0xfad3a2)],
|
|
387
|
+
["cosmic", fromHex(0x76395d)],
|
|
388
|
+
["cosmos", fromHex(0xffd8d9)],
|
|
389
|
+
["costa del sol", fromHex(0x615d30)],
|
|
390
|
+
["cotton candy", fromHex(0xffb7d5)],
|
|
391
|
+
["cotton seed", fromHex(0xc2bdb6)],
|
|
392
|
+
["county green", fromHex(0x01371a)],
|
|
393
|
+
["cowboy", fromHex(0x4d282d)],
|
|
394
|
+
["crail", fromHex(0xb95140)],
|
|
395
|
+
["cranberry", fromHex(0xdb5079)],
|
|
396
|
+
["crater brown", fromHex(0x462425)],
|
|
397
|
+
["cream", fromHex(0xfffdd0)],
|
|
398
|
+
["cream brulee", fromHex(0xffe5a0)],
|
|
399
|
+
["cream can", fromHex(0xf5c85c)],
|
|
400
|
+
["creole", fromHex(0x1e0f04)],
|
|
786
401
|
["crete", fromHex(0x737829)],
|
|
787
|
-
["
|
|
788
|
-
["shadow", fromHex(0x837050)],
|
|
789
|
-
["verdigris", fromHex(0x5d5e37)],
|
|
790
|
-
["hemlock", fromHex(0x5e5d3b)],
|
|
791
|
-
["yellowmetal", fromHex(0x716338)],
|
|
792
|
-
["costadelsol", fromHex(0x615d30)],
|
|
793
|
-
["tobaccobrown", fromHex(0x715d47)],
|
|
794
|
-
["soyabean", fromHex(0x6a6051)],
|
|
795
|
-
["coffee", fromHex(0x706555)],
|
|
796
|
-
["pinecone", fromHex(0x6d5e54)],
|
|
797
|
-
["axolotl", fromHex(0x4e6649)],
|
|
798
|
-
["finlandia", fromHex(0x556d56)],
|
|
799
|
-
["finch", fromHex(0x626649)],
|
|
800
|
-
["siam", fromHex(0x646a54)],
|
|
801
|
-
["cactus", fromHex(0x587156)],
|
|
802
|
-
["willowgrove", fromHex(0x65745d)],
|
|
803
|
-
["goben", fromHex(0x726d4e)],
|
|
804
|
-
["peat", fromHex(0x716b56)],
|
|
805
|
-
["kokoda", fromHex(0x6e6d57)],
|
|
402
|
+
["crimson", fromHex(0xdc143c)],
|
|
806
403
|
["crocodile", fromHex(0x736d58)],
|
|
807
|
-
["
|
|
808
|
-
["pablo", fromHex(0x776f61)],
|
|
809
|
-
["sanddune", fromHex(0x826f65)],
|
|
810
|
-
["dovegray", fromHex(0x6d6c6c)],
|
|
811
|
-
["flint", fromHex(0x6f6a61)],
|
|
812
|
-
["nevada", fromHex(0x646e75)],
|
|
813
|
-
["cuttysark", fromHex(0x507672)],
|
|
814
|
-
["corduroy", fromHex(0x606e68)],
|
|
815
|
-
["nandor", fromHex(0x4b5d52)],
|
|
816
|
-
["stormdust", fromHex(0x646463)],
|
|
817
|
-
["ironsidegray", fromHex(0x676662)],
|
|
818
|
-
["chicago", fromHex(0x5d5c58)],
|
|
819
|
-
["scorpion", fromHex(0x695f62)],
|
|
820
|
-
["abbey", fromHex(0x4c4f56)],
|
|
821
|
-
["fuscousgray", fromHex(0x54534d)],
|
|
822
|
-
["tomthumb", fromHex(0x3f583b)],
|
|
823
|
-
["grayasparagus", fromHex(0x465945)],
|
|
824
|
-
["mineralgreen", fromHex(0x3f5d53)],
|
|
825
|
-
["spectra", fromHex(0x2f5a57)],
|
|
826
|
-
["plantation", fromHex(0x27504b)],
|
|
827
|
-
["tepapagreen", fromHex(0x1e433c)],
|
|
828
|
-
["cabbagepont", fromHex(0x3f4c3a)],
|
|
829
|
-
["lunargreen", fromHex(0x3c493a)],
|
|
830
|
-
["kelp", fromHex(0x454936)],
|
|
831
|
-
["judgegray", fromHex(0x544333)],
|
|
832
|
-
["mondo", fromHex(0x4a3c30)],
|
|
833
|
-
["taupe", fromHex(0x483c32)],
|
|
834
|
-
["masala", fromHex(0x403b38)],
|
|
835
|
-
["armadillo", fromHex(0x433e37)],
|
|
836
|
-
["merlin", fromHex(0x413c37)],
|
|
837
|
-
["tundora", fromHex(0x4a4244)],
|
|
838
|
-
["emperor", fromHex(0x514649)],
|
|
839
|
-
["gravel", fromHex(0x4a444b)],
|
|
840
|
-
["capecod", fromHex(0x3c4443)],
|
|
841
|
-
["shipgray", fromHex(0x3e3a44)],
|
|
842
|
-
["dune", fromHex(0x383533)],
|
|
843
|
-
["tuatara", fromHex(0x363534)],
|
|
844
|
-
["outerspace", fromHex(0x2d383a)],
|
|
845
|
-
["heavymetal", fromHex(0x2b3228)],
|
|
846
|
-
["mineshaft", fromHex(0x323232)],
|
|
847
|
-
["balticsea", fromHex(0x2a2630)],
|
|
848
|
-
["thunder", fromHex(0x33292f)],
|
|
849
|
-
["shark", fromHex(0x25272c)],
|
|
850
|
-
["logcabin", fromHex(0x242a1d)],
|
|
851
|
-
["zeus", fromHex(0x292319)],
|
|
852
|
-
["mikado", fromHex(0x2d2510)],
|
|
853
|
-
["onion", fromHex(0x2f270e)],
|
|
854
|
-
["woodrush", fromHex(0x302a0f)],
|
|
855
|
-
["blackmarlin", fromHex(0x3e2c1c)],
|
|
856
|
-
["iroko", fromHex(0x433120)],
|
|
857
|
-
["birch", fromHex(0x373021)],
|
|
858
|
-
["rangitoto", fromHex(0x2e3222)],
|
|
859
|
-
["lisbonbrown", fromHex(0x423921)],
|
|
860
|
-
["greenkelp", fromHex(0x25311c)],
|
|
861
|
-
["mallard", fromHex(0x233418)],
|
|
862
|
-
["seaweed", fromHex(0x1b2f11)],
|
|
863
|
-
["deepforestgreen", fromHex(0x182d09)],
|
|
864
|
-
["blackolive", fromHex(0x242e16)],
|
|
865
|
-
["bush", fromHex(0x0d2e1c)],
|
|
866
|
-
["celtic", fromHex(0x163222)],
|
|
867
|
-
["tiber", fromHex(0x063537)],
|
|
868
|
-
["gablegreen", fromHex(0x163531)],
|
|
869
|
-
["deepteal", fromHex(0x003532)],
|
|
870
|
-
["timbergreen", fromHex(0x16322c)],
|
|
871
|
-
["cyprus", fromHex(0x003e40)],
|
|
872
|
-
["everglade", fromHex(0x1c402e)],
|
|
873
|
-
["bottlegreen", fromHex(0x093624)],
|
|
874
|
-
["zuccini", fromHex(0x044022)],
|
|
875
|
-
["countygreen", fromHex(0x01371a)],
|
|
876
|
-
["cardingreen", fromHex(0x01361c)],
|
|
877
|
-
["sherwoodgreen", fromHex(0x02402c)],
|
|
878
|
-
["deepfir", fromHex(0x002900)],
|
|
879
|
-
["englishholly", fromHex(0x022d15)],
|
|
880
|
-
["burnham", fromHex(0x002e20)],
|
|
881
|
-
["black", fromHex(0x000000)],
|
|
882
|
-
["nero", fromHex(0x140600)],
|
|
883
|
-
["diesel", fromHex(0x130000)],
|
|
884
|
-
["jaguar", fromHex(0x080110)],
|
|
885
|
-
["cinder", fromHex(0x0e0e18)],
|
|
886
|
-
["asphalt", fromHex(0x130a06)],
|
|
887
|
-
["codgray", fromHex(0x0b0b0b)],
|
|
888
|
-
["marshland", fromHex(0x0b0f08)],
|
|
889
|
-
["greenwaterloo", fromHex(0x101405)],
|
|
890
|
-
["gordonsgreen", fromHex(0x0b1107)],
|
|
891
|
-
["blackforest", fromHex(0x0b1304)],
|
|
892
|
-
["midnightmoss", fromHex(0x041004)],
|
|
893
|
-
["woodsmoke", fromHex(0x0c0d0f)],
|
|
894
|
-
["bunker", fromHex(0x0d1117)],
|
|
404
|
+
["crown of thorns", fromHex(0x771f1f)],
|
|
895
405
|
["crowshead", fromHex(0x1c1208)],
|
|
896
|
-
["
|
|
897
|
-
["
|
|
898
|
-
["
|
|
899
|
-
["
|
|
900
|
-
["
|
|
901
|
-
["
|
|
902
|
-
["
|
|
903
|
-
["
|
|
904
|
-
["
|
|
905
|
-
["
|
|
906
|
-
["
|
|
907
|
-
["
|
|
908
|
-
["
|
|
909
|
-
["
|
|
910
|
-
["
|
|
911
|
-
["
|
|
912
|
-
["
|
|
913
|
-
["
|
|
914
|
-
["
|
|
915
|
-
["
|
|
916
|
-
["
|
|
917
|
-
["
|
|
918
|
-
["
|
|
919
|
-
["
|
|
920
|
-
["
|
|
921
|
-
["
|
|
922
|
-
["
|
|
923
|
-
["
|
|
924
|
-
["
|
|
925
|
-
["
|
|
926
|
-
["
|
|
406
|
+
["cruise", fromHex(0xb5ecdf)],
|
|
407
|
+
["crusoe", fromHex(0x004816)],
|
|
408
|
+
["crusta", fromHex(0xfd7b33)],
|
|
409
|
+
["cumin", fromHex(0x924321)],
|
|
410
|
+
["cumulus", fromHex(0xfdffd5)],
|
|
411
|
+
["cupid", fromHex(0xfbbeda)],
|
|
412
|
+
["curious blue", fromHex(0x2596d1)],
|
|
413
|
+
["cutty sark", fromHex(0x507672)],
|
|
414
|
+
["cyprus", fromHex(0x003e40)],
|
|
415
|
+
["daintree", fromHex(0x012731)],
|
|
416
|
+
["dairy cream", fromHex(0xf9e4bc)],
|
|
417
|
+
["daisy bush", fromHex(0x4f2398)],
|
|
418
|
+
["dallas", fromHex(0x6e4b26)],
|
|
419
|
+
["dandelion", fromHex(0xfed85d)],
|
|
420
|
+
["danube", fromHex(0x6093d1)],
|
|
421
|
+
["dark blue", fromHex(0x0000c8)],
|
|
422
|
+
["dark burgundy", fromHex(0x770f05)],
|
|
423
|
+
["dark ebony", fromHex(0x3c2005)],
|
|
424
|
+
["dark fern", fromHex(0x0a480d)],
|
|
425
|
+
["dark tan", fromHex(0x661010)],
|
|
426
|
+
["dawn", fromHex(0xa6a29a)],
|
|
427
|
+
["dawn pink", fromHex(0xf3e9e5)],
|
|
428
|
+
["deco", fromHex(0xd2da97)],
|
|
429
|
+
["deep blue", fromHex(0x220878)],
|
|
430
|
+
["deep blush", fromHex(0xe47698)],
|
|
431
|
+
["deep bronze", fromHex(0x4a3004)],
|
|
432
|
+
["deep cerulean", fromHex(0x007ba7)],
|
|
433
|
+
["deep cove", fromHex(0x051040)],
|
|
434
|
+
["deep fir", fromHex(0x002900)],
|
|
435
|
+
["deep forest green", fromHex(0x182d09)],
|
|
436
|
+
["deep koamaru", fromHex(0x1b127b)],
|
|
437
|
+
["deep oak", fromHex(0x412010)],
|
|
438
|
+
["deep sapphire", fromHex(0x082567)],
|
|
439
|
+
["deep sea", fromHex(0x01826b)],
|
|
440
|
+
["deep sea green", fromHex(0x095859)],
|
|
441
|
+
["deep teal", fromHex(0x003532)],
|
|
442
|
+
["dell", fromHex(0x396413)],
|
|
443
|
+
["del rio", fromHex(0xb09a95)],
|
|
444
|
+
["delta", fromHex(0xa4a49d)],
|
|
445
|
+
["deluge", fromHex(0x7563a8)],
|
|
446
|
+
["denim", fromHex(0x1560bd)],
|
|
447
|
+
["derby", fromHex(0xffeed8)],
|
|
927
448
|
["desert", fromHex(0xae6020)],
|
|
928
|
-
["
|
|
929
|
-
["
|
|
930
|
-
["
|
|
931
|
-
["
|
|
932
|
-
["
|
|
933
|
-
["
|
|
934
|
-
["
|
|
935
|
-
["
|
|
936
|
-
["
|
|
937
|
-
["
|
|
938
|
-
["
|
|
939
|
-
["
|
|
940
|
-
["
|
|
941
|
-
["
|
|
942
|
-
["
|
|
943
|
-
["
|
|
944
|
-
["
|
|
945
|
-
["
|
|
946
|
-
["
|
|
947
|
-
["
|
|
948
|
-
["
|
|
949
|
-
["
|
|
950
|
-
["
|
|
951
|
-
["
|
|
952
|
-
["
|
|
953
|
-
["
|
|
954
|
-
["
|
|
955
|
-
["
|
|
956
|
-
["
|
|
957
|
-
["
|
|
958
|
-
["
|
|
959
|
-
["
|
|
960
|
-
["
|
|
961
|
-
["
|
|
962
|
-
["
|
|
963
|
-
["
|
|
964
|
-
["
|
|
965
|
-
["sepiablack", fromHex(0x2b0202)],
|
|
966
|
-
["kilamanjaro", fromHex(0x240c02)],
|
|
967
|
-
["woodbark", fromHex(0x261105)],
|
|
968
|
-
["jackobean", fromHex(0x2e1905)],
|
|
969
|
-
["coffeebean", fromHex(0x2a140e)],
|
|
970
|
-
["tamarind", fromHex(0x341515)],
|
|
971
|
-
["rebel", fromHex(0x3c1206)],
|
|
972
|
-
["bean", fromHex(0x3d0c02)],
|
|
973
|
-
["burntmaroon", fromHex(0x420303)],
|
|
974
|
-
["temptress", fromHex(0x3b000b)],
|
|
975
|
-
["chocolate", fromHex(0x370202)],
|
|
976
|
-
["aubergine", fromHex(0x3b0910)],
|
|
977
|
-
["nightrider", fromHex(0x1f120f)],
|
|
978
|
-
["gondola", fromHex(0x261414)],
|
|
979
|
-
["toledo", fromHex(0x3a0020)],
|
|
980
|
-
["castro", fromHex(0x52001f)],
|
|
981
|
-
["cabsav", fromHex(0x4d0a18)],
|
|
982
|
-
["maroonoak", fromHex(0x520c17)],
|
|
983
|
-
["heath", fromHex(0x541012)],
|
|
984
|
-
["rusticred", fromHex(0x480404)],
|
|
985
|
-
["bulgarianrose", fromHex(0x480607)],
|
|
986
|
-
["bordeaux", fromHex(0x5c0120)],
|
|
987
|
-
["tyrianpurple", fromHex(0x66023c)],
|
|
988
|
-
["blackrose", fromHex(0x67032d)],
|
|
989
|
-
["wineberry", fromHex(0x591d35)],
|
|
990
|
-
["mulberrywood", fromHex(0x5c0536)],
|
|
991
|
-
["cowboy", fromHex(0x4d282d)],
|
|
992
|
-
["lividbrown", fromHex(0x4d282e)],
|
|
993
|
-
["cocoabean", fromHex(0x481c1c)],
|
|
994
|
-
["vancleef", fromHex(0x49170c)],
|
|
995
|
-
["brownderby", fromHex(0x492615)],
|
|
996
|
-
["craterbrown", fromHex(0x462425)],
|
|
997
|
-
["cork", fromHex(0x40291d)],
|
|
998
|
-
["bistre", fromHex(0x3d2b1f)],
|
|
999
|
-
["englishwalnut", fromHex(0x3e2b23)],
|
|
1000
|
-
["saddle", fromHex(0x4c3024)],
|
|
1001
|
-
["paco", fromHex(0x411f10)],
|
|
1002
|
-
["deepoak", fromHex(0x412010)],
|
|
1003
|
-
["cedar", fromHex(0x3e1c14)],
|
|
1004
|
-
["clinker", fromHex(0x371d09)],
|
|
1005
|
-
["sambuca", fromHex(0x3a2010)],
|
|
449
|
+
["desert sand", fromHex(0xedc9af)],
|
|
450
|
+
["desert storm", fromHex(0xf8f8f7)],
|
|
451
|
+
["dew", fromHex(0xeafffe)],
|
|
452
|
+
["de york", fromHex(0x7ac488)],
|
|
453
|
+
["diesel", fromHex(0x130000)],
|
|
454
|
+
["dingley", fromHex(0x5d7747)],
|
|
455
|
+
["disco", fromHex(0x871550)],
|
|
456
|
+
["di serria", fromHex(0xdb995e)],
|
|
457
|
+
["dixie", fromHex(0xe29418)],
|
|
458
|
+
["dodger blue", fromHex(0x1e90ff)],
|
|
459
|
+
["dolly", fromHex(0xf9ff8b)],
|
|
460
|
+
["dolphin", fromHex(0x646077)],
|
|
461
|
+
["domino", fromHex(0x8e775e)],
|
|
462
|
+
["don juan", fromHex(0x5d4c51)],
|
|
463
|
+
["donkey brown", fromHex(0xa69279)],
|
|
464
|
+
["dorado", fromHex(0x6b5755)],
|
|
465
|
+
["double colonial white", fromHex(0xeee3ad)],
|
|
466
|
+
["double pearl lusta", fromHex(0xfcf4d0)],
|
|
467
|
+
["double spanish white", fromHex(0xe6d7b9)],
|
|
468
|
+
["dove gray", fromHex(0x6d6c6c)],
|
|
469
|
+
["downriver", fromHex(0x092256)],
|
|
470
|
+
["downy", fromHex(0x6fd0c5)],
|
|
471
|
+
["driftwood", fromHex(0xaf8751)],
|
|
472
|
+
["drover", fromHex(0xfdf7ad)],
|
|
473
|
+
["dull lavender", fromHex(0xa899e6)],
|
|
474
|
+
["dune", fromHex(0x383533)],
|
|
475
|
+
["dust storm", fromHex(0xe5ccc9)],
|
|
476
|
+
["dusty gray", fromHex(0xa8989b)],
|
|
477
|
+
["eagle", fromHex(0xb6baa4)],
|
|
478
|
+
["earls green", fromHex(0xc9b93b)],
|
|
479
|
+
["early dawn", fromHex(0xfff9e6)],
|
|
480
|
+
["east bay", fromHex(0x414c7d)],
|
|
481
|
+
["eastern blue", fromHex(0x1e9ab0)],
|
|
482
|
+
["east side", fromHex(0xac91ce)],
|
|
483
|
+
["ebb", fromHex(0xe9e3e3)],
|
|
484
|
+
["ebony", fromHex(0x0c0b1d)],
|
|
485
|
+
["ebony clay", fromHex(0x26283b)],
|
|
1006
486
|
["eclipse", fromHex(0x311c17)],
|
|
1007
|
-
["
|
|
1008
|
-
["
|
|
1009
|
-
["
|
|
1010
|
-
["
|
|
1011
|
-
["
|
|
1012
|
-
["mortar", fromHex(0x504351)],
|
|
1013
|
-
["rock", fromHex(0x4d3833)],
|
|
1014
|
-
["millbrook", fromHex(0x594433)],
|
|
1015
|
-
["quincy", fromHex(0x623f2d)],
|
|
1016
|
-
["congobrown", fromHex(0x593737)],
|
|
1017
|
-
["buccaneer", fromHex(0x622f30)],
|
|
1018
|
-
["kabul", fromHex(0x5e483e)],
|
|
1019
|
-
["ferra", fromHex(0x704f50)],
|
|
1020
|
-
["donjuan", fromHex(0x5d4c51)],
|
|
487
|
+
["ecru white", fromHex(0xf5f3e5)],
|
|
488
|
+
["ecstasy", fromHex(0xfa7814)],
|
|
489
|
+
["eden", fromHex(0x105852)],
|
|
490
|
+
["edgewater", fromHex(0xc8e3d7)],
|
|
491
|
+
["edward", fromHex(0xa2aeab)],
|
|
1021
492
|
["eggplant", fromHex(0x614051)],
|
|
1022
|
-
["
|
|
1023
|
-
["
|
|
1024
|
-
["
|
|
493
|
+
["egg sour", fromHex(0xfff4dd)],
|
|
494
|
+
["egg white", fromHex(0xffefc1)],
|
|
495
|
+
["electric lime", fromHex(0xccff00)],
|
|
496
|
+
["electric violet", fromHex(0x8b00ff)],
|
|
497
|
+
["elephant", fromHex(0x123447)],
|
|
498
|
+
["elf green", fromHex(0x088370)],
|
|
499
|
+
["elm", fromHex(0x1c7c7d)],
|
|
500
|
+
["el paso", fromHex(0x1e1708)],
|
|
501
|
+
["el salva", fromHex(0x8f3e33)],
|
|
502
|
+
["emerald", fromHex(0x50c878)],
|
|
503
|
+
["eminence", fromHex(0x6c3082)],
|
|
504
|
+
["emperor", fromHex(0x514649)],
|
|
1025
505
|
["empress", fromHex(0x817377)],
|
|
1026
|
-
["
|
|
1027
|
-
["
|
|
506
|
+
["endeavour", fromHex(0x0056a7)],
|
|
507
|
+
["energy yellow", fromHex(0xf8dd5c)],
|
|
508
|
+
["english holly", fromHex(0x022d15)],
|
|
509
|
+
["english walnut", fromHex(0x3e2b23)],
|
|
510
|
+
["envy", fromHex(0x8ba690)],
|
|
511
|
+
["equator", fromHex(0xe1bc64)],
|
|
512
|
+
["espresso", fromHex(0x612718)],
|
|
513
|
+
["eternity", fromHex(0x211a0e)],
|
|
514
|
+
["eucalyptus", fromHex(0x278a5b)],
|
|
515
|
+
["eunry", fromHex(0xcfa39d)],
|
|
516
|
+
["evening sea", fromHex(0x024e46)],
|
|
517
|
+
["everglade", fromHex(0x1c402e)],
|
|
518
|
+
["faded jade", fromHex(0x427977)],
|
|
519
|
+
["fair pink", fromHex(0xffefec)],
|
|
1028
520
|
["falcon", fromHex(0x7f626d)],
|
|
1029
|
-
["
|
|
1030
|
-
["
|
|
1031
|
-
["
|
|
1032
|
-
["
|
|
1033
|
-
["
|
|
1034
|
-
["
|
|
1035
|
-
["
|
|
1036
|
-
["
|
|
1037
|
-
["
|
|
1038
|
-
["
|
|
1039
|
-
["
|
|
1040
|
-
["
|
|
1041
|
-
["
|
|
1042
|
-
["
|
|
1043
|
-
["
|
|
1044
|
-
["
|
|
1045
|
-
["
|
|
1046
|
-
["
|
|
1047
|
-
["
|
|
1048
|
-
["saddlebrown", fromHex(0x583401)],
|
|
1049
|
-
["jambalaya", fromHex(0x5b3013)],
|
|
1050
|
-
["irishcoffee", fromHex(0x5f3d26)],
|
|
1051
|
-
["shinglefawn", fromHex(0x6b4e31)],
|
|
1052
|
-
["dallas", fromHex(0x6e4b26)],
|
|
1053
|
-
["pickledbean", fromHex(0x6e4826)],
|
|
1054
|
-
["oldcopper", fromHex(0x724a2f)],
|
|
1055
|
-
["spice", fromHex(0x6a442e)],
|
|
1056
|
-
["nutmeg", fromHex(0x81422c)],
|
|
1057
|
-
["hairyheath", fromHex(0x6b2a14)],
|
|
1058
|
-
["nutmegwoodfinish", fromHex(0x683600)],
|
|
1059
|
-
["redbeech", fromHex(0x7b3801)],
|
|
1060
|
-
["perutan", fromHex(0x7f3a02)],
|
|
1061
|
-
["coppercanyon", fromHex(0x7e3a15)],
|
|
1062
|
-
["walnut", fromHex(0x773f1a)],
|
|
1063
|
-
["cinnamon", fromHex(0x7b3f00)],
|
|
1064
|
-
["russet", fromHex(0x80461b)],
|
|
1065
|
-
["kenyancopper", fromHex(0x7c1c05)],
|
|
1066
|
-
["pueblo", fromHex(0x7d2c14)],
|
|
1067
|
-
["peanut", fromHex(0x782f16)],
|
|
1068
|
-
["mocha", fromHex(0x782d19)],
|
|
1069
|
-
["metalliccopper", fromHex(0x71291d)],
|
|
1070
|
-
["persianplum", fromHex(0x701c1c)],
|
|
1071
|
-
["crownofthorns", fromHex(0x771f1f)],
|
|
1072
|
-
["sanguinebrown", fromHex(0x8d3d38)],
|
|
1073
|
-
["elsalva", fromHex(0x8f3e33)],
|
|
1074
|
-
["redrobin", fromHex(0x80341f)],
|
|
1075
|
-
["burntumber", fromHex(0x8a3324)],
|
|
1076
|
-
["stiletto", fromHex(0x9c3336)],
|
|
1077
|
-
["oldbrick", fromHex(0x901e1e)],
|
|
1078
|
-
["paprika", fromHex(0x8d0226)],
|
|
1079
|
-
["monarch", fromHex(0x8b0723)],
|
|
1080
|
-
["merlot", fromHex(0x831923)],
|
|
1081
|
-
["falured", fromHex(0x801818)],
|
|
1082
|
-
["pohutukawa", fromHex(0x8f021c)],
|
|
1083
|
-
["reddevil", fromHex(0x860111)],
|
|
1084
|
-
["maroon", fromHex(0x800000)],
|
|
1085
|
-
["redberry", fromHex(0x8e0000)],
|
|
1086
|
-
["totempole", fromHex(0x991b07)],
|
|
1087
|
-
["tamarillo", fromHex(0x991613)],
|
|
1088
|
-
["mexicanred", fromHex(0xa72525)],
|
|
1089
|
-
["tabasco", fromHex(0xa02712)],
|
|
1090
|
-
["roofterracotta", fromHex(0xa62f20)],
|
|
1091
|
-
["cognac", fromHex(0x9f381d)],
|
|
1092
|
-
["prairiesand", fromHex(0x9a3820)],
|
|
1093
|
-
["cumin", fromHex(0x924321)],
|
|
1094
|
-
["paarl", fromHex(0xa65529)],
|
|
1095
|
-
["mojo", fromHex(0xc04737)],
|
|
1096
|
-
["chestnut", fromHex(0xb94e48)],
|
|
1097
|
-
["crail", fromHex(0xb95140)],
|
|
1098
|
-
["brownrust", fromHex(0xaf593e)],
|
|
1099
|
-
["matrix", fromHex(0xb05d54)],
|
|
1100
|
-
["appleblossom", fromHex(0xaf4d43)],
|
|
1101
|
-
["mediumcarmine", fromHex(0xaf4035)],
|
|
1102
|
-
["wellread", fromHex(0xb43332)],
|
|
1103
|
-
["copperrust", fromHex(0x944747)],
|
|
1104
|
-
["hippiepink", fromHex(0xae4560)],
|
|
1105
|
-
["blush", fromHex(0xb44668)],
|
|
1106
|
-
["cadillac", fromHex(0xb04c6a)],
|
|
1107
|
-
["vinrouge", fromHex(0x983d61)],
|
|
1108
|
-
["nightshadz", fromHex(0xaa375a)],
|
|
1109
|
-
["rouge", fromHex(0xa23b6c)],
|
|
1110
|
-
["solidpink", fromHex(0x893843)],
|
|
1111
|
-
["tosca", fromHex(0x8d3f3f)],
|
|
1112
|
-
["lotus", fromHex(0x863c3c)],
|
|
1113
|
-
["camelot", fromHex(0x893456)],
|
|
1114
|
-
["tawnyport", fromHex(0x692545)],
|
|
1115
|
-
["claret", fromHex(0x7f1734)],
|
|
1116
|
-
["siren", fromHex(0x7a013a)],
|
|
1117
|
-
["disco", fromHex(0x871550)],
|
|
1118
|
-
["rosebudcherry", fromHex(0x800b47)],
|
|
1119
|
-
["lipstick", fromHex(0xab0563)],
|
|
1120
|
-
["jazzberryjam", fromHex(0xa50b5e)],
|
|
1121
|
-
["hibiscus", fromHex(0xb6316c)],
|
|
1122
|
-
["razzmatazz", fromHex(0xe30b5c)],
|
|
1123
|
-
["shiraz", fromHex(0xb20931)],
|
|
1124
|
-
["cardinal", fromHex(0xc41e3a)],
|
|
1125
|
-
["maroonflush", fromHex(0xc32148)],
|
|
1126
|
-
["brickred", fromHex(0xc62d42)],
|
|
1127
|
-
["flushmahogany", fromHex(0xca3435)],
|
|
1128
|
-
["persianred", fromHex(0xcc3333)],
|
|
1129
|
-
["alizarincrimson", fromHex(0xe32636)],
|
|
1130
|
-
["crimson", fromHex(0xdc143c)],
|
|
1131
|
-
["monza", fromHex(0xc7031e)],
|
|
1132
|
-
["tallpoppy", fromHex(0xb32d29)],
|
|
1133
|
-
["sangria", fromHex(0x92000a)],
|
|
1134
|
-
["carmine", fromHex(0x960018)],
|
|
1135
|
-
["scarlett", fromHex(0x950015)],
|
|
1136
|
-
["burgundy", fromHex(0x900020)],
|
|
1137
|
-
["brightred", fromHex(0xb10000)],
|
|
1138
|
-
["guardsmanred", fromHex(0xba0101)],
|
|
1139
|
-
["milanored", fromHex(0xb81104)],
|
|
1140
|
-
["thunderbird", fromHex(0xc02b18)],
|
|
1141
|
-
["red", fromHex(0xff0000)],
|
|
1142
|
-
["torchred", fromHex(0xfd0e35)],
|
|
1143
|
-
["sunsetorange", fromHex(0xfe4c40)],
|
|
1144
|
-
["redorange", fromHex(0xff3f34)],
|
|
1145
|
-
["coralred", fromHex(0xff4040)],
|
|
1146
|
-
["scarlet", fromHex(0xff2400)],
|
|
1147
|
-
["vermilion", fromHex(0xff4d00)],
|
|
1148
|
-
["internationalorange", fromHex(0xff4f00)],
|
|
1149
|
-
["trinidad", fromHex(0xe64e03)],
|
|
1150
|
-
["grenadier", fromHex(0xd54600)],
|
|
1151
|
-
["pomegranate", fromHex(0xf34723)],
|
|
1152
|
-
["flamingo", fromHex(0xf2552a)],
|
|
1153
|
-
["outrageousorange", fromHex(0xff6037)],
|
|
1154
|
-
["orange", fromHex(0xff681f)],
|
|
1155
|
-
["blazeorange", fromHex(0xff6600)],
|
|
1156
|
-
["burntorange", fromHex(0xcc5500)],
|
|
1157
|
-
["tenn", fromHex(0xcd5700)],
|
|
1158
|
-
["bamboo", fromHex(0xda6304)],
|
|
1159
|
-
["clementine", fromHex(0xe96e00)],
|
|
1160
|
-
["orangeroughy", fromHex(0xc45719)],
|
|
1161
|
-
["piper", fromHex(0xc96323)],
|
|
1162
|
-
["hotcinnamon", fromHex(0xd2691e)],
|
|
1163
|
-
["christine", fromHex(0xe7730a)],
|
|
1164
|
-
["mangotango", fromHex(0xe77200)],
|
|
1165
|
-
["redstage", fromHex(0xd05f04)],
|
|
1166
|
-
["indochine", fromHex(0xc26b03)],
|
|
1167
|
-
["meteor", fromHex(0xd07d12)],
|
|
1168
|
-
["ochre", fromHex(0xcc7722)],
|
|
1169
|
-
["brandypunch", fromHex(0xcd8429)],
|
|
1170
|
-
["maitai", fromHex(0xb06608)],
|
|
1171
|
-
["bourbon", fromHex(0xba6f1e)],
|
|
1172
|
-
["copper", fromHex(0xb87333)],
|
|
1173
|
-
["mandalay", fromHex(0xad781b)],
|
|
1174
|
-
["butteredrum", fromHex(0xa1750d)],
|
|
1175
|
-
["marigold", fromHex(0xb98d28)],
|
|
1176
|
-
["hottoddy", fromHex(0xb38007)],
|
|
1177
|
-
["pirategold", fromHex(0xba7f03)],
|
|
1178
|
-
["gamboge", fromHex(0xe49b0f)],
|
|
1179
|
-
["treepoppy", fromHex(0xfc9c1d)],
|
|
1180
|
-
["orangepeel", fromHex(0xffa000)],
|
|
1181
|
-
["weborange", fromHex(0xffa500)],
|
|
1182
|
-
["california", fromHex(0xfe9d04)],
|
|
1183
|
-
["fuelyellow", fromHex(0xeca927)],
|
|
1184
|
-
["goldengrass", fromHex(0xdaa520)],
|
|
1185
|
-
["geebung", fromHex(0xd18f1b)],
|
|
1186
|
-
["pizza", fromHex(0xc99415)],
|
|
1187
|
-
["tussock", fromHex(0xc5994b)],
|
|
1188
|
-
["sandybrown", fromHex(0xf4a460)],
|
|
1189
|
-
["tanhide", fromHex(0xfa9d5a)],
|
|
1190
|
-
["goldenbell", fromHex(0xe28913)],
|
|
1191
|
-
["dixie", fromHex(0xe29418)],
|
|
1192
|
-
["carrotorange", fromHex(0xed9121)],
|
|
1193
|
-
["firebush", fromHex(0xe89928)],
|
|
1194
|
-
["sunshade", fromHex(0xff9e2c)],
|
|
1195
|
-
["seabuckthorn", fromHex(0xfba129)],
|
|
1196
|
-
["neoncarrot", fromHex(0xff9933)],
|
|
1197
|
-
["tango", fromHex(0xed7a1c)],
|
|
1198
|
-
["tahitigold", fromHex(0xe97c07)],
|
|
1199
|
-
["zest", fromHex(0xe5841b)],
|
|
1200
|
-
["jaffa", fromHex(0xef863f)],
|
|
1201
|
-
["coral", fromHex(0xff7f50)],
|
|
1202
|
-
["crusta", fromHex(0xfd7b33)],
|
|
1203
|
-
["burningorange", fromHex(0xff7034)],
|
|
1204
|
-
["pumpkin", fromHex(0xff7518)],
|
|
1205
|
-
["ecstasy", fromHex(0xfa7814)],
|
|
1206
|
-
["westside", fromHex(0xff910f)],
|
|
1207
|
-
["pizazz", fromHex(0xff9000)],
|
|
1208
|
-
["tangerine", fromHex(0xf28500)],
|
|
1209
|
-
["golddrop", fromHex(0xf18200)],
|
|
1210
|
-
["chileanfire", fromHex(0xf77703)],
|
|
1211
|
-
["sorbus", fromHex(0xfd7c07)],
|
|
521
|
+
["fall green", fromHex(0xecebbd)],
|
|
522
|
+
["falu red", fromHex(0x801818)],
|
|
523
|
+
["fantasy", fromHex(0xfaf3f0)],
|
|
524
|
+
["fedora", fromHex(0x796a78)],
|
|
525
|
+
["feijoa", fromHex(0x9fdd8c)],
|
|
526
|
+
["fern", fromHex(0x63b76c)],
|
|
527
|
+
["fern frond", fromHex(0x657220)],
|
|
528
|
+
["fern green", fromHex(0x4f7942)],
|
|
529
|
+
["ferra", fromHex(0x704f50)],
|
|
530
|
+
["festival", fromHex(0xfbe96c)],
|
|
531
|
+
["feta", fromHex(0xf0fcea)],
|
|
532
|
+
["fiery orange", fromHex(0xb35213)],
|
|
533
|
+
["finch", fromHex(0x626649)],
|
|
534
|
+
["finlandia", fromHex(0x556d56)],
|
|
535
|
+
["finn", fromHex(0x692d54)],
|
|
536
|
+
["fiord", fromHex(0x405169)],
|
|
537
|
+
["fire", fromHex(0xaa4203)],
|
|
538
|
+
["fire bush", fromHex(0xe89928)],
|
|
539
|
+
["firefly", fromHex(0x0e2a30)],
|
|
1212
540
|
["flamenco", fromHex(0xff7d07)],
|
|
1213
|
-
["
|
|
1214
|
-
["
|
|
1215
|
-
["
|
|
1216
|
-
["
|
|
1217
|
-
["koromiko", fromHex(0xffbd5f)],
|
|
1218
|
-
["goldentainoi", fromHex(0xffcc5c)],
|
|
1219
|
-
["saffronmango", fromHex(0xf9bf58)],
|
|
1220
|
-
["casablanca", fromHex(0xf8b853)],
|
|
1221
|
-
["tuliptree", fromHex(0xeab33b)],
|
|
1222
|
-
["buttercup", fromHex(0xf3ad16)],
|
|
1223
|
-
["lightningyellow", fromHex(0xfcc01e)],
|
|
1224
|
-
["selectiveyellow", fromHex(0xffba00)],
|
|
1225
|
-
["mysin", fromHex(0xffb31f)],
|
|
1226
|
-
["amber", fromHex(0xffbf00)],
|
|
1227
|
-
["sun", fromHex(0xfbac13)],
|
|
1228
|
-
["yellowsea", fromHex(0xfea904)],
|
|
1229
|
-
["lightapricot", fromHex(0xfdd5b1)],
|
|
1230
|
-
["tutu", fromHex(0xfff1f9)],
|
|
1231
|
-
["remy", fromHex(0xfeebf3)],
|
|
1232
|
-
["pastelpink", fromHex(0xffd1dc)],
|
|
1233
|
-
["cosmos", fromHex(0xffd8d9)],
|
|
1234
|
-
["palerose", fromHex(0xffe1f2)],
|
|
1235
|
-
["pigpink", fromHex(0xfdd7e4)],
|
|
1236
|
-
["cherub", fromHex(0xf8d9e9)],
|
|
1237
|
-
["wepeep", fromHex(0xf7dbe6)],
|
|
1238
|
-
["underagepink", fromHex(0xf9e6f4)],
|
|
1239
|
-
["amour", fromHex(0xf9eaf3)],
|
|
1240
|
-
["carouselpink", fromHex(0xf9e0ed)],
|
|
1241
|
-
["prim", fromHex(0xf0e2ec)],
|
|
1242
|
-
["pippin", fromHex(0xffe1df)],
|
|
1243
|
-
["cinderella", fromHex(0xfde1dc)],
|
|
1244
|
-
["vanillaice", fromHex(0xf3d9df)],
|
|
1245
|
-
["tuftbush", fromHex(0xffddcd)],
|
|
1246
|
-
["watusi", fromHex(0xffddcf)],
|
|
1247
|
-
["peachschnapps", fromHex(0xffdcd6)],
|
|
1248
|
-
["mandyspink", fromHex(0xf2c3b2)],
|
|
1249
|
-
["desertsand", fromHex(0xedc9af)],
|
|
1250
|
-
["justright", fromHex(0xeccdb9)],
|
|
1251
|
-
["beautybush", fromHex(0xeec1be)],
|
|
1252
|
-
["oysterpink", fromHex(0xe9cecd)],
|
|
1253
|
-
["duststorm", fromHex(0xe5ccc9)],
|
|
1254
|
-
["lola", fromHex(0xdfcfdb)],
|
|
1255
|
-
["twilight", fromHex(0xe4cfde)],
|
|
1256
|
-
["melanie", fromHex(0xe4c2d5)],
|
|
1257
|
-
["azalea", fromHex(0xf7c8da)],
|
|
1258
|
-
["cupid", fromHex(0xfbbeda)],
|
|
1259
|
-
["pink", fromHex(0xffc0cb)],
|
|
1260
|
-
["yourpink", fromHex(0xffc3c0)],
|
|
1261
|
-
["sundown", fromHex(0xffb1b3)],
|
|
1262
|
-
["cornflowerlilac", fromHex(0xffb0ac)],
|
|
1263
|
-
["rosebud", fromHex(0xfbb2a3)],
|
|
1264
|
-
["melon", fromHex(0xfebaad)],
|
|
1265
|
-
["blossom", fromHex(0xdcb4bc)],
|
|
1266
|
-
["cavernpink", fromHex(0xe3bebe)],
|
|
1267
|
-
["pinkflare", fromHex(0xe1c0c8)],
|
|
1268
|
-
["coldturkey", fromHex(0xcebaba)],
|
|
1269
|
-
["clamshell", fromHex(0xd4b6af)],
|
|
1270
|
-
["rosefog", fromHex(0xe7bcb4)],
|
|
1271
|
-
["shilo", fromHex(0xe8b9b3)],
|
|
1272
|
-
["zinnwaldite", fromHex(0xebc2af)],
|
|
1273
|
-
["cashmere", fromHex(0xe6bea5)],
|
|
1274
|
-
["cameo", fromHex(0xd9b99b)],
|
|
1275
|
-
["goldsand", fromHex(0xe6be8a)],
|
|
1276
|
-
["pancho", fromHex(0xedcdab)],
|
|
1277
|
-
["romantic", fromHex(0xffd2b7)],
|
|
1278
|
-
["apricotpeach", fromHex(0xfbceb1)],
|
|
1279
|
-
["corvette", fromHex(0xfad3a2)],
|
|
541
|
+
["flame pea", fromHex(0xda5b38)],
|
|
542
|
+
["flamingo", fromHex(0xf2552a)],
|
|
543
|
+
["flax", fromHex(0xeedc82)],
|
|
544
|
+
["flax smoke", fromHex(0x7b8265)],
|
|
1280
545
|
["flesh", fromHex(0xffcba4)],
|
|
1281
|
-
["
|
|
1282
|
-
["
|
|
1283
|
-
["
|
|
1284
|
-
["
|
|
1285
|
-
["
|
|
1286
|
-
["
|
|
1287
|
-
["
|
|
1288
|
-
["
|
|
1289
|
-
["
|
|
1290
|
-
["
|
|
1291
|
-
["
|
|
1292
|
-
["
|
|
1293
|
-
["
|
|
1294
|
-
["
|
|
1295
|
-
["
|
|
1296
|
-
["
|
|
1297
|
-
["
|
|
1298
|
-
["
|
|
546
|
+
["flint", fromHex(0x6f6a61)],
|
|
547
|
+
["flirt", fromHex(0xa2006d)],
|
|
548
|
+
["flush mahogany", fromHex(0xca3435)],
|
|
549
|
+
["flush orange", fromHex(0xff7f00)],
|
|
550
|
+
["foam", fromHex(0xd8fcfa)],
|
|
551
|
+
["fog", fromHex(0xd7d0ff)],
|
|
552
|
+
["foggy gray", fromHex(0xcbcab6)],
|
|
553
|
+
["forest green", fromHex(0x228b22)],
|
|
554
|
+
["forget me not", fromHex(0xfff1ee)],
|
|
555
|
+
["fountain blue", fromHex(0x56b4be)],
|
|
556
|
+
["frangipani", fromHex(0xffdeb3)],
|
|
557
|
+
["french gray", fromHex(0xbdbdc6)],
|
|
558
|
+
["french lilac", fromHex(0xecc7ee)],
|
|
559
|
+
["french pass", fromHex(0xbdedfd)],
|
|
560
|
+
["french rose", fromHex(0xf64a8a)],
|
|
561
|
+
["fresh eggplant", fromHex(0x990066)],
|
|
562
|
+
["friar gray", fromHex(0x807e79)],
|
|
563
|
+
["fringy flower", fromHex(0xb1e2c1)],
|
|
1299
564
|
["froly", fromHex(0xf57584)],
|
|
1300
|
-
["
|
|
1301
|
-
["
|
|
1302
|
-
["
|
|
1303
|
-
["
|
|
565
|
+
["frost", fromHex(0xedf5dd)],
|
|
566
|
+
["frosted mint", fromHex(0xdbfff8)],
|
|
567
|
+
["frostee", fromHex(0xe4f6e7)],
|
|
568
|
+
["fruit salad", fromHex(0x4f9d5d)],
|
|
569
|
+
["fuchsia blue", fromHex(0x7a58c1)],
|
|
570
|
+
["fuchsia magenta", fromHex(0xff00ff)],
|
|
571
|
+
["fuchsia pink", fromHex(0xc154c1)],
|
|
572
|
+
["fuego", fromHex(0xbede0d)],
|
|
573
|
+
["fuel yellow", fromHex(0xeca927)],
|
|
574
|
+
["fun blue", fromHex(0x1959a8)],
|
|
575
|
+
["fun green", fromHex(0x016d39)],
|
|
576
|
+
["fuscous gray", fromHex(0x54534d)],
|
|
577
|
+
["fuzzy wuzzy brown", fromHex(0xc45655)],
|
|
578
|
+
["gable green", fromHex(0x163531)],
|
|
579
|
+
["gallery", fromHex(0xefefef)],
|
|
580
|
+
["galliano", fromHex(0xdcb20c)],
|
|
581
|
+
["gamboge", fromHex(0xe49b0f)],
|
|
582
|
+
["geebung", fromHex(0xd18f1b)],
|
|
583
|
+
["genoa", fromHex(0x15736b)],
|
|
1304
584
|
["geraldine", fromHex(0xfb8989)],
|
|
1305
|
-
["
|
|
1306
|
-
["
|
|
1307
|
-
["
|
|
1308
|
-
["
|
|
1309
|
-
["
|
|
1310
|
-
["
|
|
1311
|
-
["
|
|
1312
|
-
["
|
|
1313
|
-
["
|
|
1314
|
-
["
|
|
1315
|
-
["
|
|
1316
|
-
["
|
|
1317
|
-
["
|
|
1318
|
-
["
|
|
1319
|
-
["
|
|
1320
|
-
["
|
|
1321
|
-
["
|
|
1322
|
-
["
|
|
1323
|
-
["
|
|
1324
|
-
["
|
|
1325
|
-
["
|
|
1326
|
-
["
|
|
1327
|
-
["
|
|
1328
|
-
["
|
|
1329
|
-
["
|
|
1330
|
-
["
|
|
1331
|
-
["
|
|
1332
|
-
["
|
|
1333
|
-
["
|
|
1334
|
-
["
|
|
1335
|
-
["
|
|
1336
|
-
["
|
|
1337
|
-
["
|
|
1338
|
-
["
|
|
1339
|
-
["
|
|
1340
|
-
["
|
|
1341
|
-
["
|
|
1342
|
-
["
|
|
1343
|
-
["
|
|
1344
|
-
["
|
|
1345
|
-
["
|
|
1346
|
-
["
|
|
1347
|
-
["
|
|
1348
|
-
["
|
|
1349
|
-
["
|
|
1350
|
-
["
|
|
1351
|
-
["
|
|
1352
|
-
["
|
|
1353
|
-
["
|
|
1354
|
-
["
|
|
1355
|
-
["
|
|
1356
|
-
["
|
|
1357
|
-
["
|
|
1358
|
-
["
|
|
1359
|
-
["
|
|
1360
|
-
["
|
|
1361
|
-
["
|
|
1362
|
-
["
|
|
1363
|
-
["
|
|
1364
|
-
["
|
|
1365
|
-
["
|
|
1366
|
-
["
|
|
1367
|
-
["
|
|
1368
|
-
["
|
|
1369
|
-
["
|
|
1370
|
-
["
|
|
1371
|
-
["
|
|
1372
|
-
["
|
|
1373
|
-
["
|
|
1374
|
-
["
|
|
1375
|
-
["
|
|
1376
|
-
["
|
|
1377
|
-
["
|
|
1378
|
-
["
|
|
1379
|
-
["
|
|
1380
|
-
["
|
|
1381
|
-
["
|
|
1382
|
-
["
|
|
1383
|
-
["
|
|
1384
|
-
["
|
|
1385
|
-
["
|
|
1386
|
-
["
|
|
585
|
+
["geyser", fromHex(0xd4dfe2)],
|
|
586
|
+
["ghost", fromHex(0xc7c9d5)],
|
|
587
|
+
["gigas", fromHex(0x523c94)],
|
|
588
|
+
["gimblet", fromHex(0xb8b56a)],
|
|
589
|
+
["gin", fromHex(0xe8f2eb)],
|
|
590
|
+
["gin fizz", fromHex(0xfff9e2)],
|
|
591
|
+
["givry", fromHex(0xf8e4bf)],
|
|
592
|
+
["glacier", fromHex(0x80b3c4)],
|
|
593
|
+
["glade green", fromHex(0x61845f)],
|
|
594
|
+
["go ben", fromHex(0x726d4e)],
|
|
595
|
+
["goblin", fromHex(0x3d7d52)],
|
|
596
|
+
["gold", fromHex(0xffd700)],
|
|
597
|
+
["gold drop", fromHex(0xf18200)],
|
|
598
|
+
["golden bell", fromHex(0xe28913)],
|
|
599
|
+
["golden dream", fromHex(0xf0d52d)],
|
|
600
|
+
["golden fizz", fromHex(0xf5fb3d)],
|
|
601
|
+
["golden glow", fromHex(0xfde295)],
|
|
602
|
+
["golden grass", fromHex(0xdaa520)],
|
|
603
|
+
["goldenrod", fromHex(0xfcd667)],
|
|
604
|
+
["golden sand", fromHex(0xf0db7d)],
|
|
605
|
+
["golden tainoi", fromHex(0xffcc5c)],
|
|
606
|
+
["gold sand", fromHex(0xe6be8a)],
|
|
607
|
+
["gold tips", fromHex(0xdeba13)],
|
|
608
|
+
["gondola", fromHex(0x261414)],
|
|
609
|
+
["gordons green", fromHex(0x0b1107)],
|
|
610
|
+
["gorse", fromHex(0xfff14f)],
|
|
611
|
+
["gossamer", fromHex(0x069b81)],
|
|
612
|
+
["gossip", fromHex(0xd2f8b0)],
|
|
613
|
+
["gothic", fromHex(0x6d92a1)],
|
|
614
|
+
["governor bay", fromHex(0x2f3cb3)],
|
|
615
|
+
["grain brown", fromHex(0xe4d5b7)],
|
|
616
|
+
["grandis", fromHex(0xffd38c)],
|
|
617
|
+
["granite green", fromHex(0x8d8974)],
|
|
618
|
+
["granny apple", fromHex(0xd5f6e3)],
|
|
619
|
+
["granny smith", fromHex(0x84a0a0)],
|
|
620
|
+
["granny smith apple", fromHex(0x9de093)],
|
|
621
|
+
["grape", fromHex(0x381a51)],
|
|
622
|
+
["graphite", fromHex(0x251607)],
|
|
623
|
+
["gravel", fromHex(0x4a444b)],
|
|
624
|
+
["gray", fromHex(0x808080)],
|
|
625
|
+
["gray asparagus", fromHex(0x465945)],
|
|
626
|
+
["gray chateau", fromHex(0xa2aab3)],
|
|
627
|
+
["gray nickel", fromHex(0xc3c3bd)],
|
|
628
|
+
["gray nurse", fromHex(0xe7ece6)],
|
|
629
|
+
["gray olive", fromHex(0xa9a491)],
|
|
630
|
+
["gray suit", fromHex(0xc1becd)],
|
|
631
|
+
["green", fromHex(0x00ff00)],
|
|
632
|
+
["green haze", fromHex(0x01a368)],
|
|
633
|
+
["green house", fromHex(0x24500f)],
|
|
634
|
+
["green kelp", fromHex(0x25311c)],
|
|
635
|
+
["green leaf", fromHex(0x436a0d)],
|
|
636
|
+
["green mist", fromHex(0xcbd3b0)],
|
|
637
|
+
["green pea", fromHex(0x1d6142)],
|
|
638
|
+
["green smoke", fromHex(0xa4af6e)],
|
|
639
|
+
["green spring", fromHex(0xb8c1b1)],
|
|
640
|
+
["green vogue", fromHex(0x032b52)],
|
|
641
|
+
["green waterloo", fromHex(0x101405)],
|
|
642
|
+
["green white", fromHex(0xe8ebe0)],
|
|
643
|
+
["green yellow", fromHex(0xadff2f)],
|
|
644
|
+
["grenadier", fromHex(0xd54600)],
|
|
645
|
+
["guardsman red", fromHex(0xba0101)],
|
|
646
|
+
["gulf blue", fromHex(0x051657)],
|
|
647
|
+
["gulf stream", fromHex(0x80b3ae)],
|
|
648
|
+
["gull gray", fromHex(0x9dacb7)],
|
|
649
|
+
["gumbo", fromHex(0x7ca1a6)],
|
|
650
|
+
["gum leaf", fromHex(0xb6d3bf)],
|
|
651
|
+
["gun powder", fromHex(0x414257)],
|
|
652
|
+
["gunsmoke", fromHex(0x828685)],
|
|
653
|
+
["gurkha", fromHex(0x9a9577)],
|
|
654
|
+
["hacienda", fromHex(0x98811b)],
|
|
655
|
+
["hairy heath", fromHex(0x6b2a14)],
|
|
656
|
+
["haiti", fromHex(0x1b1035)],
|
|
657
|
+
["half and half", fromHex(0xfffee1)],
|
|
658
|
+
["half baked", fromHex(0x85c4cc)],
|
|
659
|
+
["half colonial white", fromHex(0xfdf6d3)],
|
|
660
|
+
["half dutch white", fromHex(0xfef7de)],
|
|
661
|
+
["half spanish white", fromHex(0xfef4db)],
|
|
662
|
+
["hampton", fromHex(0xe5d8af)],
|
|
663
|
+
["harlequin", fromHex(0x3fff00)],
|
|
664
|
+
["harp", fromHex(0xe6f2ea)],
|
|
665
|
+
["harvest gold", fromHex(0xe0b974)],
|
|
666
|
+
["havelock blue", fromHex(0x5590d9)],
|
|
667
|
+
["hawaiian tan", fromHex(0x9d5616)],
|
|
668
|
+
["hawkes blue", fromHex(0xd4e2fc)],
|
|
669
|
+
["heath", fromHex(0x541012)],
|
|
670
|
+
["heather", fromHex(0xb7c3d0)],
|
|
671
|
+
["heathered gray", fromHex(0xb6b095)],
|
|
672
|
+
["heavy metal", fromHex(0x2b3228)],
|
|
1387
673
|
["heliotrope", fromHex(0xdf73ff)],
|
|
1388
|
-
["
|
|
1389
|
-
["
|
|
1390
|
-
["
|
|
1391
|
-
["
|
|
1392
|
-
["
|
|
1393
|
-
["
|
|
1394
|
-
["
|
|
1395
|
-
["
|
|
1396
|
-
["
|
|
674
|
+
["hemlock", fromHex(0x5e5d3b)],
|
|
675
|
+
["hemp", fromHex(0x907874)],
|
|
676
|
+
["hibiscus", fromHex(0xb6316c)],
|
|
677
|
+
["highland", fromHex(0x6f8e63)],
|
|
678
|
+
["hillary", fromHex(0xaca586)],
|
|
679
|
+
["himalaya", fromHex(0x6a5d1b)],
|
|
680
|
+
["hint of green", fromHex(0xe6ffe9)],
|
|
681
|
+
["hint of red", fromHex(0xfbf9f9)],
|
|
682
|
+
["hint of yellow", fromHex(0xfafde4)],
|
|
683
|
+
["hippie blue", fromHex(0x589aaf)],
|
|
684
|
+
["hippie green", fromHex(0x53824b)],
|
|
685
|
+
["hippie pink", fromHex(0xae4560)],
|
|
686
|
+
["hit gray", fromHex(0xa1adb5)],
|
|
687
|
+
["hit pink", fromHex(0xffab81)],
|
|
688
|
+
["hokey pokey", fromHex(0xc8a528)],
|
|
689
|
+
["hoki", fromHex(0x65869f)],
|
|
690
|
+
["holly", fromHex(0x011d13)],
|
|
691
|
+
["hollywood cerise", fromHex(0xf400a1)],
|
|
692
|
+
["honey flower", fromHex(0x4f1c70)],
|
|
693
|
+
["honeysuckle", fromHex(0xedfc84)],
|
|
1397
694
|
["hopbush", fromHex(0xd06da1)],
|
|
1398
|
-
["
|
|
1399
|
-
["
|
|
1400
|
-
["
|
|
695
|
+
["horizon", fromHex(0x5a87a0)],
|
|
696
|
+
["horses neck", fromHex(0x604913)],
|
|
697
|
+
["hot cinnamon", fromHex(0xd2691e)],
|
|
698
|
+
["hot pink", fromHex(0xff69b4)],
|
|
699
|
+
["hot toddy", fromHex(0xb38007)],
|
|
700
|
+
["humming bird", fromHex(0xcff9f3)],
|
|
701
|
+
["hunter green", fromHex(0x161d10)],
|
|
702
|
+
["hurricane", fromHex(0x877c7b)],
|
|
703
|
+
["husk", fromHex(0xb7a458)],
|
|
704
|
+
["iceberg", fromHex(0xdaf4f0)],
|
|
705
|
+
["ice cold", fromHex(0xb1f4e7)],
|
|
706
|
+
["illusion", fromHex(0xf6a4c9)],
|
|
707
|
+
["inch worm", fromHex(0xb0e313)],
|
|
708
|
+
["indian khaki", fromHex(0xc3b091)],
|
|
709
|
+
["indian tan", fromHex(0x4d1e01)],
|
|
710
|
+
["indigo", fromHex(0x4f69c6)],
|
|
711
|
+
["indochine", fromHex(0xc26b03)],
|
|
712
|
+
["international klein blue", fromHex(0x002fa7)],
|
|
713
|
+
["international orange", fromHex(0xff4f00)],
|
|
714
|
+
["irish coffee", fromHex(0x5f3d26)],
|
|
715
|
+
["iroko", fromHex(0x433120)],
|
|
716
|
+
["iron", fromHex(0xd4d7d9)],
|
|
717
|
+
["ironside gray", fromHex(0x676662)],
|
|
718
|
+
["ironstone", fromHex(0x86483c)],
|
|
719
|
+
["island spice", fromHex(0xfffcee)],
|
|
720
|
+
["ivory", fromHex(0xfffff0)],
|
|
721
|
+
["jacaranda", fromHex(0x2e0329)],
|
|
722
|
+
["jacarta", fromHex(0x3a2a6a)],
|
|
723
|
+
["jacko bean", fromHex(0x2e1905)],
|
|
724
|
+
["jacksons purple", fromHex(0x20208d)],
|
|
725
|
+
["jade", fromHex(0x00a86b)],
|
|
726
|
+
["jaffa", fromHex(0xef863f)],
|
|
727
|
+
["jagged ice", fromHex(0xc2e8e5)],
|
|
728
|
+
["jagger", fromHex(0x350e57)],
|
|
729
|
+
["jaguar", fromHex(0x080110)],
|
|
730
|
+
["jambalaya", fromHex(0x5b3013)],
|
|
731
|
+
["janna", fromHex(0xf4ebd3)],
|
|
732
|
+
["japanese laurel", fromHex(0x0a6906)],
|
|
733
|
+
["japanese maple", fromHex(0x780109)],
|
|
734
|
+
["japonica", fromHex(0xd87c63)],
|
|
735
|
+
["java", fromHex(0x1fc2c2)],
|
|
736
|
+
["jazzberry jam", fromHex(0xa50b5e)],
|
|
737
|
+
["jelly bean", fromHex(0x297b9a)],
|
|
738
|
+
["jet stream", fromHex(0xb5d2ce)],
|
|
739
|
+
["jewel", fromHex(0x126b40)],
|
|
740
|
+
["jon", fromHex(0x3b1f1f)],
|
|
741
|
+
["jonquil", fromHex(0xeeff9a)],
|
|
742
|
+
["jordy blue", fromHex(0x8ab9f1)],
|
|
743
|
+
["judge gray", fromHex(0x544333)],
|
|
744
|
+
["jumbo", fromHex(0x7c7b82)],
|
|
745
|
+
["jungle green", fromHex(0x29ab87)],
|
|
746
|
+
["jungle mist", fromHex(0xb4cfd3)],
|
|
747
|
+
["juniper", fromHex(0x6d9292)],
|
|
748
|
+
["just right", fromHex(0xeccdb9)],
|
|
749
|
+
["kabul", fromHex(0x5e483e)],
|
|
750
|
+
["kaitoke green", fromHex(0x004620)],
|
|
751
|
+
["kangaroo", fromHex(0xc6c8bd)],
|
|
752
|
+
["karaka", fromHex(0x1e1609)],
|
|
753
|
+
["karry", fromHex(0xffead4)],
|
|
754
|
+
["kashmir blue", fromHex(0x507096)],
|
|
755
|
+
["kelp", fromHex(0x454936)],
|
|
756
|
+
["kenyan copper", fromHex(0x7c1c05)],
|
|
757
|
+
["keppel", fromHex(0x3ab09e)],
|
|
758
|
+
["key lime pie", fromHex(0xbfc921)],
|
|
759
|
+
["khaki", fromHex(0xf0e68c)],
|
|
760
|
+
["kidnapper", fromHex(0xe1ead4)],
|
|
761
|
+
["kilamanjaro", fromHex(0x240c02)],
|
|
762
|
+
["killarney", fromHex(0x3a6a47)],
|
|
763
|
+
["kimberly", fromHex(0x736c9f)],
|
|
764
|
+
["kingfisher daisy", fromHex(0x3e0480)],
|
|
765
|
+
["kobi", fromHex(0xe79fc4)],
|
|
766
|
+
["kokoda", fromHex(0x6e6d57)],
|
|
767
|
+
["korma", fromHex(0x8f4b0e)],
|
|
768
|
+
["koromiko", fromHex(0xffbd5f)],
|
|
769
|
+
["kournikova", fromHex(0xffe772)],
|
|
770
|
+
["kumera", fromHex(0x886221)],
|
|
771
|
+
["la palma", fromHex(0x368716)],
|
|
772
|
+
["la rioja", fromHex(0xb3c110)],
|
|
773
|
+
["laser", fromHex(0xc8b568)],
|
|
774
|
+
["laser lemon", fromHex(0xffff66)],
|
|
775
|
+
["las palmas", fromHex(0xc6e610)],
|
|
776
|
+
["laurel", fromHex(0x749378)],
|
|
1401
777
|
["lavender", fromHex(0xb57edc)],
|
|
1402
|
-
["
|
|
1403
|
-
["
|
|
1404
|
-
["
|
|
1405
|
-
["
|
|
1406
|
-
["
|
|
1407
|
-
["
|
|
1408
|
-
["
|
|
1409
|
-
["
|
|
1410
|
-
["
|
|
1411
|
-
["
|
|
1412
|
-
["
|
|
1413
|
-
["
|
|
1414
|
-
["
|
|
1415
|
-
["
|
|
778
|
+
["lavender blush", fromHex(0xfff0f5)],
|
|
779
|
+
["lavender gray", fromHex(0xbdbbd7)],
|
|
780
|
+
["lavender magenta", fromHex(0xee82ee)],
|
|
781
|
+
["lavender pink", fromHex(0xfbaed2)],
|
|
782
|
+
["lavender purple", fromHex(0x967bb6)],
|
|
783
|
+
["lavender rose", fromHex(0xfba0e3)],
|
|
784
|
+
["leather", fromHex(0x967059)],
|
|
785
|
+
["lemon", fromHex(0xfde910)],
|
|
786
|
+
["lemon chiffon", fromHex(0xfffacd)],
|
|
787
|
+
["lemon ginger", fromHex(0xac9e22)],
|
|
788
|
+
["lemon grass", fromHex(0x9b9e8f)],
|
|
789
|
+
["light apricot", fromHex(0xfdd5b1)],
|
|
790
|
+
["lightning yellow", fromHex(0xfcc01e)],
|
|
791
|
+
["light orchid", fromHex(0xe29cd2)],
|
|
792
|
+
["light wisteria", fromHex(0xc9a0dc)],
|
|
1416
793
|
["lilac", fromHex(0xc8a2c8)],
|
|
1417
|
-
["
|
|
794
|
+
["lilac bush", fromHex(0x9874d3)],
|
|
1418
795
|
["lily", fromHex(0xc8aabf)],
|
|
1419
|
-
["
|
|
796
|
+
["lily white", fromHex(0xe7f8ff)],
|
|
797
|
+
["lima", fromHex(0x76bd17)],
|
|
798
|
+
["lime", fromHex(0xbfff00)],
|
|
799
|
+
["limeade", fromHex(0x6f9d02)],
|
|
800
|
+
["lime dash", fromHex(0x747d63)],
|
|
801
|
+
["limed oak", fromHex(0xac8a56)],
|
|
802
|
+
["limed spruce", fromHex(0x394851)],
|
|
803
|
+
["linen", fromHex(0xfaf0e6)],
|
|
804
|
+
["link water", fromHex(0xd9e4f5)],
|
|
805
|
+
["lipstick", fromHex(0xab0563)],
|
|
806
|
+
["lisbon brown", fromHex(0x423921)],
|
|
807
|
+
["livid brown", fromHex(0x4d282e)],
|
|
808
|
+
["loafer", fromHex(0xeef4de)],
|
|
809
|
+
["loblolly", fromHex(0xbdc9ce)],
|
|
810
|
+
["lochinvar", fromHex(0x2c8c84)],
|
|
811
|
+
["lochmara", fromHex(0x007ec7)],
|
|
812
|
+
["locust", fromHex(0xa8af8e)],
|
|
1420
813
|
["logan", fromHex(0xaaa9cd)],
|
|
1421
|
-
["
|
|
1422
|
-
["
|
|
1423
|
-
["
|
|
1424
|
-
["
|
|
1425
|
-
["
|
|
1426
|
-
["
|
|
1427
|
-
["
|
|
1428
|
-
["
|
|
1429
|
-
["
|
|
814
|
+
["log cabin", fromHex(0x242a1d)],
|
|
815
|
+
["lola", fromHex(0xdfcfdb)],
|
|
816
|
+
["london hue", fromHex(0xbea6c3)],
|
|
817
|
+
["lonestar", fromHex(0x6d0101)],
|
|
818
|
+
["lotus", fromHex(0x863c3c)],
|
|
819
|
+
["loulou", fromHex(0x460b41)],
|
|
820
|
+
["lucky", fromHex(0xaf9f1c)],
|
|
821
|
+
["lucky point", fromHex(0x1a1a68)],
|
|
822
|
+
["lunar green", fromHex(0x3c493a)],
|
|
823
|
+
["luxor gold", fromHex(0xa7882c)],
|
|
824
|
+
["lynch", fromHex(0x697e9a)],
|
|
825
|
+
["mabel", fromHex(0xd9f7ff)],
|
|
826
|
+
["macaroni and cheese", fromHex(0xffb97b)],
|
|
827
|
+
["madang", fromHex(0xb7f0be)],
|
|
828
|
+
["madison", fromHex(0x09255d)],
|
|
829
|
+
["madras", fromHex(0x3f3002)],
|
|
830
|
+
["magenta", fromHex(0xf653a6)],
|
|
831
|
+
["magic mint", fromHex(0xaaf0d1)],
|
|
832
|
+
["magnolia", fromHex(0xf8f4ff)],
|
|
833
|
+
["mahogany", fromHex(0x4e0606)],
|
|
834
|
+
["mai tai", fromHex(0xb06608)],
|
|
835
|
+
["maize", fromHex(0xf5d5a0)],
|
|
836
|
+
["makara", fromHex(0x897d6d)],
|
|
837
|
+
["mako", fromHex(0x444954)],
|
|
838
|
+
["malachite", fromHex(0x0bda51)],
|
|
839
|
+
["malibu", fromHex(0x7dc8f7)],
|
|
840
|
+
["mallard", fromHex(0x233418)],
|
|
841
|
+
["malta", fromHex(0xbdb2a1)],
|
|
842
|
+
["mamba", fromHex(0x8e8190)],
|
|
843
|
+
["manatee", fromHex(0x8d90a1)],
|
|
844
|
+
["mandalay", fromHex(0xad781b)],
|
|
845
|
+
["mandy", fromHex(0xe25465)],
|
|
846
|
+
["mandys pink", fromHex(0xf2c3b2)],
|
|
847
|
+
["mango tango", fromHex(0xe77200)],
|
|
848
|
+
["manhattan", fromHex(0xf5c999)],
|
|
849
|
+
["mantis", fromHex(0x74c365)],
|
|
850
|
+
["mantle", fromHex(0x8b9c90)],
|
|
851
|
+
["manz", fromHex(0xeeef78)],
|
|
852
|
+
["mardi gras", fromHex(0x350036)],
|
|
853
|
+
["marigold", fromHex(0xb98d28)],
|
|
854
|
+
["marigold yellow", fromHex(0xfbe870)],
|
|
855
|
+
["mariner", fromHex(0x286acd)],
|
|
856
|
+
["maroon", fromHex(0x800000)],
|
|
857
|
+
["maroon flush", fromHex(0xc32148)],
|
|
858
|
+
["maroon oak", fromHex(0x520c17)],
|
|
859
|
+
["marshland", fromHex(0x0b0f08)],
|
|
860
|
+
["martini", fromHex(0xafa09e)],
|
|
861
|
+
["martinique", fromHex(0x363050)],
|
|
862
|
+
["marzipan", fromHex(0xf8db9d)],
|
|
863
|
+
["masala", fromHex(0x403b38)],
|
|
864
|
+
["matisse", fromHex(0x1b659d)],
|
|
865
|
+
["matrix", fromHex(0xb05d54)],
|
|
866
|
+
["matterhorn", fromHex(0x4e3b41)],
|
|
1430
867
|
["mauve", fromHex(0xe0b0ff)],
|
|
1431
|
-
["
|
|
1432
|
-
["melrose", fromHex(0xc7c1ff)],
|
|
1433
|
-
["lavendergray", fromHex(0xbdbbd7)],
|
|
868
|
+
["mauvelous", fromHex(0xf091a9)],
|
|
1434
869
|
["maverick", fromHex(0xd8c2d5)],
|
|
1435
|
-
["
|
|
1436
|
-
["
|
|
1437
|
-
["
|
|
1438
|
-
["
|
|
1439
|
-
["
|
|
1440
|
-
["
|
|
1441
|
-
["
|
|
1442
|
-
["
|
|
870
|
+
["medium carmine", fromHex(0xaf4035)],
|
|
871
|
+
["medium purple", fromHex(0x9370db)],
|
|
872
|
+
["melanie", fromHex(0xe4c2d5)],
|
|
873
|
+
["melanzane", fromHex(0x300529)],
|
|
874
|
+
["melon", fromHex(0xfebaad)],
|
|
875
|
+
["melrose", fromHex(0xc7c1ff)],
|
|
876
|
+
["mercury", fromHex(0xe5e5e5)],
|
|
877
|
+
["merino", fromHex(0xf6f0e6)],
|
|
878
|
+
["merlin", fromHex(0x413c37)],
|
|
879
|
+
["merlot", fromHex(0x831923)],
|
|
880
|
+
["metallic bronze", fromHex(0x49371b)],
|
|
881
|
+
["metallic copper", fromHex(0x71291d)],
|
|
882
|
+
["meteor", fromHex(0xd07d12)],
|
|
883
|
+
["meteorite", fromHex(0x3c1f76)],
|
|
884
|
+
["mexican red", fromHex(0xa72525)],
|
|
885
|
+
["mid gray", fromHex(0x5f5f6e)],
|
|
886
|
+
["midnight", fromHex(0x011635)],
|
|
887
|
+
["midnight blue", fromHex(0x003366)],
|
|
888
|
+
["midnight moss", fromHex(0x041004)],
|
|
889
|
+
["mikado", fromHex(0x2d2510)],
|
|
890
|
+
["milan", fromHex(0xfaffa4)],
|
|
891
|
+
["milano red", fromHex(0xb81104)],
|
|
892
|
+
["milk punch", fromHex(0xfff6d4)],
|
|
893
|
+
["millbrook", fromHex(0x594433)],
|
|
894
|
+
["mimosa", fromHex(0xf8fdd3)],
|
|
895
|
+
["mindaro", fromHex(0xe3f988)],
|
|
896
|
+
["mineral green", fromHex(0x3f5d53)],
|
|
897
|
+
["mine shaft", fromHex(0x323232)],
|
|
898
|
+
["ming", fromHex(0x36747d)],
|
|
899
|
+
["minsk", fromHex(0x3f307f)],
|
|
900
|
+
["mint green", fromHex(0x98ff98)],
|
|
901
|
+
["mint julep", fromHex(0xf1eec1)],
|
|
902
|
+
["mint tulip", fromHex(0xc4f4eb)],
|
|
903
|
+
["mirage", fromHex(0x161928)],
|
|
904
|
+
["mischka", fromHex(0xd1d2dd)],
|
|
905
|
+
["mist gray", fromHex(0xc4c4bc)],
|
|
906
|
+
["mobster", fromHex(0x7f7589)],
|
|
907
|
+
["moccaccino", fromHex(0x6e1d14)],
|
|
908
|
+
["mocha", fromHex(0x782d19)],
|
|
909
|
+
["mojo", fromHex(0xc04737)],
|
|
910
|
+
["mona lisa", fromHex(0xffa194)],
|
|
911
|
+
["monarch", fromHex(0x8b0723)],
|
|
912
|
+
["mondo", fromHex(0x4a3c30)],
|
|
913
|
+
["mongoose", fromHex(0xb5a27f)],
|
|
914
|
+
["monsoon", fromHex(0x8a8389)],
|
|
915
|
+
["monte carlo", fromHex(0x83d0c6)],
|
|
916
|
+
["monza", fromHex(0xc7031e)],
|
|
917
|
+
["moody blue", fromHex(0x7f76d3)],
|
|
918
|
+
["moon glow", fromHex(0xfcfeda)],
|
|
919
|
+
["moon mist", fromHex(0xdcddcc)],
|
|
920
|
+
["moon raker", fromHex(0xd6cef6)],
|
|
921
|
+
["morning glory", fromHex(0x9edee0)],
|
|
922
|
+
["morocco brown", fromHex(0x441d00)],
|
|
923
|
+
["mortar", fromHex(0x504351)],
|
|
924
|
+
["mosque", fromHex(0x036a6e)],
|
|
925
|
+
["moss green", fromHex(0xaddfad)],
|
|
926
|
+
["mountain meadow", fromHex(0x1ab385)],
|
|
927
|
+
["mountain mist", fromHex(0x959396)],
|
|
928
|
+
["mountbatten pink", fromHex(0x997a8d)],
|
|
929
|
+
["muddy waters", fromHex(0xb78e5c)],
|
|
930
|
+
["muesli", fromHex(0xaa8b5b)],
|
|
931
|
+
["mulberry", fromHex(0xc54b8c)],
|
|
932
|
+
["mulberry wood", fromHex(0x5c0536)],
|
|
933
|
+
["mule fawn", fromHex(0x8c472f)],
|
|
934
|
+
["mulled wine", fromHex(0x4e4562)],
|
|
935
|
+
["mustard", fromHex(0xffdb58)],
|
|
936
|
+
["my pink", fromHex(0xd69188)],
|
|
937
|
+
["my sin", fromHex(0xffb31f)],
|
|
938
|
+
["mystic", fromHex(0xe2ebed)],
|
|
939
|
+
["nandor", fromHex(0x4b5d52)],
|
|
940
|
+
["napa", fromHex(0xaca494)],
|
|
941
|
+
["narvik", fromHex(0xedf9f1)],
|
|
942
|
+
["natural gray", fromHex(0x8b8680)],
|
|
943
|
+
["navajo white", fromHex(0xffdead)],
|
|
944
|
+
["navy blue", fromHex(0x000080)],
|
|
945
|
+
["nebula", fromHex(0xcbdbd6)],
|
|
946
|
+
["negroni", fromHex(0xffe2c5)],
|
|
947
|
+
["neon carrot", fromHex(0xff9933)],
|
|
948
|
+
["nepal", fromHex(0x8eabc1)],
|
|
949
|
+
["neptune", fromHex(0x7cb7bb)],
|
|
950
|
+
["nero", fromHex(0x140600)],
|
|
951
|
+
["nevada", fromHex(0x646e75)],
|
|
952
|
+
["new orleans", fromHex(0xf3d69d)],
|
|
953
|
+
["new york pink", fromHex(0xd7837f)],
|
|
954
|
+
["niagara", fromHex(0x06a189)],
|
|
955
|
+
["night rider", fromHex(0x1f120f)],
|
|
956
|
+
["night shadz", fromHex(0xaa375a)],
|
|
957
|
+
["nile blue", fromHex(0x193751)],
|
|
958
|
+
["nobel", fromHex(0xb7b1b1)],
|
|
959
|
+
["nomad", fromHex(0xbab1a2)],
|
|
960
|
+
["norway", fromHex(0xa8bd9f)],
|
|
961
|
+
["nugget", fromHex(0xc59922)],
|
|
962
|
+
["nutmeg", fromHex(0x81422c)],
|
|
963
|
+
["nutmeg wood finish", fromHex(0x683600)],
|
|
964
|
+
["oasis", fromHex(0xfeefce)],
|
|
965
|
+
["observatory", fromHex(0x02866f)],
|
|
966
|
+
["ocean green", fromHex(0x41aa78)],
|
|
967
|
+
["ochre", fromHex(0xcc7722)],
|
|
968
|
+
["off green", fromHex(0xe6f8f3)],
|
|
969
|
+
["off yellow", fromHex(0xfef9e3)],
|
|
970
|
+
["oil", fromHex(0x281e15)],
|
|
971
|
+
["old brick", fromHex(0x901e1e)],
|
|
972
|
+
["old copper", fromHex(0x724a2f)],
|
|
973
|
+
["old gold", fromHex(0xcfb53b)],
|
|
974
|
+
["old lace", fromHex(0xfdf5e6)],
|
|
975
|
+
["old lavender", fromHex(0x796878)],
|
|
976
|
+
["old rose", fromHex(0xc08081)],
|
|
977
|
+
["olive", fromHex(0x808000)],
|
|
978
|
+
["olive drab", fromHex(0x6b8e23)],
|
|
979
|
+
["olive green", fromHex(0xb5b35c)],
|
|
980
|
+
["olive haze", fromHex(0x8b8470)],
|
|
981
|
+
["olivetone", fromHex(0x716e10)],
|
|
982
|
+
["olivine", fromHex(0x9ab973)],
|
|
983
|
+
["onahau", fromHex(0xcdf4ff)],
|
|
984
|
+
["onion", fromHex(0x2f270e)],
|
|
985
|
+
["opal", fromHex(0xa9c6c2)],
|
|
986
|
+
["opium", fromHex(0x8e6f70)],
|
|
987
|
+
["oracle", fromHex(0x377475)],
|
|
988
|
+
["orange", fromHex(0xff681f)],
|
|
989
|
+
["orange peel", fromHex(0xffa000)],
|
|
990
|
+
["orange roughy", fromHex(0xc45719)],
|
|
991
|
+
["orange white", fromHex(0xfefced)],
|
|
992
|
+
["orchid", fromHex(0xda70d6)],
|
|
993
|
+
["orchid white", fromHex(0xfffdf3)],
|
|
994
|
+
["oregon", fromHex(0x9b4703)],
|
|
995
|
+
["orient", fromHex(0x015e85)],
|
|
996
|
+
["oriental pink", fromHex(0xc69191)],
|
|
997
|
+
["orinoco", fromHex(0xf3fbd4)],
|
|
998
|
+
["oslo gray", fromHex(0x878d91)],
|
|
999
|
+
["ottoman", fromHex(0xe9f8ed)],
|
|
1000
|
+
["outer space", fromHex(0x2d383a)],
|
|
1001
|
+
["outrageous orange", fromHex(0xff6037)],
|
|
1002
|
+
["oxford blue", fromHex(0x384555)],
|
|
1003
|
+
["oxley", fromHex(0x779e86)],
|
|
1004
|
+
["oyster bay", fromHex(0xdafaff)],
|
|
1005
|
+
["oyster pink", fromHex(0xe9cecd)],
|
|
1006
|
+
["paarl", fromHex(0xa65529)],
|
|
1007
|
+
["pablo", fromHex(0x776f61)],
|
|
1008
|
+
["pacific blue", fromHex(0x009dc4)],
|
|
1009
|
+
["pacifika", fromHex(0x778120)],
|
|
1010
|
+
["paco", fromHex(0x411f10)],
|
|
1011
|
+
["padua", fromHex(0xade6c4)],
|
|
1012
|
+
["pale canary", fromHex(0xffff99)],
|
|
1013
|
+
["pale leaf", fromHex(0xc0d3b9)],
|
|
1014
|
+
["pale oyster", fromHex(0x988d77)],
|
|
1015
|
+
["pale prim", fromHex(0xfdfeb8)],
|
|
1016
|
+
["pale rose", fromHex(0xffe1f2)],
|
|
1017
|
+
["pale sky", fromHex(0x6e7783)],
|
|
1018
|
+
["pale slate", fromHex(0xc3bfc1)],
|
|
1019
|
+
["palm green", fromHex(0x09230f)],
|
|
1020
|
+
["palm leaf", fromHex(0x19330e)],
|
|
1021
|
+
["pampas", fromHex(0xf4f2ee)],
|
|
1022
|
+
["panache", fromHex(0xeaf6ee)],
|
|
1023
|
+
["pancho", fromHex(0xedcdab)],
|
|
1024
|
+
["papaya whip", fromHex(0xffefd5)],
|
|
1025
|
+
["paprika", fromHex(0x8d0226)],
|
|
1026
|
+
["paradiso", fromHex(0x317d82)],
|
|
1027
|
+
["parchment", fromHex(0xf1e9d2)],
|
|
1028
|
+
["paris daisy", fromHex(0xfff46e)],
|
|
1029
|
+
["paris m", fromHex(0x26056a)],
|
|
1030
|
+
["paris white", fromHex(0xcadcd4)],
|
|
1031
|
+
["parsley", fromHex(0x134f19)],
|
|
1032
|
+
["pastel green", fromHex(0x77dd77)],
|
|
1033
|
+
["pastel pink", fromHex(0xffd1dc)],
|
|
1034
|
+
["patina", fromHex(0x639a8f)],
|
|
1035
|
+
["pattens blue", fromHex(0xdef5ff)],
|
|
1036
|
+
["paua", fromHex(0x260368)],
|
|
1037
|
+
["pavlova", fromHex(0xd7c498)],
|
|
1038
|
+
["peach", fromHex(0xffe5b4)],
|
|
1039
|
+
["peach cream", fromHex(0xfff0db)],
|
|
1040
|
+
["peach orange", fromHex(0xffcc99)],
|
|
1041
|
+
["peach schnapps", fromHex(0xffdcd6)],
|
|
1042
|
+
["peach yellow", fromHex(0xfadfad)],
|
|
1043
|
+
["peanut", fromHex(0x782f16)],
|
|
1044
|
+
["pear", fromHex(0xd1e231)],
|
|
1045
|
+
["pearl bush", fromHex(0xe8e0d5)],
|
|
1046
|
+
["pearl lusta", fromHex(0xfcf4dc)],
|
|
1047
|
+
["peat", fromHex(0x716b56)],
|
|
1048
|
+
["pelorous", fromHex(0x3eabbf)],
|
|
1049
|
+
["peppermint", fromHex(0xe3f5e1)],
|
|
1050
|
+
["perano", fromHex(0xa9bef2)],
|
|
1051
|
+
["perfume", fromHex(0xd0bef8)],
|
|
1052
|
+
["periglacial blue", fromHex(0xe1e6d6)], // Not blue...
|
|
1443
1053
|
["periwinkle", fromHex(0xccccff)],
|
|
1444
|
-
["
|
|
1445
|
-
["
|
|
1446
|
-
["
|
|
1447
|
-
["
|
|
1448
|
-
["
|
|
1449
|
-
["
|
|
1450
|
-
["
|
|
1451
|
-
["
|
|
1452
|
-
["
|
|
1453
|
-
["
|
|
1454
|
-
["
|
|
1455
|
-
["
|
|
1456
|
-
["
|
|
1457
|
-
["
|
|
1458
|
-
["
|
|
1459
|
-
["
|
|
1460
|
-
["
|
|
1461
|
-
["
|
|
1462
|
-
["
|
|
1463
|
-
["
|
|
1464
|
-
["
|
|
1465
|
-
["
|
|
1466
|
-
["
|
|
1467
|
-
["
|
|
1468
|
-
["
|
|
1469
|
-
["
|
|
1054
|
+
["periwinkle gray", fromHex(0xc3cde6)],
|
|
1055
|
+
["persian blue", fromHex(0x1c39bb)],
|
|
1056
|
+
["persian green", fromHex(0x00a693)],
|
|
1057
|
+
["persian indigo", fromHex(0x32127a)],
|
|
1058
|
+
["persian pink", fromHex(0xf77fbe)],
|
|
1059
|
+
["persian plum", fromHex(0x701c1c)],
|
|
1060
|
+
["persian red", fromHex(0xcc3333)],
|
|
1061
|
+
["persian rose", fromHex(0xfe28a2)],
|
|
1062
|
+
["persimmon", fromHex(0xff6b53)],
|
|
1063
|
+
["peru tan", fromHex(0x7f3a02)],
|
|
1064
|
+
["pesto", fromHex(0x7c7631)],
|
|
1065
|
+
["petite orchid", fromHex(0xdb9690)],
|
|
1066
|
+
["pewter", fromHex(0x96a8a1)],
|
|
1067
|
+
["pharlap", fromHex(0xa3807b)],
|
|
1068
|
+
["picasso", fromHex(0xfff39d)],
|
|
1069
|
+
["pickled bean", fromHex(0x6e4826)],
|
|
1070
|
+
["pickled bluewood", fromHex(0x314459)],
|
|
1071
|
+
["picton blue", fromHex(0x45b1e8)],
|
|
1072
|
+
["pigeon post", fromHex(0xafbdd9)],
|
|
1073
|
+
["pigment indigo", fromHex(0x4b0082)],
|
|
1074
|
+
["pig pink", fromHex(0xfdd7e4)],
|
|
1075
|
+
["pine cone", fromHex(0x6d5e54)],
|
|
1076
|
+
["pine glade", fromHex(0xc7cd90)],
|
|
1077
|
+
["pine green", fromHex(0x01796f)],
|
|
1078
|
+
["pine tree", fromHex(0x171f04)],
|
|
1079
|
+
["pink", fromHex(0xffc0cb)],
|
|
1080
|
+
["pink flamingo", fromHex(0xff66ff)],
|
|
1081
|
+
["pink flare", fromHex(0xe1c0c8)],
|
|
1082
|
+
["pink lace", fromHex(0xffddf4)],
|
|
1083
|
+
["pink lady", fromHex(0xfff1d8)],
|
|
1084
|
+
["pink salmon", fromHex(0xff91a4)],
|
|
1085
|
+
["pink swan", fromHex(0xbeb5b7)],
|
|
1086
|
+
["piper", fromHex(0xc96323)],
|
|
1087
|
+
["pipi", fromHex(0xfef4cc)],
|
|
1088
|
+
["pippin", fromHex(0xffe1df)],
|
|
1089
|
+
["pirate gold", fromHex(0xba7f03)],
|
|
1090
|
+
["pistachio", fromHex(0x9dc209)],
|
|
1091
|
+
["pixie green", fromHex(0xc0d8b6)],
|
|
1092
|
+
["pizazz", fromHex(0xff9000)],
|
|
1093
|
+
["pizza", fromHex(0xc99415)],
|
|
1094
|
+
["plantation", fromHex(0x27504b)],
|
|
1470
1095
|
["plum", fromHex(0x843179)],
|
|
1471
|
-
["
|
|
1472
|
-
["
|
|
1473
|
-
["
|
|
1474
|
-
["
|
|
1475
|
-
["
|
|
1476
|
-
["
|
|
1096
|
+
["pohutukawa", fromHex(0x8f021c)],
|
|
1097
|
+
["polar", fromHex(0xe5f9f6)],
|
|
1098
|
+
["polo blue", fromHex(0x8da8cc)],
|
|
1099
|
+
["pomegranate", fromHex(0xf34723)],
|
|
1100
|
+
["pompadour", fromHex(0x660045)],
|
|
1101
|
+
["porcelain", fromHex(0xeff2f3)],
|
|
1102
|
+
["porsche", fromHex(0xeaae69)],
|
|
1103
|
+
["portafino", fromHex(0xffffb4)],
|
|
1104
|
+
["portage", fromHex(0x8b9fee)],
|
|
1105
|
+
["port gore", fromHex(0x251f4f)],
|
|
1106
|
+
["portica", fromHex(0xf9e663)],
|
|
1107
|
+
["pot pourri", fromHex(0xf5e7e2)],
|
|
1108
|
+
["potters clay", fromHex(0x8c5738)],
|
|
1109
|
+
["powder ash", fromHex(0xbcc9c2)],
|
|
1110
|
+
["powder blue", fromHex(0xb0e0e6)],
|
|
1111
|
+
["prairie sand", fromHex(0x9a3820)],
|
|
1112
|
+
["prelude", fromHex(0xd0c0e5)],
|
|
1113
|
+
["prim", fromHex(0xf0e2ec)],
|
|
1114
|
+
["primrose", fromHex(0xedea99)],
|
|
1115
|
+
["provincial pink", fromHex(0xfef5f1)],
|
|
1116
|
+
["prussian blue", fromHex(0x003153)],
|
|
1117
|
+
["puce", fromHex(0xcc8899)],
|
|
1118
|
+
["pueblo", fromHex(0x7d2c14)],
|
|
1119
|
+
["puerto rico", fromHex(0x3fc1aa)],
|
|
1120
|
+
["pumice", fromHex(0xc2cac4)],
|
|
1121
|
+
["pumpkin", fromHex(0xff7518)],
|
|
1122
|
+
["pumpkin skin", fromHex(0xb1610b)],
|
|
1123
|
+
["punch", fromHex(0xdc4333)],
|
|
1124
|
+
["punga", fromHex(0x4d3d14)],
|
|
1125
|
+
["purple", fromHex(0x660099)],
|
|
1126
|
+
["purple heart", fromHex(0x652dc1)],
|
|
1127
|
+
["purple mountain's majesty", fromHex(0x9678b6)],
|
|
1128
|
+
["purple pizzazz", fromHex(0xff00cc)],
|
|
1129
|
+
["putty", fromHex(0xe7cd8c)],
|
|
1130
|
+
["quarter pearl lusta", fromHex(0xfffdf4)],
|
|
1131
|
+
["quarter spanish white", fromHex(0xf7f2e1)],
|
|
1132
|
+
["quicksand", fromHex(0xbd978e)],
|
|
1133
|
+
["quill gray", fromHex(0xd6d6d1)],
|
|
1134
|
+
["quincy", fromHex(0x623f2d)],
|
|
1135
|
+
["racing green", fromHex(0x0c1911)],
|
|
1136
|
+
["radical red", fromHex(0xff355e)],
|
|
1137
|
+
["raffia", fromHex(0xeadab8)],
|
|
1138
|
+
["rainee", fromHex(0xb9c8ac)],
|
|
1139
|
+
["rajah", fromHex(0xf7b668)],
|
|
1140
|
+
["rangitoto", fromHex(0x2e3222)],
|
|
1141
|
+
["rangoon green", fromHex(0x1c1e13)],
|
|
1142
|
+
["raven", fromHex(0x727b89)],
|
|
1143
|
+
["raw sienna", fromHex(0xd27d46)],
|
|
1144
|
+
["raw umber", fromHex(0x734a12)],
|
|
1145
|
+
["razzle dazzle rose", fromHex(0xff33cc)],
|
|
1146
|
+
["razzmatazz", fromHex(0xe30b5c)],
|
|
1147
|
+
["rebel", fromHex(0x3c1206)],
|
|
1148
|
+
["red", fromHex(0xff0000)],
|
|
1149
|
+
["red beech", fromHex(0x7b3801)],
|
|
1150
|
+
["red berry", fromHex(0x8e0000)],
|
|
1151
|
+
["red damask", fromHex(0xda6a41)],
|
|
1152
|
+
["red devil", fromHex(0x860111)],
|
|
1153
|
+
["red orange", fromHex(0xff3f34)],
|
|
1154
|
+
["red oxide", fromHex(0x6e0902)],
|
|
1155
|
+
["red ribbon", fromHex(0xed0a3f)],
|
|
1156
|
+
["red robin", fromHex(0x80341f)],
|
|
1157
|
+
["red stage", fromHex(0xd05f04)],
|
|
1158
|
+
["red violet", fromHex(0xbb3385)],
|
|
1159
|
+
["redwood", fromHex(0x5d1e0f)],
|
|
1160
|
+
["reef", fromHex(0xc9ffa2)],
|
|
1161
|
+
["reef gold", fromHex(0x9f821c)],
|
|
1162
|
+
["regal blue", fromHex(0x013f6a)],
|
|
1163
|
+
["regent gray", fromHex(0x86949f)],
|
|
1164
|
+
["regent st blue", fromHex(0xaad6e6)],
|
|
1165
|
+
["remy", fromHex(0xfeebf3)],
|
|
1166
|
+
["reno sand", fromHex(0xa86515)],
|
|
1167
|
+
["resolution blue", fromHex(0x002387)],
|
|
1168
|
+
["revolver", fromHex(0x2c1632)],
|
|
1169
|
+
["rhino", fromHex(0x2e3f62)],
|
|
1170
|
+
["rice cake", fromHex(0xfffef0)],
|
|
1171
|
+
["rice flower", fromHex(0xeeffe2)],
|
|
1172
|
+
["rich gold", fromHex(0xa85307)],
|
|
1173
|
+
["rio grande", fromHex(0xbbd009)],
|
|
1174
|
+
["ripe lemon", fromHex(0xf4d81c)],
|
|
1175
|
+
["ripe plum", fromHex(0x410056)],
|
|
1176
|
+
["riptide", fromHex(0x8be6d8)],
|
|
1177
|
+
["river bed", fromHex(0x434c59)],
|
|
1178
|
+
["robin's egg blue", fromHex(0x00cccc)],
|
|
1179
|
+
["rob roy", fromHex(0xeac674)],
|
|
1180
|
+
["rock", fromHex(0x4d3833)],
|
|
1181
|
+
["rock blue", fromHex(0x9eb1cd)],
|
|
1182
|
+
["rock spray", fromHex(0xba450c)],
|
|
1183
|
+
["rodeo dust", fromHex(0xc9b29b)],
|
|
1184
|
+
["rolling stone", fromHex(0x747d83)],
|
|
1185
|
+
["roman", fromHex(0xde6360)],
|
|
1186
|
+
["romance", fromHex(0xfffefd)],
|
|
1187
|
+
["roman coffee", fromHex(0x795d4c)],
|
|
1188
|
+
["romantic", fromHex(0xffd2b7)],
|
|
1189
|
+
["ronchi", fromHex(0xecc54e)],
|
|
1190
|
+
["roof terracotta", fromHex(0xa62f20)],
|
|
1191
|
+
["rope", fromHex(0x8e4d1e)],
|
|
1192
|
+
["rose", fromHex(0xff007f)],
|
|
1193
|
+
["rose bud", fromHex(0xfbb2a3)],
|
|
1194
|
+
["rose bud cherry", fromHex(0x800b47)],
|
|
1195
|
+
["rose fog", fromHex(0xe7bcb4)],
|
|
1196
|
+
["rose of sharon", fromHex(0xbf5500)],
|
|
1197
|
+
["rose white", fromHex(0xfff6f5)],
|
|
1198
|
+
["rosewood", fromHex(0x65000b)],
|
|
1199
|
+
["roti", fromHex(0xc6a84b)],
|
|
1200
|
+
["rouge", fromHex(0xa23b6c)],
|
|
1201
|
+
["royal blue", fromHex(0x4169e1)],
|
|
1202
|
+
["royal heath", fromHex(0xab3472)],
|
|
1203
|
+
["royal purple", fromHex(0x6b3fa0)],
|
|
1477
1204
|
["rum", fromHex(0x796989)],
|
|
1478
|
-
["
|
|
1479
|
-
["
|
|
1480
|
-
["
|
|
1481
|
-
["
|
|
1482
|
-
["
|
|
1483
|
-
["
|
|
1484
|
-
["
|
|
1485
|
-
["
|
|
1486
|
-
["
|
|
1487
|
-
["
|
|
1488
|
-
["
|
|
1489
|
-
["
|
|
1490
|
-
["
|
|
1491
|
-
["
|
|
1205
|
+
["rum swizzle", fromHex(0xf9f8e4)],
|
|
1206
|
+
["russet", fromHex(0x80461b)],
|
|
1207
|
+
["russett", fromHex(0x755a57)],
|
|
1208
|
+
["rust", fromHex(0xb7410e)],
|
|
1209
|
+
["rustic red", fromHex(0x480404)],
|
|
1210
|
+
["rusty nail", fromHex(0x86560a)],
|
|
1211
|
+
["saddle", fromHex(0x4c3024)],
|
|
1212
|
+
["saddle brown", fromHex(0x583401)],
|
|
1213
|
+
["saffron", fromHex(0xf4c430)],
|
|
1214
|
+
["saffron mango", fromHex(0xf9bf58)],
|
|
1215
|
+
["sage", fromHex(0x9ea587)],
|
|
1216
|
+
["sahara", fromHex(0xb7a214)],
|
|
1217
|
+
["sahara sand", fromHex(0xf1e788)],
|
|
1218
|
+
["sail", fromHex(0xb8e0f9)],
|
|
1219
|
+
["salem", fromHex(0x097f4b)],
|
|
1220
|
+
["salmon", fromHex(0xff8c69)],
|
|
1221
|
+
["salomie", fromHex(0xfedb8d)],
|
|
1222
|
+
["salt box", fromHex(0x685e6e)],
|
|
1223
|
+
["saltpan", fromHex(0xf1f7f2)],
|
|
1224
|
+
["sambuca", fromHex(0x3a2010)],
|
|
1225
|
+
["sandal", fromHex(0xaa8d6f)],
|
|
1226
|
+
["sand dune", fromHex(0x826f65)],
|
|
1227
|
+
["sandrift", fromHex(0xab917a)],
|
|
1228
|
+
["sandstone", fromHex(0x796d62)],
|
|
1229
|
+
["sandwisp", fromHex(0xf5e7a2)],
|
|
1230
|
+
["sandy beach", fromHex(0xffeac8)],
|
|
1231
|
+
["sandy brown", fromHex(0xf4a460)],
|
|
1232
|
+
["san felix", fromHex(0x0b6207)],
|
|
1233
|
+
["sangria", fromHex(0x92000a)],
|
|
1234
|
+
["sanguine brown", fromHex(0x8d3d38)],
|
|
1235
|
+
["san juan", fromHex(0x304b6a)],
|
|
1236
|
+
["san marino", fromHex(0x456cac)],
|
|
1237
|
+
["santa fe", fromHex(0xb16d52)],
|
|
1238
|
+
["santas gray", fromHex(0x9fa0b1)],
|
|
1239
|
+
["sapling", fromHex(0xded4a4)],
|
|
1492
1240
|
["sapphire", fromHex(0x2f519e)],
|
|
1493
|
-
["
|
|
1494
|
-
["
|
|
1495
|
-
["
|
|
1496
|
-
["
|
|
1497
|
-
["butterflybush", fromHex(0x624e9a)],
|
|
1498
|
-
["indigo", fromHex(0x4f69c6)],
|
|
1499
|
-
["deluge", fromHex(0x7563a8)],
|
|
1241
|
+
["saratoga", fromHex(0x555b10)],
|
|
1242
|
+
["satin linen", fromHex(0xe6e4d4)],
|
|
1243
|
+
["sauvignon", fromHex(0xfff5f3)],
|
|
1244
|
+
["sazerac", fromHex(0xfff4e0)],
|
|
1500
1245
|
["scampi", fromHex(0x675fa6)],
|
|
1501
|
-
["
|
|
1502
|
-
["
|
|
1503
|
-
["
|
|
1504
|
-
["
|
|
1505
|
-
["
|
|
1506
|
-
["
|
|
1507
|
-
["
|
|
1508
|
-
["
|
|
1509
|
-
["
|
|
1510
|
-
["
|
|
1511
|
-
["
|
|
1246
|
+
["scandal", fromHex(0xcffaf4)],
|
|
1247
|
+
["scarlet", fromHex(0xff2400)],
|
|
1248
|
+
["scarlet gum", fromHex(0x431560)],
|
|
1249
|
+
["scarlett", fromHex(0x950015)],
|
|
1250
|
+
["scarpa flow", fromHex(0x585562)],
|
|
1251
|
+
["schist", fromHex(0xa9b497)],
|
|
1252
|
+
["school bus yellow", fromHex(0xffd800)],
|
|
1253
|
+
["schooner", fromHex(0x8b847e)],
|
|
1254
|
+
["science blue", fromHex(0x0066cc)],
|
|
1255
|
+
["scooter", fromHex(0x2ebfd4)],
|
|
1256
|
+
["scorpion", fromHex(0x695f62)],
|
|
1257
|
+
["scotch mist", fromHex(0xfffbdc)],
|
|
1258
|
+
["screamin' green", fromHex(0x66ff66)],
|
|
1259
|
+
["sea buckthorn", fromHex(0xfba129)],
|
|
1260
|
+
["sea green", fromHex(0x2e8b57)],
|
|
1261
|
+
["seagull", fromHex(0x80ccea)],
|
|
1262
|
+
["sea mist", fromHex(0xc5dbca)],
|
|
1263
|
+
["seance", fromHex(0x731e8f)],
|
|
1264
|
+
["sea nymph", fromHex(0x78a39c)],
|
|
1265
|
+
["sea pink", fromHex(0xed989e)],
|
|
1266
|
+
["seashell", fromHex(0xf1f1f1)],
|
|
1267
|
+
["seashell peach", fromHex(0xfff5ee)],
|
|
1268
|
+
["seaweed", fromHex(0x1b2f11)],
|
|
1269
|
+
["selago", fromHex(0xf0eefd)],
|
|
1270
|
+
["selective yellow", fromHex(0xffba00)],
|
|
1271
|
+
["sepia", fromHex(0x704214)],
|
|
1272
|
+
["sepia black", fromHex(0x2b0202)],
|
|
1273
|
+
["sepia skin", fromHex(0x9e5b40)],
|
|
1274
|
+
["serenade", fromHex(0xfff4e8)],
|
|
1275
|
+
["shadow", fromHex(0x837050)],
|
|
1276
|
+
["shadow green", fromHex(0x9ac2b8)],
|
|
1277
|
+
["shady lady", fromHex(0xaaa5a9)],
|
|
1278
|
+
["shakespeare", fromHex(0x4eabd1)],
|
|
1279
|
+
["shalimar", fromHex(0xfbffba)],
|
|
1280
|
+
["shamrock", fromHex(0x33cc99)],
|
|
1281
|
+
["shark", fromHex(0x25272c)],
|
|
1282
|
+
["sherpa blue", fromHex(0x004950)],
|
|
1283
|
+
["sherwood green", fromHex(0x02402c)],
|
|
1284
|
+
["shilo", fromHex(0xe8b9b3)],
|
|
1285
|
+
["shingle fawn", fromHex(0x6b4e31)],
|
|
1286
|
+
["ship cove", fromHex(0x788bba)],
|
|
1287
|
+
["ship gray", fromHex(0x3e3a44)],
|
|
1288
|
+
["shiraz", fromHex(0xb20931)],
|
|
1289
|
+
["shocking", fromHex(0xe292c0)],
|
|
1290
|
+
["shocking pink", fromHex(0xfc0fc0)],
|
|
1291
|
+
["shuttle gray", fromHex(0x5f6672)],
|
|
1292
|
+
["siam", fromHex(0x646a54)],
|
|
1293
|
+
["sidecar", fromHex(0xf3e7bb)],
|
|
1294
|
+
["silk", fromHex(0xbdb1a8)],
|
|
1295
|
+
["silver", fromHex(0xc0c0c0)],
|
|
1296
|
+
["silver chalice", fromHex(0xacacac)],
|
|
1297
|
+
["silver rust", fromHex(0xc9c0bb)],
|
|
1298
|
+
["silver sand", fromHex(0xbfc1c2)],
|
|
1299
|
+
["silver tree", fromHex(0x66b58f)],
|
|
1300
|
+
["sinbad", fromHex(0x9fd7d3)],
|
|
1301
|
+
["siren", fromHex(0x7a013a)],
|
|
1302
|
+
["sirocco", fromHex(0x718080)],
|
|
1303
|
+
["sisal", fromHex(0xd3cbba)],
|
|
1304
|
+
["skeptic", fromHex(0xcae6da)],
|
|
1305
|
+
["sky blue", fromHex(0x76d7ea)],
|
|
1306
|
+
["slate gray", fromHex(0x708090)],
|
|
1512
1307
|
["smalt", fromHex(0x003399)],
|
|
1513
|
-
["
|
|
1514
|
-
["
|
|
1515
|
-
["
|
|
1516
|
-
["
|
|
1517
|
-
["
|
|
1308
|
+
["smalt blue", fromHex(0x51808f)],
|
|
1309
|
+
["smoky", fromHex(0x605b73)],
|
|
1310
|
+
["snow drift", fromHex(0xf7faf7)],
|
|
1311
|
+
["snow flurry", fromHex(0xe4ffd1)],
|
|
1312
|
+
["snowy mint", fromHex(0xd6ffdb)],
|
|
1313
|
+
["snuff", fromHex(0xe2d8ed)],
|
|
1314
|
+
["soapstone", fromHex(0xfffbf9)],
|
|
1315
|
+
["soft amber", fromHex(0xd1c6b4)],
|
|
1316
|
+
["soft peach", fromHex(0xf5edef)],
|
|
1317
|
+
["solid pink", fromHex(0x893843)],
|
|
1318
|
+
["solitaire", fromHex(0xfef8e2)],
|
|
1319
|
+
["solitude", fromHex(0xeaf6ff)],
|
|
1320
|
+
["sorbus", fromHex(0xfd7c07)],
|
|
1321
|
+
["sorrell brown", fromHex(0xceb98f)],
|
|
1322
|
+
["soya bean", fromHex(0x6a6051)],
|
|
1323
|
+
["spanish green", fromHex(0x819885)],
|
|
1324
|
+
["spectra", fromHex(0x2f5a57)],
|
|
1325
|
+
["spice", fromHex(0x6a442e)],
|
|
1326
|
+
["spicy mix", fromHex(0x885342)],
|
|
1327
|
+
["spicy mustard", fromHex(0x74640d)],
|
|
1328
|
+
["spicy pink", fromHex(0x816e71)],
|
|
1329
|
+
["spindle", fromHex(0xb6d1ea)],
|
|
1330
|
+
["spray", fromHex(0x79deec)],
|
|
1331
|
+
["spring green", fromHex(0x00ff7f)],
|
|
1332
|
+
["spring leaves", fromHex(0x578363)],
|
|
1333
|
+
["spring rain", fromHex(0xaccbb1)],
|
|
1334
|
+
["spring sun", fromHex(0xf6ffdc)],
|
|
1335
|
+
["spring wood", fromHex(0xf8f6f1)],
|
|
1336
|
+
["sprout", fromHex(0xc1d7b0)],
|
|
1337
|
+
["spun pearl", fromHex(0xaaabb7)],
|
|
1338
|
+
["squirrel", fromHex(0x8f8176)],
|
|
1339
|
+
["stack", fromHex(0x8a8f8a)],
|
|
1340
|
+
["star dust", fromHex(0x9f9f9c)],
|
|
1341
|
+
["stark white", fromHex(0xe5d7bd)],
|
|
1342
|
+
["starship", fromHex(0xecf245)],
|
|
1343
|
+
["steel blue", fromHex(0x4682b4)],
|
|
1344
|
+
["steel gray", fromHex(0x262335)],
|
|
1345
|
+
["stiletto", fromHex(0x9c3336)],
|
|
1346
|
+
["stonewall", fromHex(0x928573)],
|
|
1347
|
+
["storm dust", fromHex(0x646463)],
|
|
1348
|
+
["storm gray", fromHex(0x717486)],
|
|
1518
1349
|
["stratos", fromHex(0x000741)],
|
|
1519
|
-
["
|
|
1520
|
-
["
|
|
1521
|
-
["
|
|
1522
|
-
["
|
|
1523
|
-
["
|
|
1524
|
-
["
|
|
1525
|
-
["
|
|
1526
|
-
["
|
|
1527
|
-
["
|
|
1528
|
-
["
|
|
1529
|
-
["
|
|
1530
|
-
["
|
|
1531
|
-
["
|
|
1532
|
-
["
|
|
1533
|
-
["
|
|
1534
|
-
["
|
|
1535
|
-
["
|
|
1536
|
-
["
|
|
1537
|
-
["
|
|
1538
|
-
["
|
|
1539
|
-
["
|
|
1540
|
-
["
|
|
1541
|
-
["
|
|
1542
|
-
["
|
|
1543
|
-
["
|
|
1350
|
+
["straw", fromHex(0xd4bf8d)],
|
|
1351
|
+
["strikemaster", fromHex(0x956387)],
|
|
1352
|
+
["stromboli", fromHex(0x325d52)],
|
|
1353
|
+
["st tropaz", fromHex(0x2d569b)],
|
|
1354
|
+
["studio", fromHex(0x714ab2)],
|
|
1355
|
+
["submarine", fromHex(0xbac7c9)],
|
|
1356
|
+
["sugar cane", fromHex(0xf9fff6)],
|
|
1357
|
+
["sulu", fromHex(0xc1f07c)],
|
|
1358
|
+
["summer green", fromHex(0x96bbab)],
|
|
1359
|
+
["sun", fromHex(0xfbac13)],
|
|
1360
|
+
["sundance", fromHex(0xc9b35b)],
|
|
1361
|
+
["sundown", fromHex(0xffb1b3)],
|
|
1362
|
+
["sunflower", fromHex(0xe4d422)],
|
|
1363
|
+
["sunglo", fromHex(0xe16865)],
|
|
1364
|
+
["sunglow", fromHex(0xffcc33)],
|
|
1365
|
+
["sunset orange", fromHex(0xfe4c40)],
|
|
1366
|
+
["sunshade", fromHex(0xff9e2c)],
|
|
1367
|
+
["supernova", fromHex(0xffc901)],
|
|
1368
|
+
["surf", fromHex(0xbbd7c1)],
|
|
1369
|
+
["surf crest", fromHex(0xcfe5d2)],
|
|
1370
|
+
["surfie green", fromHex(0x0c7a79)],
|
|
1371
|
+
["sushi", fromHex(0x87ab39)],
|
|
1372
|
+
["suva gray", fromHex(0x888387)],
|
|
1373
|
+
["swamp", fromHex(0x001b1c)],
|
|
1374
|
+
["swamp green", fromHex(0xacb78e)],
|
|
1375
|
+
["swans down", fromHex(0xdcf0ea)],
|
|
1376
|
+
["sweet corn", fromHex(0xfbea8c)],
|
|
1377
|
+
["sweet pink", fromHex(0xfd9fa2)],
|
|
1378
|
+
["swirl", fromHex(0xd3cdc5)],
|
|
1379
|
+
["swiss coffee", fromHex(0xddd6d5)],
|
|
1380
|
+
["sycamore", fromHex(0x908d39)],
|
|
1381
|
+
["tabasco", fromHex(0xa02712)],
|
|
1382
|
+
["tacao", fromHex(0xedb381)],
|
|
1383
|
+
["tacha", fromHex(0xd6c562)],
|
|
1384
|
+
["tahiti gold", fromHex(0xe97c07)],
|
|
1385
|
+
["tahuna sands", fromHex(0xeef0c8)],
|
|
1386
|
+
["tallow", fromHex(0xa8a589)],
|
|
1387
|
+
["tall poppy", fromHex(0xb32d29)],
|
|
1388
|
+
["tamarillo", fromHex(0x991613)],
|
|
1389
|
+
["tamarind", fromHex(0x341515)],
|
|
1390
|
+
["tan", fromHex(0xd2b48c)],
|
|
1391
|
+
["tana", fromHex(0xd9dcc1)],
|
|
1544
1392
|
["tangaroa", fromHex(0x03163c)],
|
|
1545
|
-
["
|
|
1546
|
-
["
|
|
1393
|
+
["tangerine", fromHex(0xf28500)],
|
|
1394
|
+
["tango", fromHex(0xed7a1c)],
|
|
1395
|
+
["tan hide", fromHex(0xfa9d5a)],
|
|
1396
|
+
["tapa", fromHex(0x7b7874)],
|
|
1397
|
+
["tapestry", fromHex(0xb05e81)],
|
|
1398
|
+
["tara", fromHex(0xe1f6e8)],
|
|
1399
|
+
["tarawera", fromHex(0x073a50)],
|
|
1400
|
+
["tasman", fromHex(0xcfdccf)],
|
|
1401
|
+
["taupe", fromHex(0x483c32)],
|
|
1402
|
+
["taupe gray", fromHex(0xb3af95)],
|
|
1403
|
+
["tawny port", fromHex(0x692545)],
|
|
1404
|
+
["tea", fromHex(0xc1bab0)],
|
|
1405
|
+
["tea green", fromHex(0xd0f0c0)],
|
|
1406
|
+
["teak", fromHex(0xb19461)],
|
|
1407
|
+
["teal", fromHex(0x008080)],
|
|
1408
|
+
["teal blue", fromHex(0x044259)],
|
|
1409
|
+
["temptress", fromHex(0x3b000b)],
|
|
1410
|
+
["tenn", fromHex(0xcd5700)],
|
|
1411
|
+
["te papa green", fromHex(0x1e433c)],
|
|
1412
|
+
["tequila", fromHex(0xffe6c7)],
|
|
1413
|
+
["terracotta", fromHex(0xe2725b)],
|
|
1414
|
+
["texas", fromHex(0xf8f99c)],
|
|
1415
|
+
["texas rose", fromHex(0xffb555)],
|
|
1416
|
+
["thatch", fromHex(0xb69d98)],
|
|
1417
|
+
["thatch green", fromHex(0x403d19)],
|
|
1418
|
+
["thistle", fromHex(0xd8bfd8)],
|
|
1419
|
+
["thistle green", fromHex(0xcccaa8)],
|
|
1420
|
+
["thunder", fromHex(0x33292f)],
|
|
1421
|
+
["thunderbird", fromHex(0xc02b18)],
|
|
1422
|
+
["tia maria", fromHex(0xc1440e)],
|
|
1423
|
+
["tiara", fromHex(0xc3d1d1)],
|
|
1424
|
+
["tiber", fromHex(0x063537)],
|
|
1425
|
+
["tickle me pink", fromHex(0xfc80a5)],
|
|
1426
|
+
["tidal", fromHex(0xf1ffad)],
|
|
1427
|
+
["tide", fromHex(0xbfb8b0)],
|
|
1428
|
+
["timber green", fromHex(0x16322c)],
|
|
1429
|
+
["timberwolf", fromHex(0xd9d6cf)],
|
|
1430
|
+
["titan white", fromHex(0xf0eeff)],
|
|
1431
|
+
["toast", fromHex(0x9a6e61)],
|
|
1432
|
+
["tobacco brown", fromHex(0x715d47)],
|
|
1433
|
+
["toledo", fromHex(0x3a0020)],
|
|
1434
|
+
["tolopea", fromHex(0x1b0245)],
|
|
1435
|
+
["tom thumb", fromHex(0x3f583b)],
|
|
1436
|
+
["tonys pink", fromHex(0xe79f8c)],
|
|
1437
|
+
["topaz", fromHex(0x7c778a)],
|
|
1438
|
+
["torch red", fromHex(0xfd0e35)],
|
|
1439
|
+
["torea bay", fromHex(0x0f2d9e)],
|
|
1440
|
+
["tory blue", fromHex(0x1450aa)],
|
|
1441
|
+
["tosca", fromHex(0x8d3f3f)],
|
|
1442
|
+
["totem pole", fromHex(0x991b07)],
|
|
1443
|
+
["tower gray", fromHex(0xa9bdbf)],
|
|
1444
|
+
["tradewind", fromHex(0x5fb3ac)],
|
|
1445
|
+
["tranquil", fromHex(0xe6ffff)],
|
|
1446
|
+
["travertine", fromHex(0xfffde8)],
|
|
1447
|
+
["treehouse", fromHex(0x3b2820)],
|
|
1448
|
+
["tree poppy", fromHex(0xfc9c1d)],
|
|
1449
|
+
["trendy green", fromHex(0x7c881a)],
|
|
1450
|
+
["trendy pink", fromHex(0x8c6495)],
|
|
1451
|
+
["trinidad", fromHex(0xe64e03)],
|
|
1452
|
+
["tropical blue", fromHex(0xc3ddf9)],
|
|
1453
|
+
["tropical rain forest", fromHex(0x00755e)],
|
|
1454
|
+
["trout", fromHex(0x4a4e5a)],
|
|
1455
|
+
["true v", fromHex(0x8a73d6)],
|
|
1456
|
+
["tuatara", fromHex(0x363534)],
|
|
1457
|
+
["tuft bush", fromHex(0xffddcd)],
|
|
1458
|
+
["tulip tree", fromHex(0xeab33b)],
|
|
1459
|
+
["tumbleweed", fromHex(0xdea681)],
|
|
1460
|
+
["tuna", fromHex(0x353542)],
|
|
1461
|
+
["tundora", fromHex(0x4a4244)],
|
|
1462
|
+
["turbo", fromHex(0xfae600)],
|
|
1463
|
+
["turkish rose", fromHex(0xb57281)],
|
|
1464
|
+
["turmeric", fromHex(0xcabb48)],
|
|
1465
|
+
["turquoise", fromHex(0x30d5c8)],
|
|
1466
|
+
["turquoise blue", fromHex(0x6cdae7)],
|
|
1467
|
+
["turtle green", fromHex(0x2a380b)],
|
|
1468
|
+
["tuscany", fromHex(0xbd5e2e)],
|
|
1469
|
+
["tusk", fromHex(0xeef3c3)],
|
|
1470
|
+
["tussock", fromHex(0xc5994b)],
|
|
1471
|
+
["tutu", fromHex(0xfff1f9)],
|
|
1472
|
+
["twilight", fromHex(0xe4cfde)],
|
|
1473
|
+
["twilight blue", fromHex(0xeefdff)],
|
|
1474
|
+
["twine", fromHex(0xc2955d)],
|
|
1475
|
+
["tyrian purple", fromHex(0x66023c)],
|
|
1476
|
+
["ultramarine", fromHex(0x120a8f)],
|
|
1477
|
+
["underage pink", fromHex(0xf9e6f4)],
|
|
1478
|
+
["valencia", fromHex(0xd84437)],
|
|
1479
|
+
["valentino", fromHex(0x350e42)],
|
|
1480
|
+
["valhalla", fromHex(0x2b194f)],
|
|
1481
|
+
["van cleef", fromHex(0x49170c)],
|
|
1482
|
+
["vanilla", fromHex(0xd1bea8)],
|
|
1483
|
+
["vanilla ice", fromHex(0xf3d9df)],
|
|
1484
|
+
["varden", fromHex(0xfff6df)],
|
|
1485
|
+
["venetian red", fromHex(0x72010f)],
|
|
1486
|
+
["venice blue", fromHex(0x055989)],
|
|
1487
|
+
["venus", fromHex(0x928590)],
|
|
1488
|
+
["verdigris", fromHex(0x5d5e37)],
|
|
1489
|
+
["verdun green", fromHex(0x495400)],
|
|
1490
|
+
["vermilion", fromHex(0xff4d00)],
|
|
1491
|
+
["vesuvius", fromHex(0xb14a0b)],
|
|
1492
|
+
["victoria", fromHex(0x534491)],
|
|
1493
|
+
["vida loca", fromHex(0x549019)],
|
|
1494
|
+
["viking", fromHex(0x64ccdb)],
|
|
1495
|
+
["vin rouge", fromHex(0x983d61)],
|
|
1496
|
+
["viola", fromHex(0xcb8fa9)],
|
|
1497
|
+
["violent violet", fromHex(0x290c5e)],
|
|
1547
1498
|
["violet", fromHex(0x240a40)],
|
|
1548
|
-
["
|
|
1549
|
-
["
|
|
1550
|
-
["
|
|
1551
|
-
["
|
|
1552
|
-
["
|
|
1553
|
-
["
|
|
1554
|
-
["
|
|
1555
|
-
["
|
|
1556
|
-
["
|
|
1557
|
-
["
|
|
1558
|
-
["
|
|
1559
|
-
["
|
|
1560
|
-
["
|
|
1561
|
-
["
|
|
1562
|
-
["
|
|
1563
|
-
["
|
|
1564
|
-
["
|
|
1565
|
-
["
|
|
1566
|
-
["
|
|
1567
|
-
["
|
|
1568
|
-
["
|
|
1569
|
-
["
|
|
1499
|
+
["violet eggplant", fromHex(0x991199)],
|
|
1500
|
+
["violet red", fromHex(0xf7468a)],
|
|
1501
|
+
["viridian", fromHex(0x40826d)],
|
|
1502
|
+
["viridian green", fromHex(0x678975)],
|
|
1503
|
+
["vista blue", fromHex(0x8fd6b4)],
|
|
1504
|
+
["vista white", fromHex(0xfcf8f7)],
|
|
1505
|
+
["vis vis", fromHex(0xffefa1)],
|
|
1506
|
+
["vivid tangerine", fromHex(0xff9980)],
|
|
1507
|
+
["vivid violet", fromHex(0x803790)],
|
|
1508
|
+
["voodoo", fromHex(0x533455)],
|
|
1509
|
+
["vulcan", fromHex(0x10121d)],
|
|
1510
|
+
["wafer", fromHex(0xdecbc6)],
|
|
1511
|
+
["waikawa gray", fromHex(0x5a6e9c)],
|
|
1512
|
+
["waiouru", fromHex(0x363c0d)],
|
|
1513
|
+
["walnut", fromHex(0x773f1a)],
|
|
1514
|
+
["wasabi", fromHex(0x788a25)],
|
|
1515
|
+
["watercourse", fromHex(0x056f57)],
|
|
1516
|
+
["water leaf", fromHex(0xa1e9de)],
|
|
1517
|
+
["waterloo", fromHex(0x7b7c94)],
|
|
1518
|
+
["wattle", fromHex(0xdcd747)],
|
|
1519
|
+
["watusi", fromHex(0xffddcf)],
|
|
1520
|
+
["wax flower", fromHex(0xffc0a8)],
|
|
1521
|
+
["web orange", fromHex(0xffa500)],
|
|
1522
|
+
["wedgewood", fromHex(0x4e7f9e)],
|
|
1523
|
+
["well read", fromHex(0xb43332)],
|
|
1524
|
+
["we peep", fromHex(0xf7dbe6)],
|
|
1525
|
+
["westar", fromHex(0xdcd9d2)],
|
|
1526
|
+
["west coast", fromHex(0x625119)],
|
|
1527
|
+
["west side", fromHex(0xff910f)],
|
|
1528
|
+
["wewak", fromHex(0xf19bab)],
|
|
1529
|
+
["wheat", fromHex(0xf5deb3)],
|
|
1530
|
+
["wheatfield", fromHex(0xf3edcf)],
|
|
1531
|
+
["whiskey", fromHex(0xd59a6f)],
|
|
1532
|
+
["whisper", fromHex(0xf7f5fa)],
|
|
1533
|
+
["white", fromHex(0xffffff)],
|
|
1534
|
+
["white ice", fromHex(0xddf9f1)],
|
|
1535
|
+
["white lilac", fromHex(0xf8f7fc)],
|
|
1536
|
+
["white linen", fromHex(0xf8f0e8)],
|
|
1537
|
+
["white pointer", fromHex(0xfef8ff)],
|
|
1538
|
+
["white rock", fromHex(0xeae8d4)],
|
|
1539
|
+
["wild blue yonder", fromHex(0x7a89b8)],
|
|
1540
|
+
["wild rice", fromHex(0xece090)],
|
|
1541
|
+
["wild sand", fromHex(0xf4f4f4)],
|
|
1542
|
+
["wild strawberry", fromHex(0xff3399)],
|
|
1543
|
+
["wild watermelon", fromHex(0xfd5b78)],
|
|
1544
|
+
["wild willow", fromHex(0xb9c46a)],
|
|
1545
|
+
["william", fromHex(0x3a686c)],
|
|
1546
|
+
["willow brook", fromHex(0xdfecda)],
|
|
1547
|
+
["willow grove", fromHex(0x65745d)],
|
|
1570
1548
|
["windsor", fromHex(0x3c0878)],
|
|
1571
|
-
["
|
|
1572
|
-
["
|
|
1573
|
-
["
|
|
1574
|
-
["
|
|
1575
|
-
["
|
|
1549
|
+
["wine berry", fromHex(0x591d35)],
|
|
1550
|
+
["winter hazel", fromHex(0xd5d195)],
|
|
1551
|
+
["wisp pink", fromHex(0xfef4f8)],
|
|
1552
|
+
["wisteria", fromHex(0x9771b5)],
|
|
1553
|
+
["wistful", fromHex(0xa4a6d3)],
|
|
1554
|
+
["witch haze", fromHex(0xfffc99)],
|
|
1555
|
+
["wood bark", fromHex(0x261105)],
|
|
1556
|
+
["woodland", fromHex(0x4d5328)],
|
|
1557
|
+
["woodrush", fromHex(0x302a0f)],
|
|
1558
|
+
["woodsmoke", fromHex(0x0c0d0f)],
|
|
1559
|
+
["woody brown", fromHex(0x483131)],
|
|
1560
|
+
["xanadu", fromHex(0x738678)],
|
|
1561
|
+
["yellow", fromHex(0xffff00)],
|
|
1562
|
+
["yellow green", fromHex(0xc5e17a)],
|
|
1563
|
+
["yellow metal", fromHex(0x716338)],
|
|
1564
|
+
["yellow orange", fromHex(0xffae42)],
|
|
1565
|
+
["yellow sea", fromHex(0xfea904)],
|
|
1566
|
+
["your pink", fromHex(0xffc3c0)],
|
|
1567
|
+
["yukon gold", fromHex(0x7b6608)],
|
|
1568
|
+
["yuma", fromHex(0xcec291)],
|
|
1569
|
+
["zambezi", fromHex(0x685558)],
|
|
1570
|
+
["zanah", fromHex(0xdaecd6)],
|
|
1571
|
+
["zest", fromHex(0xe5841b)],
|
|
1572
|
+
["zeus", fromHex(0x292319)],
|
|
1573
|
+
["ziggurat", fromHex(0xbfdbe2)],
|
|
1574
|
+
["zinnwaldite", fromHex(0xebc2af)],
|
|
1575
|
+
["zircon", fromHex(0xf4f8ff)],
|
|
1576
|
+
["zombie", fromHex(0xe4d69b)],
|
|
1577
|
+
["zorba", fromHex(0xa59b91)],
|
|
1578
|
+
["zuccini", fromHex(0x044022)],
|
|
1579
|
+
["zumthor", fromHex(0xedf6ff)]
|
|
1576
1580
|
]);
|
|
1577
1581
|
|
|
1578
1582
|
export default ntc;
|