color-name-list 13.22.0 → 13.24.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.
Files changed (38) hide show
  1. package/README.md +12 -11
  2. package/changes.svg +3 -3
  3. package/dist/colornames.bestof.csv +6 -0
  4. package/dist/colornames.bestof.esm.js +1 -1
  5. package/dist/colornames.bestof.esm.mjs +1 -1
  6. package/dist/colornames.bestof.html +1 -1
  7. package/dist/colornames.bestof.json +1 -1
  8. package/dist/colornames.bestof.min.json +1 -1
  9. package/dist/colornames.bestof.scss +1 -1
  10. package/dist/colornames.bestof.toon +7 -1
  11. package/dist/colornames.bestof.umd.js +1 -1
  12. package/dist/colornames.bestof.xml +24 -0
  13. package/dist/colornames.bestof.yaml +18 -0
  14. package/dist/colornames.csv +9 -2
  15. package/dist/colornames.esm.js +1 -1
  16. package/dist/colornames.esm.mjs +1 -1
  17. package/dist/colornames.html +1 -1
  18. package/dist/colornames.json +1 -1
  19. package/dist/colornames.min.json +1 -1
  20. package/dist/colornames.scss +1 -1
  21. package/dist/colornames.short.csv +4 -0
  22. package/dist/colornames.short.esm.js +1 -1
  23. package/dist/colornames.short.esm.mjs +1 -1
  24. package/dist/colornames.short.html +1 -1
  25. package/dist/colornames.short.json +1 -1
  26. package/dist/colornames.short.min.json +1 -1
  27. package/dist/colornames.short.scss +1 -1
  28. package/dist/colornames.short.toon +5 -1
  29. package/dist/colornames.short.umd.js +1 -1
  30. package/dist/colornames.short.xml +16 -0
  31. package/dist/colornames.short.yaml +12 -0
  32. package/dist/colornames.toon +10 -3
  33. package/dist/colornames.umd.js +1 -1
  34. package/dist/colornames.xml +36 -8
  35. package/dist/colornames.yaml +27 -6
  36. package/dist/history.json +1 -1
  37. package/package.json +1 -1
  38. package/src/colornames.csv +9 -2
@@ -3049,6 +3049,10 @@
3049
3049
  <hex>#aa0011</hex>
3050
3050
  </color>
3051
3051
  <color>
3052
+ <name>Chorus of Frogs</name>
3053
+ <hex>#8c9632</hex>
3054
+ </color>
3055
+ <color>
3052
3056
  <name>Choux à la Crème</name>
3053
3057
  <hex>#ebcf7d</hex>
3054
3058
  </color>
@@ -7145,6 +7149,10 @@
7145
7149
  <hex>#f6f1f4</hex>
7146
7150
  </color>
7147
7151
  <color>
7152
+ <name>Grinch Green</name>
7153
+ <hex>#93b83d</hex>
7154
+ </color>
7155
+ <color>
7148
7156
  <name>Grisaille</name>
7149
7157
  <hex>#91979f</hex>
7150
7158
  </color>
@@ -10625,6 +10633,10 @@
10625
10633
  <hex>#0c121b</hex>
10626
10634
  </color>
10627
10635
  <color>
10636
+ <name>Midnight Escapade</name>
10637
+ <hex>#2b3458</hex>
10638
+ </color>
10639
+ <color>
10628
10640
  <name>Midnight Express</name>
10629
10641
  <hex>#21263a</hex>
10630
10642
  </color>
@@ -10769,6 +10781,10 @@
10769
10781
  <hex>#fece4e</hex>
10770
10782
  </color>
10771
10783
  <color>
10784
+ <name>Minions</name>
10785
+ <hex>#f3dd51</hex>
10786
+ </color>
10787
+ <color>
10772
10788
  <name>Mink</name>
10773
10789
  <hex>#8a7561</hex>
10774
10790
  </color>
