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
|
@@ -249,6 +249,10 @@
|
|
|
249
249
|
<hex>#f0e4d1</hex>
|
|
250
250
|
</color>
|
|
251
251
|
<color>
|
|
252
|
+
<name>Ancient Treasure</name>
|
|
253
|
+
<hex>#e7d082</hex>
|
|
254
|
+
</color>
|
|
255
|
+
<color>
|
|
252
256
|
<name>Andromeda Blue</name>
|
|
253
257
|
<hex>#abcdee</hex>
|
|
254
258
|
</color>
|
|
@@ -2693,6 +2697,10 @@
|
|
|
2693
2697
|
<hex>#f1c3c2</hex>
|
|
2694
2698
|
</color>
|
|
2695
2699
|
<color>
|
|
2700
|
+
<name>Chanterelle</name>
|
|
2701
|
+
<hex>#ffc66e</hex>
|
|
2702
|
+
</color>
|
|
2703
|
+
<color>
|
|
2696
2704
|
<name>Chantilly</name>
|
|
2697
2705
|
<hex>#edb8c7</hex>
|
|
2698
2706
|
</color>
|
|
@@ -3633,6 +3641,10 @@
|
|
|
3633
3641
|
<hex>#eceee6</hex>
|
|
3634
3642
|
</color>
|
|
3635
3643
|
<color>
|
|
3644
|
+
<name>Crème Pâtissière</name>
|
|
3645
|
+
<hex>#fdd77a</hex>
|
|
3646
|
+
</color>
|
|
3647
|
+
<color>
|
|
3636
3648
|
<name>Creole</name>
|
|
3637
3649
|
<hex>#393227</hex>
|
|
3638
3650
|
</color>
|
|
@@ -3681,8 +3693,8 @@
|
|
|
3681
3693
|
<hex>#180614</hex>
|
|
3682
3694
|
</color>
|
|
3683
3695
|
<color>
|
|
3684
|
-
<name>Crown
|
|
3685
|
-
<hex>#
|
|
3696
|
+
<name>Crown Jewels</name>
|
|
3697
|
+
<hex>#946dad</hex>
|
|
3686
3698
|
</color>
|
|
3687
3699
|
<color>
|
|
3688
3700
|
<name>Crown of Ash</name>
|
|
@@ -3797,6 +3809,10 @@
|
|
|
3797
3809
|
<hex>#131313</hex>
|
|
3798
3810
|
</color>
|
|
3799
3811
|
<color>
|
|
3812
|
+
<name>Cut the Mustard</name>
|
|
3813
|
+
<hex>#ba7f38</hex>
|
|
3814
|
+
</color>
|
|
3815
|
+
<color>
|
|
3800
3816
|
<name>Cute Crab</name>
|
|
3801
3817
|
<hex>#dd4444</hex>
|
|
3802
3818
|
</color>
|
|
@@ -4005,10 +4021,6 @@
|
|
|
4005
4021
|
<hex>#112255</hex>
|
|
4006
4022
|
</color>
|
|
4007
4023
|
<color>
|
|
4008
|
-
<name>Dark Souls</name>
|
|
4009
|
-
<hex>#a3a3a2</hex>
|
|
4010
|
-
</color>
|
|
4011
|
-
<color>
|
|
4012
4024
|
<name>Dark Space</name>
|
|
4013
4025
|
<hex>#414a4c</hex>
|
|
4014
4026
|
</color>
|
|
@@ -4273,6 +4285,10 @@
|
|
|
4273
4285
|
<hex>#ff3344</hex>
|
|
4274
4286
|
</color>
|
|
4275
4287
|
<color>
|
|
4288
|
+
<name>Devil’s Grass</name>
|
|
4289
|
+
<hex>#44aa55</hex>
|
|
4290
|
+
</color>
|
|
4291
|
+
<color>
|
|
4276
4292
|
<name>Deviled Eggs</name>
|
|
4277
4293
|
<hex>#fecd82</hex>
|
|
4278
4294
|
</color>
|
|
@@ -4353,6 +4369,10 @@
|
|
|
4353
4369
|
<hex>#e1efdd</hex>
|
|
4354
4370
|
</color>
|
|
4355
4371
|
<color>
|
|
4372
|
+
<name>Distant Wind Chime</name>
|
|
4373
|
+
<hex>#eaeff2</hex>
|
|
4374
|
+
</color>
|
|
4375
|
+
<color>
|
|
4356
4376
|
<name>Diva</name>
|
|
4357
4377
|
<hex>#c9a0ff</hex>
|
|
4358
4378
|
</color>
|
|
@@ -5645,6 +5665,10 @@
|
|
|
5645
5665
|
<hex>#e9d8c2</hex>
|
|
5646
5666
|
</color>
|
|
5647
5667
|
<color>
|
|
5668
|
+
<name>Floaty Bubble</name>
|
|
5669
|
+
<hex>#eaf5e7</hex>
|
|
5670
|
+
</color>
|
|
5671
|
+
<color>
|
|
5648
5672
|
<name>Flood</name>
|
|
5649
5673
|
<hex>#6677bb</hex>
|
|
5650
5674
|
</color>
|
|
@@ -7233,7 +7257,7 @@
|
|
|
7233
7257
|
<hex>#dacd81</hex>
|
|
7234
7258
|
</color>
|
|
7235
7259
|
<color>
|
|
7236
|
-
<name>
|
|
7260
|
+
<name>Haystack</name>
|
|
7237
7261
|
<hex>#cfac47</hex>
|
|
7238
7262
|
</color>
|
|
7239
7263
|
<color>
|
|
@@ -7417,6 +7441,10 @@
|
|
|
7417
7441
|
<hex>#119900</hex>
|
|
7418
7442
|
</color>
|
|
7419
7443
|
<color>
|
|
7444
|
+
<name>Herbes de Provence</name>
|
|
7445
|
+
<hex>#3a5f49</hex>
|
|
7446
|
+
</color>
|
|
7447
|
+
<color>
|
|
7420
7448
|
<name>Herbivore</name>
|
|
7421
7449
|
<hex>#88ee77</hex>
|
|
7422
7450
|
</color>
|
|
@@ -7493,10 +7521,6 @@
|
|
|
7493
7521
|
<hex>#eeff11</hex>
|
|
7494
7522
|
</color>
|
|
7495
7523
|
<color>
|
|
7496
|
-
<name>Highland</name>
|
|
7497
|
-
<hex>#7a9461</hex>
|
|
7498
|
-
</color>
|
|
7499
|
-
<color>
|
|
7500
7524
|
<name>Highlander</name>
|
|
7501
7525
|
<hex>#3a533d</hex>
|
|
7502
7526
|
</color>
|
|
@@ -8061,7 +8085,7 @@
|
|
|
8061
8085
|
<hex>#ffb200</hex>
|
|
8062
8086
|
</color>
|
|
8063
8087
|
<color>
|
|
8064
|
-
<name>In
|
|
8088
|
+
<name>In a Pickle</name>
|
|
8065
8089
|
<hex>#978c59</hex>
|
|
8066
8090
|
</color>
|
|
8067
8091
|
<color>
|
|
@@ -9549,12 +9573,8 @@
|
|
|
9549
9573
|
<hex>#ec9079</hex>
|
|
9550
9574
|
</color>
|
|
9551
9575
|
<color>
|
|
9552
|
-
<name>Lucid Dream</name>
|
|
9553
|
-
<hex>#632f92</hex>
|
|
9554
|
-
</color>
|
|
9555
|
-
<color>
|
|
9556
9576
|
<name>Lucid Dreams</name>
|
|
9557
|
-
<hex>#
|
|
9577
|
+
<hex>#632f92</hex>
|
|
9558
9578
|
</color>
|
|
9559
9579
|
<color>
|
|
9560
9580
|
<name>Lucius Lilac</name>
|
|
@@ -11797,10 +11817,6 @@
|
|
|
11797
11817
|
<hex>#009dc4</hex>
|
|
11798
11818
|
</color>
|
|
11799
11819
|
<color>
|
|
11800
|
-
<name>Ocean Blues</name>
|
|
11801
|
-
<hex>#508693</hex>
|
|
11802
|
-
</color>
|
|
11803
|
-
<color>
|
|
11804
11820
|
<name>Ocean Breeze</name>
|
|
11805
11821
|
<hex>#d3e5eb</hex>
|
|
11806
11822
|
</color>
|
|
@@ -12257,10 +12273,6 @@
|
|
|
12257
12273
|
<hex>#fe985c</hex>
|
|
12258
12274
|
</color>
|
|
12259
12275
|
<color>
|
|
12260
|
-
<name>Paper Heart</name>
|
|
12261
|
-
<hex>#f7dbc7</hex>
|
|
12262
|
-
</color>
|
|
12263
|
-
<color>
|
|
12264
12276
|
<name>Paper Hearts</name>
|
|
12265
12277
|
<hex>#cc4466</hex>
|
|
12266
12278
|
</color>
|
|
@@ -12638,7 +12650,7 @@
|
|
|
12638
12650
|
</color>
|
|
12639
12651
|
<color>
|
|
12640
12652
|
<name>Pebble Beach</name>
|
|
12641
|
-
<hex>#
|
|
12653
|
+
<hex>#ded8dc</hex>
|
|
12642
12654
|
</color>
|
|
12643
12655
|
<color>
|
|
12644
12656
|
<name>Pecan</name>
|
|
@@ -14149,6 +14161,10 @@
|
|
|
14149
14161
|
<hex>#7d4138</hex>
|
|
14150
14162
|
</color>
|
|
14151
14163
|
<color>
|
|
14164
|
+
<name>Red Seal</name>
|
|
14165
|
+
<hex>#c92d21</hex>
|
|
14166
|
+
</color>
|
|
14167
|
+
<color>
|
|
14152
14168
|
<name>Red Stop</name>
|
|
14153
14169
|
<hex>#ff2222</hex>
|
|
14154
14170
|
</color>
|
|
@@ -14381,6 +14397,10 @@
|
|
|
14381
14397
|
<hex>#f26e54</hex>
|
|
14382
14398
|
</color>
|
|
14383
14399
|
<color>
|
|
14400
|
+
<name>Royal Crown</name>
|
|
14401
|
+
<hex>#4f325e</hex>
|
|
14402
|
+
</color>
|
|
14403
|
+
<color>
|
|
14384
14404
|
<name>Royal Decree</name>
|
|
14385
14405
|
<hex>#403547</hex>
|
|
14386
14406
|
</color>
|
|
@@ -15361,7 +15381,7 @@
|
|
|
15361
15381
|
<hex>#badbed</hex>
|
|
15362
15382
|
</color>
|
|
15363
15383
|
<color>
|
|
15364
|
-
<name>Sleepy
|
|
15384
|
+
<name>Sleepy Hollow</name>
|
|
15365
15385
|
<hex>#839c6d</hex>
|
|
15366
15386
|
</color>
|
|
15367
15387
|
<color>
|
|
@@ -15649,6 +15669,10 @@
|
|
|
15649
15669
|
<hex>#acc326</hex>
|
|
15650
15670
|
</color>
|
|
15651
15671
|
<color>
|
|
15672
|
+
<name>Sour Veil</name>
|
|
15673
|
+
<hex>#ffffbf</hex>
|
|
15674
|
+
</color>
|
|
15675
|
+
<color>
|
|
15652
15676
|
<name>Sour Yellow</name>
|
|
15653
15677
|
<hex>#eeff04</hex>
|
|
15654
15678
|
</color>
|
|
@@ -16089,7 +16113,7 @@
|
|
|
16089
16113
|
<hex>#990022</hex>
|
|
16090
16114
|
</color>
|
|
16091
16115
|
<color>
|
|
16092
|
-
<name>Succulent</name>
|
|
16116
|
+
<name>Succulent Greenhouse</name>
|
|
16093
16117
|
<hex>#8ba477</hex>
|
|
16094
16118
|
</color>
|
|
16095
16119
|
<color>
|
|
@@ -16550,7 +16574,7 @@
|
|
|
16550
16574
|
</color>
|
|
16551
16575
|
<color>
|
|
16552
16576
|
<name>Tender Shoot</name>
|
|
16553
|
-
<hex>#
|
|
16577
|
+
<hex>#accb35</hex>
|
|
16554
16578
|
</color>
|
|
16555
16579
|
<color>
|
|
16556
16580
|
<name>Tender Taupe</name>
|
|
@@ -16589,10 +16613,6 @@
|
|
|
16589
16613
|
<hex>#102030</hex>
|
|
16590
16614
|
</color>
|
|
16591
16615
|
<color>
|
|
16592
|
-
<name>The Devil’s Grass</name>
|
|
16593
|
-
<hex>#666420</hex>
|
|
16594
|
-
</color>
|
|
16595
|
-
<color>
|
|
16596
16616
|
<name>The End</name>
|
|
16597
16617
|
<hex>#2a2a2a</hex>
|
|
16598
16618
|
</color>
|
|
@@ -16745,6 +16765,10 @@
|
|
|
16745
16765
|
<hex>#dd4422</hex>
|
|
16746
16766
|
</color>
|
|
16747
16767
|
<color>
|
|
16768
|
+
<name>Tomato Sunrise</name>
|
|
16769
|
+
<hex>#aa251b</hex>
|
|
16770
|
+
</color>
|
|
16771
|
+
<color>
|
|
16748
16772
|
<name>Tonkatsu</name>
|
|
16749
16773
|
<hex>#edac36</hex>
|
|
16750
16774
|
</color>
|
|
@@ -16833,7 +16857,7 @@
|
|
|
16833
16857
|
<hex>#00bffe</hex>
|
|
16834
16858
|
</color>
|
|
16835
16859
|
<color>
|
|
16836
|
-
<name>
|
|
16860
|
+
<name>Trade Winds</name>
|
|
16837
16861
|
<hex>#b7c5c6</hex>
|
|
16838
16862
|
</color>
|
|
16839
16863
|
<color>
|
|
@@ -16873,10 +16897,6 @@
|
|
|
16873
16897
|
<hex>#0e1d32</hex>
|
|
16874
16898
|
</color>
|
|
16875
16899
|
<color>
|
|
16876
|
-
<name>Treasure</name>
|
|
16877
|
-
<hex>#e7d082</hex>
|
|
16878
|
-
</color>
|
|
16879
|
-
<color>
|
|
16880
16900
|
<name>Treasure Chest</name>
|
|
16881
16901
|
<hex>#726854</hex>
|
|
16882
16902
|
</color>
|
|
@@ -18013,10 +18033,6 @@
|
|
|
18013
18033
|
<hex>#eadbca</hex>
|
|
18014
18034
|
</color>
|
|
18015
18035
|
<color>
|
|
18016
|
-
<name>Whisper White</name>
|
|
18017
|
-
<hex>#eae2d3</hex>
|
|
18018
|
-
</color>
|
|
18019
|
-
<color>
|
|
18020
18036
|
<name>Whispering Frost</name>
|
|
18021
18037
|
<hex>#d7e5d8</hex>
|
|
18022
18038
|
</color>
|
|
@@ -18169,10 +18185,6 @@
|
|
|
18169
18185
|
<hex>#dfe0e2</hex>
|
|
18170
18186
|
</color>
|
|
18171
18187
|
<color>
|
|
18172
|
-
<name>Wind Chimes</name>
|
|
18173
|
-
<hex>#cac5c2</hex>
|
|
18174
|
-
</color>
|
|
18175
|
-
<color>
|
|
18176
18188
|
<name>Windfall</name>
|
|
18177
18189
|
<hex>#84a7ce</hex>
|
|
18178
18190
|
</color>
|
|
@@ -18245,7 +18257,7 @@
|
|
|
18245
18257
|
<hex>#ffffe0</hex>
|
|
18246
18258
|
</color>
|
|
18247
18259
|
<color>
|
|
18248
|
-
<name>Winter
|
|
18260
|
+
<name>Winter Lake</name>
|
|
18249
18261
|
<hex>#5c97cf</hex>
|
|
18250
18262
|
</color>
|
|
18251
18263
|
<color>
|
|
@@ -18397,10 +18409,6 @@
|
|
|
18397
18409
|
<hex>#fffe00</hex>
|
|
18398
18410
|
</color>
|
|
18399
18411
|
<color>
|
|
18400
|
-
<name>Yell Yellow</name>
|
|
18401
|
-
<hex>#ffffbf</hex>
|
|
18402
|
-
</color>
|
|
18403
|
-
<color>
|
|
18404
18412
|
<name>Yellow</name>
|
|
18405
18413
|
<hex>#ffff00</hex>
|
|
18406
18414
|
</color>
|
|
@@ -184,6 +184,9 @@
|
|
|
184
184
|
-
|
|
185
185
|
name:"Ancient Scroll"
|
|
186
186
|
hex:"#f0e4d1"
|
|
187
|
+
-
|
|
188
|
+
name:"Ancient Treasure"
|
|
189
|
+
hex:"#e7d082"
|
|
187
190
|
-
|
|
188
191
|
name:"Andromeda Blue"
|
|
189
192
|
hex:"#abcdee"
|
|
@@ -2017,6 +2020,9 @@
|
|
|
2017
2020
|
-
|
|
2018
2021
|
name:"Channel"
|
|
2019
2022
|
hex:"#f1c3c2"
|
|
2023
|
+
-
|
|
2024
|
+
name:"Chanterelle"
|
|
2025
|
+
hex:"#ffc66e"
|
|
2020
2026
|
-
|
|
2021
2027
|
name:"Chantilly"
|
|
2022
2028
|
hex:"#edb8c7"
|
|
@@ -2722,6 +2728,9 @@
|
|
|
2722
2728
|
-
|
|
2723
2729
|
name:"Crème Fraîche"
|
|
2724
2730
|
hex:"#eceee6"
|
|
2731
|
+
-
|
|
2732
|
+
name:"Crème Pâtissière"
|
|
2733
|
+
hex:"#fdd77a"
|
|
2725
2734
|
-
|
|
2726
2735
|
name:"Creole"
|
|
2727
2736
|
hex:"#393227"
|
|
@@ -2759,8 +2768,8 @@
|
|
|
2759
2768
|
name:"Crow"
|
|
2760
2769
|
hex:"#180614"
|
|
2761
2770
|
-
|
|
2762
|
-
name:"Crown
|
|
2763
|
-
hex:"#
|
|
2771
|
+
name:"Crown Jewels"
|
|
2772
|
+
hex:"#946dad"
|
|
2764
2773
|
-
|
|
2765
2774
|
name:"Crown of Ash"
|
|
2766
2775
|
hex:"#a1a9a9"
|
|
@@ -2845,6 +2854,9 @@
|
|
|
2845
2854
|
-
|
|
2846
2855
|
name:"Cursed Black"
|
|
2847
2856
|
hex:"#131313"
|
|
2857
|
+
-
|
|
2858
|
+
name:"Cut the Mustard"
|
|
2859
|
+
hex:"#ba7f38"
|
|
2848
2860
|
-
|
|
2849
2861
|
name:"Cute Crab"
|
|
2850
2862
|
hex:"#dd4444"
|
|
@@ -3001,9 +3013,6 @@
|
|
|
3001
3013
|
-
|
|
3002
3014
|
name:"Dark Soul"
|
|
3003
3015
|
hex:"#112255"
|
|
3004
|
-
-
|
|
3005
|
-
name:"Dark Souls"
|
|
3006
|
-
hex:"#a3a3a2"
|
|
3007
3016
|
-
|
|
3008
3017
|
name:"Dark Space"
|
|
3009
3018
|
hex:"#414a4c"
|
|
@@ -3202,6 +3211,9 @@
|
|
|
3202
3211
|
-
|
|
3203
3212
|
name:"Devil’s Advocate"
|
|
3204
3213
|
hex:"#ff3344"
|
|
3214
|
+
-
|
|
3215
|
+
name:"Devil’s Grass"
|
|
3216
|
+
hex:"#44aa55"
|
|
3205
3217
|
-
|
|
3206
3218
|
name:"Deviled Eggs"
|
|
3207
3219
|
hex:"#fecd82"
|
|
@@ -3262,6 +3274,9 @@
|
|
|
3262
3274
|
-
|
|
3263
3275
|
name:"Distant Landscape"
|
|
3264
3276
|
hex:"#e1efdd"
|
|
3277
|
+
-
|
|
3278
|
+
name:"Distant Wind Chime"
|
|
3279
|
+
hex:"#eaeff2"
|
|
3265
3280
|
-
|
|
3266
3281
|
name:"Diva"
|
|
3267
3282
|
hex:"#c9a0ff"
|
|
@@ -4231,6 +4246,9 @@
|
|
|
4231
4246
|
-
|
|
4232
4247
|
name:"Floating Feather"
|
|
4233
4248
|
hex:"#e9d8c2"
|
|
4249
|
+
-
|
|
4250
|
+
name:"Floaty Bubble"
|
|
4251
|
+
hex:"#eaf5e7"
|
|
4234
4252
|
-
|
|
4235
4253
|
name:"Flood"
|
|
4236
4254
|
hex:"#6677bb"
|
|
@@ -5423,7 +5441,7 @@
|
|
|
5423
5441
|
name:"Hay Day"
|
|
5424
5442
|
hex:"#dacd81"
|
|
5425
5443
|
-
|
|
5426
|
-
name:"
|
|
5444
|
+
name:"Haystack"
|
|
5427
5445
|
hex:"#cfac47"
|
|
5428
5446
|
-
|
|
5429
5447
|
name:"Hazel"
|
|
@@ -5560,6 +5578,9 @@
|
|
|
5560
5578
|
-
|
|
5561
5579
|
name:"Herbalist’s Garden"
|
|
5562
5580
|
hex:"#119900"
|
|
5581
|
+
-
|
|
5582
|
+
name:"Herbes de Provence"
|
|
5583
|
+
hex:"#3a5f49"
|
|
5563
5584
|
-
|
|
5564
5585
|
name:"Herbivore"
|
|
5565
5586
|
hex:"#88ee77"
|
|
@@ -5617,9 +5638,6 @@
|
|
|
5617
5638
|
-
|
|
5618
5639
|
name:"High Voltage"
|
|
5619
5640
|
hex:"#eeff11"
|
|
5620
|
-
-
|
|
5621
|
-
name:"Highland"
|
|
5622
|
-
hex:"#7a9461"
|
|
5623
5641
|
-
|
|
5624
5642
|
name:"Highlander"
|
|
5625
5643
|
hex:"#3a533d"
|
|
@@ -6044,7 +6062,7 @@
|
|
|
6044
6062
|
name:"Imperial Yellow"
|
|
6045
6063
|
hex:"#ffb200"
|
|
6046
6064
|
-
|
|
6047
|
-
name:"In
|
|
6065
|
+
name:"In a Pickle"
|
|
6048
6066
|
hex:"#978c59"
|
|
6049
6067
|
-
|
|
6050
6068
|
name:"In for a Penny"
|
|
@@ -7159,12 +7177,9 @@
|
|
|
7159
7177
|
-
|
|
7160
7178
|
name:"Lox"
|
|
7161
7179
|
hex:"#ec9079"
|
|
7162
|
-
-
|
|
7163
|
-
name:"Lucid Dream"
|
|
7164
|
-
hex:"#632f92"
|
|
7165
7180
|
-
|
|
7166
7181
|
name:"Lucid Dreams"
|
|
7167
|
-
hex:"#
|
|
7182
|
+
hex:"#632f92"
|
|
7168
7183
|
-
|
|
7169
7184
|
name:"Lucius Lilac"
|
|
7170
7185
|
hex:"#baa2ce"
|
|
@@ -8845,9 +8860,6 @@
|
|
|
8845
8860
|
-
|
|
8846
8861
|
name:"Ocean Blue"
|
|
8847
8862
|
hex:"#009dc4"
|
|
8848
|
-
-
|
|
8849
|
-
name:"Ocean Blues"
|
|
8850
|
-
hex:"#508693"
|
|
8851
8863
|
-
|
|
8852
8864
|
name:"Ocean Breeze"
|
|
8853
8865
|
hex:"#d3e5eb"
|
|
@@ -9190,9 +9202,6 @@
|
|
|
9190
9202
|
-
|
|
9191
9203
|
name:"Papaya"
|
|
9192
9204
|
hex:"#fe985c"
|
|
9193
|
-
-
|
|
9194
|
-
name:"Paper Heart"
|
|
9195
|
-
hex:"#f7dbc7"
|
|
9196
9205
|
-
|
|
9197
9206
|
name:"Paper Hearts"
|
|
9198
9207
|
hex:"#cc4466"
|
|
@@ -9477,7 +9486,7 @@
|
|
|
9477
9486
|
hex:"#9d9880"
|
|
9478
9487
|
-
|
|
9479
9488
|
name:"Pebble Beach"
|
|
9480
|
-
hex:"#
|
|
9489
|
+
hex:"#ded8dc"
|
|
9481
9490
|
-
|
|
9482
9491
|
name:"Pecan"
|
|
9483
9492
|
hex:"#a67253"
|
|
@@ -10609,6 +10618,9 @@
|
|
|
10609
10618
|
-
|
|
10610
10619
|
name:"Red Robin"
|
|
10611
10620
|
hex:"#7d4138"
|
|
10621
|
+
-
|
|
10622
|
+
name:"Red Seal"
|
|
10623
|
+
hex:"#c92d21"
|
|
10612
10624
|
-
|
|
10613
10625
|
name:"Red Stop"
|
|
10614
10626
|
hex:"#ff2222"
|
|
@@ -10783,6 +10795,9 @@
|
|
|
10783
10795
|
-
|
|
10784
10796
|
name:"Royal Blush"
|
|
10785
10797
|
hex:"#f26e54"
|
|
10798
|
+
-
|
|
10799
|
+
name:"Royal Crown"
|
|
10800
|
+
hex:"#4f325e"
|
|
10786
10801
|
-
|
|
10787
10802
|
name:"Royal Decree"
|
|
10788
10803
|
hex:"#403547"
|
|
@@ -11519,7 +11534,7 @@
|
|
|
11519
11534
|
name:"Sleepless Blue"
|
|
11520
11535
|
hex:"#badbed"
|
|
11521
11536
|
-
|
|
11522
|
-
name:"Sleepy
|
|
11537
|
+
name:"Sleepy Hollow"
|
|
11523
11538
|
hex:"#839c6d"
|
|
11524
11539
|
-
|
|
11525
11540
|
name:"Slice of Heaven"
|
|
@@ -11734,6 +11749,9 @@
|
|
|
11734
11749
|
-
|
|
11735
11750
|
name:"Sour Lime"
|
|
11736
11751
|
hex:"#acc326"
|
|
11752
|
+
-
|
|
11753
|
+
name:"Sour Veil"
|
|
11754
|
+
hex:"#ffffbf"
|
|
11737
11755
|
-
|
|
11738
11756
|
name:"Sour Yellow"
|
|
11739
11757
|
hex:"#eeff04"
|
|
@@ -12065,7 +12083,7 @@
|
|
|
12065
12083
|
name:"Succubus"
|
|
12066
12084
|
hex:"#990022"
|
|
12067
12085
|
-
|
|
12068
|
-
name:"Succulent"
|
|
12086
|
+
name:"Succulent Greenhouse"
|
|
12069
12087
|
hex:"#8ba477"
|
|
12070
12088
|
-
|
|
12071
12089
|
name:"Succulent Lime"
|
|
@@ -12411,7 +12429,7 @@
|
|
|
12411
12429
|
hex:"#ff7733"
|
|
12412
12430
|
-
|
|
12413
12431
|
name:"Tender Shoot"
|
|
12414
|
-
hex:"#
|
|
12432
|
+
hex:"#accb35"
|
|
12415
12433
|
-
|
|
12416
12434
|
name:"Tender Taupe"
|
|
12417
12435
|
hex:"#c4b198"
|
|
@@ -12439,9 +12457,6 @@
|
|
|
12439
12457
|
-
|
|
12440
12458
|
name:"The Count’s Black"
|
|
12441
12459
|
hex:"#102030"
|
|
12442
|
-
-
|
|
12443
|
-
name:"The Devil’s Grass"
|
|
12444
|
-
hex:"#666420"
|
|
12445
12460
|
-
|
|
12446
12461
|
name:"The End"
|
|
12447
12462
|
hex:"#2a2a2a"
|
|
@@ -12556,6 +12571,9 @@
|
|
|
12556
12571
|
-
|
|
12557
12572
|
name:"Tomato Queen"
|
|
12558
12573
|
hex:"#dd4422"
|
|
12574
|
+
-
|
|
12575
|
+
name:"Tomato Sunrise"
|
|
12576
|
+
hex:"#aa251b"
|
|
12559
12577
|
-
|
|
12560
12578
|
name:"Tonkatsu"
|
|
12561
12579
|
hex:"#edac36"
|
|
@@ -12623,7 +12641,7 @@
|
|
|
12623
12641
|
name:"Tractor Beam"
|
|
12624
12642
|
hex:"#00bffe"
|
|
12625
12643
|
-
|
|
12626
|
-
name:"
|
|
12644
|
+
name:"Trade Winds"
|
|
12627
12645
|
hex:"#b7c5c6"
|
|
12628
12646
|
-
|
|
12629
12647
|
name:"Traffic Green"
|
|
@@ -12652,9 +12670,6 @@
|
|
|
12652
12670
|
-
|
|
12653
12671
|
name:"Trapped Darkness"
|
|
12654
12672
|
hex:"#0e1d32"
|
|
12655
|
-
-
|
|
12656
|
-
name:"Treasure"
|
|
12657
|
-
hex:"#e7d082"
|
|
12658
12673
|
-
|
|
12659
12674
|
name:"Treasure Chest"
|
|
12660
12675
|
hex:"#726854"
|
|
@@ -13507,9 +13522,6 @@
|
|
|
13507
13522
|
-
|
|
13508
13523
|
name:"Whisper of White"
|
|
13509
13524
|
hex:"#eadbca"
|
|
13510
|
-
-
|
|
13511
|
-
name:"Whisper White"
|
|
13512
|
-
hex:"#eae2d3"
|
|
13513
13525
|
-
|
|
13514
13526
|
name:"Whispering Frost"
|
|
13515
13527
|
hex:"#d7e5d8"
|
|
@@ -13624,9 +13636,6 @@
|
|
|
13624
13636
|
-
|
|
13625
13637
|
name:"Wind Chime"
|
|
13626
13638
|
hex:"#dfe0e2"
|
|
13627
|
-
-
|
|
13628
|
-
name:"Wind Chimes"
|
|
13629
|
-
hex:"#cac5c2"
|
|
13630
13639
|
-
|
|
13631
13640
|
name:"Windfall"
|
|
13632
13641
|
hex:"#84a7ce"
|
|
@@ -13682,7 +13691,7 @@
|
|
|
13682
13691
|
name:"Winter Duvet"
|
|
13683
13692
|
hex:"#ffffe0"
|
|
13684
13693
|
-
|
|
13685
|
-
name:"Winter
|
|
13694
|
+
name:"Winter Lake"
|
|
13686
13695
|
hex:"#5c97cf"
|
|
13687
13696
|
-
|
|
13688
13697
|
name:"Winter Scene"
|
|
@@ -13795,9 +13804,6 @@
|
|
|
13795
13804
|
-
|
|
13796
13805
|
name:"Yell for Yellow"
|
|
13797
13806
|
hex:"#fffe00"
|
|
13798
|
-
-
|
|
13799
|
-
name:"Yell Yellow"
|
|
13800
|
-
hex:"#ffffbf"
|
|
13801
13807
|
-
|
|
13802
13808
|
name:"Yellow"
|
|
13803
13809
|
hex:"#ffff00"
|