Skip to content

Commit

Permalink
fix(colors): remove more colonial themed color names
Browse files Browse the repository at this point in the history
  • Loading branch information
meodai committed Mar 14, 2023
1 parent 5944e2e commit e088d0d
Show file tree
Hide file tree
Showing 22 changed files with 120 additions and 80 deletions.
6 changes: 3 additions & 3 deletions changes.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions dist/colornames.bestof.csv
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,7 @@ Caramel,#af6f09
Caramel Coating,#bb7711
Caramel Crumb,#c39355
Caramel Dream,#b8623b
Caramel Drizzle,#d9ad7f
Caramel Finish,#ffd59a
Caramel Gold,#b1936d
Caramel Macchiato,#c58d4b
Expand Down Expand Up @@ -838,6 +839,7 @@ Creamy Mint,#aaffaa
Creamy Peach,#f4a384
Creamy Strawberry,#fcd2df
Creamy Sweet Corn,#f7c34c
Creamy Vanilla,#f2e5bf
Crème Brûlée,#ffe39b
Crème de la Crème,#f3e7b4
Crème de Pêche,#fdf5e0
Expand Down Expand Up @@ -1126,6 +1128,7 @@ Emerald Bliss,#4cbdac
Emerald Forest,#224347
Emerald Glitter,#66bb00
Emerald Ice Palace,#2af589
Emerald Oasis,#67a195
Emerald Rain,#80c872
Emergency,#911911
Eminence,#6e3974
Expand Down Expand Up @@ -1822,6 +1825,7 @@ Honey Glow,#e8b447
Honey Gold,#e1b67c
Honey Teriyaki,#ee6611
Honeycomb,#ddaa11
Honeycomb Glow,#e4cf99
Honeydew,#f0fff0
Honeydew Sand,#eece8d
Honeyed Glow,#efc488
Expand Down Expand Up @@ -2528,6 +2532,7 @@ Minty Paradise,#00ffbb
Minute Mauve,#f2e4f5
Mississippi River,#3b638c
Misty Cold Sea,#83bbc1
Misty Harbor,#65769a
Misty Haze,#cec9c3
Misty Marsh,#d3e1d3
Misty Morning,#b2c8bd
Expand Down
2 changes: 1 addition & 1 deletion dist/colornames.bestof.esm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/colornames.bestof.esm.mjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/colornames.bestof.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/colornames.bestof.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/colornames.bestof.min.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/colornames.bestof.scss

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/colornames.bestof.umd.js

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions dist/colornames.bestof.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2241,6 +2241,10 @@
<hex>#b8623b</hex>
</color>
<color>
<name>Caramel Drizzle</name>
<hex>#d9ad7f</hex>
</color>
<color>
<name>Caramel Finish</name>
<hex>#ffd59a</hex>
</color>
Expand Down Expand Up @@ -3357,6 +3361,10 @@
<hex>#f7c34c</hex>
</color>
<color>
<name>Creamy Vanilla</name>
<hex>#f2e5bf</hex>
</color>
<color>
<name>Crème Brûlée</name>
<hex>#ffe39b</hex>
</color>
Expand Down Expand Up @@ -4509,6 +4517,10 @@
<hex>#2af589</hex>
</color>
<color>
<name>Emerald Oasis</name>
<hex>#67a195</hex>
</color>
<color>
<name>Emerald Rain</name>
<hex>#80c872</hex>
</color>
Expand Down Expand Up @@ -7293,6 +7305,10 @@
<hex>#ddaa11</hex>
</color>
<color>
<name>Honeycomb Glow</name>
<hex>#e4cf99</hex>
</color>
<color>
<name>Honeydew</name>
<hex>#f0fff0</hex>
</color>
Expand Down Expand Up @@ -10117,6 +10133,10 @@
<hex>#83bbc1</hex>
</color>
<color>
<name>Misty Harbor</name>
<hex>#65769a</hex>
</color>
<color>
<name>Misty Haze</name>
<hex>#cec9c3</hex>
</color>
Expand Down
15 changes: 15 additions & 0 deletions dist/colornames.bestof.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1678,6 +1678,9 @@
-
name:"Caramel Dream"
hex:"#b8623b"
-
name:"Caramel Drizzle"
hex:"#d9ad7f"
-
name:"Caramel Finish"
hex:"#ffd59a"
Expand Down Expand Up @@ -2515,6 +2518,9 @@
-
name:"Creamy Sweet Corn"
hex:"#f7c34c"
-
name:"Creamy Vanilla"
hex:"#f2e5bf"
-
name:"Crème Brûlée"
hex:"#ffe39b"
Expand Down Expand Up @@ -3379,6 +3385,9 @@
-
name:"Emerald Ice Palace"
hex:"#2af589"
-
name:"Emerald Oasis"
hex:"#67a195"
-
name:"Emerald Rain"
hex:"#80c872"
Expand Down Expand Up @@ -5467,6 +5476,9 @@
-
name:"Honeycomb"
hex:"#ddaa11"
-
name:"Honeycomb Glow"
hex:"#e4cf99"
-
name:"Honeydew"
hex:"#f0fff0"
Expand Down Expand Up @@ -7585,6 +7597,9 @@
-
name:"Misty Cold Sea"
hex:"#83bbc1"
-
name:"Misty Harbor"
hex:"#65769a"
-
name:"Misty Haze"
hex:"#cec9c3"
Expand Down
14 changes: 7 additions & 7 deletions dist/colornames.csv
Original file line number Diff line number Diff line change
Expand Up @@ -4593,6 +4593,7 @@ Caramel Cream,#f4b58f
Caramel Crumb,#c39355
Caramel Cupcake,#b98c5d
Caramel Dream,#b8623b
Caramel Drizzle,#d9ad7f
Caramel Finish,#ffd59a
Caramel Gold,#b1936d
Caramel Ice,#eec9aa
Expand Down Expand Up @@ -6063,9 +6064,6 @@ Colombo Red Mauve,#ba7ab3
Colonel Mustard,#b68238
Colonnade Grey,#b2b1ad
Colonnade Stone,#c6c0b6
Colony,#67a195
Colony Blue,#65769a
Colony Buff,#ddc6ab
Color Blind,#c6d2de
Color Me Green,#7cb77b
Colorado Bronze,#ee7766
Expand Down Expand Up @@ -6683,6 +6681,7 @@ Creamy Spinach,#b2bfa6
Creamy Strawberry,#fcd2df
Creamy Sunshine Pastel,#fffbb0
Creamy Sweet Corn,#f7c34c
Creamy Vanilla,#f2e5bf
Creamy White,#f0e9d6
Crease,#7a6d44
Create,#c9cabf
Expand Down Expand Up @@ -7980,7 +7979,6 @@ Dòu Lǜ Green,#009276
Dòu Shā Sè Red,#a52939
Double Chocolate,#6f5245
Double Click,#d0d2d1
Double Colonial White,#e4cf99
Double Cream,#f2d9a3
Double Dragon,#fca044
Double Duty,#686858
Expand Down Expand Up @@ -8715,6 +8713,7 @@ Emerald Ice Palace,#2af589
Emerald Isle,#019157
Emerald Lake,#069261
Emerald Light Green,#00a267
Emerald Oasis,#67a195
Emerald Pool,#155e60
Emerald Rain,#80c872
Emerald Reflection,#50c878
Expand Down Expand Up @@ -10099,7 +10098,6 @@ French Bistre,#856d4d
French Blue,#0072bb
French Bustle,#f2d5d4
French Castle,#cdc0b7
French Colony,#90a1aa
French Court,#6a8ea2
French Creme,#f2e6cf
French Diamond,#597191
Expand Down Expand Up @@ -12046,7 +12044,6 @@ Halation,#d1d1ce
Halayà Úbe,#663854
Halcyon Green,#9baaa2
Half Baked,#558f93
Half Colonial White,#f2e5bf
Half Dutch White,#fbf0d6
Half Moon Bay Blush,#cda894
Half Orc Highlight,#976f3c
Expand Down Expand Up @@ -12761,6 +12758,7 @@ Honey Yellow,#ca9456
Honey Yellow Green,#937016
Honey Yogurt Popsicles,#f3f0d9
Honeycomb,#ddaa11
Honeycomb Glow,#e4cf99
Honeycomb Yellow,#de9c52
Honeydew,#f0fff0
Honeydew Melon,#e6eccc
Expand Down Expand Up @@ -16997,6 +16995,7 @@ Misty Cold Sea,#83bbc1
Misty Dawn,#e4e5e0
Misty Glen,#cde7db
Misty Grape,#65434d
Misty Harbor,#65769a
Misty Haze,#cec9c3
Misty Hillside,#dce5cc
Misty Isle,#c5e4dc
Expand Down Expand Up @@ -17956,7 +17955,6 @@ New Bulgarian Rose,#482427
New Car,#214fc6
New Chestnut,#a28367
New Clay,#efc1b5
New Colonial Yellow,#d9ad7f
New Cork,#b89b6b
New Cream,#ede0c0
New England Brick,#ad7065
Expand Down Expand Up @@ -23333,6 +23331,7 @@ Sandy,#f1da7a
Sandy Ash,#e4ded5
Sandy Bay,#fad7b3
Sandy Beach,#f9e2d0
Sandy Beaches,#ddc6ab
Sandy Bluff,#aca088
Sandy Brown,#f4a460
Sandy Clay,#dbd0bd
Expand Down Expand Up @@ -25777,6 +25776,7 @@ Stormy Passion,#c36666
Stormy Pink,#e3b5ad
Stormy Ridge,#507b9a
Stormy Sea,#6e8082
Stormy Skies,#90a1aa
Stormy Strait Green,#0f9b8e
Stormy Strait Grey,#6b8ba4
Stormy Sunrise,#c8a2c8
Expand Down
2 changes: 1 addition & 1 deletion dist/colornames.esm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/colornames.esm.mjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/colornames.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/colornames.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/colornames.min.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/colornames.scss

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/colornames.umd.js

