color-name-list 11.26.0 → 12.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 +48 -0
- package/README.md +5 -3
- package/changes.svg +3 -3
- package/dist/colornames.bestof.csv +22 -21
- 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 +65 -61
- package/dist/colornames.bestof.yaml +51 -48
- package/dist/colornames.csv +42 -212
- 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 +16 -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 +50 -54
- package/dist/colornames.short.yaml +39 -42
- package/dist/colornames.umd.js +1 -1
- package/dist/colornames.xml +91 -771
- package/dist/colornames.yaml +75 -585
- package/dist/history.json +1 -1
- package/package.json +1 -1
- package/scripts/build.js +15 -2
- package/scripts/lib.js +55 -0
- package/src/colornames.csv +50 -220
- package/tests/duplicate-allowlist.json +12 -0
- package/tests/duplicates.test.js +70 -0
|
@@ -1057,14 +1057,14 @@
|
|
|
1057
1057
|
<hex>#1b7d8d</hex>
|
|
1058
1058
|
</color>
|
|
1059
1059
|
<color>
|
|
1060
|
-
<name>Bermuda Grass</name>
|
|
1061
|
-
<hex>#a19f79</hex>
|
|
1062
|
-
</color>
|
|
1063
|
-
<color>
|
|
1064
1060
|
<name>Bermuda Onion</name>
|
|
1065
1061
|
<hex>#9d5a8f</hex>
|
|
1066
1062
|
</color>
|
|
1067
1063
|
<color>
|
|
1064
|
+
<name>Bermudagrass</name>
|
|
1065
|
+
<hex>#6bc271</hex>
|
|
1066
|
+
</color>
|
|
1067
|
+
<color>
|
|
1068
1068
|
<name>Berries Galore</name>
|
|
1069
1069
|
<hex>#ab7cb4</hex>
|
|
1070
1070
|
</color>
|
|
@@ -1261,10 +1261,6 @@
|
|
|
1261
1261
|
<hex>#525463</hex>
|
|
1262
1262
|
</color>
|
|
1263
1263
|
<color>
|
|
1264
|
-
<name>Black Out</name>
|
|
1265
|
-
<hex>#222222</hex>
|
|
1266
|
-
</color>
|
|
1267
|
-
<color>
|
|
1268
1264
|
<name>Black Panther</name>
|
|
1269
1265
|
<hex>#424242</hex>
|
|
1270
1266
|
</color>
|
|
@@ -1481,10 +1477,6 @@
|
|
|
1481
1477
|
<hex>#619ad6</hex>
|
|
1482
1478
|
</color>
|
|
1483
1479
|
<color>
|
|
1484
|
-
<name>Blue Bell</name>
|
|
1485
|
-
<hex>#88afd3</hex>
|
|
1486
|
-
</color>
|
|
1487
|
-
<color>
|
|
1488
1480
|
<name>Blue Bikini</name>
|
|
1489
1481
|
<hex>#00bbee</hex>
|
|
1490
1482
|
</color>
|
|
@@ -1521,6 +1513,10 @@
|
|
|
1521
1513
|
<hex>#0034ab</hex>
|
|
1522
1514
|
</color>
|
|
1523
1515
|
<color>
|
|
1516
|
+
<name>Blue Jay</name>
|
|
1517
|
+
<hex>#5588dd</hex>
|
|
1518
|
+
</color>
|
|
1519
|
+
<color>
|
|
1524
1520
|
<name>Blue Lips</name>
|
|
1525
1521
|
<hex>#a6bce2</hex>
|
|
1526
1522
|
</color>
|
|
@@ -1917,6 +1913,10 @@
|
|
|
1917
1913
|
<hex>#964b00</hex>
|
|
1918
1914
|
</color>
|
|
1919
1915
|
<color>
|
|
1916
|
+
<name>Brownstone</name>
|
|
1917
|
+
<hex>#785441</hex>
|
|
1918
|
+
</color>
|
|
1919
|
+
<color>
|
|
1920
1920
|
<name>Bruise</name>
|
|
1921
1921
|
<hex>#7e4071</hex>
|
|
1922
1922
|
</color>
|
|
@@ -3129,7 +3129,7 @@
|
|
|
3129
3129
|
<hex>#3b3b3d</hex>
|
|
3130
3130
|
</color>
|
|
3131
3131
|
<color>
|
|
3132
|
-
<name>
|
|
3132
|
+
<name>Coal Mine</name>
|
|
3133
3133
|
<hex>#220033</hex>
|
|
3134
3134
|
</color>
|
|
3135
3135
|
<color>
|
|
@@ -3197,6 +3197,10 @@
|
|
|
3197
3197
|
<hex>#bea88d</hex>
|
|
3198
3198
|
</color>
|
|
3199
3199
|
<color>
|
|
3200
|
+
<name>Coffee Whip</name>
|
|
3201
|
+
<hex>#df9d5b</hex>
|
|
3202
|
+
</color>
|
|
3203
|
+
<color>
|
|
3200
3204
|
<name>Cognac</name>
|
|
3201
3205
|
<hex>#d48c46</hex>
|
|
3202
3206
|
</color>
|
|
@@ -4081,7 +4085,7 @@
|
|
|
4081
4085
|
<hex>#f0b054</hex>
|
|
4082
4086
|
</color>
|
|
4083
4087
|
<color>
|
|
4084
|
-
<name>Deep Fried
|
|
4088
|
+
<name>Deep Fried Sunrays</name>
|
|
4085
4089
|
<hex>#f6c75e</hex>
|
|
4086
4090
|
</color>
|
|
4087
4091
|
<color>
|
|
@@ -4461,10 +4465,6 @@
|
|
|
4461
4465
|
<hex>#240093</hex>
|
|
4462
4466
|
</color>
|
|
4463
4467
|
<color>
|
|
4464
|
-
<name>Dream Land</name>
|
|
4465
|
-
<hex>#edabe6</hex>
|
|
4466
|
-
</color>
|
|
4467
|
-
<color>
|
|
4468
4468
|
<name>Dream of Spring</name>
|
|
4469
4469
|
<hex>#f7cf26</hex>
|
|
4470
4470
|
</color>
|
|
@@ -5665,12 +5665,8 @@
|
|
|
5665
5665
|
<hex>#85b3f3</hex>
|
|
5666
5666
|
</color>
|
|
5667
5667
|
<color>
|
|
5668
|
-
<name>Fly by Night</name>
|
|
5669
|
-
<hex>#1c1e4d</hex>
|
|
5670
|
-
</color>
|
|
5671
|
-
<color>
|
|
5672
5668
|
<name>Fly-by-Night</name>
|
|
5673
|
-
<hex>#
|
|
5669
|
+
<hex>#1c1e4d</hex>
|
|
5674
5670
|
</color>
|
|
5675
5671
|
<color>
|
|
5676
5672
|
<name>Flying Carpet</name>
|
|
@@ -6609,10 +6605,6 @@
|
|
|
6609
6605
|
<hex>#eedec7</hex>
|
|
6610
6606
|
</color>
|
|
6611
6607
|
<color>
|
|
6612
|
-
<name>Golden Rod</name>
|
|
6613
|
-
<hex>#e1ae20</hex>
|
|
6614
|
-
</color>
|
|
6615
|
-
<color>
|
|
6616
6608
|
<name>Golden Spell</name>
|
|
6617
6609
|
<hex>#fecc36</hex>
|
|
6618
6610
|
</color>
|
|
@@ -6625,6 +6617,10 @@
|
|
|
6625
6617
|
<hex>#e9c89b</hex>
|
|
6626
6618
|
</color>
|
|
6627
6619
|
<color>
|
|
6620
|
+
<name>Goldenrod</name>
|
|
6621
|
+
<hex>#fdcb18</hex>
|
|
6622
|
+
</color>
|
|
6623
|
+
<color>
|
|
6628
6624
|
<name>Goldfinch</name>
|
|
6629
6625
|
<hex>#f8e462</hex>
|
|
6630
6626
|
</color>
|
|
@@ -6841,10 +6837,6 @@
|
|
|
6841
6837
|
<hex>#77aa00</hex>
|
|
6842
6838
|
</color>
|
|
6843
6839
|
<color>
|
|
6844
|
-
<name>Green Field</name>
|
|
6845
|
-
<hex>#88aa77</hex>
|
|
6846
|
-
</color>
|
|
6847
|
-
<color>
|
|
6848
6840
|
<name>Green Glimmer</name>
|
|
6849
6841
|
<hex>#00bb00</hex>
|
|
6850
6842
|
</color>
|
|
@@ -6889,6 +6881,10 @@
|
|
|
6889
6881
|
<hex>#22ff00</hex>
|
|
6890
6882
|
</color>
|
|
6891
6883
|
<color>
|
|
6884
|
+
<name>Green Sleeves</name>
|
|
6885
|
+
<hex>#39766c</hex>
|
|
6886
|
+
</color>
|
|
6887
|
+
<color>
|
|
6892
6888
|
<name>Green Symphony</name>
|
|
6893
6889
|
<hex>#66aa22</hex>
|
|
6894
6890
|
</color>
|
|
@@ -6929,10 +6925,6 @@
|
|
|
6929
6925
|
<hex>#cae03b</hex>
|
|
6930
6926
|
</color>
|
|
6931
6927
|
<color>
|
|
6932
|
-
<name>Greensleeves</name>
|
|
6933
|
-
<hex>#39766c</hex>
|
|
6934
|
-
</color>
|
|
6935
|
-
<color>
|
|
6936
6928
|
<name>Gremlin</name>
|
|
6937
6929
|
<hex>#a79954</hex>
|
|
6938
6930
|
</color>
|
|
@@ -8897,8 +8889,12 @@
|
|
|
8897
8889
|
<hex>#e0bb95</hex>
|
|
8898
8890
|
</color>
|
|
8899
8891
|
<color>
|
|
8900
|
-
<name>
|
|
8901
|
-
<hex>#
|
|
8892
|
+
<name>Lamb’s Wool</name>
|
|
8893
|
+
<hex>#ffffe3</hex>
|
|
8894
|
+
</color>
|
|
8895
|
+
<color>
|
|
8896
|
+
<name>Land of Dreams</name>
|
|
8897
|
+
<hex>#edabe6</hex>
|
|
8902
8898
|
</color>
|
|
8903
8899
|
<color>
|
|
8904
8900
|
<name>Landjäger</name>
|
|
@@ -9073,10 +9069,6 @@
|
|
|
9073
9069
|
<hex>#ffee11</hex>
|
|
9074
9070
|
</color>
|
|
9075
9071
|
<color>
|
|
9076
|
-
<name>Lemon Grass</name>
|
|
9077
|
-
<hex>#999a86</hex>
|
|
9078
|
-
</color>
|
|
9079
|
-
<color>
|
|
9080
9072
|
<name>Lemon Meringue</name>
|
|
9081
9073
|
<hex>#f6e199</hex>
|
|
9082
9074
|
</color>
|
|
@@ -9093,6 +9085,10 @@
|
|
|
9093
9085
|
<hex>#efe499</hex>
|
|
9094
9086
|
</color>
|
|
9095
9087
|
<color>
|
|
9088
|
+
<name>Lemongrass</name>
|
|
9089
|
+
<hex>#999a86</hex>
|
|
9090
|
+
</color>
|
|
9091
|
+
<color>
|
|
9096
9092
|
<name>Les Demoiselles d’Avignon</name>
|
|
9097
9093
|
<hex>#e59d7b</hex>
|
|
9098
9094
|
</color>
|
|
@@ -9617,6 +9613,10 @@
|
|
|
9617
9613
|
<hex>#afbb33</hex>
|
|
9618
9614
|
</color>
|
|
9619
9615
|
<color>
|
|
9616
|
+
<name>Lush Fields</name>
|
|
9617
|
+
<hex>#88aa77</hex>
|
|
9618
|
+
</color>
|
|
9619
|
+
<color>
|
|
9620
9620
|
<name>Lush Garden</name>
|
|
9621
9621
|
<hex>#008811</hex>
|
|
9622
9622
|
</color>
|
|
@@ -10793,6 +10793,10 @@
|
|
|
10793
10793
|
<hex>#7d7d77</hex>
|
|
10794
10794
|
</color>
|
|
10795
10795
|
<color>
|
|
10796
|
+
<name>Moon Dance</name>
|
|
10797
|
+
<hex>#faefbe</hex>
|
|
10798
|
+
</color>
|
|
10799
|
+
<color>
|
|
10796
10800
|
<name>Moon Glow</name>
|
|
10797
10801
|
<hex>#f5f3ce</hex>
|
|
10798
10802
|
</color>
|
|
@@ -10813,10 +10817,6 @@
|
|
|
10813
10817
|
<hex>#c2b8ae</hex>
|
|
10814
10818
|
</color>
|
|
10815
10819
|
<color>
|
|
10816
|
-
<name>Moondance</name>
|
|
10817
|
-
<hex>#e5decc</hex>
|
|
10818
|
-
</color>
|
|
10819
|
-
<color>
|
|
10820
10820
|
<name>Moonless Mystery</name>
|
|
10821
10821
|
<hex>#1e2433</hex>
|
|
10822
10822
|
</color>
|
|
@@ -12617,7 +12617,7 @@
|
|
|
12617
12617
|
<hex>#8f8e8c</hex>
|
|
12618
12618
|
</color>
|
|
12619
12619
|
<color>
|
|
12620
|
-
<name>Peek
|
|
12620
|
+
<name>Peek-a-Blue</name>
|
|
12621
12621
|
<hex>#c5e1e1</hex>
|
|
12622
12622
|
</color>
|
|
12623
12623
|
<color>
|
|
@@ -14317,6 +14317,10 @@
|
|
|
14317
14317
|
<hex>#cf929a</hex>
|
|
14318
14318
|
</color>
|
|
14319
14319
|
<color>
|
|
14320
|
+
<name>Rosewater</name>
|
|
14321
|
+
<hex>#f6dbd8</hex>
|
|
14322
|
+
</color>
|
|
14323
|
+
<color>
|
|
14320
14324
|
<name>Rosewood</name>
|
|
14321
14325
|
<hex>#65000b</hex>
|
|
14322
14326
|
</color>
|
|
@@ -14657,10 +14661,6 @@
|
|
|
14657
14661
|
<hex>#c1b7b0</hex>
|
|
14658
14662
|
</color>
|
|
14659
14663
|
<color>
|
|
14660
|
-
<name>Sand Storm</name>
|
|
14661
|
-
<hex>#f9f1d7</hex>
|
|
14662
|
-
</color>
|
|
14663
|
-
<color>
|
|
14664
14664
|
<name>Sandstorm</name>
|
|
14665
14665
|
<hex>#ecd540</hex>
|
|
14666
14666
|
</color>
|
|
@@ -15305,10 +15305,6 @@
|
|
|
15305
15305
|
<hex>#4499ff</hex>
|
|
15306
15306
|
</color>
|
|
15307
15307
|
<color>
|
|
15308
|
-
<name>Sky Dive</name>
|
|
15309
|
-
<hex>#60bfd3</hex>
|
|
15310
|
-
</color>
|
|
15311
|
-
<color>
|
|
15312
15308
|
<name>Sky Fall</name>
|
|
15313
15309
|
<hex>#89c6df</hex>
|
|
15314
15310
|
</color>
|
|
@@ -15318,7 +15314,7 @@
|
|
|
15318
15314
|
</color>
|
|
15319
15315
|
<color>
|
|
15320
15316
|
<name>Skydive</name>
|
|
15321
|
-
<hex>#
|
|
15317
|
+
<hex>#60bfd3</hex>
|
|
15322
15318
|
</color>
|
|
15323
15319
|
<color>
|
|
15324
15320
|
<name>Skyscraper</name>
|
|
@@ -15893,7 +15889,7 @@
|
|
|
15893
15889
|
<hex>#d1d4d1</hex>
|
|
15894
15890
|
</color>
|
|
15895
15891
|
<color>
|
|
15896
|
-
<name>Still
|
|
15892
|
+
<name>Still Waters Run Deep</name>
|
|
15897
15893
|
<hex>#4a5d5f</hex>
|
|
15898
15894
|
</color>
|
|
15899
15895
|
<color>
|
|
@@ -15909,6 +15905,10 @@
|
|
|
15909
15905
|
<hex>#caba97</hex>
|
|
15910
15906
|
</color>
|
|
15911
15907
|
<color>
|
|
15908
|
+
<name>Stonewash</name>
|
|
15909
|
+
<hex>#74819a</hex>
|
|
15910
|
+
</color>
|
|
15911
|
+
<color>
|
|
15912
15912
|
<name>Stop</name>
|
|
15913
15913
|
<hex>#c33a36</hex>
|
|
15914
15914
|
</color>
|
|
@@ -16169,7 +16169,11 @@
|
|
|
16169
16169
|
<hex>#d0d418</hex>
|
|
16170
16170
|
</color>
|
|
16171
16171
|
<color>
|
|
16172
|
-
<name>Sun
|
|
16172
|
+
<name>Sun-Kissed Beach</name>
|
|
16173
|
+
<hex>#deab9b</hex>
|
|
16174
|
+
</color>
|
|
16175
|
+
<color>
|
|
16176
|
+
<name>Sun-Kissed Coral</name>
|
|
16173
16177
|
<hex>#ea6777</hex>
|
|
16174
16178
|
</color>
|
|
16175
16179
|
<color>
|
|
@@ -16233,10 +16237,6 @@
|
|
|
16233
16237
|
<hex>#cccf86</hex>
|
|
16234
16238
|
</color>
|
|
16235
16239
|
<color>
|
|
16236
|
-
<name>Sunkissed Beach</name>
|
|
16237
|
-
<hex>#deab9b</hex>
|
|
16238
|
-
</color>
|
|
16239
|
-
<color>
|
|
16240
16240
|
<name>Sunlight</name>
|
|
16241
16241
|
<hex>#ebcd95</hex>
|
|
16242
16242
|
</color>
|
|
@@ -16381,6 +16381,10 @@
|
|
|
16381
16381
|
<hex>#b6ff1a</hex>
|
|
16382
16382
|
</color>
|
|
16383
16383
|
<color>
|
|
16384
|
+
<name>Sweetheart</name>
|
|
16385
|
+
<hex>#f3c3d8</hex>
|
|
16386
|
+
</color>
|
|
16387
|
+
<color>
|
|
16384
16388
|
<name>Sweetly</name>
|
|
16385
16389
|
<hex>#ffe5ef</hex>
|
|
16386
16390
|
</color>
|
|
@@ -790,12 +790,12 @@
|
|
|
790
790
|
-
|
|
791
791
|
name:"Bermuda"
|
|
792
792
|
hex:"#1b7d8d"
|
|
793
|
-
-
|
|
794
|
-
name:"Bermuda Grass"
|
|
795
|
-
hex:"#a19f79"
|
|
796
793
|
-
|
|
797
794
|
name:"Bermuda Onion"
|
|
798
795
|
hex:"#9d5a8f"
|
|
796
|
+
-
|
|
797
|
+
name:"Bermudagrass"
|
|
798
|
+
hex:"#6bc271"
|
|
799
799
|
-
|
|
800
800
|
name:"Berries Galore"
|
|
801
801
|
hex:"#ab7cb4"
|
|
@@ -943,9 +943,6 @@
|
|
|
943
943
|
-
|
|
944
944
|
name:"Black Orchid"
|
|
945
945
|
hex:"#525463"
|
|
946
|
-
-
|
|
947
|
-
name:"Black Out"
|
|
948
|
-
hex:"#222222"
|
|
949
946
|
-
|
|
950
947
|
name:"Black Panther"
|
|
951
948
|
hex:"#424242"
|
|
@@ -1108,9 +1105,6 @@
|
|
|
1108
1105
|
-
|
|
1109
1106
|
name:"Blue Bay"
|
|
1110
1107
|
hex:"#619ad6"
|
|
1111
|
-
-
|
|
1112
|
-
name:"Blue Bell"
|
|
1113
|
-
hex:"#88afd3"
|
|
1114
1108
|
-
|
|
1115
1109
|
name:"Blue Bikini"
|
|
1116
1110
|
hex:"#00bbee"
|
|
@@ -1138,6 +1132,9 @@
|
|
|
1138
1132
|
-
|
|
1139
1133
|
name:"Blue Hour"
|
|
1140
1134
|
hex:"#0034ab"
|
|
1135
|
+
-
|
|
1136
|
+
name:"Blue Jay"
|
|
1137
|
+
hex:"#5588dd"
|
|
1141
1138
|
-
|
|
1142
1139
|
name:"Blue Lips"
|
|
1143
1140
|
hex:"#a6bce2"
|
|
@@ -1435,6 +1432,9 @@
|
|
|
1435
1432
|
-
|
|
1436
1433
|
name:"Brownie"
|
|
1437
1434
|
hex:"#964b00"
|
|
1435
|
+
-
|
|
1436
|
+
name:"Brownstone"
|
|
1437
|
+
hex:"#785441"
|
|
1438
1438
|
-
|
|
1439
1439
|
name:"Bruise"
|
|
1440
1440
|
hex:"#7e4071"
|
|
@@ -2345,7 +2345,7 @@
|
|
|
2345
2345
|
name:"Coal Hard Truth"
|
|
2346
2346
|
hex:"#3b3b3d"
|
|
2347
2347
|
-
|
|
2348
|
-
name:"
|
|
2348
|
+
name:"Coal Mine"
|
|
2349
2349
|
hex:"#220033"
|
|
2350
2350
|
-
|
|
2351
2351
|
name:"Cobalt"
|
|
@@ -2395,6 +2395,9 @@
|
|
|
2395
2395
|
-
|
|
2396
2396
|
name:"Coffee Diva"
|
|
2397
2397
|
hex:"#bea88d"
|
|
2398
|
+
-
|
|
2399
|
+
name:"Coffee Whip"
|
|
2400
|
+
hex:"#df9d5b"
|
|
2398
2401
|
-
|
|
2399
2402
|
name:"Cognac"
|
|
2400
2403
|
hex:"#d48c46"
|
|
@@ -3059,7 +3062,7 @@
|
|
|
3059
3062
|
name:"Deep Fried"
|
|
3060
3063
|
hex:"#f0b054"
|
|
3061
3064
|
-
|
|
3062
|
-
name:"Deep Fried
|
|
3065
|
+
name:"Deep Fried Sunrays"
|
|
3063
3066
|
hex:"#f6c75e"
|
|
3064
3067
|
-
|
|
3065
3068
|
name:"Deep Green"
|
|
@@ -3343,9 +3346,6 @@
|
|
|
3343
3346
|
-
|
|
3344
3347
|
name:"Dramatic Blue"
|
|
3345
3348
|
hex:"#240093"
|
|
3346
|
-
-
|
|
3347
|
-
name:"Dream Land"
|
|
3348
|
-
hex:"#edabe6"
|
|
3349
3349
|
-
|
|
3350
3350
|
name:"Dream of Spring"
|
|
3351
3351
|
hex:"#f7cf26"
|
|
@@ -4246,12 +4246,9 @@
|
|
|
4246
4246
|
-
|
|
4247
4247
|
name:"Fly Away"
|
|
4248
4248
|
hex:"#85b3f3"
|
|
4249
|
-
-
|
|
4250
|
-
name:"Fly by Night"
|
|
4251
|
-
hex:"#1c1e4d"
|
|
4252
4249
|
-
|
|
4253
4250
|
name:"Fly-by-Night"
|
|
4254
|
-
hex:"#
|
|
4251
|
+
hex:"#1c1e4d"
|
|
4255
4252
|
-
|
|
4256
4253
|
name:"Flying Carpet"
|
|
4257
4254
|
hex:"#787489"
|
|
@@ -4954,9 +4951,6 @@
|
|
|
4954
4951
|
-
|
|
4955
4952
|
name:"Golden Retriever"
|
|
4956
4953
|
hex:"#eedec7"
|
|
4957
|
-
-
|
|
4958
|
-
name:"Golden Rod"
|
|
4959
|
-
hex:"#e1ae20"
|
|
4960
4954
|
-
|
|
4961
4955
|
name:"Golden Spell"
|
|
4962
4956
|
hex:"#fecc36"
|
|
@@ -4966,6 +4960,9 @@
|
|
|
4966
4960
|
-
|
|
4967
4961
|
name:"Golden Talisman"
|
|
4968
4962
|
hex:"#e9c89b"
|
|
4963
|
+
-
|
|
4964
|
+
name:"Goldenrod"
|
|
4965
|
+
hex:"#fdcb18"
|
|
4969
4966
|
-
|
|
4970
4967
|
name:"Goldfinch"
|
|
4971
4968
|
hex:"#f8e462"
|
|
@@ -5128,9 +5125,6 @@
|
|
|
5128
5125
|
-
|
|
5129
5126
|
name:"Green Envy"
|
|
5130
5127
|
hex:"#77aa00"
|
|
5131
|
-
-
|
|
5132
|
-
name:"Green Field"
|
|
5133
|
-
hex:"#88aa77"
|
|
5134
5128
|
-
|
|
5135
5129
|
name:"Green Glimmer"
|
|
5136
5130
|
hex:"#00bb00"
|
|
@@ -5164,6 +5158,9 @@
|
|
|
5164
5158
|
-
|
|
5165
5159
|
name:"Green Screen"
|
|
5166
5160
|
hex:"#22ff00"
|
|
5161
|
+
-
|
|
5162
|
+
name:"Green Sleeves"
|
|
5163
|
+
hex:"#39766c"
|
|
5167
5164
|
-
|
|
5168
5165
|
name:"Green Symphony"
|
|
5169
5166
|
hex:"#66aa22"
|
|
@@ -5194,9 +5191,6 @@
|
|
|
5194
5191
|
-
|
|
5195
5192
|
name:"Greenivorous"
|
|
5196
5193
|
hex:"#cae03b"
|
|
5197
|
-
-
|
|
5198
|
-
name:"Greensleeves"
|
|
5199
|
-
hex:"#39766c"
|
|
5200
5194
|
-
|
|
5201
5195
|
name:"Gremlin"
|
|
5202
5196
|
hex:"#a79954"
|
|
@@ -6671,8 +6665,11 @@
|
|
|
6671
6665
|
name:"Lama"
|
|
6672
6666
|
hex:"#e0bb95"
|
|
6673
6667
|
-
|
|
6674
|
-
name:"
|
|
6675
|
-
hex:"#
|
|
6668
|
+
name:"Lamb’s Wool"
|
|
6669
|
+
hex:"#ffffe3"
|
|
6670
|
+
-
|
|
6671
|
+
name:"Land of Dreams"
|
|
6672
|
+
hex:"#edabe6"
|
|
6676
6673
|
-
|
|
6677
6674
|
name:"Landjäger"
|
|
6678
6675
|
hex:"#af403c"
|
|
@@ -6802,9 +6799,6 @@
|
|
|
6802
6799
|
-
|
|
6803
6800
|
name:"Lemon Curd"
|
|
6804
6801
|
hex:"#ffee11"
|
|
6805
|
-
-
|
|
6806
|
-
name:"Lemon Grass"
|
|
6807
|
-
hex:"#999a86"
|
|
6808
6802
|
-
|
|
6809
6803
|
name:"Lemon Meringue"
|
|
6810
6804
|
hex:"#f6e199"
|
|
@@ -6817,6 +6811,9 @@
|
|
|
6817
6811
|
-
|
|
6818
6812
|
name:"Lemonade"
|
|
6819
6813
|
hex:"#efe499"
|
|
6814
|
+
-
|
|
6815
|
+
name:"Lemongrass"
|
|
6816
|
+
hex:"#999a86"
|
|
6820
6817
|
-
|
|
6821
6818
|
name:"Les Demoiselles d’Avignon"
|
|
6822
6819
|
hex:"#e59d7b"
|
|
@@ -7210,6 +7207,9 @@
|
|
|
7210
7207
|
-
|
|
7211
7208
|
name:"Lush Bamboo"
|
|
7212
7209
|
hex:"#afbb33"
|
|
7210
|
+
-
|
|
7211
|
+
name:"Lush Fields"
|
|
7212
|
+
hex:"#88aa77"
|
|
7213
7213
|
-
|
|
7214
7214
|
name:"Lush Garden"
|
|
7215
7215
|
hex:"#008811"
|
|
@@ -8092,6 +8092,9 @@
|
|
|
8092
8092
|
-
|
|
8093
8093
|
name:"Moon Base"
|
|
8094
8094
|
hex:"#7d7d77"
|
|
8095
|
+
-
|
|
8096
|
+
name:"Moon Dance"
|
|
8097
|
+
hex:"#faefbe"
|
|
8095
8098
|
-
|
|
8096
8099
|
name:"Moon Glow"
|
|
8097
8100
|
hex:"#f5f3ce"
|
|
@@ -8107,9 +8110,6 @@
|
|
|
8107
8110
|
-
|
|
8108
8111
|
name:"Moonbeam"
|
|
8109
8112
|
hex:"#c2b8ae"
|
|
8110
|
-
-
|
|
8111
|
-
name:"Moondance"
|
|
8112
|
-
hex:"#e5decc"
|
|
8113
8113
|
-
|
|
8114
8114
|
name:"Moonless Mystery"
|
|
8115
8115
|
hex:"#1e2433"
|
|
@@ -9461,7 +9461,7 @@
|
|
|
9461
9461
|
name:"Pedigrey"
|
|
9462
9462
|
hex:"#8f8e8c"
|
|
9463
9463
|
-
|
|
9464
|
-
name:"Peek
|
|
9464
|
+
name:"Peek-a-Blue"
|
|
9465
9465
|
hex:"#c5e1e1"
|
|
9466
9466
|
-
|
|
9467
9467
|
name:"Peekaboo"
|
|
@@ -10735,6 +10735,9 @@
|
|
|
10735
10735
|
-
|
|
10736
10736
|
name:"Rosetti"
|
|
10737
10737
|
hex:"#cf929a"
|
|
10738
|
+
-
|
|
10739
|
+
name:"Rosewater"
|
|
10740
|
+
hex:"#f6dbd8"
|
|
10738
10741
|
-
|
|
10739
10742
|
name:"Rosewood"
|
|
10740
10743
|
hex:"#65000b"
|
|
@@ -10990,9 +10993,6 @@
|
|
|
10990
10993
|
-
|
|
10991
10994
|
name:"Sand Ripples"
|
|
10992
10995
|
hex:"#c1b7b0"
|
|
10993
|
-
-
|
|
10994
|
-
name:"Sand Storm"
|
|
10995
|
-
hex:"#f9f1d7"
|
|
10996
10996
|
-
|
|
10997
10997
|
name:"Sandstorm"
|
|
10998
10998
|
hex:"#ecd540"
|
|
@@ -11476,9 +11476,6 @@
|
|
|
11476
11476
|
-
|
|
11477
11477
|
name:"Sky Dancer"
|
|
11478
11478
|
hex:"#4499ff"
|
|
11479
|
-
-
|
|
11480
|
-
name:"Sky Dive"
|
|
11481
|
-
hex:"#60bfd3"
|
|
11482
11479
|
-
|
|
11483
11480
|
name:"Sky Fall"
|
|
11484
11481
|
hex:"#89c6df"
|
|
@@ -11487,7 +11484,7 @@
|
|
|
11487
11484
|
hex:"#a7c2eb"
|
|
11488
11485
|
-
|
|
11489
11486
|
name:"Skydive"
|
|
11490
|
-
hex:"#
|
|
11487
|
+
hex:"#60bfd3"
|
|
11491
11488
|
-
|
|
11492
11489
|
name:"Skyscraper"
|
|
11493
11490
|
hex:"#d3dbe2"
|
|
@@ -11918,7 +11915,7 @@
|
|
|
11918
11915
|
name:"Sterling"
|
|
11919
11916
|
hex:"#d1d4d1"
|
|
11920
11917
|
-
|
|
11921
|
-
name:"Still
|
|
11918
|
+
name:"Still Waters Run Deep"
|
|
11922
11919
|
hex:"#4a5d5f"
|
|
11923
11920
|
-
|
|
11924
11921
|
name:"Stone Cold"
|
|
@@ -11929,6 +11926,9 @@
|
|
|
11929
11926
|
-
|
|
11930
11927
|
name:"Stone Guardians"
|
|
11931
11928
|
hex:"#caba97"
|
|
11929
|
+
-
|
|
11930
|
+
name:"Stonewash"
|
|
11931
|
+
hex:"#74819a"
|
|
11932
11932
|
-
|
|
11933
11933
|
name:"Stop"
|
|
11934
11934
|
hex:"#c33a36"
|
|
@@ -12125,7 +12125,10 @@
|
|
|
12125
12125
|
name:"Sun Flooded Woods"
|
|
12126
12126
|
hex:"#d0d418"
|
|
12127
12127
|
-
|
|
12128
|
-
name:"Sun
|
|
12128
|
+
name:"Sun-Kissed Beach"
|
|
12129
|
+
hex:"#deab9b"
|
|
12130
|
+
-
|
|
12131
|
+
name:"Sun-Kissed Coral"
|
|
12129
12132
|
hex:"#ea6777"
|
|
12130
12133
|
-
|
|
12131
12134
|
name:"Sun-Kissed Sands"
|
|
@@ -12172,9 +12175,6 @@
|
|
|
12172
12175
|
-
|
|
12173
12176
|
name:"Sunken Treasure"
|
|
12174
12177
|
hex:"#cccf86"
|
|
12175
|
-
-
|
|
12176
|
-
name:"Sunkissed Beach"
|
|
12177
|
-
hex:"#deab9b"
|
|
12178
12178
|
-
|
|
12179
12179
|
name:"Sunlight"
|
|
12180
12180
|
hex:"#ebcd95"
|
|
@@ -12283,6 +12283,9 @@
|
|
|
12283
12283
|
-
|
|
12284
12284
|
name:"Sweet Venom"
|
|
12285
12285
|
hex:"#b6ff1a"
|
|
12286
|
+
-
|
|
12287
|
+
name:"Sweetheart"
|
|
12288
|
+
hex:"#f3c3d8"
|
|
12286
12289
|
-
|
|
12287
12290
|
name:"Sweetly"
|
|
12288
12291
|
hex:"#ffe5ef"
|