color-name-list 11.24.2 → 11.25.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/CONTRIBUTING.md +2 -4
- package/README.md +2 -2
- package/changes.svg +3 -3
- package/dist/colornames.bestof.csv +5 -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 +20 -0
- package/dist/colornames.bestof.yaml +15 -0
- package/dist/colornames.csv +6 -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 +3 -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 +12 -0
- package/dist/colornames.short.yaml +9 -0
- package/dist/colornames.umd.js +1 -1
- package/dist/colornames.xml +24 -0
- package/dist/colornames.yaml +18 -0
- package/dist/history.json +1 -1
- package/package.json +1 -1
- package/src/colornames.csv +7 -1
|
@@ -973,6 +973,10 @@
|
|
|
973
973
|
<hex>#7e203f</hex>
|
|
974
974
|
</color>
|
|
975
975
|
<color>
|
|
976
|
+
<name>Beet Wave</name>
|
|
977
|
+
<hex>#d4265d</hex>
|
|
978
|
+
</color>
|
|
979
|
+
<color>
|
|
976
980
|
<name>Beetroot Purple</name>
|
|
977
981
|
<hex>#d33376</hex>
|
|
978
982
|
</color>
|
|
@@ -8121,6 +8125,10 @@
|
|
|
8121
8125
|
<hex>#588c3a</hex>
|
|
8122
8126
|
</color>
|
|
8123
8127
|
<color>
|
|
8128
|
+
<name>Indiglow</name>
|
|
8129
|
+
<hex>#301885</hex>
|
|
8130
|
+
</color>
|
|
8131
|
+
<color>
|
|
8124
8132
|
<name>Indigo</name>
|
|
8125
8133
|
<hex>#4b0082</hex>
|
|
8126
8134
|
</color>
|
|
@@ -12097,6 +12105,10 @@
|
|
|
12097
12105
|
<hex>#800020</hex>
|
|
12098
12106
|
</color>
|
|
12099
12107
|
<color>
|
|
12108
|
+
<name>Oxford by Night</name>
|
|
12109
|
+
<hex>#001b2e</hex>
|
|
12110
|
+
</color>
|
|
12111
|
+
<color>
|
|
12100
12112
|
<name>Oyster</name>
|
|
12101
12113
|
<hex>#e3d3bf</hex>
|
|
12102
12114
|
</color>
|
|
@@ -14225,6 +14237,10 @@
|
|
|
14225
14237
|
<hex>#3b0346</hex>
|
|
14226
14238
|
</color>
|
|
14227
14239
|
<color>
|
|
14240
|
+
<name>Romanov Mauve</name>
|
|
14241
|
+
<hex>#b97da8</hex>
|
|
14242
|
+
</color>
|
|
14243
|
+
<color>
|
|
14228
14244
|
<name>Romantic Embers</name>
|
|
14229
14245
|
<hex>#b23e4f</hex>
|
|
14230
14246
|
</color>
|
|
@@ -15445,6 +15461,10 @@
|
|
|
15445
15461
|
<hex>#fffafa</hex>
|
|
15446
15462
|
</color>
|
|
15447
15463
|
<color>
|
|
15464
|
+
<name>Snow Blanket</name>
|
|
15465
|
+
<hex>#dde3e8</hex>
|
|
15466
|
+
</color>
|
|
15467
|
+
<color>
|
|
15448
15468
|
<name>Snow White</name>
|
|
15449
15469
|
<hex>#eeffee</hex>
|
|
15450
15470
|
</color>
|
|
@@ -727,6 +727,9 @@
|
|
|
727
727
|
-
|
|
728
728
|
name:"Beet Red"
|
|
729
729
|
hex:"#7e203f"
|
|
730
|
+
-
|
|
731
|
+
name:"Beet Wave"
|
|
732
|
+
hex:"#d4265d"
|
|
730
733
|
-
|
|
731
734
|
name:"Beetroot Purple"
|
|
732
735
|
hex:"#d33376"
|
|
@@ -6088,6 +6091,9 @@
|
|
|
6088
6091
|
-
|
|
6089
6092
|
name:"Indica"
|
|
6090
6093
|
hex:"#588c3a"
|
|
6094
|
+
-
|
|
6095
|
+
name:"Indiglow"
|
|
6096
|
+
hex:"#301885"
|
|
6091
6097
|
-
|
|
6092
6098
|
name:"Indigo"
|
|
6093
6099
|
hex:"#4b0082"
|
|
@@ -9070,6 +9076,9 @@
|
|
|
9070
9076
|
-
|
|
9071
9077
|
name:"Oxblood"
|
|
9072
9078
|
hex:"#800020"
|
|
9079
|
+
-
|
|
9080
|
+
name:"Oxford by Night"
|
|
9081
|
+
hex:"#001b2e"
|
|
9073
9082
|
-
|
|
9074
9083
|
name:"Oyster"
|
|
9075
9084
|
hex:"#e3d3bf"
|
|
@@ -10666,6 +10675,9 @@
|
|
|
10666
10675
|
-
|
|
10667
10676
|
name:"Romanic Scene"
|
|
10668
10677
|
hex:"#3b0346"
|
|
10678
|
+
-
|
|
10679
|
+
name:"Romanov Mauve"
|
|
10680
|
+
hex:"#b97da8"
|
|
10669
10681
|
-
|
|
10670
10682
|
name:"Romantic Embers"
|
|
10671
10683
|
hex:"#b23e4f"
|
|
@@ -11581,6 +11593,9 @@
|
|
|
11581
11593
|
-
|
|
11582
11594
|
name:"Snow"
|
|
11583
11595
|
hex:"#fffafa"
|
|
11596
|
+
-
|
|
11597
|
+
name:"Snow Blanket"
|
|
11598
|
+
hex:"#dde3e8"
|
|
11584
11599
|
-
|
|
11585
11600
|
name:"Snow White"
|
|
11586
11601
|
hex:"#eeffee"
|
package/dist/colornames.csv
CHANGED
|
@@ -2225,6 +2225,7 @@ Beeswax,#e9d7ab
|
|
|
2225
2225
|
Beeswax Candle,#bf7e41
|
|
2226
2226
|
Beeswing,#f5d297
|
|
2227
2227
|
Beet Red,#7e203f
|
|
2228
|
+
Beet Wave,#d4265d
|
|
2228
2229
|
Beetiful Magenta,#90306a
|
|
2229
2230
|
Beetle,#55584c
|
|
2230
2231
|
Beetroot,#663f44
|
|
@@ -13369,6 +13370,7 @@ Indian Yellow,#e3a857
|
|
|
13369
13370
|
Indiana Clay,#e88a5b
|
|
13370
13371
|
Indica,#588c3a
|
|
13371
13372
|
Indifferent,#9892b8
|
|
13373
|
+
Indiglow,#301885
|
|
13372
13374
|
Indigo,#4b0082
|
|
13373
13375
|
Indigo Batik,#4467a7
|
|
13374
13376
|
Indigo Black,#002e51
|
|
@@ -19148,6 +19150,7 @@ Oxford,#b1bbc5
|
|
|
19148
19150
|
Oxford Blue,#002147
|
|
19149
19151
|
Oxford Brick,#743b39
|
|
19150
19152
|
Oxford Brown,#504139
|
|
19153
|
+
Oxford by Night,#001b2e
|
|
19151
19154
|
Oxford Sausage,#db7192
|
|
19152
19155
|
Oxford Street,#bda07f
|
|
19153
19156
|
Oxford Tan,#b8a99a
|
|
@@ -22750,6 +22753,7 @@ Romance,#f4f0e6
|
|
|
22750
22753
|
Romanesque,#7983a4
|
|
22751
22754
|
Romanesque Gold,#d0af7a
|
|
22752
22755
|
Romanic Scene,#3b0346
|
|
22756
|
+
Romanov Mauve,#b97da8
|
|
22753
22757
|
Romantic,#ffc69e
|
|
22754
22758
|
Romantic Ballad,#e0bedf
|
|
22755
22759
|
Romantic Cruise,#e7e0ee
|
|
@@ -23075,6 +23079,7 @@ Ruby Eye,#d0a2a0
|
|
|
23075
23079
|
Ruby Fire,#f20769
|
|
23076
23080
|
Ruby Grey,#73525c
|
|
23077
23081
|
Ruby Lips,#813e45
|
|
23082
|
+
Ruby Passion,#c41a3b
|
|
23078
23083
|
Ruby Queen,#b0063d
|
|
23079
23084
|
Ruby Red,#9b111e
|
|
23080
23085
|
Ruby Ring,#a03d41
|
|
@@ -24975,6 +24980,7 @@ Snot,#acbb0d
|
|
|
24975
24980
|
Snot Green,#9dc100
|
|
24976
24981
|
Snow,#fffafa
|
|
24977
24982
|
Snow Ballet,#def1e7
|
|
24983
|
+
Snow Blanket,#dde3e8
|
|
24978
24984
|
Snow Cloud,#e5e9eb
|
|
24979
24985
|
Snow Crystal Green,#e4f0e8
|
|
24980
24986
|
Snow Day,#f7f5ed
|