@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/x11.ts
CHANGED
|
@@ -1,467 +1,471 @@
|
|
|
1
1
|
import type Rgb from "../types/Rgb.js";
|
|
2
|
-
|
|
2
|
+
|
|
3
|
+
import fromHex from "../convert/hexToRgb.js";
|
|
3
4
|
|
|
4
5
|
/**
|
|
5
6
|
* `rgb.txt` from the X11 window system distribution. Most colors are too bright. Suitable for light sources, but poorly suited for surface colors.
|
|
6
7
|
* @see {@link https://people.csail.mit.edu/jaffer/Color/Dictionaries#x11 | Color-Name Dictionaries}
|
|
7
8
|
* @public
|
|
8
9
|
*/
|
|
9
|
-
const x11: Map<string, Rgb> = new Map<
|
|
10
|
-
|
|
11
|
-
[
|
|
12
|
-
|
|
13
|
-
["
|
|
14
|
-
["
|
|
15
|
-
["
|
|
10
|
+
const x11: Map<string, [number, number, number] & Rgb> = new Map<
|
|
11
|
+
string,
|
|
12
|
+
[number, number, number] & Rgb
|
|
13
|
+
>([
|
|
14
|
+
["alice blue", fromHex(0xf0f8ff)],
|
|
15
|
+
["antique white 1", fromHex(0xffefdb)],
|
|
16
|
+
["antique white 2", fromHex(0xeedfcc)],
|
|
17
|
+
["antique white 3", fromHex(0xcdc0b0)],
|
|
18
|
+
["antique white 4", fromHex(0x8b8378)],
|
|
19
|
+
["antique white", fromHex(0xfaebd7)],
|
|
20
|
+
["aquamarine 1", fromHex(0x7fffd4)],
|
|
21
|
+
["aquamarine 2", fromHex(0x76eec6)],
|
|
22
|
+
["aquamarine 3", fromHex(0x66cdaa)],
|
|
23
|
+
["aquamarine 4", fromHex(0x458b74)],
|
|
24
|
+
["aquamarine", fromHex(0x7fffd4)],
|
|
25
|
+
["azure 1", fromHex(0xf0ffff)],
|
|
26
|
+
["azure 2", fromHex(0xe0eeee)],
|
|
27
|
+
["azure 3", fromHex(0xc1cdcd)],
|
|
28
|
+
["azure 4", fromHex(0x838b8b)],
|
|
29
|
+
["azure", fromHex(0xf0ffff)],
|
|
30
|
+
["beige", fromHex(0xf5f5dc)],
|
|
31
|
+
["bisque 1", fromHex(0xffe4c4)],
|
|
32
|
+
["bisque 2", fromHex(0xeed5b7)],
|
|
33
|
+
["bisque 3", fromHex(0xcdb79e)],
|
|
34
|
+
["bisque 4", fromHex(0x8b7d6b)],
|
|
35
|
+
["bisque", fromHex(0xffe4c4)],
|
|
36
|
+
["black", fromHex(0x000000)],
|
|
37
|
+
["blanched almond", fromHex(0xffebcd)],
|
|
38
|
+
["blue 1", fromHex(0x0000ff)],
|
|
39
|
+
["blue 2", fromHex(0x0000ee)],
|
|
40
|
+
["blue 3", fromHex(0x0000cd)],
|
|
41
|
+
["blue 4", fromHex(0x00008b)],
|
|
42
|
+
["blue", fromHex(0x0000ff)],
|
|
43
|
+
["blue violet", fromHex(0x8a2be2)],
|
|
44
|
+
["brown 1", fromHex(0xff4040)],
|
|
45
|
+
["brown 2", fromHex(0xee3b3b)],
|
|
46
|
+
["brown 3", fromHex(0xcd3333)],
|
|
47
|
+
["brown 4", fromHex(0x8b2323)],
|
|
48
|
+
["brown", fromHex(0xa52a2a)],
|
|
49
|
+
["burlywood 1", fromHex(0xffd39b)],
|
|
50
|
+
["burlywood 2", fromHex(0xeec591)],
|
|
51
|
+
["burlywood 3", fromHex(0xcdaa7d)],
|
|
52
|
+
["burlywood 4", fromHex(0x8b7355)],
|
|
53
|
+
["burlywood", fromHex(0xdeb887)],
|
|
54
|
+
["cadet blue 1", fromHex(0x98f5ff)],
|
|
55
|
+
["cadet blue 2", fromHex(0x8ee5ee)],
|
|
56
|
+
["cadet blue 3", fromHex(0x7ac5cd)],
|
|
57
|
+
["cadet blue 4", fromHex(0x53868b)],
|
|
58
|
+
["cadet blue", fromHex(0x5f9ea0)],
|
|
59
|
+
["chartreuse 1", fromHex(0x7fff00)],
|
|
60
|
+
["chartreuse 2", fromHex(0x76ee00)],
|
|
61
|
+
["chartreuse 3", fromHex(0x66cd00)],
|
|
62
|
+
["chartreuse 4", fromHex(0x458b00)],
|
|
63
|
+
["chartreuse", fromHex(0x7fff00)],
|
|
64
|
+
["chocolate 1", fromHex(0xff7f24)],
|
|
65
|
+
["chocolate 2", fromHex(0xee7621)],
|
|
66
|
+
["chocolate 3", fromHex(0xcd661d)],
|
|
67
|
+
["chocolate 4", fromHex(0x8b4513)],
|
|
68
|
+
["chocolate", fromHex(0xd2691e)],
|
|
69
|
+
["coral 1", fromHex(0xff7256)],
|
|
70
|
+
["coral 2", fromHex(0xee6a50)],
|
|
71
|
+
["coral 3", fromHex(0xcd5b45)],
|
|
72
|
+
["coral 4", fromHex(0x8b3e2f)],
|
|
73
|
+
["coral", fromHex(0xff7f50)],
|
|
74
|
+
["cornflower blue", fromHex(0x6495ed)],
|
|
75
|
+
["corn silk 1", fromHex(0xfff8dc)],
|
|
76
|
+
["corn silk 2", fromHex(0xeee8cd)],
|
|
77
|
+
["corn silk 3", fromHex(0xcdc8b1)],
|
|
78
|
+
["corn silk 4", fromHex(0x8b8878)],
|
|
79
|
+
["corn silk", fromHex(0xfff8dc)],
|
|
80
|
+
["cyan 1", fromHex(0x00ffff)],
|
|
81
|
+
["cyan 2", fromHex(0x00eeee)],
|
|
82
|
+
["cyan 3", fromHex(0x00cdcd)],
|
|
83
|
+
["cyan 4", fromHex(0x008b8b)],
|
|
16
84
|
["cyan", fromHex(0x00ffff)],
|
|
17
|
-
["
|
|
18
|
-
["
|
|
19
|
-
["
|
|
20
|
-
["
|
|
21
|
-
["
|
|
22
|
-
["
|
|
23
|
-
["
|
|
24
|
-
["
|
|
25
|
-
["
|
|
26
|
-
["
|
|
27
|
-
["
|
|
28
|
-
["
|
|
29
|
-
["
|
|
30
|
-
["
|
|
31
|
-
["
|
|
32
|
-
["
|
|
33
|
-
["
|
|
34
|
-
["
|
|
35
|
-
["
|
|
36
|
-
["
|
|
37
|
-
["
|
|
38
|
-
["
|
|
39
|
-
["
|
|
40
|
-
["
|
|
41
|
-
["
|
|
42
|
-
["
|
|
43
|
-
["
|
|
44
|
-
["
|
|
45
|
-
["
|
|
46
|
-
["
|
|
47
|
-
["
|
|
48
|
-
["
|
|
49
|
-
["
|
|
50
|
-
["
|
|
51
|
-
["
|
|
52
|
-
["
|
|
53
|
-
["
|
|
54
|
-
["
|
|
55
|
-
["
|
|
56
|
-
["
|
|
57
|
-
["
|
|
58
|
-
["
|
|
59
|
-
["
|
|
60
|
-
["
|
|
61
|
-
["
|
|
62
|
-
["
|
|
63
|
-
["
|
|
64
|
-
["
|
|
65
|
-
["
|
|
66
|
-
["
|
|
67
|
-
["
|
|
68
|
-
["
|
|
69
|
-
["
|
|
70
|
-
["
|
|
71
|
-
["
|
|
72
|
-
["
|
|
73
|
-
["
|
|
74
|
-
["
|
|
75
|
-
["
|
|
76
|
-
["
|
|
77
|
-
["
|
|
78
|
-
["
|
|
79
|
-
["
|
|
80
|
-
["
|
|
81
|
-
["
|
|
82
|
-
["
|
|
83
|
-
["
|
|
84
|
-
["
|
|
85
|
-
["
|
|
86
|
-
["
|
|
87
|
-
["
|
|
88
|
-
["
|
|
89
|
-
["
|
|
90
|
-
["
|
|
91
|
-
["
|
|
92
|
-
["
|
|
93
|
-
["
|
|
94
|
-
["
|
|
95
|
-
["
|
|
96
|
-
["honeydew4", fromHex(0x838b83)],
|
|
97
|
-
["azure4", fromHex(0x838b8b)],
|
|
98
|
-
["snow4", fromHex(0x8b8989)],
|
|
99
|
-
["lightyellow4", fromHex(0x8b8b7a)],
|
|
100
|
-
["cornsilk4", fromHex(0x8b8878)],
|
|
101
|
-
["lemonchiffon4", fromHex(0x8b8970)],
|
|
102
|
-
["darkgray", fromHex(0xa9a9a9)],
|
|
103
|
-
["darkgrey", fromHex(0xa9a9a9)],
|
|
104
|
-
["navajowhite3", fromHex(0xcdb38b)],
|
|
105
|
-
["tan", fromHex(0xd2b48c)],
|
|
106
|
-
["darkkhaki", fromHex(0xbdb76b)],
|
|
107
|
-
["darkseagreen", fromHex(0x8fbc8f)],
|
|
108
|
-
["lightseagreen", fromHex(0x20b2aa)],
|
|
109
|
-
["paleturquoise3", fromHex(0x96cdcd)],
|
|
110
|
-
["aquamarine3", fromHex(0x66cdaa)],
|
|
111
|
-
["mediumaquamarine", fromHex(0x66cdaa)],
|
|
112
|
-
["darkseagreen3", fromHex(0x9bcd9b)],
|
|
113
|
-
["khaki3", fromHex(0xcdc673)],
|
|
114
|
-
["lightgoldenrod3", fromHex(0xcdbe70)],
|
|
115
|
-
["navajowhite2", fromHex(0xeecfa1)],
|
|
116
|
-
["wheat2", fromHex(0xeed8ae)],
|
|
117
|
-
["wheat3", fromHex(0xcdba96)],
|
|
118
|
-
["bisque3", fromHex(0xcdb79e)],
|
|
119
|
-
["lemonchiffon3", fromHex(0xcdc9a5)],
|
|
120
|
-
["antiquewhite3", fromHex(0xcdc0b0)],
|
|
121
|
-
["cornsilk3", fromHex(0xcdc8b1)],
|
|
122
|
-
["seashell3", fromHex(0xcdc5bf)],
|
|
123
|
-
["snow3", fromHex(0xcdc9c9)],
|
|
124
|
-
["lavenderblush3", fromHex(0xcdc1c5)],
|
|
85
|
+
["dark blue", fromHex(0x00008b)],
|
|
86
|
+
["dark cyan", fromHex(0x008b8b)],
|
|
87
|
+
["dark goldenrod 1", fromHex(0xffb90f)],
|
|
88
|
+
["dark goldenrod 2", fromHex(0xeead0e)],
|
|
89
|
+
["dark goldenrod 3", fromHex(0xcd950c)],
|
|
90
|
+
["dark goldenrod 4", fromHex(0x8b6508)],
|
|
91
|
+
["dark goldenrod", fromHex(0xb8860b)],
|
|
92
|
+
["dark gray", fromHex(0xa9a9a9)],
|
|
93
|
+
["dark green", fromHex(0x006400)],
|
|
94
|
+
["dark grey", fromHex(0xa9a9a9)],
|
|
95
|
+
["dark khaki", fromHex(0xbdb76b)],
|
|
96
|
+
["dark magenta", fromHex(0x8b008b)],
|
|
97
|
+
["dark olive green 1", fromHex(0xcaff70)],
|
|
98
|
+
["dark olive green 2", fromHex(0xbcee68)],
|
|
99
|
+
["dark olive green 3", fromHex(0xa2cd5a)],
|
|
100
|
+
["dark olive green 4", fromHex(0x6e8b3d)],
|
|
101
|
+
["dark olive green", fromHex(0x556b2f)],
|
|
102
|
+
["dark orange 1", fromHex(0xff7f00)],
|
|
103
|
+
["dark orange 2", fromHex(0xee7600)],
|
|
104
|
+
["dark orange 3", fromHex(0xcd6600)],
|
|
105
|
+
["dark orange 4", fromHex(0x8b4500)],
|
|
106
|
+
["dark orange", fromHex(0xff8c00)],
|
|
107
|
+
["dark orchid 1", fromHex(0xbf3eff)],
|
|
108
|
+
["dark orchid 2", fromHex(0xb23aee)],
|
|
109
|
+
["dark orchid 3", fromHex(0x9a32cd)],
|
|
110
|
+
["dark orchid 4", fromHex(0x68228b)],
|
|
111
|
+
["dark orchid", fromHex(0x9932cc)],
|
|
112
|
+
["dark red", fromHex(0x8b0000)],
|
|
113
|
+
["dark salmon", fromHex(0xe9967a)],
|
|
114
|
+
["dark sea green 1", fromHex(0xc1ffc1)],
|
|
115
|
+
["dark sea green 2", fromHex(0xb4eeb4)],
|
|
116
|
+
["dark sea green 3", fromHex(0x9bcd9b)],
|
|
117
|
+
["dark sea green 4", fromHex(0x698b69)],
|
|
118
|
+
["dark sea green", fromHex(0x8fbc8f)],
|
|
119
|
+
["dark slate blue", fromHex(0x483d8b)],
|
|
120
|
+
["dark slate gray 1", fromHex(0x97ffff)],
|
|
121
|
+
["dark slate gray 2", fromHex(0x8deeee)],
|
|
122
|
+
["dark slate gray 3", fromHex(0x79cdcd)],
|
|
123
|
+
["dark slate gray 4", fromHex(0x528b8b)],
|
|
124
|
+
["dark slate gray", fromHex(0x2f4f4f)],
|
|
125
|
+
["dark slate grey", fromHex(0x2f4f4f)],
|
|
126
|
+
["dark turquoise", fromHex(0x00ced1)],
|
|
127
|
+
["dark violet", fromHex(0x9400d3)],
|
|
128
|
+
["deep pink 1", fromHex(0xff1493)],
|
|
129
|
+
["deep pink 2", fromHex(0xee1289)],
|
|
130
|
+
["deep pink 3", fromHex(0xcd1076)],
|
|
131
|
+
["deep pink 4", fromHex(0x8b0a50)],
|
|
132
|
+
["deep pink", fromHex(0xff1493)],
|
|
133
|
+
["deep sky blue 1", fromHex(0x00bfff)],
|
|
134
|
+
["deep sky blue 2", fromHex(0x00b2ee)],
|
|
135
|
+
["deep sky blue 3", fromHex(0x009acd)],
|
|
136
|
+
["deep sky blue 4", fromHex(0x00688b)],
|
|
137
|
+
["deep sky blue", fromHex(0x00bfff)],
|
|
138
|
+
["dim gray", fromHex(0x696969)],
|
|
139
|
+
["dim grey", fromHex(0x696969)],
|
|
140
|
+
["dodger blue 1", fromHex(0x1e90ff)],
|
|
141
|
+
["dodger blue 2", fromHex(0x1c86ee)],
|
|
142
|
+
["dodger blue 3", fromHex(0x1874cd)],
|
|
143
|
+
["dodger blue 4", fromHex(0x104e8b)],
|
|
144
|
+
["dodger blue", fromHex(0x1e90ff)],
|
|
145
|
+
["fire brick 1", fromHex(0xff3030)],
|
|
146
|
+
["fire brick 2", fromHex(0xee2c2c)],
|
|
147
|
+
["fire brick 3", fromHex(0xcd2626)],
|
|
148
|
+
["fire brick 4", fromHex(0x8b1a1a)],
|
|
149
|
+
["fire brick", fromHex(0xb22222)],
|
|
150
|
+
["floral white", fromHex(0xfffaf0)],
|
|
151
|
+
["forest green", fromHex(0x228b22)],
|
|
152
|
+
["gainsboro", fromHex(0xdcdcdc)],
|
|
153
|
+
["ghost white", fromHex(0xf8f8ff)],
|
|
154
|
+
["gold 1", fromHex(0xffd700)],
|
|
155
|
+
["gold 2", fromHex(0xeec900)],
|
|
156
|
+
["gold 3", fromHex(0xcdad00)],
|
|
157
|
+
["gold 4", fromHex(0x8b7500)],
|
|
158
|
+
["gold", fromHex(0xffd700)],
|
|
159
|
+
["goldenrod 1", fromHex(0xffc125)],
|
|
160
|
+
["goldenrod 2", fromHex(0xeeb422)],
|
|
161
|
+
["goldenrod 3", fromHex(0xcd9b1d)],
|
|
162
|
+
["goldenrod 4", fromHex(0x8b6914)],
|
|
163
|
+
["goldenrod", fromHex(0xdaa520)],
|
|
125
164
|
["gray", fromHex(0xbebebe)],
|
|
165
|
+
["green 1", fromHex(0x00ff00)],
|
|
166
|
+
["green 2", fromHex(0x00ee00)],
|
|
167
|
+
["green 3", fromHex(0x00cd00)],
|
|
168
|
+
["green 4", fromHex(0x008b00)],
|
|
169
|
+
["green", fromHex(0x00ff00)],
|
|
170
|
+
["green yellow", fromHex(0xadff2f)],
|
|
126
171
|
["grey", fromHex(0xbebebe)],
|
|
127
|
-
["
|
|
128
|
-
["
|
|
129
|
-
["
|
|
130
|
-
["
|
|
131
|
-
["lightgray", fromHex(0xd3d3d3)],
|
|
132
|
-
["lightgrey", fromHex(0xd3d3d3)],
|
|
133
|
-
["azure3", fromHex(0xc1cdcd)],
|
|
134
|
-
["lightyellow3", fromHex(0xcdcdb4)],
|
|
135
|
-
["bisque2", fromHex(0xeed5b7)],
|
|
136
|
-
["cornsilk2", fromHex(0xeee8cd)],
|
|
137
|
-
["lightyellow2", fromHex(0xeeeed1)],
|
|
138
|
-
["blanchedalmond", fromHex(0xffebcd)],
|
|
139
|
-
["bisque", fromHex(0xffe4c4)],
|
|
140
|
-
["bisque1", fromHex(0xffe4c4)],
|
|
141
|
-
["antiquewhite", fromHex(0xfaebd7)],
|
|
142
|
-
["ivory2", fromHex(0xeeeee0)],
|
|
143
|
-
["antiquewhite2", fromHex(0xeedfcc)],
|
|
144
|
-
["seashell2", fromHex(0xeee5de)],
|
|
145
|
-
["snow2", fromHex(0xeee9e9)],
|
|
146
|
-
["lavenderblush2", fromHex(0xeee0e5)],
|
|
147
|
-
["azure2", fromHex(0xe0eeee)],
|
|
148
|
-
["honeydew2", fromHex(0xe0eee0)],
|
|
149
|
-
["lightcyan2", fromHex(0xd1eeee)],
|
|
150
|
-
["lightcyan", fromHex(0xe0ffff)],
|
|
151
|
-
["lightcyan1", fromHex(0xe0ffff)],
|
|
172
|
+
["honeydew 1", fromHex(0xf0fff0)],
|
|
173
|
+
["honeydew 2", fromHex(0xe0eee0)],
|
|
174
|
+
["honeydew 3", fromHex(0xc1cdc1)],
|
|
175
|
+
["honeydew 4", fromHex(0x838b83)],
|
|
152
176
|
["honeydew", fromHex(0xf0fff0)],
|
|
153
|
-
["
|
|
154
|
-
["
|
|
155
|
-
["
|
|
156
|
-
["
|
|
157
|
-
["
|
|
158
|
-
["
|
|
159
|
-
["
|
|
160
|
-
["
|
|
161
|
-
["
|
|
162
|
-
["
|
|
163
|
-
["
|
|
164
|
-
["
|
|
165
|
-
["
|
|
166
|
-
["
|
|
167
|
-
["snow", fromHex(0xfffafa)],
|
|
168
|
-
["snow1", fromHex(0xfffafa)],
|
|
177
|
+
["hot pink 1", fromHex(0xff6eb4)],
|
|
178
|
+
["hot pink 2", fromHex(0xee6aa7)],
|
|
179
|
+
["hot pink 3", fromHex(0xcd6090)],
|
|
180
|
+
["hot pink 4", fromHex(0x8b3a62)],
|
|
181
|
+
["hot pink", fromHex(0xff69b4)],
|
|
182
|
+
["indian red 1", fromHex(0xff6a6a)],
|
|
183
|
+
["indian red 2", fromHex(0xee6363)],
|
|
184
|
+
["indian red 3", fromHex(0xcd5555)],
|
|
185
|
+
["indian red 4", fromHex(0x8b3a3a)],
|
|
186
|
+
["indian red", fromHex(0xcd5c5c)],
|
|
187
|
+
["ivory 1", fromHex(0xfffff0)],
|
|
188
|
+
["ivory 2", fromHex(0xeeeee0)],
|
|
189
|
+
["ivory 3", fromHex(0xcdcdc1)],
|
|
190
|
+
["ivory 4", fromHex(0x8b8b83)],
|
|
169
191
|
["ivory", fromHex(0xfffff0)],
|
|
170
|
-
["
|
|
171
|
-
["
|
|
172
|
-
["
|
|
173
|
-
["
|
|
174
|
-
["papayawhip", fromHex(0xffefd5)],
|
|
175
|
-
["cornsilk", fromHex(0xfff8dc)],
|
|
176
|
-
["cornsilk1", fromHex(0xfff8dc)],
|
|
177
|
-
["lightyellow", fromHex(0xffffe0)],
|
|
178
|
-
["lightyellow1", fromHex(0xffffe0)],
|
|
179
|
-
["lemonchiffon", fromHex(0xfffacd)],
|
|
180
|
-
["lemonchiffon1", fromHex(0xfffacd)],
|
|
181
|
-
["wheat1", fromHex(0xffe7ba)],
|
|
182
|
-
["lemonchiffon2", fromHex(0xeee9bf)],
|
|
183
|
-
["wheat", fromHex(0xf5deb3)],
|
|
184
|
-
["navajowhite", fromHex(0xffdead)],
|
|
185
|
-
["navajowhite1", fromHex(0xffdead)],
|
|
186
|
-
["moccasin", fromHex(0xffe4b5)],
|
|
187
|
-
["palegoldenrod", fromHex(0xeee8aa)],
|
|
188
|
-
["lightgoldenrodyellow", fromHex(0xfafad2)],
|
|
189
|
-
["darkseagreen2", fromHex(0xb4eeb4)],
|
|
190
|
-
["darkseagreen1", fromHex(0xc1ffc1)],
|
|
191
|
-
["paleturquoise", fromHex(0xafeeee)],
|
|
192
|
-
["paleturquoise2", fromHex(0xaeeeee)],
|
|
193
|
-
["aquamarine", fromHex(0x7fffd4)],
|
|
194
|
-
["aquamarine1", fromHex(0x7fffd4)],
|
|
195
|
-
["turquoise", fromHex(0x40e0d0)],
|
|
196
|
-
["aquamarine2", fromHex(0x76eec6)],
|
|
197
|
-
["seagreen2", fromHex(0x4eee94)],
|
|
198
|
-
["lightgreen", fromHex(0x90ee90)],
|
|
199
|
-
["palegreen2", fromHex(0x90ee90)],
|
|
200
|
-
["palegreen3", fromHex(0x7ccd7c)],
|
|
201
|
-
["mediumspringgreen", fromHex(0x00fa9a)],
|
|
202
|
-
["seagreen1", fromHex(0x54ff9f)],
|
|
203
|
-
["palegreen", fromHex(0x98fb98)],
|
|
204
|
-
["palegreen1", fromHex(0x9aff9a)],
|
|
205
|
-
["springgreen", fromHex(0x00ff7f)],
|
|
206
|
-
["springgreen1", fromHex(0x00ff7f)],
|
|
207
|
-
["springgreen2", fromHex(0x00ee76)],
|
|
208
|
-
["olivedrab2", fromHex(0xb3ee3a)],
|
|
209
|
-
["green", fromHex(0x00ff00)],
|
|
210
|
-
["green1", fromHex(0x00ff00)],
|
|
211
|
-
["green2", fromHex(0x00ee00)],
|
|
212
|
-
["chartreuse2", fromHex(0x76ee00)],
|
|
213
|
-
["lawngreen", fromHex(0x7cfc00)],
|
|
214
|
-
["chartreuse", fromHex(0x7fff00)],
|
|
215
|
-
["chartreuse1", fromHex(0x7fff00)],
|
|
216
|
-
["greenyellow", fromHex(0xadff2f)],
|
|
217
|
-
["olivedrab1", fromHex(0xc0ff3e)],
|
|
218
|
-
["yellow", fromHex(0xffff00)],
|
|
219
|
-
["yellow1", fromHex(0xffff00)],
|
|
220
|
-
["yellow2", fromHex(0xeeee00)],
|
|
221
|
-
["darkolivegreen2", fromHex(0xbcee68)],
|
|
222
|
-
["darkolivegreen1", fromHex(0xcaff70)],
|
|
223
|
-
["khaki2", fromHex(0xeee685)],
|
|
192
|
+
["khaki 1", fromHex(0xfff68f)],
|
|
193
|
+
["khaki 2", fromHex(0xeee685)],
|
|
194
|
+
["khaki 3", fromHex(0xcdc673)],
|
|
195
|
+
["khaki 4", fromHex(0x8b864e)],
|
|
224
196
|
["khaki", fromHex(0xf0e68c)],
|
|
225
|
-
["
|
|
226
|
-
["
|
|
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
|
-
["
|
|
261
|
-
["
|
|
262
|
-
["
|
|
263
|
-
["
|
|
264
|
-
["
|
|
265
|
-
["
|
|
266
|
-
["
|
|
267
|
-
["
|
|
268
|
-
["
|
|
269
|
-
["
|
|
270
|
-
["
|
|
271
|
-
["
|
|
272
|
-
["
|
|
273
|
-
["
|
|
274
|
-
["
|
|
275
|
-
["
|
|
276
|
-
["
|
|
277
|
-
["
|
|
278
|
-
["
|
|
279
|
-
["
|
|
280
|
-
["
|
|
197
|
+
["lavender", fromHex(0xe6e6fa)],
|
|
198
|
+
["lavender blush 1", fromHex(0xfff0f5)],
|
|
199
|
+
["lavender blush 2", fromHex(0xeee0e5)],
|
|
200
|
+
["lavender blush 3", fromHex(0xcdc1c5)],
|
|
201
|
+
["lavender blush 4", fromHex(0x8b8386)],
|
|
202
|
+
["lavender blush", fromHex(0xfff0f5)],
|
|
203
|
+
["lawn green", fromHex(0x7cfc00)],
|
|
204
|
+
["lemon chiffon 1", fromHex(0xfffacd)],
|
|
205
|
+
["lemon chiffon 2", fromHex(0xeee9bf)],
|
|
206
|
+
["lemon chiffon 3", fromHex(0xcdc9a5)],
|
|
207
|
+
["lemon chiffon 4", fromHex(0x8b8970)],
|
|
208
|
+
["lemon chiffon", fromHex(0xfffacd)],
|
|
209
|
+
["light blue 1", fromHex(0xbfefff)],
|
|
210
|
+
["light blue 2", fromHex(0xb2dfee)],
|
|
211
|
+
["light blue 3", fromHex(0x9ac0cd)],
|
|
212
|
+
["light blue 4", fromHex(0x68838b)],
|
|
213
|
+
["light blue", fromHex(0xadd8e6)],
|
|
214
|
+
["light coral", fromHex(0xf08080)],
|
|
215
|
+
["light cyan 1", fromHex(0xe0ffff)],
|
|
216
|
+
["light cyan 2", fromHex(0xd1eeee)],
|
|
217
|
+
["light cyan 3", fromHex(0xb4cdcd)],
|
|
218
|
+
["light cyan 4", fromHex(0x7a8b8b)],
|
|
219
|
+
["light cyan", fromHex(0xe0ffff)],
|
|
220
|
+
["light goldenrod 1", fromHex(0xffec8b)],
|
|
221
|
+
["light goldenrod 2", fromHex(0xeedc82)],
|
|
222
|
+
["light goldenrod 3", fromHex(0xcdbe70)],
|
|
223
|
+
["light goldenrod 4", fromHex(0x8b814c)],
|
|
224
|
+
["light goldenrod", fromHex(0xeedd82)],
|
|
225
|
+
["light goldenrod yellow", fromHex(0xfafad2)],
|
|
226
|
+
["light gray", fromHex(0xd3d3d3)],
|
|
227
|
+
["light green", fromHex(0x90ee90)],
|
|
228
|
+
["light grey", fromHex(0xd3d3d3)],
|
|
229
|
+
["light pink 1", fromHex(0xffaeb9)],
|
|
230
|
+
["light pink 2", fromHex(0xeea2ad)],
|
|
231
|
+
["light pink 3", fromHex(0xcd8c95)],
|
|
232
|
+
["light pink 4", fromHex(0x8b5f65)],
|
|
233
|
+
["light pink", fromHex(0xffb6c1)],
|
|
234
|
+
["light salmon 1", fromHex(0xffa07a)],
|
|
235
|
+
["light salmon 2", fromHex(0xee9572)],
|
|
236
|
+
["light salmon 3", fromHex(0xcd8162)],
|
|
237
|
+
["light salmon 4", fromHex(0x8b5742)],
|
|
238
|
+
["light salmon", fromHex(0xffa07a)],
|
|
239
|
+
["light sea green", fromHex(0x20b2aa)],
|
|
240
|
+
["light sky blue 1", fromHex(0xb0e2ff)],
|
|
241
|
+
["light sky blue 2", fromHex(0xa4d3ee)],
|
|
242
|
+
["light sky blue 3", fromHex(0x8db6cd)],
|
|
243
|
+
["light sky blue 4", fromHex(0x607b8b)],
|
|
244
|
+
["light sky blue", fromHex(0x87cefa)],
|
|
245
|
+
["light slate blue", fromHex(0x8470ff)],
|
|
246
|
+
["light slate gray", fromHex(0x778899)],
|
|
247
|
+
["light slate grey", fromHex(0x778899)],
|
|
248
|
+
["light steel blue 1", fromHex(0xcae1ff)],
|
|
249
|
+
["light steel blue 2", fromHex(0xbcd2ee)],
|
|
250
|
+
["light steel blue 3", fromHex(0xa2b5cd)],
|
|
251
|
+
["light steel blue 4", fromHex(0x6e7b8b)],
|
|
252
|
+
["light steel blue", fromHex(0xb0c4de)],
|
|
253
|
+
["light yellow 1", fromHex(0xffffe0)],
|
|
254
|
+
["light yellow 2", fromHex(0xeeeed1)],
|
|
255
|
+
["light yellow 3", fromHex(0xcdcdb4)],
|
|
256
|
+
["light yellow 4", fromHex(0x8b8b7a)],
|
|
257
|
+
["light yellow", fromHex(0xffffe0)],
|
|
258
|
+
["lime green", fromHex(0x32cd32)],
|
|
259
|
+
["linen", fromHex(0xfaf0e6)],
|
|
260
|
+
["magenta 1", fromHex(0xff00ff)],
|
|
261
|
+
["magenta 2", fromHex(0xee00ee)],
|
|
262
|
+
["magenta 3", fromHex(0xcd00cd)],
|
|
263
|
+
["magenta 4", fromHex(0x8b008b)],
|
|
264
|
+
["magenta", fromHex(0xff00ff)],
|
|
265
|
+
["maroon 1", fromHex(0xff34b3)],
|
|
266
|
+
["maroon 2", fromHex(0xee30a7)],
|
|
267
|
+
["maroon 3", fromHex(0xcd2990)],
|
|
268
|
+
["maroon 4", fromHex(0x8b1c62)],
|
|
281
269
|
["maroon", fromHex(0xb03060)],
|
|
282
|
-
["
|
|
283
|
-
["
|
|
284
|
-
["
|
|
285
|
-
["
|
|
286
|
-
["
|
|
287
|
-
["
|
|
288
|
-
["
|
|
289
|
-
["
|
|
290
|
-
["
|
|
291
|
-
["
|
|
292
|
-
["
|
|
293
|
-
["
|
|
294
|
-
["
|
|
295
|
-
["
|
|
296
|
-
["
|
|
297
|
-
["
|
|
298
|
-
["
|
|
299
|
-
["
|
|
300
|
-
["
|
|
301
|
-
["
|
|
302
|
-
["
|
|
303
|
-
["
|
|
304
|
-
["
|
|
305
|
-
["
|
|
306
|
-
["
|
|
307
|
-
["
|
|
270
|
+
["medium aquamarine", fromHex(0x66cdaa)],
|
|
271
|
+
["medium blue", fromHex(0x0000cd)],
|
|
272
|
+
["medium orchid 1", fromHex(0xe066ff)],
|
|
273
|
+
["medium orchid 2", fromHex(0xd15fee)],
|
|
274
|
+
["medium orchid 3", fromHex(0xb452cd)],
|
|
275
|
+
["medium orchid 4", fromHex(0x7a378b)],
|
|
276
|
+
["medium orchid", fromHex(0xba55d3)],
|
|
277
|
+
["medium purple 1", fromHex(0xab82ff)],
|
|
278
|
+
["medium purple 2", fromHex(0x9f79ee)],
|
|
279
|
+
["medium purple 3", fromHex(0x8968cd)],
|
|
280
|
+
["medium purple 4", fromHex(0x5d478b)],
|
|
281
|
+
["medium purple", fromHex(0x9370db)],
|
|
282
|
+
["medium sea green", fromHex(0x3cb371)],
|
|
283
|
+
["medium slate blue", fromHex(0x7b68ee)],
|
|
284
|
+
["medium spring green", fromHex(0x00fa9a)],
|
|
285
|
+
["medium turquoise", fromHex(0x48d1cc)],
|
|
286
|
+
["medium violet red", fromHex(0xc71585)],
|
|
287
|
+
["midnight blue", fromHex(0x191970)],
|
|
288
|
+
["mint cream", fromHex(0xf5fffa)],
|
|
289
|
+
["misty rose 1", fromHex(0xffe4e1)],
|
|
290
|
+
["misty rose 2", fromHex(0xeed5d2)],
|
|
291
|
+
["misty rose 3", fromHex(0xcdb7b5)],
|
|
292
|
+
["misty rose 4", fromHex(0x8b7d7b)],
|
|
293
|
+
["misty rose", fromHex(0xffe4e1)],
|
|
294
|
+
["moccasin", fromHex(0xffe4b5)],
|
|
295
|
+
["navajo white 1", fromHex(0xffdead)],
|
|
296
|
+
["navajo white 2", fromHex(0xeecfa1)],
|
|
297
|
+
["navajo white 3", fromHex(0xcdb38b)],
|
|
298
|
+
["navajo white 4", fromHex(0x8b795e)],
|
|
299
|
+
["navajo white", fromHex(0xffdead)],
|
|
300
|
+
["navy", fromHex(0x000080)],
|
|
301
|
+
["navy blue", fromHex(0x000080)],
|
|
302
|
+
["old lace", fromHex(0xfdf5e6)],
|
|
303
|
+
["olive drab 1", fromHex(0xc0ff3e)],
|
|
304
|
+
["olive drab 2", fromHex(0xb3ee3a)],
|
|
305
|
+
["olive drab 3", fromHex(0x9acd32)],
|
|
306
|
+
["olive drab 4", fromHex(0x698b22)],
|
|
307
|
+
["olive drab", fromHex(0x6b8e23)],
|
|
308
|
+
["orange 1", fromHex(0xffa500)],
|
|
309
|
+
["orange 2", fromHex(0xee9a00)],
|
|
310
|
+
["orange 3", fromHex(0xcd8500)],
|
|
311
|
+
["orange 4", fromHex(0x8b5a00)],
|
|
308
312
|
["orange", fromHex(0xffa500)],
|
|
309
|
-
["
|
|
310
|
-
["
|
|
311
|
-
["
|
|
312
|
-
["
|
|
313
|
-
["
|
|
314
|
-
["
|
|
315
|
-
["
|
|
316
|
-
["
|
|
317
|
-
["
|
|
318
|
-
["sienna1", fromHex(0xff8247)],
|
|
319
|
-
["chocolate2", fromHex(0xee7621)],
|
|
320
|
-
["darkorange2", fromHex(0xee7600)],
|
|
321
|
-
["chocolate1", fromHex(0xff7f24)],
|
|
322
|
-
["darkorange", fromHex(0xff8c00)],
|
|
323
|
-
["darkorange1", fromHex(0xff7f00)],
|
|
324
|
-
["tan1", fromHex(0xffa54f)],
|
|
325
|
-
["goldenrod2", fromHex(0xeeb422)],
|
|
326
|
-
["darkgoldenrod1", fromHex(0xffb90f)],
|
|
327
|
-
["goldenrod1", fromHex(0xffc125)],
|
|
328
|
-
["peachpuff", fromHex(0xffdab9)],
|
|
329
|
-
["peachpuff1", fromHex(0xffdab9)],
|
|
330
|
-
["mistyrose", fromHex(0xffe4e1)],
|
|
331
|
-
["mistyrose1", fromHex(0xffe4e1)],
|
|
332
|
-
["mistyrose2", fromHex(0xeed5d2)],
|
|
333
|
-
["pink", fromHex(0xffc0cb)],
|
|
334
|
-
["rosybrown1", fromHex(0xffc1c1)],
|
|
335
|
-
["rosybrown2", fromHex(0xeeb4b4)],
|
|
336
|
-
["pink2", fromHex(0xeea9b8)],
|
|
337
|
-
["lightpink", fromHex(0xffb6c1)],
|
|
338
|
-
["pink1", fromHex(0xffb5c5)],
|
|
339
|
-
["mistyrose3", fromHex(0xcdb7b5)],
|
|
340
|
-
["burlywood", fromHex(0xdeb887)],
|
|
341
|
-
["peachpuff2", fromHex(0xeecbad)],
|
|
342
|
-
["burlywood2", fromHex(0xeec591)],
|
|
343
|
-
["burlywood1", fromHex(0xffd39b)],
|
|
344
|
-
["lightpink1", fromHex(0xffaeb9)],
|
|
345
|
-
["palevioletred1", fromHex(0xff82ab)],
|
|
346
|
-
["lightpink2", fromHex(0xeea2ad)],
|
|
347
|
-
["palevioletred2", fromHex(0xee799f)],
|
|
348
|
-
["lightcoral", fromHex(0xf08080)],
|
|
349
|
-
["salmon", fromHex(0xfa8072)],
|
|
350
|
-
["coral1", fromHex(0xff7256)],
|
|
351
|
-
["salmon1", fromHex(0xff8c69)],
|
|
352
|
-
["lightsalmon2", fromHex(0xee9572)],
|
|
353
|
-
["lightsalmon", fromHex(0xffa07a)],
|
|
354
|
-
["lightsalmon1", fromHex(0xffa07a)],
|
|
355
|
-
["salmon2", fromHex(0xee8262)],
|
|
356
|
-
["darksalmon", fromHex(0xe9967a)],
|
|
357
|
-
["burlywood3", fromHex(0xcdaa7d)],
|
|
358
|
-
["peachpuff3", fromHex(0xcdaf95)],
|
|
359
|
-
["rosybrown3", fromHex(0xcd9b9b)],
|
|
360
|
-
["lightpink3", fromHex(0xcd8c95)],
|
|
361
|
-
["pink3", fromHex(0xcd919e)],
|
|
362
|
-
["rosybrown", fromHex(0xbc8f8f)],
|
|
363
|
-
["thistle4", fromHex(0x8b7b8b)],
|
|
364
|
-
["lightsalmon3", fromHex(0xcd8162)],
|
|
365
|
-
["salmon3", fromHex(0xcd7054)],
|
|
366
|
-
["sienna3", fromHex(0xcd6839)],
|
|
367
|
-
["coral3", fromHex(0xcd5b45)],
|
|
368
|
-
["tomato3", fromHex(0xcd4f39)],
|
|
369
|
-
["coral2", fromHex(0xee6a50)],
|
|
370
|
-
["indianred", fromHex(0xcd5c5c)],
|
|
371
|
-
["indianred3", fromHex(0xcd5555)],
|
|
372
|
-
["palevioletred", fromHex(0xdb7093)],
|
|
373
|
-
["palevioletred3", fromHex(0xcd6889)],
|
|
374
|
-
["hotpink3", fromHex(0xcd6090)],
|
|
375
|
-
["violetred2", fromHex(0xee3a8c)],
|
|
376
|
-
["indianred1", fromHex(0xff6a6a)],
|
|
377
|
-
["tomato2", fromHex(0xee5c42)],
|
|
378
|
-
["indianred2", fromHex(0xee6363)],
|
|
379
|
-
["brown2", fromHex(0xee3b3b)],
|
|
380
|
-
["violetred1", fromHex(0xff3e96)],
|
|
381
|
-
["deeppink", fromHex(0xff1493)],
|
|
382
|
-
["deeppink1", fromHex(0xff1493)],
|
|
383
|
-
["deeppink2", fromHex(0xee1289)],
|
|
384
|
-
["maroon2", fromHex(0xee30a7)],
|
|
385
|
-
["maroon1", fromHex(0xff34b3)],
|
|
386
|
-
["mediumorchid2", fromHex(0xd15fee)],
|
|
387
|
-
["mediumorchid", fromHex(0xba55d3)],
|
|
388
|
-
["mediumorchid3", fromHex(0xb452cd)],
|
|
389
|
-
["mediumorchid1", fromHex(0xe066ff)],
|
|
390
|
-
["orchid1", fromHex(0xff83fa)],
|
|
391
|
-
["violet", fromHex(0xee82ee)],
|
|
392
|
-
["orchid2", fromHex(0xee7ae9)],
|
|
313
|
+
["orange red 1", fromHex(0xff4500)],
|
|
314
|
+
["orange red 2", fromHex(0xee4000)],
|
|
315
|
+
["orange red 3", fromHex(0xcd3700)],
|
|
316
|
+
["orange red 4", fromHex(0x8b2500)],
|
|
317
|
+
["orange red", fromHex(0xff4500)],
|
|
318
|
+
["orchid 1", fromHex(0xff83fa)],
|
|
319
|
+
["orchid 2", fromHex(0xee7ae9)],
|
|
320
|
+
["orchid 3", fromHex(0xcd69c9)],
|
|
321
|
+
["orchid 4", fromHex(0x8b4789)],
|
|
393
322
|
["orchid", fromHex(0xda70d6)],
|
|
394
|
-
["
|
|
395
|
-
["
|
|
396
|
-
["
|
|
397
|
-
["
|
|
398
|
-
["
|
|
399
|
-
["
|
|
400
|
-
["
|
|
401
|
-
["
|
|
402
|
-
["
|
|
323
|
+
["pale goldenrod", fromHex(0xeee8aa)],
|
|
324
|
+
["pale green 1", fromHex(0x9aff9a)],
|
|
325
|
+
["pale green 2", fromHex(0x90ee90)],
|
|
326
|
+
["pale green 3", fromHex(0x7ccd7c)],
|
|
327
|
+
["pale green 4", fromHex(0x548b54)],
|
|
328
|
+
["pale green", fromHex(0x98fb98)],
|
|
329
|
+
["pale turquoise 1", fromHex(0xbbffff)],
|
|
330
|
+
["pale turquoise 2", fromHex(0xaeeeee)],
|
|
331
|
+
["pale turquoise 3", fromHex(0x96cdcd)],
|
|
332
|
+
["pale turquoise 4", fromHex(0x668b8b)],
|
|
333
|
+
["pale turquoise", fromHex(0xafeeee)],
|
|
334
|
+
["pale violet red 1", fromHex(0xff82ab)],
|
|
335
|
+
["pale violet red 2", fromHex(0xee799f)],
|
|
336
|
+
["pale violet red 3", fromHex(0xcd6889)],
|
|
337
|
+
["pale violet red 4", fromHex(0x8b475d)],
|
|
338
|
+
["pale violet red", fromHex(0xdb7093)],
|
|
339
|
+
["papaya whip", fromHex(0xffefd5)],
|
|
340
|
+
["peach puff 1", fromHex(0xffdab9)],
|
|
341
|
+
["peach puff 2", fromHex(0xeecbad)],
|
|
342
|
+
["peach puff 3", fromHex(0xcdaf95)],
|
|
343
|
+
["peach puff 4", fromHex(0x8b7765)],
|
|
344
|
+
["peach puff", fromHex(0xffdab9)],
|
|
345
|
+
["peru", fromHex(0xcd853f)],
|
|
346
|
+
["pink 1", fromHex(0xffb5c5)],
|
|
347
|
+
["pink 2", fromHex(0xeea9b8)],
|
|
348
|
+
["pink 3", fromHex(0xcd919e)],
|
|
349
|
+
["pink 4", fromHex(0x8b636c)],
|
|
350
|
+
["pink", fromHex(0xffc0cb)],
|
|
351
|
+
["plum 1", fromHex(0xffbbff)],
|
|
352
|
+
["plum 2", fromHex(0xeeaeee)],
|
|
353
|
+
["plum 3", fromHex(0xcd96cd)],
|
|
354
|
+
["plum 4", fromHex(0x8b668b)],
|
|
403
355
|
["plum", fromHex(0xdda0dd)],
|
|
404
|
-
["
|
|
405
|
-
["
|
|
406
|
-
["
|
|
407
|
-
["
|
|
408
|
-
["
|
|
409
|
-
["thistle2", fromHex(0xeed2ee)],
|
|
410
|
-
["thistle1", fromHex(0xffe1ff)],
|
|
411
|
-
["dodgerblue", fromHex(0x1e90ff)],
|
|
412
|
-
["dodgerblue1", fromHex(0x1e90ff)],
|
|
413
|
-
["dodgerblue2", fromHex(0x1c86ee)],
|
|
414
|
-
["royalblue2", fromHex(0x436eee)],
|
|
415
|
-
["royalblue1", fromHex(0x4876ff)],
|
|
416
|
-
["mediumslateblue", fromHex(0x7b68ee)],
|
|
417
|
-
["slateblue2", fromHex(0x7a67ee)],
|
|
418
|
-
["slateblue1", fromHex(0x836fff)],
|
|
419
|
-
["lightslateblue", fromHex(0x8470ff)],
|
|
420
|
-
["darkorchid2", fromHex(0xb23aee)],
|
|
421
|
-
["darkorchid1", fromHex(0xbf3eff)],
|
|
422
|
-
["magenta2", fromHex(0xee00ee)],
|
|
423
|
-
["magenta", fromHex(0xff00ff)],
|
|
424
|
-
["magenta1", fromHex(0xff00ff)],
|
|
425
|
-
["blue3", fromHex(0x0000cd)],
|
|
426
|
-
["mediumblue", fromHex(0x0000cd)],
|
|
427
|
-
["blue2", fromHex(0x0000ee)],
|
|
428
|
-
["blue", fromHex(0x0000ff)],
|
|
429
|
-
["blue1", fromHex(0x0000ff)],
|
|
430
|
-
["darkorchid", fromHex(0x9932cc)],
|
|
431
|
-
["darkorchid3", fromHex(0x9a32cd)],
|
|
432
|
-
["purple3", fromHex(0x7d26cd)],
|
|
433
|
-
["blueviolet", fromHex(0x8a2be2)],
|
|
434
|
-
["purple2", fromHex(0x912cee)],
|
|
435
|
-
["darkviolet", fromHex(0x9400d3)],
|
|
356
|
+
["powder blue", fromHex(0xb0e0e6)],
|
|
357
|
+
["purple 1", fromHex(0x9b30ff)],
|
|
358
|
+
["purple 2", fromHex(0x912cee)],
|
|
359
|
+
["purple 3", fromHex(0x7d26cd)],
|
|
360
|
+
["purple 4", fromHex(0x551a8b)],
|
|
436
361
|
["purple", fromHex(0xa020f0)],
|
|
437
|
-
["
|
|
438
|
-
["
|
|
439
|
-
["
|
|
440
|
-
["
|
|
441
|
-
["
|
|
442
|
-
["
|
|
443
|
-
["
|
|
444
|
-
["
|
|
445
|
-
["
|
|
446
|
-
["
|
|
447
|
-
["
|
|
448
|
-
["
|
|
449
|
-
["
|
|
450
|
-
["
|
|
451
|
-
["
|
|
452
|
-
["
|
|
453
|
-
["
|
|
454
|
-
["
|
|
455
|
-
["
|
|
456
|
-
["
|
|
457
|
-
["
|
|
458
|
-
["
|
|
459
|
-
["
|
|
460
|
-
["
|
|
461
|
-
["
|
|
462
|
-
["
|
|
463
|
-
["
|
|
464
|
-
["
|
|
362
|
+
["red 1", fromHex(0xff0000)],
|
|
363
|
+
["red 2", fromHex(0xee0000)],
|
|
364
|
+
["red 3", fromHex(0xcd0000)],
|
|
365
|
+
["red 4", fromHex(0x8b0000)],
|
|
366
|
+
["red", fromHex(0xff0000)],
|
|
367
|
+
["rosy brown 1", fromHex(0xffc1c1)],
|
|
368
|
+
["rosy brown 2", fromHex(0xeeb4b4)],
|
|
369
|
+
["rosy brown 3", fromHex(0xcd9b9b)],
|
|
370
|
+
["rosy brown 4", fromHex(0x8b6969)],
|
|
371
|
+
["rosy brown", fromHex(0xbc8f8f)],
|
|
372
|
+
["royal blue 1", fromHex(0x4876ff)],
|
|
373
|
+
["royal blue 2", fromHex(0x436eee)],
|
|
374
|
+
["royal blue 3", fromHex(0x3a5fcd)],
|
|
375
|
+
["royal blue 4", fromHex(0x27408b)],
|
|
376
|
+
["royal blue", fromHex(0x4169e1)],
|
|
377
|
+
["saddle brown", fromHex(0x8b4513)],
|
|
378
|
+
["salmon 1", fromHex(0xff8c69)],
|
|
379
|
+
["salmon 2", fromHex(0xee8262)],
|
|
380
|
+
["salmon 3", fromHex(0xcd7054)],
|
|
381
|
+
["salmon 4", fromHex(0x8b4c39)],
|
|
382
|
+
["salmon", fromHex(0xfa8072)],
|
|
383
|
+
["sandy brown", fromHex(0xf4a460)],
|
|
384
|
+
["sea green 1", fromHex(0x54ff9f)],
|
|
385
|
+
["sea green 2", fromHex(0x4eee94)],
|
|
386
|
+
["sea green 3", fromHex(0x43cd80)],
|
|
387
|
+
["sea green 4", fromHex(0x2e8b57)],
|
|
388
|
+
["sea green", fromHex(0x2e8b57)],
|
|
389
|
+
["seashell 1", fromHex(0xfff5ee)],
|
|
390
|
+
["seashell 2", fromHex(0xeee5de)],
|
|
391
|
+
["seashell 3", fromHex(0xcdc5bf)],
|
|
392
|
+
["seashell 4", fromHex(0x8b8682)],
|
|
393
|
+
["seashell", fromHex(0xfff5ee)],
|
|
394
|
+
["sienna 1", fromHex(0xff8247)],
|
|
395
|
+
["sienna 2", fromHex(0xee7942)],
|
|
396
|
+
["sienna 3", fromHex(0xcd6839)],
|
|
397
|
+
["sienna 4", fromHex(0x8b4726)],
|
|
398
|
+
["sienna", fromHex(0xa0522d)],
|
|
399
|
+
["sky blue 1", fromHex(0x87ceff)],
|
|
400
|
+
["sky blue 2", fromHex(0x7ec0ee)],
|
|
401
|
+
["sky blue 3", fromHex(0x6ca6cd)],
|
|
402
|
+
["sky blue 4", fromHex(0x4a708b)],
|
|
403
|
+
["sky blue", fromHex(0x87ceeb)],
|
|
404
|
+
["slate blue 1", fromHex(0x836fff)],
|
|
405
|
+
["slate blue 2", fromHex(0x7a67ee)],
|
|
406
|
+
["slate blue 3", fromHex(0x6959cd)],
|
|
407
|
+
["slate blue 4", fromHex(0x473c8b)],
|
|
408
|
+
["slate blue", fromHex(0x6a5acd)],
|
|
409
|
+
["slate gray 1", fromHex(0xc6e2ff)],
|
|
410
|
+
["slate gray 2", fromHex(0xb9d3ee)],
|
|
411
|
+
["slate gray 3", fromHex(0x9fb6cd)],
|
|
412
|
+
["slate gray 4", fromHex(0x6c7b8b)],
|
|
413
|
+
["slate gray", fromHex(0x708090)],
|
|
414
|
+
["slate grey", fromHex(0x708090)],
|
|
415
|
+
["snow 1", fromHex(0xfffafa)],
|
|
416
|
+
["snow 2", fromHex(0xeee9e9)],
|
|
417
|
+
["snow 3", fromHex(0xcdc9c9)],
|
|
418
|
+
["snow 4", fromHex(0x8b8989)],
|
|
419
|
+
["snow", fromHex(0xfffafa)],
|
|
420
|
+
["spring green 1", fromHex(0x00ff7f)],
|
|
421
|
+
["spring green 2", fromHex(0x00ee76)],
|
|
422
|
+
["spring green 3", fromHex(0x00cd66)],
|
|
423
|
+
["spring green 4", fromHex(0x008b45)],
|
|
424
|
+
["spring green", fromHex(0x00ff7f)],
|
|
425
|
+
["steel blue 1", fromHex(0x63b8ff)],
|
|
426
|
+
["steel blue 2", fromHex(0x5cacee)],
|
|
427
|
+
["steel blue 3", fromHex(0x4f94cd)],
|
|
428
|
+
["steel blue 4", fromHex(0x36648b)],
|
|
429
|
+
["steel blue", fromHex(0x4682b4)],
|
|
430
|
+
["tan 1", fromHex(0xffa54f)],
|
|
431
|
+
["tan 2", fromHex(0xee9a49)],
|
|
432
|
+
["tan 3", fromHex(0xcd853f)],
|
|
433
|
+
["tan 4", fromHex(0x8b5a2b)],
|
|
434
|
+
["tan", fromHex(0xd2b48c)],
|
|
435
|
+
["thistle 1", fromHex(0xffe1ff)],
|
|
436
|
+
["thistle 2", fromHex(0xeed2ee)],
|
|
437
|
+
["thistle 3", fromHex(0xcdb5cd)],
|
|
438
|
+
["thistle 4", fromHex(0x8b7b8b)],
|
|
439
|
+
["thistle", fromHex(0xd8bfd8)],
|
|
440
|
+
["tomato 1", fromHex(0xff6347)],
|
|
441
|
+
["tomato 2", fromHex(0xee5c42)],
|
|
442
|
+
["tomato 3", fromHex(0xcd4f39)],
|
|
443
|
+
["tomato 4", fromHex(0x8b3626)],
|
|
444
|
+
["tomato", fromHex(0xff6347)],
|
|
445
|
+
["turquoise 1", fromHex(0x00f5ff)],
|
|
446
|
+
["turquoise 2", fromHex(0x00e5ee)],
|
|
447
|
+
["turquoise 3", fromHex(0x00c5cd)],
|
|
448
|
+
["turquoise 4", fromHex(0x00868b)],
|
|
449
|
+
["turquoise", fromHex(0x40e0d0)],
|
|
450
|
+
["violet", fromHex(0xee82ee)],
|
|
451
|
+
["violet red 1", fromHex(0xff3e96)],
|
|
452
|
+
["violet red 2", fromHex(0xee3a8c)],
|
|
453
|
+
["violet red 3", fromHex(0xcd3278)],
|
|
454
|
+
["violet red 4", fromHex(0x8b2252)],
|
|
455
|
+
["violet red", fromHex(0xd02090)],
|
|
456
|
+
["wheat 1", fromHex(0xffe7ba)],
|
|
457
|
+
["wheat 2", fromHex(0xeed8ae)],
|
|
458
|
+
["wheat 3", fromHex(0xcdba96)],
|
|
459
|
+
["wheat 4", fromHex(0x8b7e66)],
|
|
460
|
+
["wheat", fromHex(0xf5deb3)],
|
|
461
|
+
["white", fromHex(0xffffff)],
|
|
462
|
+
["white smoke", fromHex(0xf5f5f5)],
|
|
463
|
+
["yellow 1", fromHex(0xffff00)],
|
|
464
|
+
["yellow 2", fromHex(0xeeee00)],
|
|
465
|
+
["yellow 3", fromHex(0xcdcd00)],
|
|
466
|
+
["yellow 4", fromHex(0x8b8b00)],
|
|
467
|
+
["yellow", fromHex(0xffff00)],
|
|
468
|
+
["yellow green", fromHex(0x9acd32)]
|
|
465
469
|
]);
|
|
466
470
|
|
|
467
471
|
export default x11;
|