color-name-list 11.10.1 → 11.12.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 (39) hide show
  1. package/.github/workflows/linting.yml +2 -2
  2. package/.husky/pre-commit +2 -0
  3. package/CODE_OF_CONDUCT.md +1 -1
  4. package/README.md +67 -56
  5. package/changes.svg +3 -3
  6. package/dist/colornames.bestof.csv +7 -0
  7. package/dist/colornames.bestof.esm.js +1 -1
  8. package/dist/colornames.bestof.esm.mjs +1 -1
  9. package/dist/colornames.bestof.html +1 -1
  10. package/dist/colornames.bestof.json +1 -1
  11. package/dist/colornames.bestof.min.json +1 -1
  12. package/dist/colornames.bestof.scss +1 -1
  13. package/dist/colornames.bestof.umd.js +1 -1
  14. package/dist/colornames.bestof.xml +28 -0
  15. package/dist/colornames.bestof.yaml +21 -0
  16. package/dist/colornames.csv +8 -0
  17. package/dist/colornames.esm.js +1 -1
  18. package/dist/colornames.esm.mjs +1 -1
  19. package/dist/colornames.html +1 -1
  20. package/dist/colornames.json +1 -1
  21. package/dist/colornames.min.json +1 -1
  22. package/dist/colornames.scss +1 -1
  23. package/dist/colornames.short.csv +4 -0
  24. package/dist/colornames.short.esm.js +1 -1
  25. package/dist/colornames.short.esm.mjs +1 -1
  26. package/dist/colornames.short.html +1 -1
  27. package/dist/colornames.short.json +1 -1
  28. package/dist/colornames.short.min.json +1 -1
  29. package/dist/colornames.short.scss +1 -1
  30. package/dist/colornames.short.umd.js +1 -1
  31. package/dist/colornames.short.xml +16 -0
  32. package/dist/colornames.short.yaml +12 -0
  33. package/dist/colornames.umd.js +1 -1
  34. package/dist/colornames.xml +32 -0
  35. package/dist/colornames.yaml +24 -0
  36. package/dist/history.json +1 -1
  37. package/package.json +7 -3
  38. package/scripts/sortSrc.js +57 -0
  39. package/src/colornames.csv +8 -0
@@ -3641,6 +3641,10 @@
3641
3641
  <hex>#c2f177</hex>
3642
3642
  </color>
3643
3643
  <color>
3644
+ <name>Cucumber Queen</name>
3645
+ <hex>#3c773c</hex>
3646
+ </color>
3647
+ <color>
3644
3648
  <name>Cumin</name>
3645
3649
  <hex>#a58459</hex>
3646
3650
  </color>
@@ -7189,6 +7193,10 @@
7189
7193
  <hex>#00aa11</hex>
7190
7194
  </color>
7191
7195
  <color>
7196
+ <name>Heirloom Blush</name>
7197
+ <hex>#e3664c</hex>
7198
+ </color>
7199
+ <color>
7192
7200
  <name>Helium</name>
7193
7201
  <hex>#eae5d8</hex>
7194
7202
  </color>
@@ -8877,6 +8885,10 @@
8877
8885
  <hex>#aacc11</hex>
8878
8886
  </color>
8879
8887
  <color>
8888
+ <name>Leafy Greens</name>
8889
+ <hex>#80bb66</hex>
8890
+ </color>
8891
+ <color>
8880
8892
  <name>Leafy Lemon</name>
8881
8893
  <hex>#c0f000</hex>
8882
8894
  </color>
@@ -10261,6 +10273,10 @@
10261
10273
  <hex>#03012d</hex>
10262
10274
  </color>
10263
10275
  <color>
10276
+ <name>Midnight Aubergine</name>
10277
+ <hex>#853c69</hex>
10278
+ </color>
10279
+ <color>
10264
10280
  <name>Midnight Dreams</name>
10265
10281
  <hex>#002233</hex>
10266
10282
  </color>
@@ -14729,6 +14745,10 @@
14729
14745
  <hex>#4c4b4c</hex>
14730
14746
  </color>
14731
14747
  <color>
14748
+ <name>Shallot Peel</name>
14749
+ <hex>#eec378</hex>
14750
+ </color>
14751
+ <color>
14732
14752
  <name>Shallow Sea</name>
14733
14753
  <hex>#9ab8c2</hex>
14734
14754
  </color>
@@ -16309,6 +16329,10 @@
16309
16329
  <hex>#d2ad84</hex>
16310
16330
  </color>
16311
16331
  <color>
16332
+ <name>Toasted Husk</name>
16333
+ <hex>#ed8a53</hex>
16334
+ </color>
16335
+ <color>
16312
16336
  <name>Toasted Marshmallow Fluff</name>
16313
16337
  <hex>#fff9eb</hex>
16314
16338
  </color>
@@ -16617,6 +16641,10 @@
16617
16641
  <hex>#2b888d</hex>
16618
16642
  </color>
16619
16643
  <color>
16644
+ <name>Turnip Crown</name>
16645
+ <hex>#bb9ecd</hex>
16646
+ </color>
16647
+ <color>
16620
16648
  <name>Turnip the Pink</name>
16621
16649
  <hex>#e5717b</hex>
16622
16650
  </color>
@@ -2728,6 +2728,9 @@
2728
2728
  -
2729
2729
  name:"Cucumber Milk"
2730
2730
  hex:"#c2f177"
2731
+ -
2732
+ name:"Cucumber Queen"
2733
+ hex:"#3c773c"
2731
2734
  -
2732
2735
  name:"Cumin"
2733
2736
  hex:"#a58459"
@@ -5389,6 +5392,9 @@
5389
5392
  -
5390
5393
  name:"Hedge Garden"
5391
5394
  hex:"#00aa11"
