color-name-list 11.11.0 → 11.13.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/.husky/pre-commit +1 -1
- package/README.md +3 -3
- package/changes.svg +3 -3
- package/dist/colornames.bestof.csv +8 -0
- package/dist/colornames.bestof.esm.js +1 -1
- package/dist/colornames.bestof.esm.mjs +1 -1
- package/dist/colornames.bestof.html +1 -1
- package/dist/colornames.bestof.json +1 -1
- package/dist/colornames.bestof.min.json +1 -1
- package/dist/colornames.bestof.scss +1 -1
- package/dist/colornames.bestof.umd.js +1 -1
- package/dist/colornames.bestof.xml +32 -0
- package/dist/colornames.bestof.yaml +24 -0
- package/dist/colornames.csv +8 -0
- package/dist/colornames.esm.js +1 -1
- package/dist/colornames.esm.mjs +1 -1
- package/dist/colornames.html +1 -1
- package/dist/colornames.json +1 -1
- package/dist/colornames.min.json +1 -1
- package/dist/colornames.scss +1 -1
- package/dist/colornames.short.csv +4 -0
- package/dist/colornames.short.esm.js +1 -1
- package/dist/colornames.short.esm.mjs +1 -1
- package/dist/colornames.short.html +1 -1
- package/dist/colornames.short.json +1 -1
- package/dist/colornames.short.min.json +1 -1
- package/dist/colornames.short.scss +1 -1
- package/dist/colornames.short.umd.js +1 -1
- package/dist/colornames.short.xml +16 -0
- package/dist/colornames.short.yaml +12 -0
- package/dist/colornames.umd.js +1 -1
- package/dist/colornames.xml +32 -0
- package/dist/colornames.yaml +24 -0
- package/dist/history.json +1 -1
- package/package.json +3 -2
- package/src/colornames.csv +8 -0
package/.husky/pre-commit
CHANGED
package/README.md
CHANGED
|
@@ -12,10 +12,10 @@
|
|
|
12
12
|
[](https://github.com/meodai/color-names/)
|
|
13
13
|
[](https://www.npmjs.com/package/color-name-list)
|
|
14
14
|
[](https://www.npmjs.com/package/color-name-list)
|
|
15
|
-
[](https://github.com/meodai/color-names/blob/main/src/colornames.csv)
|
|
16
16
|
[](https://github.com/sponsors/meodai)
|
|
17
17
|
|
|
18
|
-
A meticulously curated collection of
|
|
18
|
+
A meticulously curated collection of __30300__ unique color names, sourced from
|
|
19
19
|
[various references](#sources-) and thousands of thoughtful user contributions.
|
|
20
20
|
|
|
21
21
|
> The names of color function like a thread attached to a frightfully slender
|
|
@@ -66,7 +66,7 @@ Please review the [naming rules](CONTRIBUTING.md) before contributing!
|
|
|
66
66
|
To contribute via Git, edit the `src/colornames.csv` file
|
|
67
67
|
and ensure it builds correctly (`npm run ci && npm run build`).
|
|
68
68
|
|
|
69
|
-
## Color Count:
|
|
69
|
+
## Color Count: __30300__ 🎉
|
|
70
70
|
|
|
71
71
|
~__0.18%__ of the RGB color space
|
|
72
72
|
|
package/changes.svg
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 570">
|
|
2
2
|
<defs>
|
|
3
3
|
<style type="text/css">
|
|
4
4
|
@import url('https://rsms.me/inter/inter.css');
|
|
@@ -9,6 +9,6 @@
|
|
|
9
9
|
}
|
|
10
10
|
</style>
|
|
11
11
|
</defs>
|
|
12
|
-
<rect fill="#212121" x="0" y="0" width="600" height="
|
|
13
|
-
<text x="40" y="90" fill="#
|
|
12
|
+
<rect fill="#212121" x="0" y="0" width="600" height="570"/>
|
|
13
|
+
<text x="40" y="90" fill="#3c773c">Cucumber Queen</text><text x="40" y="160" fill="#e3664c">Heirloom Blush</text><text x="40" y="230" fill="#80bb66">Leafy Greens</text><text x="40" y="300" fill="#853c69">Midnight Aubergine</text><text x="40" y="370" fill="#eec378">Shallot Peel</text><text x="40" y="440" fill="#ed8a53">Toasted Husk</text><text x="40" y="510" fill="#bb9ecd">Turnip Crown</text>
|
|
14
14
|
</svg>
|
|
@@ -909,6 +909,7 @@ Cuba Libre,#73383c
|
|
|
909
909
|
Cucumber,#006400
|
|
910
910
|
Cucumber Bomber,#bbdd11
|
|
911
911
|
Cucumber Milk,#c2f177
|
|
912
|
+
Cucumber Queen,#3c773c
|
|
912
913
|
Cumin,#a58459
|
|
913
914
|
Cumulus,#f3f3e6
|
|
914
915
|
Cupid,#f5b2c5
|
|
@@ -1796,6 +1797,7 @@ Heavy Orange,#ee4328
|
|
|
1796
1797
|
Heavy Red,#9e1212
|
|
1797
1798
|
Heavy Violet,#4f566c
|
|
1798
1799
|
Hedge Garden,#00aa11
|
|
1800
|
+
Heirloom Blush,#e3664c
|
|
1799
1801
|
Helium,#eae5d8
|
|
1800
1802
|
Hellbound,#710101
|
|
1801
1803
|
Hello Darkness My Old Friend,#802280
|
|
@@ -2218,6 +2220,7 @@ Lead,#212121
|
|
|
2218
2220
|
Leaf,#71aa34
|
|
2219
2221
|
Leafy,#679b6a
|
|
2220
2222
|
Leafy Canopy,#aacc11
|
|
2223
|
+
Leafy Greens,#80bb66
|
|
2221
2224
|
Leafy Lemon,#c0f000
|
|
2222
2225
|
Leafy Lush,#08690e
|
|
2223
2226
|
Leafy Woodland,#aabb11
|
|
@@ -2564,6 +2567,7 @@ Mexican Chile,#d16d76
|
|
|
2564
2567
|
Mexican Standoff,#ec9f76
|
|
2565
2568
|
Microchip,#babcc0
|
|
2566
2569
|
Midnight,#03012d
|
|
2570
|
+
Midnight Aubergine,#853c69
|
|
2567
2571
|
Midnight Dreams,#002233
|
|
2568
2572
|
Midnight Edition,#0c121b
|
|
2569
2573
|
Midnight Express,#21263a
|
|
@@ -3681,6 +3685,7 @@ Shadow of the Colossus,#a3a2a1
|
|
|
3681
3685
|
Shadow Purple,#4e334e
|
|
3682
3686
|
Shadows,#6b6d6a
|
|
3683
3687
|
Shady Character,#4c4b4c
|
|
3688
|
+
Shallot Peel,#eec378
|
|
3684
3689
|
Shallow Sea,#9ab8c2
|
|
3685
3690
|
Shallow Water,#8af1fe
|
|
3686
3691
|
Shamrock,#009e60
|
|
@@ -3949,6 +3954,7 @@ Sugar Mint,#c0e2c5
|
|
|
3949
3954
|
Sugar Quill,#ebe5d7
|
|
3950
3955
|
Sugar Rush,#d85da1
|
|
3951
3956
|
Sugarwinkle,#fdc5e3
|
|
3957
|
+
Sugo Della Nonna,#a32e1d
|
|
3952
3958
|
Sulfur Pit,#e5cc69
|
|
3953
3959
|
Sulfuric,#eeed56
|
|
3954
3960
|
Sulphur,#cab012
|
|
@@ -4076,6 +4082,7 @@ Toad,#748d70
|
|
|
4076
4082
|
Toad King,#3d6c54
|
|
4077
4083
|
Toadstool,#b8282f
|
|
4078
4084
|
Toast and Butter,#d2ad84
|
|
4085
|
+
Toasted Husk,#ed8a53
|
|
4079
4086
|
Toasted Marshmallow Fluff,#fff9eb
|
|
4080
4087
|
Toasted Paprika,#a34631
|
|
4081
4088
|
Tobacco,#684f3c
|
|
@@ -4153,6 +4160,7 @@ Tunic Green,#00cc00
|
|
|
4153
4160
|
Turf,#415b36
|
|
4154
4161
|
Turf Master,#009922
|
|
4155
4162
|
Turkish Jade,#2b888d
|
|
4163
|
+
Turnip Crown,#bb9ecd
|
|
4156
4164
|
Turnip the Pink,#e5717b
|
|
4157
4165
|
Turquoise,#06c2ac
|
|
4158
4166
|
Turquoise Fantasies,#6dafa7
|