@@ -16869,6 +16885,10 @@
16869
16885
  <hex>#558844</hex>
16870
16886
  </color>
16871
16887
  <color>
16888
+ <name>The Matrix</name>
16889
+ <hex>#70f15e</hex>
16890
+ </color>
16891
+ <color>
16872
16892
  <name>The Vast of Night</name>
16873
16893
  <hex>#110066</hex>
16874
16894
  </color>
@@ -18609,6 +18629,10 @@
18609
18629
  <hex>#a3b1f2</hex>
18610
18630
  </color>
18611
18631
  <color>
18632
+ <name>Wonka Purple</name>
18633
+ <hex>#4a2559</hex>
18634
+ </color>
18635
+ <color>
18612
18636
  <name>Wood Bark</name>
18613
18637
  <hex>#302621</hex>
18614
18638
  </color>
@@ -2284,6 +2284,9 @@
2284
2284
  -
2285
2285
  name:"Chorizo"
2286
2286
  hex:"#aa0011"
2287
+ -
2288
+ name:"Chorus of Frogs"
2289
+ hex:"#8c9632"
2287
2290
  -
2288
2291
  name:"Choux à la Crème"
2289
2292
  hex:"#ebcf7d"
@@ -5356,6 +5359,9 @@
5356
5359
  -
5357
5360
  name:"Grim White"
5358
5361
  hex:"#f6f1f4"
5362
+ -
5363
+ name:"Grinch Green"
5364
+ hex:"#93b83d"
5359
5365
  -
5360
5366
  name:"Grisaille"
5361
5367
  hex:"#91979f"
@@ -7966,6 +7972,9 @@
7966
7972
  -
7967
7973
  name:"Midnight Edition"
7968
7974
  hex:"#0c121b"
7975
+ -
7976
+ name:"Midnight Escapade"
7977
+ hex:"#2b3458"
7969
7978
  -
7970
7979
  name:"Midnight Express"
7971
7980
  hex:"#21263a"
@@ -8074,6 +8083,9 @@
8074
8083
  -
8075
8084
  name:"Minion Yellow"
8076
8085
  hex:"#fece4e"
8086
+ -
8087
+ name:"Minions"
8088
+ hex:"#f3dd51"
8077
8089
  -
8078
8090
  name:"Mink"
8079
8091
  hex:"#8a7561"
@@ -12649,6 +12661,9 @@
12649
12661
  -
12650
12662
  name:"The Legend of Green"
12651
12663
  hex:"#558844"
12664
+ -
12665
+ name:"The Matrix"
12666
+ hex:"#70f15e"
12652
12667
  -
12653
12668
  name:"The Vast of Night"
12654
12669
  hex:"#110066"
@@ -13954,6 +13969,9 @@
13954
13969
  -
13955
13970
  name:"Wondrous Wisteria"
13956
13971
  hex:"#a3b1f2"
13972
+ -
13973
+ name:"Wonka Purple"
13974
+ hex:"#4a2559"
13957
13975
  -
13958
13976
  name:"Wood Bark"
13959
13977
  hex:"#302621"
@@ -281,7 +281,6 @@ Aircraft Green,#2a2c1f
281
281
  Aircraft White,#edf2f8
282
282
  Airflow,#d9e5e4
283
283
  Airforce,#364d70
284
- Airline Green,#8c9632
285
284
  Airway,#aec1d4
286
285
  Airy,#dae6e9
287
286
  Airy Blue,#88ccee
@@ -2710,6 +2709,7 @@ Blackwater,#545663
2710
2709
  Blackwater Park,#696268
2711
2710
  Blackwood,#494e52
2712
2711
  Blade Green,#6a9266
2712
+ Blade Runner Red,#d43c35
2713
2713
  Bladed Grass,#758269
2714
2714
  Bladerunner,#6a8561
2715
2715
  Blair,#a1bde0
