color-name-list 14.1.0 → 14.2.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 (45) hide show
  1. package/README.md +2 -2
  2. package/changes.svg +3 -3
  3. package/dist/colornames.bestof.csv +7 -0
  4. package/dist/colornames.bestof.d.ts +7 -0
  5. package/dist/colornames.bestof.esm.js +1 -1
  6. package/dist/colornames.bestof.esm.mjs +1 -1
  7. package/dist/colornames.bestof.html +1 -1
  8. package/dist/colornames.bestof.json +1 -1
  9. package/dist/colornames.bestof.min.json +1 -1
  10. package/dist/colornames.bestof.scss +1 -1
  11. package/dist/colornames.bestof.toon +8 -1
  12. package/dist/colornames.bestof.umd.js +1 -1
  13. package/dist/colornames.bestof.xml +28 -0
  14. package/dist/colornames.bestof.yaml +21 -0
  15. package/dist/colornames.csv +11 -9
  16. package/dist/colornames.d.ts +7 -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 +3 -0
  24. package/dist/colornames.short.d.ts +7 -0
  25. package/dist/colornames.short.esm.js +1 -1
  26. package/dist/colornames.short.esm.mjs +1 -1
  27. package/dist/colornames.short.html +1 -1
  28. package/dist/colornames.short.json +1 -1
  29. package/dist/colornames.short.min.json +1 -1
  30. package/dist/colornames.short.scss +1 -1
  31. package/dist/colornames.short.toon +4 -1
  32. package/dist/colornames.short.umd.js +1 -1
  33. package/dist/colornames.short.xml +12 -0
  34. package/dist/colornames.short.yaml +9 -0
  35. package/dist/colornames.toon +12 -10
  36. package/dist/colornames.umd.js +1 -1
  37. package/dist/colornames.xml +33 -25
  38. package/dist/colornames.yaml +26 -20
  39. package/dist/history.json +1 -1
  40. package/history.md +251 -0
  41. package/package.json +6 -2
  42. package/scripts/build.js +18 -0
  43. package/scripts/colornames.d.ts +7 -0
  44. package/src/colornames.csv +15 -13
  45. package/tests/british-spelling.test.js +0 -1