Large diffs are not rendered by default.

56 changes: 28 additions & 28 deletions dist/colornames.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18377,6 +18377,10 @@
<hex>#b8623b</hex>
</color>
<color>
<name>Caramel Drizzle</name>
<hex>#d9ad7f</hex>
</color>
<color>
<name>Caramel Finish</name>
<hex>#ffd59a</hex>
</color>
Expand Down Expand Up @@ -24257,18 +24261,6 @@
<hex>#c6c0b6</hex>
</color>
<color>
<name>Colony</name>
<hex>#67a195</hex>
</color>
<color>
<name>Colony Blue</name>
<hex>#65769a</hex>
</color>
<color>
<name>Colony Buff</name>
<hex>#ddc6ab</hex>
</color>
<color>
<name>Color Blind</name>
<hex>#c6d2de</hex>
</color>
Expand Down Expand Up @@ -26737,6 +26729,10 @@
<hex>#f7c34c</hex>
</color>
<color>
<name>Creamy Vanilla</name>
<hex>#f2e5bf</hex>
</color>
<color>
<name>Creamy White</name>
<hex>#f0e9d6</hex>
</color>
Expand Down Expand Up @@ -31925,10 +31921,6 @@
<hex>#d0d2d1</hex>
</color>
<color>
<name>Double Colonial White</name>
<hex>#e4cf99</hex>
</color>
<color>
<name>Double Cream</name>
<hex>#f2d9a3</hex>
</color>
Expand Down Expand Up @@ -34865,6 +34857,10 @@
<hex>#00a267</hex>
</color>
<color>
<name>Emerald Oasis</name>
<hex>#67a195</hex>
</color>
<color>
<name>Emerald Pool</name>
<hex>#155e60</hex>
</color>
Expand Down Expand Up @@ -40401,10 +40397,6 @@
<hex>#cdc0b7</hex>
</color>
<color>
<name>French Colony</name>
<hex>#90a1aa</hex>
</color>
<color>
<name>French Court</name>
<hex>#6a8ea2</hex>
</color>
Expand Down Expand Up @@ -48189,10 +48181,6 @@
<hex>#558f93</hex>
</color>
<color>
<name>Half Colonial White</name>
<hex>#f2e5bf</hex>
</color>
<color>
<name>Half Dutch White</name>
<hex>#fbf0d6</hex>
</color>
Expand Down Expand Up @@ -51049,6 +51037,10 @@
<hex>#ddaa11</hex>
</color>
<color>
<name>Honeycomb Glow</name>
<hex>#e4cf99</hex>
</color>
<color>
<name>Honeycomb Yellow</name>
<hex>#de9c52</hex>
</color>
Expand Down Expand Up @@ -67993,6 +67985,10 @@
<hex>#65434d</hex>
</color>
<color>
<name>Misty Harbor</name>
<hex>#65769a</hex>
</color>
<color>
<name>Misty Haze</name>
<hex>#cec9c3</hex>
</color>
Expand Down Expand Up @@ -71829,10 +71825,6 @@
<hex>#efc1b5</hex>
</color>
<color>
<name>New Colonial Yellow</name>
<hex>#d9ad7f</hex>
</color>
<color>
<name>New Cork</name>
<hex>#b89b6b</hex>
</color>
Expand Down Expand Up @@ -93337,6 +93329,10 @@
<hex>#f9e2d0</hex>
</color>
<color>
<name>Sandy Beaches</name>
<hex>#ddc6ab</hex>
</color>
<color>
<name>Sandy Bluff</name>
<hex>#aca088</hex>
</color>
Expand Down Expand Up @@ -103113,6 +103109,10 @@
<hex>#6e8082</hex>
</color>
<color>
<name>Stormy Skies</name>
<hex>#90a1aa</hex>
</color>
<color>
<name>Stormy Strait Green</name>
<hex>#0f9b8e</hex>
</color>
Expand Down

0 comments on commit e088d0d

Please sign in to comment.