5395
+ -
5396
+ name:"Heirloom Blush"
5397
+ hex:"#e3664c"
5392
5398
  -
5393
5399
  name:"Helium"
5394
5400
  hex:"#eae5d8"
@@ -6655,6 +6661,9 @@
6655
6661
  -
6656
6662
  name:"Leafy Canopy"
6657
6663
  hex:"#aacc11"
6664
+ -
6665
+ name:"Leafy Greens"
6666
+ hex:"#80bb66"
6658
6667
  -
6659
6668
  name:"Leafy Lemon"
6660
6669
  hex:"#c0f000"
@@ -7693,6 +7702,9 @@
7693
7702
  -
7694
7703
  name:"Midnight"
7695
7704
  hex:"#03012d"
7705
+ -
7706
+ name:"Midnight Aubergine"
7707
+ hex:"#853c69"
7696
7708
  -
7697
7709
  name:"Midnight Dreams"
7698
7710
  hex:"#002233"
@@ -11044,6 +11056,9 @@
11044
11056
  -
11045
11057
  name:"Shady Character"
11046
11058
  hex:"#4c4b4c"
11059
+ -
11060
+ name:"Shallot Peel"
11061
+ hex:"#eec378"
11047
11062
  -
11048
11063
  name:"Shallow Sea"
11049
11064
  hex:"#9ab8c2"
@@ -12229,6 +12244,9 @@
12229
12244
  -
12230
12245
  name:"Toast and Butter"
12231
12246
  hex:"#d2ad84"
12247
+ -
12248
+ name:"Toasted Husk"
12249
+ hex:"#ed8a53"
12232
12250
  -
12233
12251
  name:"Toasted Marshmallow Fluff"
12234
12252
  hex:"#fff9eb"
@@ -12460,6 +12478,9 @@
12460
12478
  -
12461
12479
  name:"Turkish Jade"
12462
12480
  hex:"#2b888d"
12481
+ -
12482
+ name:"Turnip Crown"
12483
+ hex:"#bb9ecd"
12463
12484
  -
12464
12485
  name:"Turnip the Pink"
12465
12486
  hex:"#e5717b"
@@ -6921,6 +6921,7 @@ Cucumber Crush,#a2ac86
6921
6921
  Cucumber Green,#466353
6922
6922
  Cucumber Ice,#cdd79d
6923
6923
  Cucumber Milk,#c2f177
6924
+ Cucumber Queen,#3c773c
6924
6925
  Cucuzza Verde,#9ba373
6925
6926
  Cuddle,#bccae8
6926
6927
  Cuddlepot,#ad8068
@@ -12427,6 +12428,7 @@ Heidelberg Red,#960117
12427
12428
  Heifer,#c3bdb1
12428
12429
  Heirloom,#b67b71
12429
12430
  Heirloom Apricot,#f4bea6
12431
+ Heirloom Blush,#e3664c
12430
12432
  Heirloom Hydrangea,#327ccb
12431
12433
  Heirloom Lace,#f5e6d6
12432
12434
  Heirloom Lilac,#9d96b2
@@ -14661,6 +14663,7 @@ Leaf Yellow,#e9d79e
14661
14663
  Leaflet,#8b987b
14662
14664
  Leafy,#679b6a
14663
14665
  Leafy Canopy,#aacc11
14666
+ Leafy Greens,#80bb66
14664
14667
  Leafy Lemon,#c0f000
14665
14668
  Leafy Lichen,#7d8574
14666
14669
  Leafy Lush,#08690e
@@ -16766,6 +16769,7 @@ Middlestone,#c7ab84
16766
16769
  Middy’s Purple,#aa8ed6
16767
16770
  Midnight,#03012d
16768
16771
  Midnight Affair,#534657
16772
+ Midnight Aubergine,#853c69
16769
16773
  Midnight Badger,#585960
16770
16774
  Midnight Blue,#020035
16771
16775
  Midnight Blush,#979fbf
@@ -17445,6 +17449,7 @@ Morro Bay,#546b78
17445
17449
  Morrow White,#fcfccf
17446
17450
  Mortar,#565051
17447
17451
  Mortar Grey,#9e9f9e
17452
+ MoS₂ Cyan,#00e6d3
17448
17453
  Mosaic Blue,#007c94
17449
17454
  Mosaic Green,#599f68
17450
17455
  Mosaic Tile,#1c6b69
@@ -24124,6 +24129,7 @@ Shale Grey,#899da3
24124
24129
  Shalimar,#f8f6a8
24125
24130
  Shallot Bulb,#7b8d73
24126
24131
  Shallot Leaf,#505c3a
24132
+ Shallot Peel,#eec378
24127
24133
  Shallow End,#c5f5e8
24128
24134
  Shallow Sea,#9ab8c2
24129
24135
  Shallow Shoal,#9dd6d4
@@ -27400,6 +27406,7 @@ Toasted Cashew,#e2d0b8
27400
27406
  Toasted Chestnut,#a7775b
27401
27407
  Toasted Coconut,#e9c2a1
27402
27408
  Toasted Grain,#c5a986
27409
+ Toasted Husk,#ed8a53
27403
27410
  Toasted Marshmallow,#efe0d4
27404
27411
  Toasted Marshmallow Fluff,#fff9eb
27405
27412
  Toasted Nut,#c08768
@@ -27911,6 +27918,7 @@ Turner’s Yellow,#e6c26f
27911
27918
  Turning Leaf,#ced9c3
27912
27919
  Turning Oakleaf,#ede1a8
27913
27920
  Turnip Boy,#efc6a1
27921
+ Turnip Crown,#bb9ecd
27914
27922
  Turnip the Pink,#e5717b
27915
27923
  Turnstone,#d3cfbf
27916
27924
  Turquesa,#448899