color-name-list 12.1.0 → 13.0.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/.vscode/tasks.json +10 -0
- package/README.md +2 -2
- package/changes.svg +3 -3
- package/dist/colornames.bestof.csv +22 -20
- 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 +59 -51
- package/dist/colornames.bestof.yaml +47 -41
- package/dist/colornames.csv +38 -135
- 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 +12 -17
- 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 +25 -45
- package/dist/colornames.short.yaml +21 -36
- package/dist/colornames.umd.js +1 -1
- package/dist/colornames.xml +69 -457
- package/dist/colornames.yaml +56 -347
- package/dist/history.json +1 -1
- package/package.json +1 -1
- package/scripts/build.js +33 -161
- package/scripts/lib.js +60 -5
- package/scripts/sortSrc.js +4 -5
- package/src/colornames.csv +42 -139
- package/tests/_utils/report.js +76 -0
- package/tests/csv-test-data.js +108 -0
- package/tests/duplicate-allowlist.json +28 -1
- package/tests/duplicate-plurals-allowlist.json +10 -0
- package/tests/duplicates.test.js +135 -40
- package/tests/formats.test.js +9 -8
- package/tests/imports.test.js +12 -14
- package/tests/sorting.test.js +10 -12
- package/tests/validations.test.js +219 -0
|
@@ -1761,6 +1761,10 @@
|
|
|
1761
1761
|
<hex>#f1c3c2</hex>
|
|
1762
1762
|
</color>
|
|
1763
1763
|
<color>
|
|
1764
|
+
<name>Chanterelle</name>
|
|
1765
|
+
<hex>#ffc66e</hex>
|
|
1766
|
+
</color>
|
|
1767
|
+
<color>
|
|
1764
1768
|
<name>Chantilly</name>
|
|
1765
1769
|
<hex>#edb8c7</hex>
|
|
1766
1770
|
</color>
|
|
@@ -2349,8 +2353,8 @@
|
|
|
2349
2353
|
<hex>#180614</hex>
|
|
2350
2354
|
</color>
|
|
2351
2355
|
<color>
|
|
2352
|
-
<name>Crown
|
|
2353
|
-
<hex>#
|
|
2356
|
+
<name>Crown Jewels</name>
|
|
2357
|
+
<hex>#946dad</hex>
|
|
2354
2358
|
</color>
|
|
2355
2359
|
<color>
|
|
2356
2360
|
<name>Crown of Ash</name>
|
|
@@ -2581,10 +2585,6 @@
|
|
|
2581
2585
|
<hex>#112255</hex>
|
|
2582
2586
|
</color>
|
|
2583
2587
|
<color>
|
|
2584
|
-
<name>Dark Souls</name>
|
|
2585
|
-
<hex>#a3a3a2</hex>
|
|
2586
|
-
</color>
|
|
2587
|
-
<color>
|
|
2588
2588
|
<name>Dark Space</name>
|
|
2589
2589
|
<hex>#414a4c</hex>
|
|
2590
2590
|
</color>
|
|
@@ -4445,7 +4445,7 @@
|
|
|
4445
4445
|
<hex>#dacd81</hex>
|
|
4446
4446
|
</color>
|
|
4447
4447
|
<color>
|
|
4448
|
-
<name>
|
|
4448
|
+
<name>Haystack</name>
|
|
4449
4449
|
<hex>#cfac47</hex>
|
|
4450
4450
|
</color>
|
|
4451
4451
|
<color>
|
|
@@ -4641,10 +4641,6 @@
|
|
|
4641
4641
|
<hex>#eeff11</hex>
|
|
4642
4642
|
</color>
|
|
4643
4643
|
<color>
|
|
4644
|
-
<name>Highland</name>
|
|
4645
|
-
<hex>#7a9461</hex>
|
|
4646
|
-
</color>
|
|
4647
|
-
<color>
|
|
4648
4644
|
<name>Highlander</name>
|
|
4649
4645
|
<hex>#3a533d</hex>
|
|
4650
4646
|
</color>
|
|
@@ -5021,7 +5017,7 @@
|
|
|
5021
5017
|
<hex>#ec2938</hex>
|
|
5022
5018
|
</color>
|
|
5023
5019
|
<color>
|
|
5024
|
-
<name>In
|
|
5020
|
+
<name>In a Pickle</name>
|
|
5025
5021
|
<hex>#978c59</hex>
|
|
5026
5022
|
</color>
|
|
5027
5023
|
<color>
|
|
@@ -6085,12 +6081,8 @@
|
|
|
6085
6081
|
<hex>#ec9079</hex>
|
|
6086
6082
|
</color>
|
|
6087
6083
|
<color>
|
|
6088
|
-
<name>Lucid Dream</name>
|
|
6089
|
-
<hex>#632f92</hex>
|
|
6090
|
-
</color>
|
|
6091
|
-
<color>
|
|
6092
6084
|
<name>Lucid Dreams</name>
|
|
6093
|
-
<hex>#
|
|
6085
|
+
<hex>#632f92</hex>
|
|
6094
6086
|
</color>
|
|
6095
6087
|
<color>
|
|
6096
6088
|
<name>Lucius Lilac</name>
|
|
@@ -7581,10 +7573,6 @@
|
|
|
7581
7573
|
<hex>#009dc4</hex>
|
|
7582
7574
|
</color>
|
|
7583
7575
|
<color>
|
|
7584
|
-
<name>Ocean Blues</name>
|
|
7585
|
-
<hex>#508693</hex>
|
|
7586
|
-
</color>
|
|
7587
|
-
<color>
|
|
7588
7576
|
<name>Ocean Breeze</name>
|
|
7589
7577
|
<hex>#d3e5eb</hex>
|
|
7590
7578
|
</color>
|
|
@@ -7881,10 +7869,6 @@
|
|
|
7881
7869
|
<hex>#fe985c</hex>
|
|
7882
7870
|
</color>
|
|
7883
7871
|
<color>
|
|
7884
|
-
<name>Paper Heart</name>
|
|
7885
|
-
<hex>#f7dbc7</hex>
|
|
7886
|
-
</color>
|
|
7887
|
-
<color>
|
|
7888
7872
|
<name>Paper Hearts</name>
|
|
7889
7873
|
<hex>#cc4466</hex>
|
|
7890
7874
|
</color>
|
|
@@ -8134,7 +8118,7 @@
|
|
|
8134
8118
|
</color>
|
|
8135
8119
|
<color>
|
|
8136
8120
|
<name>Pebble Beach</name>
|
|
8137
|
-
<hex>#
|
|
8121
|
+
<hex>#ded8dc</hex>
|
|
8138
8122
|
</color>
|
|
8139
8123
|
<color>
|
|
8140
8124
|
<name>Pecan</name>
|
|
@@ -9105,6 +9089,10 @@
|
|
|
9105
9089
|
<hex>#7d4138</hex>
|
|
9106
9090
|
</color>
|
|
9107
9091
|
<color>
|
|
9092
|
+
<name>Red Seal</name>
|
|
9093
|
+
<hex>#c92d21</hex>
|
|
9094
|
+
</color>
|
|
9095
|
+
<color>
|
|
9108
9096
|
<name>Red Stop</name>
|
|
9109
9097
|
<hex>#ff2222</hex>
|
|
9110
9098
|
</color>
|
|
@@ -9249,6 +9237,10 @@
|
|
|
9249
9237
|
<hex>#f26e54</hex>
|
|
9250
9238
|
</color>
|
|
9251
9239
|
<color>
|
|
9240
|
+
<name>Royal Crown</name>
|
|
9241
|
+
<hex>#4f325e</hex>
|
|
9242
|
+
</color>
|
|
9243
|
+
<color>
|
|
9252
9244
|
<name>Royal Decree</name>
|
|
9253
9245
|
<hex>#403547</hex>
|
|
9254
9246
|
</color>
|
|
@@ -10017,6 +10009,10 @@
|
|
|
10017
10009
|
<hex>#acc326</hex>
|
|
10018
10010
|
</color>
|
|
10019
10011
|
<color>
|
|
10012
|
+
<name>Sour Veil</name>
|
|
10013
|
+
<hex>#ffffbf</hex>
|
|
10014
|
+
</color>
|
|
10015
|
+
<color>
|
|
10020
10016
|
<name>Sour Yellow</name>
|
|
10021
10017
|
<hex>#eeff04</hex>
|
|
10022
10018
|
</color>
|
|
@@ -10229,10 +10225,6 @@
|
|
|
10229
10225
|
<hex>#990022</hex>
|
|
10230
10226
|
</color>
|
|
10231
10227
|
<color>
|
|
10232
|
-
<name>Succulent</name>
|
|
10233
|
-
<hex>#8ba477</hex>
|
|
10234
|
-
</color>
|
|
10235
|
-
<color>
|
|
10236
10228
|
<name>Succulents</name>
|
|
10237
10229
|
<hex>#007744</hex>
|
|
10238
10230
|
</color>
|
|
@@ -10546,7 +10538,7 @@
|
|
|
10546
10538
|
</color>
|
|
10547
10539
|
<color>
|
|
10548
10540
|
<name>Tender Shoot</name>
|
|
10549
|
-
<hex>#
|
|
10541
|
+
<hex>#accb35</hex>
|
|
10550
10542
|
</color>
|
|
10551
10543
|
<color>
|
|
10552
10544
|
<name>Tender Taupe</name>
|
|
@@ -10717,7 +10709,7 @@
|
|
|
10717
10709
|
<hex>#00bffe</hex>
|
|
10718
10710
|
</color>
|
|
10719
10711
|
<color>
|
|
10720
|
-
<name>
|
|
10712
|
+
<name>Trade Winds</name>
|
|
10721
10713
|
<hex>#b7c5c6</hex>
|
|
10722
10714
|
</color>
|
|
10723
10715
|
<color>
|
|
@@ -10733,10 +10725,6 @@
|
|
|
10733
10725
|
<hex>#ea1833</hex>
|
|
10734
10726
|
</color>
|
|
10735
10727
|
<color>
|
|
10736
|
-
<name>Treasure</name>
|
|
10737
|
-
<hex>#e7d082</hex>
|
|
10738
|
-
</color>
|
|
10739
|
-
<color>
|
|
10740
10728
|
<name>Treasure Map</name>
|
|
10741
10729
|
<hex>#d0bb9d</hex>
|
|
10742
10730
|
</color>
|
|
@@ -11505,10 +11493,6 @@
|
|
|
11505
11493
|
<hex>#dfe0e2</hex>
|
|
11506
11494
|
</color>
|
|
11507
11495
|
<color>
|
|
11508
|
-
<name>Wind Chimes</name>
|
|
11509
|
-
<hex>#cac5c2</hex>
|
|
11510
|
-
</color>
|
|
11511
|
-
<color>
|
|
11512
11496
|
<name>Windfall</name>
|
|
11513
11497
|
<hex>#84a7ce</hex>
|
|
11514
11498
|
</color>
|
|
@@ -11569,7 +11553,7 @@
|
|
|
11569
11553
|
<hex>#ffffe0</hex>
|
|
11570
11554
|
</color>
|
|
11571
11555
|
<color>
|
|
11572
|
-
<name>Winter
|
|
11556
|
+
<name>Winter Lake</name>
|
|
11573
11557
|
<hex>#5c97cf</hex>
|
|
11574
11558
|
</color>
|
|
11575
11559
|
<color>
|
|
@@ -11669,10 +11653,6 @@
|
|
|
11669
11653
|
<hex>#ede8dd</hex>
|
|
11670
11654
|
</color>
|
|
11671
11655
|
<color>
|
|
11672
|
-
<name>Yell Yellow</name>
|
|
11673
|
-
<hex>#ffffbf</hex>
|
|
11674
|
-
</color>
|
|
11675
|
-
<color>
|
|
11676
11656
|
<name>Yellow</name>
|
|
11677
11657
|
<hex>#ffff00</hex>
|
|
11678
11658
|
</color>
|
|
@@ -1318,6 +1318,9 @@
|
|
|
1318
1318
|
-
|
|
1319
1319
|
name:"Channel"
|
|
1320
1320
|
hex:"#f1c3c2"
|
|
1321
|
+
-
|
|
1322
|
+
name:"Chanterelle"
|
|
1323
|
+
hex:"#ffc66e"
|
|
1321
1324
|
-
|
|
1322
1325
|
name:"Chantilly"
|
|
1323
1326
|
hex:"#edb8c7"
|
|
@@ -1760,8 +1763,8 @@
|
|
|
1760
1763
|
name:"Crow"
|
|
1761
1764
|
hex:"#180614"
|
|
1762
1765
|
-
|
|
1763
|
-
name:"Crown
|
|
1764
|
-
hex:"#
|
|
1766
|
+
name:"Crown Jewels"
|
|
1767
|
+
hex:"#946dad"
|
|
1765
1768
|
-
|
|
1766
1769
|
name:"Crown of Ash"
|
|
1767
1770
|
hex:"#a1a9a9"
|
|
@@ -1933,9 +1936,6 @@
|
|
|
1933
1936
|
-
|
|
1934
1937
|
name:"Dark Soul"
|
|
1935
1938
|
hex:"#112255"
|
|
1936
|
-
-
|
|
1937
|
-
name:"Dark Souls"
|
|
1938
|
-
hex:"#a3a3a2"
|
|
1939
1939
|
-
|
|
1940
1940
|
name:"Dark Space"
|
|
1941
1941
|
hex:"#414a4c"
|
|
@@ -3332,7 +3332,7 @@
|
|
|
3332
3332
|
name:"Hay Day"
|
|
3333
3333
|
hex:"#dacd81"
|
|
3334
3334
|
-
|
|
3335
|
-
name:"
|
|
3335
|
+
name:"Haystack"
|
|
3336
3336
|
hex:"#cfac47"
|
|
3337
3337
|
-
|
|
3338
3338
|
name:"Hazel"
|
|
@@ -3478,9 +3478,6 @@
|
|
|
3478
3478
|
-
|
|
3479
3479
|
name:"High Voltage"
|
|
3480
3480
|
hex:"#eeff11"
|
|
3481
|
-
-
|
|
3482
|
-
name:"Highland"
|
|
3483
|
-
hex:"#7a9461"
|
|
3484
3481
|
-
|
|
3485
3482
|
name:"Highlander"
|
|
3486
3483
|
hex:"#3a533d"
|
|
@@ -3764,7 +3761,7 @@
|
|
|
3764
3761
|
name:"Imperial Red"
|
|
3765
3762
|
hex:"#ec2938"
|
|
3766
3763
|
-
|
|
3767
|
-
name:"In
|
|
3764
|
+
name:"In a Pickle"
|
|
3768
3765
|
hex:"#978c59"
|
|
3769
3766
|
-
|
|
3770
3767
|
name:"In the Dark"
|
|
@@ -4561,12 +4558,9 @@
|
|
|
4561
4558
|
-
|
|
4562
4559
|
name:"Lox"
|
|
4563
4560
|
hex:"#ec9079"
|
|
4564
|
-
-
|
|
4565
|
-
name:"Lucid Dream"
|
|
4566
|
-
hex:"#632f92"
|
|
4567
4561
|
-
|
|
4568
4562
|
name:"Lucid Dreams"
|
|
4569
|
-
hex:"#
|
|
4563
|
+
hex:"#632f92"
|
|
4570
4564
|
-
|
|
4571
4565
|
name:"Lucius Lilac"
|
|
4572
4566
|
hex:"#baa2ce"
|
|
@@ -5683,9 +5677,6 @@
|
|
|
5683
5677
|
-
|
|
5684
5678
|
name:"Ocean Blue"
|
|
5685
5679
|
hex:"#009dc4"
|
|
5686
|
-
-
|
|
5687
|
-
name:"Ocean Blues"
|
|
5688
|
-
hex:"#508693"
|
|
5689
5680
|
-
|
|
5690
5681
|
name:"Ocean Breeze"
|
|
5691
5682
|
hex:"#d3e5eb"
|
|
@@ -5908,9 +5899,6 @@
|
|
|
5908
5899
|
-
|
|
5909
5900
|
name:"Papaya"
|
|
5910
5901
|
hex:"#fe985c"
|
|
5911
|
-
-
|
|
5912
|
-
name:"Paper Heart"
|
|
5913
|
-
hex:"#f7dbc7"
|
|
5914
5902
|
-
|
|
5915
5903
|
name:"Paper Hearts"
|
|
5916
5904
|
hex:"#cc4466"
|
|
@@ -6099,7 +6087,7 @@
|
|
|
6099
6087
|
hex:"#9d9880"
|
|
6100
6088
|
-
|
|
6101
6089
|
name:"Pebble Beach"
|
|
6102
|
-
hex:"#
|
|
6090
|
+
hex:"#ded8dc"
|
|
6103
6091
|
-
|
|
6104
6092
|
name:"Pecan"
|
|
6105
6093
|
hex:"#a67253"
|
|
@@ -6826,6 +6814,9 @@
|
|
|
6826
6814
|
-
|
|
6827
6815
|
name:"Red Robin"
|
|
6828
6816
|
hex:"#7d4138"
|
|
6817
|
+
-
|
|
6818
|
+
name:"Red Seal"
|
|
6819
|
+
hex:"#c92d21"
|
|
6829
6820
|
-
|
|
6830
6821
|
name:"Red Stop"
|
|
6831
6822
|
hex:"#ff2222"
|
|
@@ -6934,6 +6925,9 @@
|
|
|
6934
6925
|
-
|
|
6935
6926
|
name:"Royal Blush"
|
|
6936
6927
|
hex:"#f26e54"
|
|
6928
|
+
-
|
|
6929
|
+
name:"Royal Crown"
|
|
6930
|
+
hex:"#4f325e"
|
|
6937
6931
|
-
|
|
6938
6932
|
name:"Royal Decree"
|
|
6939
6933
|
hex:"#403547"
|
|
@@ -7510,6 +7504,9 @@
|
|
|
7510
7504
|
-
|
|
7511
7505
|
name:"Sour Lime"
|
|
7512
7506
|
hex:"#acc326"
|
|
7507
|
+
-
|
|
7508
|
+
name:"Sour Veil"
|
|
7509
|
+
hex:"#ffffbf"
|
|
7513
7510
|
-
|
|
7514
7511
|
name:"Sour Yellow"
|
|
7515
7512
|
hex:"#eeff04"
|
|
@@ -7669,9 +7666,6 @@
|
|
|
7669
7666
|
-
|
|
7670
7667
|
name:"Succubus"
|
|
7671
7668
|
hex:"#990022"
|
|
7672
|
-
-
|
|
7673
|
-
name:"Succulent"
|
|
7674
|
-
hex:"#8ba477"
|
|
7675
7669
|
-
|
|
7676
7670
|
name:"Succulents"
|
|
7677
7671
|
hex:"#007744"
|
|
@@ -7908,7 +7902,7 @@
|
|
|
7908
7902
|
hex:"#79839b"
|
|
7909
7903
|
-
|
|
7910
7904
|
name:"Tender Shoot"
|
|
7911
|
-
hex:"#
|
|
7905
|
+
hex:"#accb35"
|
|
7912
7906
|
-
|
|
7913
7907
|
name:"Tender Taupe"
|
|
7914
7908
|
hex:"#c4b198"
|
|
@@ -8036,7 +8030,7 @@
|
|
|
8036
8030
|
name:"Tractor Beam"
|
|
8037
8031
|
hex:"#00bffe"
|
|
8038
8032
|
-
|
|
8039
|
-
name:"
|
|
8033
|
+
name:"Trade Winds"
|
|
8040
8034
|
hex:"#b7c5c6"
|
|
8041
8035
|
-
|
|
8042
8036
|
name:"Traffic Red"
|
|
@@ -8047,9 +8041,6 @@
|
|
|
8047
8041
|
-
|
|
8048
8042
|
name:"Transfusion"
|
|
8049
8043
|
hex:"#ea1833"
|
|
8050
|
-
-
|
|
8051
|
-
name:"Treasure"
|
|
8052
|
-
hex:"#e7d082"
|
|
8053
8044
|
-
|
|
8054
8045
|
name:"Treasure Map"
|
|
8055
8046
|
hex:"#d0bb9d"
|
|
@@ -8626,9 +8617,6 @@
|
|
|
8626
8617
|
-
|
|
8627
8618
|
name:"Wind Chime"
|
|
8628
8619
|
hex:"#dfe0e2"
|
|
8629
|
-
-
|
|
8630
|
-
name:"Wind Chimes"
|
|
8631
|
-
hex:"#cac5c2"
|
|
8632
8620
|
-
|
|
8633
8621
|
name:"Windfall"
|
|
8634
8622
|
hex:"#84a7ce"
|
|
@@ -8675,7 +8663,7 @@
|
|
|
8675
8663
|
name:"Winter Duvet"
|
|
8676
8664
|
hex:"#ffffe0"
|
|
8677
8665
|
-
|
|
8678
|
-
name:"Winter
|
|
8666
|
+
name:"Winter Lake"
|
|
8679
8667
|
hex:"#5c97cf"
|
|
8680
8668
|
-
|
|
8681
8669
|
name:"Winter Scene"
|
|
@@ -8749,9 +8737,6 @@
|
|
|
8749
8737
|
-
|
|
8750
8738
|
name:"Yang Mist"
|
|
8751
8739
|
hex:"#ede8dd"
|
|
8752
|
-
-
|
|
8753
|
-
name:"Yell Yellow"
|
|
8754
|
-
hex:"#ffffbf"
|
|
8755
8740
|
-
|
|
8756
8741
|
name:"Yellow"
|
|
8757
8742
|
hex:"#ffff00"
|