@@ -5478,6 +5478,7 @@ Chopped Dill,#b6c2a1
5478
5478
  Chopsticks,#e0d1b8
5479
5479
  Choral Singer,#b77795
5480
5480
  Chorizo,#aa0011
5481
+ Chorus of Frogs,#8c9632
5481
5482
  Chōshun Red,#b95754
5482
5483
  Choux à la Crème,#ebcf7d
5483
5484
  Chowder Bowl,#e5d2b2
@@ -5781,6 +5782,7 @@ Clippership Twill,#a6937d
5781
5782
  Cloak and Dagger,#550055
5782
5783
  Cloak Grey,#605e63
5783
5784
  Clock Chimes Thirteen,#002211
5785
+ Clockwork Orange,#e07630
5784
5786
  Clockworks,#72573d
5785
5787
  Cloisonné,#0773af
5786
5788
  Cloisonné Gold,#a58235
@@ -6055,6 +6057,7 @@ Colusa Wetlands,#7f725c
6055
6057
  Combed Cotton,#f4f0de
6056
6058
  Come Sail Away,#5c92c5
6057
6059
  Comet,#636373
6060
+ Comet Tail,#c1daed
6058
6061
  Comfort,#e3ceb8
6059
6062
  Comfort Grey,#bec3bb
6060
6063
  Comforting,#d7c0ab
@@ -11855,6 +11858,7 @@ Grim Reaper,#0f1039
11855
11858
  Grim White,#f6f1f4
11856
11859
  Grimace,#50314c
11857
11860
  Grime,#565143
11861
+ Grinch Green,#93b83d
11858
11862
  Gris,#a5a9a8
11859
11863
  Gris Morado,#8f8a91
11860
11864
  Gris Náutico,#bcc7cb
@@ -16130,7 +16134,6 @@ Matcha Powder,#a0d404
16130
16134
  Mate Tea,#7bb18d
16131
16135
  Matisse,#365c7d
16132
16136
  Matriarch,#7e6884
16133
- Matrix,#8e4d45
16134
16137
  Matsuba Green,#454d32
16135
16138
  Matt Black,#151515
16136
16139
  Matt Blue,#2c6fbb
@@ -16614,6 +16617,7 @@ Midnight Brown,#706048
16614
16617
  Midnight Clover,#3c574e
16615
16618
  Midnight Dreams,#002233
16616
16619
  Midnight Edition,#0c121b
16620
+ Midnight Escapade,#2b3458
16617
16621
  Midnight Escape,#403c40
16618
16622
  Midnight Express,#21263a
16619
16623
  Midnight Garden,#637057
@@ -16797,6 +16801,7 @@ Minimalist,#cabead
16797
16801
  Minimalistic,#e9ece5
16798
16802
  Minimum Beige,#e8d3ba
16799
16803
  Minion Yellow,#fece4e
16804
+ Minions,#f3dd51
16800
16805
  Mink,#8a7561
16801
16806
  Mink Brown,#67594c
16802
16807
  Mink Haze,#c5b29f
@@ -26875,6 +26880,7 @@ The Goods,#aaa651
26875
26880
  The Grape War of 97’,#bb00ff
26876
26881
  The Killing Joke,#b0bf1a
26877
26882
  The Legend of Green,#558844
26883
+ The Matrix,#70f15e
26878
26884
  The New Black,#ff8400
26879
26885
  The Rainbow Fish,#4466ee
26880
26886
  The Sickener,#db7093
@@ -29573,6 +29579,7 @@ Wonder Woods,#abcb7b
29573
29579
  Wonderland,#718a70
29574
29580
  Wondrous Blue,#b8cddd
29575
29581
  Wondrous Wisteria,#a3b1f2
29582
+ Wonka Purple,#4a2559
29576
29583
  Wonton Dumpling,#d0a46d
29577
29584
  Wood Acres,#645a56
29578
29585
  Wood Ash,#d7cab0