color-name-list 9.17.0 → 9.18.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/README.md +5 -3
- package/changes.svg +1 -1
- package/dist/colornames.csv +2 -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.umd.js +1 -1
- package/dist/colornames.xml +8 -0
- package/dist/colornames.yaml +6 -0
- package/package.json +1 -1
- package/src/colornames.csv +2 -0
package/dist/colornames.xml
CHANGED
|
@@ -30013,6 +30013,10 @@
|
|
|
30013
30013
|
<hex>#ffd7b0</hex>
|
|
30014
30014
|
</color>
|
|
30015
30015
|
<color>
|
|
30016
|
+
<name>Delighted Chimp</name>
|
|
30017
|
+
<hex>#2e212d</hex>
|
|
30018
|
+
</color>
|
|
30019
|
+
<color>
|
|
30016
30020
|
<name>Delightful</name>
|
|
30017
30021
|
<hex>#d2b6be</hex>
|
|
30018
30022
|
</color>
|
|
@@ -56293,6 +56297,10 @@
|
|
|
56293
56297
|
<hex>#01abfd</hex>
|
|
56294
56298
|
</color>
|
|
56295
56299
|
<color>
|
|
56300
|
+
<name>Kriss Me Not Fuschia</name>
|
|
56301
|
+
<hex>#ea27c2</hex>
|
|
56302
|
+
</color>
|
|
56303
|
+
<color>
|
|
56296
56304
|
<name>Krypton</name>
|
|
56297
56305
|
<hex>#b8c0c3</hex>
|
|
56298
56306
|
</color>
|
package/dist/colornames.yaml
CHANGED
|
@@ -22507,6 +22507,9 @@
|
|
|
22507
22507
|
-
|
|
22508
22508
|
name:"Delicious Melon"
|
|
22509
22509
|
hex:"#ffd7b0"
|
|
22510
|
+
-
|
|
22511
|
+
name:"Delighted Chimp"
|
|
22512
|
+
hex:"#2e212d"
|
|
22510
22513
|
-
|
|
22511
22514
|
name:"Delightful"
|
|
22512
22515
|
hex:"#d2b6be"
|
|
@@ -42217,6 +42220,9 @@
|
|
|
42217
42220
|
-
|
|
42218
42221
|
name:"Krishna Blue"
|
|
42219
42222
|
hex:"#01abfd"
|
|
42223
|
+
-
|
|
42224
|
+
name:"Kriss Me Not Fuschia"
|
|
42225
|
+
hex:"#ea27c2"
|
|
42220
42226
|
-
|
|
42221
42227
|
name:"Krypton"
|
|
42222
42228
|
hex:"#b8c0c3"
|
package/package.json
CHANGED
package/src/colornames.csv
CHANGED
|
@@ -7502,6 +7502,7 @@ Delicious Berry,#654254,
|
|
|
7502
7502
|
Delicious Dill,#77cc00,
|
|
7503
7503
|
Delicious Mandarin,#ffaa11,
|
|
7504
7504
|
Delicious Melon,#ffd7b0,
|
|
7505
|
+
Delighted Chimp,#2e212d,
|
|
7505
7506
|
Delightful,#d2b6be,
|
|
7506
7507
|
Delightful Camouflage,#a5a943,
|
|
7507
7508
|
Delightful Dandelion,#eeee33,
|
|
@@ -14072,6 +14073,7 @@ Krasnyi Red,#eb2e28,
|
|
|
14072
14073
|
Kremlin Red,#633639,
|
|
14073
14074
|
Krieg Khaki,#c0bd81,
|
|
14074
14075
|
Krishna Blue,#01abfd,
|
|
14076
|
+
Kriss Me Not Fuschia,#ea27c2,
|
|
14075
14077
|
Krypton,#b8c0c3,
|
|
14076
14078
|
Krypton Green,#83890e,
|
|
14077
14079
|
Kryptonite Green,#439946,x
|