package/history.md ADDED
@@ -0,0 +1,251 @@
1
+ # The Evolution of Color Names: A Project Chronology
2
+
3
+ Since its inception in April 2017, the `color-names` project has evolved from
4
+ a simple list into a rigorously maintained, standardized dataset of color
5
+ names. This document highlights the major eras and largest shifts in the
6
+ dataset’s content and structure, rather than listing every individual change.
7
+
8
+ ## The Spark (August 10, 2016)
9
+
10
+ Started the google spreadsheet, sparking my passion for color name collecting.
11
+ The sheet itself was created on **August 10, 2016**, but the moment the
12
+ project truly went public was the now-classic tweet from **August 26, 2017**:
13
+ “I made a list of 18,000+ color names”
14
+ ([tweet](https://twitter.com/meodai/status/901503922419298304)), which sent
15
+ thousands of visitors and stars to the freshly created repository.
16
+
17
+ ## Inception & Foundation (April – September 2017)
18
+
19
+ The project began on **April 23, 2017**, with the
20
+ [initial commit](https://github.com/meodai/color-names/commit/6f4fdcc) by
21
+ David Aerne (`meodai`). It originally started as a simple **Google
22
+ Spreadsheet** before being converted into a code repository. The early months
23
+ were focused on establishing the core infrastructure and rapid data
24
+ acquisition:
25
+
26
+ - **Rapid Growth (May 2017):** Shortly after launch, the dataset tripled in
27
+ size with multiple updates adding over 5,000 new names
28
+ ([c649f88](https://github.com/meodai/color-names/commit/c649f88),
29
+ [7d7d9bd](https://github.com/meodai/color-names/commit/7d7d9bd)).
30
+ Across a single intense day of commits in late May 2017, roughly **10,000**
31
+ new colors were added in total, making this the single biggest one-day
32
+ growth event in the project’s history.
33
+ - **The September Expansion (2017):** A massive influx of data occurred in
34
+ September, with the addition of a large paint manufacturer list
35
+ ([080bbd4](https://github.com/meodai/color-names/commit/080bbd4)),
36
+ traditional Japanese colors
37
+ ([1a995e2](https://github.com/meodai/color-names/commit/1a995e2)), and
38
+ saturated colors
39
+ ([1fbbab9](https://github.com/meodai/color-names/commit/1fbbab9)), adding
40
+ thousands of new entries.
41
+ - **Visualizing the Data:** A significant early milestone occurred on
42
+ **September 10, 2017**, when
43
+ [3D visualizations](https://github.com/meodai/color-names/commit/c181096)
44
+ were added to the documentation. These visuals mapped the name distribution
45
+ in RGB color space, providing the first graphical insight into the dataset's
46
+ coverage and density.
47
+ - **Tooling:** By late September 2017, the project had matured with a **UMD
48
+ build** for browsers
49
+ ([v3.5.0](https://github.com/meodai/color-names/commit/41d9825)) and a
50
+ [simple API script](https://github.com/meodai/color-names/commit/03ea1a6),
51
+ allowing the list to be served easily.
52
+ - **Early Curators:** From the beginning, the project relied on human
53
+ creativity. Early contributors like **Verena**, **Syl**, **Stephanie Stutz**,
54
+ and **Simbiasamba** helped shape the initial personality of the list
55
+ ([3cb6b46](https://github.com/meodai/color-names/commit/3cb6b46)).
56
+
57
+ ## Content Expansion (2018 – 2019)
58
+
59
+ With the technical foundation laid, the focus shifted to growing the dataset.
60
+
61
+ - **Steady Growth:** The repository saw a continuous stream of color additions.
62
+ - **Themed Waves (2018):** Several playful bursts introduced fantasy, makeup,
63
+ fandom, food, and miniature-paint-inspired colors, reflecting the
64
+ community’s creative relationship to culture, media, and everyday life.
65
+ - **Werner's Nomenclature (October 2018):** A historically significant addition
66
+ was the incorporation of colors from
67
+ [Werner's Nomenclature of Colours](https://github.com/meodai/color-names/commit/176b30f),
68
+ an 1814 color reference guide used by Charles Darwin, adding ~70 historically
69
+ documented color names.
70
+ - **Specialized Sets:** A notable milestone was **v4.1.0 (April 2019)**, which
71
+ introduced
72
+ [specific fashion and paint color sets](https://github.com/meodai/color-names/commit/ff25923),
73
+ broadening the library's utility beyond standard web colors.
74
+
75
+ ## Modernization & The Paint Palette Era (2020 – 2023)
76
+
77
+ As the JavaScript ecosystem evolved, so did the project.
78
+
79
+ - **Community & Collaboration (2021):** The project continued to grow through
80
+ community engagement, with significant batches of user-submitted colors
81
+ ([882a069](https://github.com/meodai/color-names/commit/882a069)) and the
82
+ integration of top-rated names from **colornames.org**
83
+ ([07fcb52](https://github.com/meodai/color-names/commit/07fcb52)).
84
+ - **A Growing Community:** The community grew significantly in 2020, welcoming
85
+ prolific namers like **basgys**, **Shelina S.**, **Trevor Elia**, and
86
+ **cheesits456** in March
87
+ ([8475e41](https://github.com/meodai/color-names/commit/8475e41)), followed
88
+ by **Sandhya Subram**, **BerylBucket**, **Jimmy Fitzback**, and **TLZ** in
89
+ July ([79669df](https://github.com/meodai/color-names/commit/79669df)). By
90
+ the end of the year, **DarthTorus**, **Carrion**, **BlueChaos**, and
91
+ **nachtfunke** had joined the ranks
92
+ ([7448a31](https://github.com/meodai/color-names/commit/7448a31)). In 2021,
93
+ a new wave of contributors including **Sean Gibbons**, **Brantley Sibo**, and
94
+ **Jeff Bronks** expanded the list further
95
+ ([c9e501a](https://github.com/meodai/color-names/commit/c9e501a)).
96
+ **Bastien** (`basgys`) remains the single most prolific contributor,
97
+ responsible for many thousands of delightful and quirky names across more
98
+ than half a decade.
99
+ - **Team Fortress 2 Colors (August 2021):** A fun pop-culture addition brought
100
+ [Team Fortress 2 paint colors](https://github.com/meodai/color-names/commit/e82b070)
101
+ into the dataset, showcasing the project's embrace of gaming culture.
102
+ - **ES Module Support:** In **February 2020**,
103
+ [support for ES modules](https://github.com/meodai/color-names/commit/1731a30)
104
+ was added, reflecting the industry's shift away from CommonJS.
105
+ - **Early Adoption & Integrations (2020–2023):** The list began powering design
106
+ tools and experiments, from early integrations (e.g. Pigments, Relume) to
107
+ large-scale usage benchmarks (such as 10.5k names needed within 72 hours),
108
+ demonstrating its suitability for real-world, high-volume projects.
109
+ - **Inclusive Language Efforts (2022–2024):** The project took a strong stance
110
+ on inclusive naming. In **June 2022**, efforts began to
111
+ [remove "caucasian as default" color names](https://github.com/meodai/color-names/commit/e676436).
112
+ In **February 2023**, the
113
+ [Confederate color was removed](https://github.com/meodai/color-names/commit/2ff1afa),
114
+ followed by the removal of
115
+ [colonial-themed colors](https://github.com/meodai/color-names/commit/5944e2e)
116
+ in **March 2023**. This effort continued into **August 2024** with further
117
+ [decolonizing efforts](https://github.com/meodai/color-names/commit/49d6e9f).
118
+ - **External List Import Wave (June 2022):** A major expansion came from
119
+ importing large batches of colors from multiple curated lists
120
+ ([6905331](https://github.com/meodai/color-names/commit/6905331),
121
+ [1046d28](https://github.com/meodai/color-names/commit/1046d28),
122
+ [f0be753](https://github.com/meodai/color-names/commit/f0be753),
123
+ [5cc7ee5](https://github.com/meodai/color-names/commit/5cc7ee5),
124
+ [4cab0a8](https://github.com/meodai/color-names/commit/4cab0a8)), adding
125
+ several hundred new entries in a concentrated burst.
126
+ - **Diamond Vogel Paint Colors (December 2022):** A significant addition of
127
+ professional paint colors came with the
128
+ [Diamond Vogel palette](https://github.com/meodai/color-names/commit/b955b63),
129
+ adding 49 new names from the paint industry.
130
+ - **Large Color-Value Corrections (November 2022):** A
131
+ [sweeping accuracy pass](https://github.com/meodai/color-names/commit/13a161f)
132
+ adjusted around a thousand color values, improving the fidelity of the
133
+ underlying RGB data without changing the names themselves.
134
+ - **Hawaiian Food & Plant Names (May 2023):** The dataset embraced cultural
135
+ diversity with
136
+ [Hawaiian food and plant color names](https://github.com/meodai/color-names/commit/d6175a8),
137
+ contributed via PR #163.
138
+ - **Apostrophe Standardization (June 2023):** A major typographical cleanup
139
+ occurred when
140
+ [correct apostrophes were enforced](https://github.com/meodai/color-names/commit/6f14195),
141
+ fixing over 400 color names that used incorrect apostrophe characters.
142
+ - **Data Insights:** Scripts were added to track the history of color changes
143
+ ([history.js](https://github.com/meodai/color-names/commit/75bfdd2)),
144
+ authored by **Nicolas Mattia**, allowing users to see when specific colors
145
+ were added or modified.
146
+ - **The API Spin-off:** On **December 23, 2022**, the project reached a
147
+ maturity point where the
148
+ [API code was decoupled](https://github.com/meodai/color-names/commit/4512eea)
149
+ from the data. The API was moved to its own dedicated repository, allowing
150
+ `color-names` to focus purely on being the definitive data source while the
151
+ API project handled serving that data.
152
+ - **API as a Living System (2023–2024):** The API evolved into a "dreaming"
153
+ system, powering visualizations of live color-name requests and creative
154
+ img2img/AI experiments, turning the dataset into an endlessly reimagined
155
+ stream of color poetry.
156
+ - **Contributor Workflow & Rules (2018–2023):** The
157
+ [`CONTRIBUTING.md`](https://github.com/meodai/color-names/blob/main/CONTRIBUTING.md)
158
+ file grew from a short note into a detailed guide, introducing strict
159
+ capitalization (APA title case), clarifying test and CI behavior, and
160
+ explicitly banning LLM/AI‑generated names so the list stays intentionally
161
+ human‑curated.
162
+ - **Automated Docs & Visuals:** During this era,
163
+ [`README.md`](https://github.com/meodai/color-names/blob/main/README.md) and
164
+ the generated [`changes.svg`](https://github.com/meodai/color-names/blob/main/changes.svg)
165
+ banner were wired into CI, automatically updating counts and a small visual
166
+ preview of the latest color names instead of relying on manual edits.
167
+
168
+ ## The ESM Refactor (November 2024)
169
+
170
+ A major technical pivot occurred with **v11.0.0 (November 16, 2024)**.
171
+
172
+ - **Pure ESM:** The project underwent a
173
+ [breaking change](https://github.com/meodai/color-names/commit/82731ea) to
174
+ fully embrace ECMAScript Modules (ESM).
175
+ - **Named Exports:** It switched from a default export to a named export
176
+ (`colornames`), modernizing the consumption pattern for developers.
177
+ From roughly **2019–2024**, the package also shipped a built-in
178
+ `closestColor()` KD-tree lookup function. That convenience, combined with the
179
+ rich dataset, explains why so many tools chose to bundle the full
180
+ 1.2 MB list directly.
181
+ - **“A List Apart” README:** The README’s "A List Apart" section was refined
182
+ to clearly articulate what differentiates `color-names`: curated subsets
183
+ (full, best‑of, short), strict quality rules and validations, inclusive
184
+ naming guidelines, and an emphasis on human, non‑AI contributions.
185
+ - **Chakra Colors (April 2024):** Earlier in the year, a spiritual addition
186
+ brought [Chakra-inspired colors](https://github.com/meodai/color-names/commit/59f8f2a)
187
+ to the dataset.
188
+ - **Pun Colors (October 2024):** The dataset got a playful boost with
189
+ [pun-based color names](https://github.com/meodai/color-names/commit/4d93703),
190
+ adding nearly 20 humorous entries.
191
+ - **Festive & Travel-Inspired Names (Late 2024):** New sets such as
192
+ Christmas-themed and Philippines-inspired colors connected the list to
193
+ personal travel and seasonal storytelling.
194
+ - **Language Ports & Ecosystem (2024):** Community ports (such as a C#
195
+ implementation with KD‑Tree lookup) and over 900 dependent repositories
196
+ signaled that `color-names` had become a core building block across
197
+ languages and tools.
198
+
199
+ ## The "Quality & Standardization" Era (Late 2025)
200
+
201
+ The most recent period of activity in late 2025 has been characterized by
202
+ strict validation and linguistic standardization, resulting in three major
203
+ version bumps:
204
+
205
+ - **Duplicate Detection (v12.0.0, September 2025):** Introduction of
206
+ [sophisticated scripts to detect near-duplicates](https://github.com/meodai/color-names/commit/985c300)
207
+ and normalize names, removing ~170 redundant entries.
208
+ - **Misspelling Cleanup (September 2025):** A thorough review removed
209
+ [common misspellings](https://github.com/meodai/color-names/commit/069e71a),
210
+ cleaning up ~170 incorrectly spelled color names.
211
+ - **Plural Handling (v13.0.0, September 2025):** Enhanced validation to
212
+ [handle pluralization](https://github.com/meodai/color-names/commit/c163947),
213
+ ensuring singular/plural variations didn't clutter the list, removing ~70
214
+ plural duplicates.
215
+ - **APA Style Capitalization (November 2025):** Enforcement of
216
+ [proper APA style capitalization](https://github.com/meodai/color-names/commit/05f17fe)
217
+ across the dataset, standardizing ~120 color names.
218
+ - **Linguistic Standardization (v14.0.0, December 2025):** A strict enforcement
219
+ of [British English spelling](https://github.com/meodai/color-names/commit/2998294)
220
+ and **APA style capitalization**. This was a significant breaking change that
221
+ renamed or removed numerous "Americanized" entries (~210 changes) to ensure
222
+ consistency across the entire dataset.
223
+ - **New Formats & Subsets (2025):** A new TOON format (a compact tabular JSON
224
+ variant optimized for LLMs) and additional curated subsets made the data
225
+ easier to consume in modern tooling.
226
+ - **Ongoing Community Releases (2024–2025):** Frequent minor versions (such
227
+ as **v11.23.0**, **v11.24.0**, **v13.18.0**, **v13.23.0**, **v13.32.0**)
228
+ delivered waves of user-submitted and themed names, while CI, markdownlint,
229
+ and improved diffs kept contributions smooth.
230
+ - **Cultural & Linguistic Review:** Public calls for feedback (for example on
231
+ Hindi color names) and community vigilance around problematic terminology
232
+ reinforced the project’s commitment to global, respectful naming.
233
+ - **A Passionate Contributor Community:** Contributors range from prolific
234
+ namers to people who created a GitHub account just to add a single color
235
+ name, underlining that the list is as much a human story as it is a dataset.
236
+
237
+ ## Current State (December 2025)
238
+
239
+ The dataset now contains over **30,000 curated color names**, making it one of
240
+ the largest human-curated color name collections in the world. The project
241
+ continues to accept community contributions while maintaining strict quality
242
+ standards for naming conventions, spelling, and cultural sensitivity.
243
+
244
+ Over time the project has also grown in visibility and usage:
245
+
246
+ - **Repository stars:** 1,000 (October 2017), 1,500 (2020), 2,000 (2023), and
247
+ roughly **2,800** stars by December 2025, alongside hundreds of forks and
248
+ dependents.
249
+ - **API traffic:** As of late 2025, the companion Color Names API serves
250
+ roughly **3 million requests per month**, continuously turning random RGB
251
+ values and hex codes into small pieces of color poetry.
package/package.json CHANGED
@@ -1,21 +1,25 @@
1
1
  {
2
2
  "name": "color-name-list",
3
- "version": "14.1.0",
3
+ "version": "14.2.0",
4
4
  "description": "long list of color names",
5
5
  "main": "dist/colornames.json",
6
6
  "browser": "dist/colornames.umd.js",
7
7
  "module": "dist/colornames.esm.js",
8
+ "types": "dist/colornames.d.ts",
8
9
  "type": "module",
9
10
  "exports": {
10
11
  ".": {
12
+ "types": "./dist/colornames.d.ts",
11
13
  "import": "./dist/colornames.esm.js",
12
14
  "require": "./dist/colornames.umd.js"
13
15
  },
14
16
  "./bestof": {
17
+ "types": "./dist/colornames.bestof.d.ts",
15
18
  "import": "./dist/colornames.bestof.esm.js",
16
19
  "require": "./dist/colornames.bestof.umd.js"
17
20
  },
18
21
  "./short": {
22
+ "types": "./dist/colornames.short.d.ts",
19
23
  "import": "./dist/colornames.short.esm.js",
20
24
  "require": "./dist/colornames.short.umd.js"
21
25
  },
@@ -67,7 +71,7 @@
67
71
  "eslint-plugin-prettier": "^5.2.6",
68
72
  "globals": "^16.0.0",
69
73
  "husky": "^9.1.6",
70
- "markdownlint-cli2": "^0.19.0",
74
+ "markdownlint-cli2": "^0.19.1",
71
75
  "prettier": "^3.5.3",
72
76
  "seedrandom": "^3.0.5",
73
77
  "semantic-release": "^24.2.0",
package/scripts/build.js CHANGED
@@ -382,3 +382,21 @@ function diffSVG() {
382
382
  }
383
383
 
384
384
  diffSVG();
385
+
386
+ // Copy TypeScript definitions
387
+ fs.copyFileSync(
388
+ path.normalize(`${__dirname}/colornames.d.ts`),
389
+ path.normalize(`${baseFolder}${folderDist}${fileNameSrc}.d.ts`)
390
+ );
391
+
392
+ fs.copyFileSync(
393
+ path.normalize(`${__dirname}/colornames.d.ts`),
394
+ path.normalize(`${baseFolder}${folderDist}${fileNameSrc}${fileNameBestOfPostfix}.d.ts`)
395
+ );
396
+
397
+ fs.copyFileSync(
398
+ path.normalize(`${__dirname}/colornames.d.ts`),
399
+ path.normalize(`${baseFolder}${folderDist}${fileNameSrc}${fileNameShortPostfix}.d.ts`)
400
+ );
401
+
402
+ console.log('TypeScript definitions copied');
@@ -0,0 +1,7 @@
1
+ export interface ColorName {
2
+ name: string;
3
+ hex: string;
4
+ }
5
+
6
+ export const colornames: ColorName[];
7
+ export default colornames;
@@ -6582,7 +6582,6 @@ Cranberry Sauce,#a53756,
6582
6582
  Cranberry Splash,#da5265,x
6583
6583
  Cranberry Tart,#893e40,
6584
6584
  Cranberry Whip,#8e4541,
6585
- Cranberry Zing,#944944,
6586
6585
  Cranbrook,#a65570,
6587
6586
  Crantini,#954c52,
6588
6587
  Crash Dummy,#eeee66,x
@@ -6837,7 +6836,6 @@ Crystal Dark Red,#6d2c32,
6837
6836
  Crystal Falls,#e1e6f2,
6838
6837
  Crystal Gem,#79d0a7,x
6839
6838
  Crystal Glass,#ddffee,
6840
- Crystal Glass Green,#b1e2cb,
6841
6839
  Crystal Green,#a4d579,
6842
6840
  Crystal Grey,#cfc1b8,
6843
6841
  Crystal Haze,#e7e2d6,
@@ -6892,7 +6890,7 @@ Cummings Oak,#695a45,
6892
6890
  Cumquat Cream,#f19b7d,
6893
6891
  Cumulus,#f3f3e6,x
6894
6892
  Cumulus Cloud,#b0c6df,
6895
- Cup Noodles,#fedd7d,
6893
+ Cup Noodles,#fedd7d,x
6896
6894
  Cup of Cocoa,#baa087,
6897
6895
  Cup of Tea,#caae7b,
6898
6896
  Cupcake,#8a6e53,
@@ -7965,7 +7963,7 @@ Dòu Shā Sè Red,#a52939,
7965
7963
  Double Chocolate,#6f5245,
7966
7964
  Double Click,#d0d2d1,
7967
7965
  Double Cream,#f2d9a3,x
7968
- Double Dragon,#fca044,
7966
+ Double Dragon,#fca044,x
7969
7967
  Double Duty,#686858,
7970
7968
  Double Espresso,#54423e,
7971
7969
  Double Fudge,#6d544b,
@@ -8495,7 +8493,6 @@ Edgewater,#c1d8c5,
8495
8493
  Edgy Gold,#b1975f,
8496
8494
  Edgy Red,#ba3d3c,
8497
8495
  Edocha,#a13d2d,
8498
- Edward,#5e7e7d,
8499
8496
  Edwardian Lace,#f6ede0,
8500
8497
  Eerie Black,#1b1b1b,
8501
8498
  Eerie Glow,#a9d6ba,
@@ -8763,7 +8760,7 @@ Enchanted Lavender,#bfa3d9,x
8763
8760
  Enchanted Lilac,#a893c1,x
8764
8761
  Enchanted Meadow,#b1d4b7,
8765
8762
  Enchanted Silver,#b5b5bd,
8766
- Enchanted Wells,#26ad8d,
8763
+ Enchanted Well,#3994af,x
8767
8764
  Enchanted Wood,#94895f,
8768
8765
  Enchanting,#82badf,
8769
8766
  Enchanting Ginger,#ac7435,
@@ -10962,6 +10959,7 @@ Gobi Beige,#ebdace,
10962
10959
  Gobi Desert,#cdbba2,
10963
10960
  Gobi Sand,#d4aa6f,
10964
10961
  Gobi Tan,#bba587,
10962
+ Goblet Waxcap,#db4731,
10965
10963
  Goblin,#34533d,
10966
10964
  Goblin Blue,#5f7278,
10967
10965
  Goblin Eyes,#eb8931,
@@ -19336,6 +19334,7 @@ Parmesan,#ffffdd,x
19336
19334
  Parrot Green,#8db051,
19337
19335
  Parrot Pink,#d998a0,
19338
19336
  Parrot Tulip,#eebfd5,
19337
+ Parrot Waxcap,#f8dc74,
19339
19338
  Parrotfish Blue,#028fc4,
19340
19339
  Parsley,#305d35,
19341
19340
  Parsley Green,#5a9f4d,
@@ -21468,6 +21467,7 @@ Queen of Hearts,#98333a,x
21468
21467
  Queen of Sheba,#817699,
21469
21468
  Queen of the Night,#295776,
21470
21469
  Queen of Trees,#1c401f,x
21470
+ Queen of Waves,#d2eaea,x
21471
21471
  Queen Palm,#ad9e4b,
21472
21472
  Queen Pink,#e8ccd7,
21473
21473
  Queen Valley,#6c7068,
@@ -21501,6 +21501,7 @@ Quiet Drizzle,#b7d0c5,
21501
21501
  Quiet Green,#9ebc97,
21502
21502
  Quiet Grey,#b9babd,
21503
21503
  Quiet Harbour,#5a789a,x
21504
+ Quiet Jade,#b1e2cb,x
21504
21505
  Quiet Moment,#96aeb0,
21505
21506
  Quiet Night,#3e8fbc,
21506
21507
  Quiet on the Set,#e4e2dd,
@@ -25259,9 +25260,9 @@ Spinach Soup,#6e750e,
25259
25260
  Spinach White,#e4e8da,
25260
25261
  Spindle,#b3c4d8,
25261
25262
  Spindrift,#73fcd6,
25262
- Spinel Black,#41435b,
25263
- Spinel Grey,#6a5662,
25264
- Spinel Red,#ff4dc9,
25263
+ Spinel Black,#464d4a,
25264
+ Spinel Grey,#49424a,
25265
+ Spinel Red,#59181c,
25265
25266
  Spinel Stone Black,#272a3b,
25266
25267
  Spinel Violet,#38283d,
25267
25268
  Spinnaker,#a3e2dd,
@@ -25790,6 +25791,7 @@ Strawberry Yoghurt,#e9b3b4,
25790
25791
  Strawflower,#ddbdba,
25791
25792
  Stream,#495e7b,
25792
25793
  Stream Bed,#556061,
25794
+ Stream Burble,#5e7e7d,x
25793
25795
  Streetwise,#d8e2df,
25794
25796
  Stretch Limo,#2d2e33,
25795
25797
  Stretch of Water,#9dbbd0,
@@ -28239,6 +28241,7 @@ Vermilion Orange,#f9603b,
28239
28241
  Vermilion Red,#b5493a,
28240
28242
  Vermilion Scarlet,#d1062b,x
28241
28243
  Vermilion Seabass,#973a36,
28244
+ Vermilion Waxcap,#d46036,
28242
28245
  Vermin Brown,#8f7303,
28243
28246
  Verminal,#55cc11,x
28244
28247
  Verminlord Hide,#a16954,
@@ -28782,7 +28785,6 @@ Water Squirt,#d8ebea,
28782
28785
  Water Surface,#a9bdb8,
28783
28786
  Water Tower,#958f88,
28784
28787
  Water Wash,#acc7e5,
28785
- Water Welt,#3994af,
28786
28788
  Water Wheel,#a28566,
28787
28789
  Water Wings,#80d5cc,
28788
28790
  Water Wonder,#80d4d0,
@@ -28834,7 +28836,6 @@ Wave Splash,#cbe4e7,x
28834
28836
  Wave Top,#afd9d3,
28835
28837
  Wavelet,#7dc4cd,x
28836
28838
  Waves of Grain,#c7aa7c,
28837
- Waves Queen,#d2eaea,
28838
28839
  Wavy Glass,#aea266,
28839
28840
  Wavy Navy,#006597,x
28840
28841
  Wax,#ddbb33,x
@@ -28846,7 +28847,7 @@ Wax Sculpture,#e2d5bd,
28846
28847
  Wax Way,#d3b667,
28847
28848
  Wax Yellow,#eae8a0,
28848
28849
  Waxen Moon,#b38241,
28849
- Waxwing,#c0c2c0,
28850
+ Waxwing,#c0c2c0,x
28850
28851
  Waxy Corn,#f8b500,x
28851
28852
  Way Beyond the Blue,#1188cc,x
28852
28853
  Waystone Green,#00c000,
@@ -28921,6 +28922,7 @@ Well-Bred Brown,#564537,
28921
28922
  Wellerman,#54606a,
28922
28923
  Wellington,#4f6364,
28923
28924
  Wells Grey,#b9b5a4,
28925
+ Wells of Wonder,#26ad8d,
28924
28926
  Welsh Onion,#22bb66,
28925
28927
  Wenge,#645452,
28926
28928
  Wenge Black,#3e2a2c,
@@ -30033,4 +30035,4 @@ Zumthor,#cdd5d5,
30033
30035
  Zunda Green,#6bc026,x
30034
30036
  Zuni,#008996,
30035
30037
  Zürich Blue,#248bcc,
30036
- Zürich White,#e6e1d9,
30038
+ Zürich White,#e6e1d9,
@@ -121,7 +121,6 @@ describe('British English Spelling', () => {
121
121
  'refers to something typically American (place names, proper nouns, etc.)',
122
122
  '',
123
123
  'Common differences:',
124
- ' • color → colour',
125
124
  ' • gray → grey',
126
125
  ' • center → centre',
127
126
  ' • honor → honour',