@nswds/tokens 2.32.3 → 2.33.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 (188) hide show
  1. package/dist/css/colors/global/hsl.css +342 -342
  2. package/dist/css/colors/global/oklch.css +342 -342
  3. package/dist/css/colors/semantic/hsl.css +76 -76
  4. package/dist/css/colors/semantic/oklch.css +76 -76
  5. package/dist/css/colors/themes/data-visualisation/hex.css +208 -0
  6. package/dist/css/colors/themes/data-visualisation/hsl.css +208 -0
  7. package/dist/css/colors/themes/data-visualisation/oklch.css +208 -0
  8. package/dist/css/colors/themes/data-visualisation/rgb.css +208 -0
  9. package/dist/css/colors/themes/fuchsia-blue/hex.css +59 -0
  10. package/dist/css/colors/themes/fuchsia-blue/hsl.css +59 -0
  11. package/dist/css/colors/themes/fuchsia-blue/oklch.css +59 -0
  12. package/dist/css/colors/themes/fuchsia-blue/rgb.css +59 -0
  13. package/dist/css/colors/themes/fuchsia-orange/hex.css +59 -0
  14. package/dist/css/colors/themes/fuchsia-orange/hsl.css +59 -0
  15. package/dist/css/colors/themes/fuchsia-orange/oklch.css +59 -0
  16. package/dist/css/colors/themes/fuchsia-orange/rgb.css +59 -0
  17. package/dist/css/colors/themes/masterbrand/hsl.css +57 -57
  18. package/dist/css/colors/themes/masterbrand/oklch.css +57 -57
  19. package/dist/figma/color/global/hex.json +1 -1
  20. package/dist/figma/color/global/hsl.json +1027 -2053
  21. package/dist/figma/color/global/oklch.json +1027 -2053
  22. package/dist/figma/color/global/rgb.json +1369 -2395
  23. package/dist/figma/color/semantic/hsl.json +228 -152
  24. package/dist/figma/color/semantic/oklch.json +228 -152
  25. package/dist/figma/color/semantic/rgb.json +304 -228
  26. package/dist/figma/color/themes/data-visualisation/hex.json +846 -0
  27. package/dist/figma/color/themes/data-visualisation/hsl.json +1876 -0
  28. package/dist/figma/color/themes/data-visualisation/oklch.json +1876 -0
  29. package/dist/figma/color/themes/data-visualisation/rgb.json +1876 -0
  30. package/dist/figma/color/themes/fuchsia-blue/hex.json +236 -0
  31. package/dist/figma/color/themes/fuchsia-blue/hsl.json +521 -0
  32. package/dist/figma/color/themes/fuchsia-blue/oklch.json +521 -0
  33. package/dist/figma/color/themes/fuchsia-blue/rgb.json +521 -0
  34. package/dist/figma/color/themes/fuchsia-orange/hex.json +236 -0
  35. package/dist/figma/color/themes/fuchsia-orange/hsl.json +521 -0
  36. package/dist/figma/color/themes/fuchsia-orange/oklch.json +521 -0
  37. package/dist/figma/color/themes/fuchsia-orange/rgb.json +521 -0
  38. package/dist/figma/color/themes/masterbrand/color/hsl.json +171 -114
  39. package/dist/figma/color/themes/masterbrand/color/oklch.json +171 -114
  40. package/dist/figma/color/themes/masterbrand/color/rgb.json +228 -171
  41. package/dist/index.cjs +33786 -11365
  42. package/dist/index.cjs.map +1 -1
  43. package/dist/index.d.cts +3878 -482
  44. package/dist/index.d.ts +3878 -482
  45. package/dist/index.js +33786 -11365
  46. package/dist/index.js.map +1 -1
  47. package/dist/js/colors/global/hsl.js +342 -342
  48. package/dist/js/colors/global/oklch.js +342 -342
  49. package/dist/js/colors/semantic/hex.js +0 -3
  50. package/dist/js/colors/semantic/hsl.js +76 -79
  51. package/dist/js/colors/semantic/oklch.js +76 -79
  52. package/dist/js/colors/semantic/rgb.js +0 -3
  53. package/dist/js/colors/themes/data-visualisation/hex.js +226 -0
  54. package/dist/js/colors/themes/data-visualisation/hsl.js +226 -0
  55. package/dist/js/colors/themes/data-visualisation/oklch.js +226 -0
  56. package/dist/js/colors/themes/data-visualisation/rgb.js +226 -0
  57. package/dist/js/colors/themes/fuchsia-blue/hex.js +63 -0
  58. package/dist/js/colors/themes/fuchsia-blue/hsl.js +63 -0
  59. package/dist/js/colors/themes/fuchsia-blue/oklch.js +63 -0
  60. package/dist/js/colors/themes/fuchsia-blue/rgb.js +63 -0
  61. package/dist/js/colors/themes/fuchsia-orange/hex.js +63 -0
  62. package/dist/js/colors/themes/fuchsia-orange/hsl.js +63 -0
  63. package/dist/js/colors/themes/fuchsia-orange/oklch.js +63 -0
  64. package/dist/js/colors/themes/fuchsia-orange/rgb.js +63 -0
  65. package/dist/js/colors/themes/masterbrand/hsl.js +57 -57
  66. package/dist/js/colors/themes/masterbrand/oklch.js +57 -57
  67. package/dist/json/colors/global/hex.json +1 -1
  68. package/dist/json/colors/global/hsl.json +343 -343
  69. package/dist/json/colors/global/oklch.json +343 -343
  70. package/dist/json/colors/global/rgb.json +1 -1
  71. package/dist/json/colors/semantic/hsl.json +76 -76
  72. package/dist/json/colors/semantic/oklch.json +76 -76
  73. package/dist/json/colors/themes/data-visualisation/hex.json +228 -0
  74. package/dist/json/colors/themes/data-visualisation/hsl.json +228 -0
  75. package/dist/json/colors/themes/data-visualisation/oklch.json +228 -0
  76. package/dist/json/colors/themes/data-visualisation/rgb.json +228 -0
  77. package/dist/json/colors/themes/fuchsia-blue/hex.json +65 -0
  78. package/dist/json/colors/themes/fuchsia-blue/hsl.json +65 -0
  79. package/dist/json/colors/themes/fuchsia-blue/oklch.json +65 -0
  80. package/dist/json/colors/themes/fuchsia-blue/rgb.json +65 -0
  81. package/dist/json/colors/themes/fuchsia-orange/hex.json +65 -0
  82. package/dist/json/colors/themes/fuchsia-orange/hsl.json +65 -0
  83. package/dist/json/colors/themes/fuchsia-orange/oklch.json +65 -0
  84. package/dist/json/colors/themes/fuchsia-orange/rgb.json +65 -0
  85. package/dist/json/colors/themes/masterbrand/hsl.json +57 -57
  86. package/dist/json/colors/themes/masterbrand/oklch.json +57 -57
  87. package/dist/less/colors/global/hsl.less +342 -342
  88. package/dist/less/colors/global/oklch.less +342 -342
  89. package/dist/less/colors/semantic/hsl.less +76 -76
  90. package/dist/less/colors/semantic/oklch.less +76 -76
  91. package/dist/less/colors/themes/data-visualisation/hex.less +206 -0
  92. package/dist/less/colors/themes/data-visualisation/hsl.less +206 -0
  93. package/dist/less/colors/themes/data-visualisation/oklch.less +206 -0
  94. package/dist/less/colors/themes/data-visualisation/rgb.less +206 -0
  95. package/dist/less/colors/themes/fuchsia-blue/hex.less +57 -0
  96. package/dist/less/colors/themes/fuchsia-blue/hsl.less +57 -0
  97. package/dist/less/colors/themes/fuchsia-blue/oklch.less +57 -0
  98. package/dist/less/colors/themes/fuchsia-blue/rgb.less +57 -0
  99. package/dist/less/colors/themes/fuchsia-orange/hex.less +57 -0
  100. package/dist/less/colors/themes/fuchsia-orange/hsl.less +57 -0
  101. package/dist/less/colors/themes/fuchsia-orange/oklch.less +57 -0
  102. package/dist/less/colors/themes/fuchsia-orange/rgb.less +57 -0
  103. package/dist/less/colors/themes/masterbrand/hsl.less +57 -57
  104. package/dist/less/colors/themes/masterbrand/oklch.less +57 -57
  105. package/dist/scss/colors/global/hsl.scss +342 -342
  106. package/dist/scss/colors/global/oklch.scss +342 -342
  107. package/dist/scss/colors/semantic/hsl.scss +76 -76
  108. package/dist/scss/colors/semantic/oklch.scss +76 -76
  109. package/dist/scss/colors/themes/data-visualisation/hex.scss +206 -0
  110. package/dist/scss/colors/themes/data-visualisation/hsl.scss +206 -0
  111. package/dist/scss/colors/themes/data-visualisation/oklch.scss +206 -0
  112. package/dist/scss/colors/themes/data-visualisation/rgb.scss +206 -0
  113. package/dist/scss/colors/themes/fuchsia-blue/hex.scss +57 -0
  114. package/dist/scss/colors/themes/fuchsia-blue/hsl.scss +57 -0
  115. package/dist/scss/colors/themes/fuchsia-blue/oklch.scss +57 -0
  116. package/dist/scss/colors/themes/fuchsia-blue/rgb.scss +57 -0
  117. package/dist/scss/colors/themes/fuchsia-orange/hex.scss +57 -0
  118. package/dist/scss/colors/themes/fuchsia-orange/hsl.scss +57 -0
  119. package/dist/scss/colors/themes/fuchsia-orange/oklch.scss +57 -0
  120. package/dist/scss/colors/themes/fuchsia-orange/rgb.scss +57 -0
  121. package/dist/scss/colors/themes/masterbrand/hsl.scss +57 -57
  122. package/dist/scss/colors/themes/masterbrand/oklch.scss +57 -57
  123. package/dist/tailwind/colors/global/hsl.css +342 -342
  124. package/dist/tailwind/colors/global/oklch.css +342 -342
  125. package/dist/tailwind/colors/semantic/hsl.css +76 -76
  126. package/dist/tailwind/colors/semantic/oklch.css +76 -76
  127. package/dist/tailwind/colors/themes/data-visualisation/hsl.css +206 -206
  128. package/dist/tailwind/colors/themes/data-visualisation/oklch.css +206 -206
  129. package/dist/tailwind/colors/themes/fuchsia-blue/hex.css +1 -1
  130. package/dist/tailwind/colors/themes/fuchsia-blue/hsl.css +117 -57
  131. package/dist/tailwind/colors/themes/fuchsia-blue/oklch.css +117 -57
  132. package/dist/tailwind/colors/themes/fuchsia-blue/rgb.css +117 -57
  133. package/dist/tailwind/colors/themes/fuchsia-orange/hex.css +1 -1
  134. package/dist/tailwind/colors/themes/fuchsia-orange/hsl.css +117 -57
  135. package/dist/tailwind/colors/themes/fuchsia-orange/oklch.css +117 -57
  136. package/dist/tailwind/colors/themes/fuchsia-orange/rgb.css +117 -57
  137. package/dist/tailwind/colors/themes/masterbrand/hex.css +1 -1
  138. package/dist/tailwind/colors/themes/masterbrand/hsl.css +117 -57
  139. package/dist/tailwind/colors/themes/masterbrand/oklch.css +117 -57
  140. package/dist/tailwind/colors/themes/masterbrand/rgb.css +117 -57
  141. package/dist/tokens/global/color/canonical.json +4484 -0
  142. package/dist/tokens/global/color/hex.json +1 -1
  143. package/dist/tokens/global/color/hsl.json +1942 -1600
  144. package/dist/tokens/global/color/oklch.json +2041 -1699
  145. package/dist/tokens/global/color/rgb.json +2342 -2000
  146. package/dist/tokens/semantic/color/canonical.json +998 -0
  147. package/dist/tokens/semantic/color/hsl.json +532 -152
  148. package/dist/tokens/semantic/color/oklch.json +532 -152
  149. package/dist/tokens/semantic/color/rgb.json +608 -228
  150. package/dist/tokens/themes/color/data-visualisation/canonical.json +2700 -0
  151. package/dist/tokens/themes/color/data-visualisation/hex.json +846 -0
  152. package/dist/tokens/themes/color/data-visualisation/hsl.json +2700 -0
  153. package/dist/tokens/themes/color/data-visualisation/oklch.json +2700 -0
  154. package/dist/tokens/themes/color/data-visualisation/rgb.json +2700 -0
  155. package/dist/tokens/themes/color/fuchsia-blue/canonical.json +236 -0
  156. package/dist/tokens/themes/color/fuchsia-blue/hex.json +236 -0
  157. package/dist/tokens/themes/color/fuchsia-blue/hsl.json +749 -0
  158. package/dist/tokens/themes/color/fuchsia-blue/oklch.json +749 -0
  159. package/dist/tokens/themes/color/fuchsia-blue/rgb.json +749 -0
  160. package/dist/tokens/themes/color/fuchsia-orange/canonical.json +236 -0
  161. package/dist/tokens/themes/color/fuchsia-orange/hex.json +236 -0
  162. package/dist/tokens/themes/color/fuchsia-orange/hsl.json +749 -0
  163. package/dist/tokens/themes/color/fuchsia-orange/oklch.json +749 -0
  164. package/dist/tokens/themes/color/fuchsia-orange/rgb.json +749 -0
  165. package/dist/tokens/themes/color/masterbrand/canonical.json +236 -0
  166. package/dist/tokens/themes/color/masterbrand/hex.json +1 -1
  167. package/dist/tokens/themes/color/masterbrand/hsl.json +313 -256
  168. package/dist/tokens/themes/color/masterbrand/oklch.json +338 -281
  169. package/dist/tokens/themes/color/masterbrand/rgb.json +390 -333
  170. package/dist/ts/colors/global/hsl.ts +342 -342
  171. package/dist/ts/colors/global/oklch.ts +342 -342
  172. package/dist/ts/colors/semantic/hsl.ts +76 -76
  173. package/dist/ts/colors/semantic/oklch.ts +76 -76
  174. package/dist/ts/colors/themes/data-visualisation/hex.ts +226 -0
  175. package/dist/ts/colors/themes/data-visualisation/hsl.ts +226 -0
  176. package/dist/ts/colors/themes/data-visualisation/oklch.ts +226 -0
  177. package/dist/ts/colors/themes/data-visualisation/rgb.ts +226 -0
  178. package/dist/ts/colors/themes/fuchsia-blue/hex.ts +63 -0
  179. package/dist/ts/colors/themes/fuchsia-blue/hsl.ts +63 -0
  180. package/dist/ts/colors/themes/fuchsia-blue/oklch.ts +63 -0
  181. package/dist/ts/colors/themes/fuchsia-blue/rgb.ts +63 -0
  182. package/dist/ts/colors/themes/fuchsia-orange/hex.ts +63 -0
  183. package/dist/ts/colors/themes/fuchsia-orange/hsl.ts +63 -0
  184. package/dist/ts/colors/themes/fuchsia-orange/oklch.ts +63 -0
  185. package/dist/ts/colors/themes/fuchsia-orange/rgb.ts +63 -0
  186. package/dist/ts/colors/themes/masterbrand/hsl.ts +57 -57
  187. package/dist/ts/colors/themes/masterbrand/oklch.ts +57 -57
  188. package/package.json +5 -2
@@ -208,210 +208,210 @@
208
208
  }
209
209
 
210
210
  :root {
211
- --ember-50: hsl(206.67, 11.69%, 15.1%);
212
- --ember-100: hsl(213.18, 36.6%, 17.05%);
213
- --ember-150: hsl(223.18, 45.97%, 20.45%);
214
- --ember-200: hsl(239.01, 42.17%, 25.25%);
215
- --ember-250: hsl(256.92, 54.38%, 26.43%);
216
- --ember-300: hsl(272.21, 73.64%, 25.29%);
217
- --ember-350: hsl(288.04, 74.47%, 26.34%);
218
- --ember-400: hsl(306.7, 79.36%, 27.95%);
219
- --ember-450: hsl(321.29, 89.06%, 32.91%);
220
- --ember-500: hsl(333.21, 93.02%, 38.26%);
221
- --ember-550: hsl(348.56, 82.2%, 46.27%);
222
- --ember-600: hsl(356.81, 72.88%, 51.81%);
223
- --ember-650: hsl(4.24, 76.99%, 53.66%);
224
- --ember-700: hsl(10.37, 81.79%, 53.5%);
225
- --ember-750: hsl(15.55, 86.14%, 53.23%);
226
- --ember-800: hsl(20, 90%, 52.94%);
227
- --ember-850: hsl(27.92, 100%, 48.28%);
228
- --ember-900: hsl(33.52, 100%, 44.71%);
229
- --ember-950: hsl(37.15, 100%, 43.96%);
230
- --ember-1000: hsl(40.05, 100%, 44.88%);
231
- --ember-1050: hsl(41.63, 96.08%, 50%);
232
- --earthfire-50: hsl(31.58, 53.27%, 20.98%);
233
- --earthfire-100: hsl(29.83, 75.96%, 21.14%);
234
- --earthfire-150: hsl(28.29, 100%, 21.11%);
235
- --earthfire-200: hsl(25.01, 100%, 22.21%);
236
- --earthfire-250: hsl(19.74, 100%, 24.72%);
237
- --earthfire-300: hsl(10.95, 100%, 29.02%);
238
- --earthfire-350: hsl(13.86, 94.5%, 33.59%);
239
- --earthfire-400: hsl(15.67, 89.02%, 38.48%);
240
- --earthfire-450: hsl(17.17, 84.85%, 43.38%);
241
- --earthfire-500: hsl(18.62, 82.01%, 48.19%);
242
- --earthfire-550: hsl(20, 90%, 52.94%);
243
- --earthfire-600: hsl(27.92, 100%, 48.28%);
244
- --earthfire-650: hsl(33.52, 100%, 44.71%);
245
- --earthfire-700: hsl(37.15, 100%, 43.96%);
246
- --earthfire-750: hsl(40.05, 100%, 44.88%);
247
- --earthfire-800: hsl(41.63, 96.08%, 50%);
248
- --earthfire-850: hsl(40.33, 95.01%, 60.5%);
249
- --earthfire-900: hsl(41.17, 94.37%, 66.1%);
250
- --earthfire-950: hsl(42.6, 94.08%, 70.89%);
251
- --earthfire-1000: hsl(44.45, 94.44%, 75.39%);
252
- --earthfire-1050: hsl(46.67, 96.12%, 79.8%);
253
- --fuchsia-heat-50: hsl(314.26, 100%, 19.8%);
254
- --fuchsia-heat-100: hsl(313.81, 97.5%, 24.42%);
255
- --fuchsia-heat-150: hsl(313.5, 94.54%, 29.35%);
256
- --fuchsia-heat-200: hsl(313.28, 91.15%, 34.65%);
257
- --fuchsia-heat-250: hsl(313.13, 87.55%, 40.29%);
258
- --fuchsia-heat-300: hsl(312.96, 84.68%, 46.08%);
259
- --fuchsia-heat-350: hsl(325.17, 80.36%, 50.99%);
260
- --fuchsia-heat-400: hsl(337.28, 86.52%, 55.78%);
261
- --fuchsia-heat-450: hsl(350.5, 90.09%, 60.17%);
262
- --fuchsia-heat-500: hsl(5.94, 91.01%, 60.41%);
263
- --fuchsia-heat-550: hsl(20, 90%, 52.94%);
264
- --fuchsia-heat-600: hsl(27.92, 100%, 48.28%);
265
- --fuchsia-heat-650: hsl(33.52, 100%, 44.71%);
266
- --fuchsia-heat-700: hsl(37.15, 100%, 43.96%);
267
- --fuchsia-heat-750: hsl(40.05, 100%, 44.88%);
268
- --fuchsia-heat-800: hsl(41.63, 96.08%, 50%);
269
- --fuchsia-heat-850: hsl(40.33, 95.01%, 60.5%);
270
- --fuchsia-heat-900: hsl(41.17, 94.37%, 66.1%);
271
- --fuchsia-heat-950: hsl(42.6, 94.08%, 70.89%);
272
- --fuchsia-heat-1000: hsl(44.45, 94.44%, 75.39%);
273
- --fuchsia-heat-1050: hsl(46.67, 96.12%, 79.8%);
274
- --polar-glow-50: hsl(217.2, 100%, 19.61%);
275
- --polar-glow-100: hsl(216.47, 98.23%, 25.41%);
276
- --polar-glow-150: hsl(216.25, 95.7%, 31.67%);
277
- --polar-glow-200: hsl(216.42, 92.38%, 38.48%);
278
- --polar-glow-250: hsl(216.89, 88.51%, 45.86%);
279
- --polar-glow-300: hsl(217.34, 98.31%, 53.53%);
280
- --polar-glow-350: hsl(204.09, 100%, 35.98%);
281
- --polar-glow-400: hsl(198.32, 100%, 29.23%);
282
- --polar-glow-450: hsl(193.65, 100%, 25.57%);
283
- --polar-glow-500: hsl(189.91, 100%, 26.21%);
284
- --polar-glow-550: hsl(188.75, 51.06%, 36.86%);
285
- --polar-glow-600: hsl(188.56, 41.5%, 44.02%);
286
- --polar-glow-650: hsl(188.21, 36.66%, 51.05%);
287
- --polar-glow-700: hsl(187.78, 42.32%, 58.09%);
288
- --polar-glow-750: hsl(187.28, 50.49%, 65.18%);
289
- --polar-glow-800: hsl(186.74, 63.12%, 72.35%);
290
- --polar-glow-850: hsl(184.33, 58.39%, 75.1%);
291
- --polar-glow-900: hsl(181.58, 53.48%, 77.91%);
292
- --polar-glow-950: hsl(178.46, 50.29%, 81.05%);
293
- --polar-glow-1000: hsl(175.16, 48.63%, 84.4%);
294
- --polar-glow-1050: hsl(171.72, 46.03%, 87.65%);
295
- --glacier-pool-50: hsl(272.21, 73.64%, 25.29%);
296
- --glacier-pool-100: hsl(268.82, 63.8%, 32.55%);
297
- --glacier-pool-150: hsl(265.66, 57.74%, 40%);
298
- --glacier-pool-200: hsl(262.59, 53.52%, 47.71%);
299
- --glacier-pool-250: hsl(259.57, 63.29%, 55.69%);
300
- --glacier-pool-300: hsl(256.54, 84.78%, 63.92%);
301
- --glacier-pool-350: hsl(249.87, 89.68%, 65.72%);
302
- --glacier-pool-400: hsl(242.54, 93.67%, 67.32%);
303
- --glacier-pool-450: hsl(234.52, 96.78%, 65.68%);
304
- --glacier-pool-500: hsl(226.71, 98.25%, 61.49%);
305
- --glacier-pool-550: hsl(217.34, 98.31%, 53.53%);
306
- --glacier-pool-600: hsl(206.24, 100%, 47%);
307
- --glacier-pool-650: hsl(203.05, 100%, 52.55%);
308
- --glacier-pool-700: hsl(201.53, 100%, 61.68%);
309
- --glacier-pool-750: hsl(199.08, 99.69%, 69.52%);
310
- --glacier-pool-800: hsl(196.17, 100%, 77.45%);
311
- --glacier-pool-850: hsl(196.84, 99.95%, 80.17%);
312
- --glacier-pool-900: hsl(197.46, 99.46%, 82.69%);
313
- --glacier-pool-950: hsl(198.06, 98.33%, 85.06%);
314
- --glacier-pool-1000: hsl(198.64, 96.23%, 87.29%);
315
- --glacier-pool-1050: hsl(199.2, 92.59%, 89.41%);
316
- --deep-current-50: hsl(188, 73.17%, 16.08%);
317
- --deep-current-100: hsl(188.21, 65.12%, 20.06%);
318
- --deep-current-150: hsl(188.38, 59.83%, 24.13%);
319
- --deep-current-200: hsl(188.52, 56.06%, 28.28%);
320
- --deep-current-250: hsl(188.64, 53.25%, 32.53%);
321
- --deep-current-300: hsl(188.75, 51.06%, 36.86%);
322
- --deep-current-350: hsl(189.91, 100%, 26.21%);
323
- --deep-current-400: hsl(193.65, 100%, 25.57%);
324
- --deep-current-450: hsl(198.32, 100%, 29.23%);
325
- --deep-current-500: hsl(204.09, 100%, 35.98%);
326
- --deep-current-550: hsl(217.34, 98.31%, 53.53%);
327
- --deep-current-600: hsl(206.24, 100%, 47%);
328
- --deep-current-650: hsl(203.05, 100%, 52.55%);
329
- --deep-current-700: hsl(201.53, 100%, 61.68%);
330
- --deep-current-750: hsl(199.08, 99.69%, 69.52%);
331
- --deep-current-800: hsl(196.17, 100%, 77.45%);
332
- --deep-current-850: hsl(196.84, 99.95%, 80.17%);
333
- --deep-current-900: hsl(197.46, 99.46%, 82.69%);
334
- --deep-current-950: hsl(198.06, 98.33%, 85.06%);
335
- --deep-current-1000: hsl(198.64, 96.23%, 87.29%);
336
- --deep-current-1050: hsl(199.2, 92.59%, 89.41%);
337
- --blue-red-50: hsl(217.2, 100%, 19.61%);
338
- --blue-red-100: hsl(216.47, 98.23%, 25.41%);
339
- --blue-red-150: hsl(216.25, 95.7%, 31.67%);
340
- --blue-red-200: hsl(216.42, 92.38%, 38.48%);
341
- --blue-red-250: hsl(216.89, 88.51%, 45.86%);
342
- --blue-red-300: hsl(217.34, 98.31%, 53.53%);
343
- --blue-red-350: hsl(218.23, 100%, 65.24%);
344
- --blue-red-400: hsl(217.96, 100%, 74.56%);
345
- --blue-red-450: hsl(217.7, 100%, 83.35%);
346
- --blue-red-500: hsl(217.55, 100%, 91.82%);
347
- --blue-red-550: hsl(2.01, 95.63%, 91.77%);
348
- --blue-red-600: hsl(1.13, 86.74%, 82.98%);
349
- --blue-red-650: hsl(359.64, 79.13%, 73.58%);
350
- --blue-red-700: hsl(356.91, 73.26%, 62.53%);
351
- --blue-red-750: hsl(348.56, 82.2%, 46.27%);
352
- --blue-red-800: hsl(347.53, 85.06%, 40.38%);
353
- --blue-red-850: hsl(346.42, 88.86%, 34.61%);
354
- --blue-red-900: hsl(345.46, 93.03%, 29.13%);
355
- --blue-red-950: hsl(344.9, 96.76%, 24.08%);
356
- --blue-red-1000: hsl(344.85, 100%, 19.41%);
357
- --blue-orange-50: hsl(217.2, 100%, 19.61%);
358
- --blue-orange-100: hsl(216.47, 98.23%, 25.41%);
359
- --blue-orange-150: hsl(216.25, 95.7%, 31.67%);
360
- --blue-orange-200: hsl(216.42, 92.38%, 38.48%);
361
- --blue-orange-250: hsl(216.89, 88.51%, 45.86%);
362
- --blue-orange-300: hsl(217.34, 98.31%, 53.53%);
363
- --blue-orange-350: hsl(218.23, 100%, 65.24%);
364
- --blue-orange-400: hsl(217.96, 100%, 74.56%);
365
- --blue-orange-450: hsl(217.7, 100%, 83.35%);
366
- --blue-orange-500: hsl(217.55, 100%, 91.82%);
367
- --blue-orange-550: hsl(16.63, 100%, 92.35%);
368
- --blue-orange-600: hsl(16.75, 100%, 84.24%);
369
- --blue-orange-650: hsl(16.91, 98.91%, 75.59%);
370
- --blue-orange-700: hsl(17.33, 93.8%, 66.03%);
371
- --blue-orange-750: hsl(20, 90%, 52.94%);
372
- --blue-orange-800: hsl(18.62, 82.01%, 48.19%);
373
- --blue-orange-850: hsl(17.17, 84.85%, 43.38%);
374
- --blue-orange-900: hsl(15.67, 89.02%, 38.48%);
375
- --blue-orange-950: hsl(13.86, 94.5%, 33.59%);
376
- --blue-orange-1000: hsl(10.95, 100%, 29.02%);
377
- --purple-yellow-50: hsl(272.21, 73.64%, 25.29%);
378
- --purple-yellow-100: hsl(268.82, 63.8%, 32.55%);
379
- --purple-yellow-150: hsl(265.66, 57.74%, 40%);
380
- --purple-yellow-200: hsl(262.59, 53.52%, 47.71%);
381
- --purple-yellow-250: hsl(259.57, 63.29%, 55.69%);
382
- --purple-yellow-300: hsl(256.54, 84.78%, 63.92%);
383
- --purple-yellow-350: hsl(252.7, 88.36%, 72.62%);
384
- --purple-yellow-400: hsl(250.05, 92.77%, 80.24%);
385
- --purple-yellow-450: hsl(248.07, 97.91%, 87.26%);
386
- --purple-yellow-500: hsl(246.54, 100%, 93.83%);
387
- --purple-yellow-550: hsl(35.67, 100%, 92.7%);
388
- --purple-yellow-600: hsl(35.88, 98.83%, 85.12%);
389
- --purple-yellow-650: hsl(36.33, 97.53%, 77.04%);
390
- --purple-yellow-700: hsl(37.31, 96.4%, 67.74%);
391
- --purple-yellow-750: hsl(41.63, 96.08%, 50%);
392
- --purple-yellow-800: hsl(41.7, 97.32%, 43.56%);
393
- --purple-yellow-850: hsl(41.71, 98.31%, 37.41%);
394
- --purple-yellow-900: hsl(41.64, 99.07%, 31.54%);
395
- --purple-yellow-950: hsl(41.47, 99.62%, 25.93%);
396
- --purple-yellow-1000: hsl(41.14, 100%, 20.59%);
397
- --fuchsia-teal-50: hsl(314.26, 100%, 19.8%);
398
- --fuchsia-teal-100: hsl(313.81, 97.5%, 24.42%);
399
- --fuchsia-teal-150: hsl(313.5, 94.54%, 29.35%);
400
- --fuchsia-teal-200: hsl(313.28, 91.15%, 34.65%);
401
- --fuchsia-teal-250: hsl(313.13, 87.55%, 40.29%);
402
- --fuchsia-teal-300: hsl(312.96, 84.68%, 46.08%);
403
- --fuchsia-teal-350: hsl(316.92, 73.48%, 62.9%);
404
- --fuchsia-teal-400: hsl(319.1, 78.1%, 73.8%);
405
- --fuchsia-teal-450: hsl(320.89, 83.99%, 83.32%);
406
- --fuchsia-teal-500: hsl(322.5, 91.05%, 92.01%);
407
- --fuchsia-teal-550: hsl(189.91, 27.19%, 87.45%);
408
- --fuchsia-teal-600: hsl(189.88, 27.24%, 75.07%);
409
- --fuchsia-teal-650: hsl(189.78, 27.44%, 62.78%);
410
- --fuchsia-teal-700: hsl(189.53, 28%, 50.37%);
411
- --fuchsia-teal-750: hsl(188.75, 51.06%, 36.86%);
412
- --fuchsia-teal-800: hsl(188.64, 53.25%, 32.53%);
413
- --fuchsia-teal-850: hsl(188.52, 56.06%, 28.28%);
414
- --fuchsia-teal-900: hsl(188.38, 59.83%, 24.13%);
415
- --fuchsia-teal-950: hsl(188.21, 65.12%, 20.06%);
416
- --fuchsia-teal-1000: hsl(188, 73.17%, 16.08%);
211
+ --ember-50: hsl(206.666667, 11.688312%, 15.098039%);
212
+ --ember-100: hsl(212.903226, 35.632184%, 17.058824%);
213
+ --ember-150: hsl(222.5, 46.153846%, 20.392157%);
214
+ --ember-200: hsl(238.909091, 42.635659%, 25.294118%);
215
+ --ember-250: hsl(256.438356, 54.074074%, 26.470588%);
216
+ --ember-300: hsl(272.210526, 73.643411%, 25.294118%);
217
+ --ember-350: hsl(288, 74.626866%, 26.27451%);
218
+ --ember-400: hsl(306.902655, 79.020979%, 28.039216%);
219
+ --ember-450: hsl(321.2, 89.285714%, 32.941176%);
220
+ --ember-500: hsl(333.149171, 92.820513%, 38.235294%);
221
+ --ember-550: hsl(348.556701, 82.20339%, 46.27451%);
222
+ --ember-600: hsl(356.98324, 73.061224%, 51.960784%);
223
+ --ember-650: hsl(4.285714, 77.118644%, 53.72549%);
224
+ --ember-700: hsl(10.515464, 81.512605%, 53.333333%);
225
+ --ember-750: hsl(15.512195, 85.774059%, 53.137255%);
226
+ --ember-800: hsl(20, 90%, 52.941176%);
227
+ --ember-850: hsl(27.935223, 100%, 48.431373%);
228
+ --ember-900: hsl(31.325301, 100%, 48.823529%);
229
+ --ember-950: hsl(34.661355, 100%, 49.215686%);
230
+ --ember-1000: hsl(38.247012, 100%, 49.215686%);
231
+ --ember-1050: hsl(41.632653, 96.078431%, 50%);
232
+ --earthfire-50: hsl(31.578947, 53.271028%, 20.980392%);
233
+ --earthfire-100: hsl(30, 75.925926%, 21.176471%);
234
+ --earthfire-150: hsl(28.333333, 100%, 21.176471%);
235
+ --earthfire-200: hsl(22.622951, 100%, 23.921569%);
236
+ --earthfire-250: hsl(16.888889, 100%, 26.470588%);
237
+ --earthfire-300: hsl(10.945946, 100%, 29.019608%);
238
+ --earthfire-350: hsl(13.703704, 94.186047%, 33.72549%);
239
+ --earthfire-400: hsl(15.517241, 88.77551%, 38.431373%);
240
+ --earthfire-450: hsl(17.005348, 84.615385%, 43.333333%);
241
+ --earthfire-500: hsl(18.712871, 82.113821%, 48.235294%);
242
+ --earthfire-550: hsl(20, 90%, 52.941176%);
243
+ --earthfire-600: hsl(27.935223, 100%, 48.431373%);
244
+ --earthfire-650: hsl(31.325301, 100%, 48.823529%);
245
+ --earthfire-700: hsl(34.661355, 100%, 49.215686%);
246
+ --earthfire-750: hsl(38.247012, 100%, 49.215686%);
247
+ --earthfire-800: hsl(41.632653, 96.078431%, 50%);
248
+ --earthfire-850: hsl(40.209424, 95.024876%, 60.588235%);
249
+ --earthfire-900: hsl(41.226994, 94.219653%, 66.078431%);
250
+ --earthfire-950: hsl(42.428571, 94.594595%, 70.980392%);
251
+ --earthfire-1000: hsl(44.369748, 95.2%, 75.490196%);
252
+ --earthfire-1050: hsl(46.666667, 96.116505%, 79.803922%);
253
+ --fuchsia-heat-50: hsl(314.257426, 100%, 19.803922%);
254
+ --fuchsia-heat-100: hsl(313.884298, 96.8%, 24.509804%);
255
+ --fuchsia-heat-150: hsl(313.521127, 94.666667%, 29.411765%);
256
+ --fuchsia-heat-200: hsl(313.416149, 90.960452%, 34.705882%);
257
+ --fuchsia-heat-250: hsl(313.333333, 87.378641%, 40.392157%);
258
+ --fuchsia-heat-300: hsl(312.964824, 84.680851%, 46.078431%);
259
+ --fuchsia-heat-350: hsl(325.2, 80%, 50.980392%);
260
+ --fuchsia-heat-400: hsl(337.230769, 86.666667%, 55.882353%);
261
+ --fuchsia-heat-450: hsl(350.491803, 90.147783%, 60.196078%);
262
+ --fuchsia-heat-500: hsl(5.869565, 91.089109%, 60.392157%);
263
+ --fuchsia-heat-550: hsl(20, 90%, 52.941176%);
264
+ --fuchsia-heat-600: hsl(27.935223, 100%, 48.431373%);
265
+ --fuchsia-heat-650: hsl(31.325301, 100%, 48.823529%);
266
+ --fuchsia-heat-700: hsl(34.661355, 100%, 49.215686%);
267
+ --fuchsia-heat-750: hsl(38.247012, 100%, 49.215686%);
268
+ --fuchsia-heat-800: hsl(41.632653, 96.078431%, 50%);
269
+ --fuchsia-heat-850: hsl(40.209424, 95.024876%, 60.588235%);
270
+ --fuchsia-heat-900: hsl(41.226994, 94.219653%, 66.078431%);
271
+ --fuchsia-heat-950: hsl(42.428571, 94.594595%, 70.980392%);
272
+ --fuchsia-heat-1000: hsl(44.369748, 95.2%, 75.490196%);
273
+ --fuchsia-heat-1050: hsl(46.666667, 96.116505%, 79.803922%);
274
+ --polar-glow-50: hsl(217.2, 100%, 19.607843%);
275
+ --polar-glow-100: hsl(216.377953, 98.449612%, 25.294118%);
276
+ --polar-glow-150: hsl(216, 96.273292%, 31.568627%);
277
+ --polar-glow-200: hsl(216.263736, 92.857143%, 38.431373%);
278
+ --polar-glow-250: hsl(216.811594, 88.841202%, 45.686275%);
279
+ --polar-glow-300: hsl(217.339056, 98.312236%, 53.529412%);
280
+ --polar-glow-350: hsl(209.090909, 100%, 45.294118%);
281
+ --polar-glow-400: hsl(203.653846, 100%, 40.784314%);
282
+ --polar-glow-450: hsl(197.608696, 100%, 36.078431%);
283
+ --polar-glow-500: hsl(191.851852, 100%, 31.764706%);
284
+ --polar-glow-550: hsl(188.75, 51.06383%, 36.862745%);
285
+ --polar-glow-600: hsl(188.387097, 41.333333%, 44.117647%);
286
+ --polar-glow-650: hsl(188.478261, 36.8%, 50.980392%);
287
+ --polar-glow-700: hsl(187.333333, 42.056075%, 58.039216%);
288
+ --polar-glow-750: hsl(187.333333, 50.561798%, 65.098039%);
289
+ --polar-glow-800: hsl(186.741573, 63.120567%, 72.352941%);
290
+ --polar-glow-850: hsl(184.8, 59.055118%, 75.098039%);
291
+ --polar-glow-900: hsl(182, 53.571429%, 78.039216%);
292
+ --polar-glow-950: hsl(178.77551, 50.515464%, 80.980392%);
293
+ --polar-glow-1000: hsl(173.846154, 49.367089%, 84.509804%);
294
+ --polar-glow-1050: hsl(171.724138, 46.031746%, 87.647059%);
295
+ --glacier-pool-50: hsl(272.210526, 73.643411%, 25.294118%);
296
+ --glacier-pool-100: hsl(268.867925, 63.855422%, 32.54902%);
297
+ --glacier-pool-150: hsl(265.423729, 57.843137%, 40%);
298
+ --glacier-pool-200: hsl(262.615385, 53.278689%, 47.843137%);
299
+ --glacier-pool-250: hsl(259.583333, 63.716814%, 55.686275%);
300
+ --glacier-pool-300: hsl(256.538462, 84.782609%, 63.921569%);
301
+ --glacier-pool-350: hsl(249.936306, 89.714286%, 65.686275%);
302
+ --glacier-pool-400: hsl(242.307692, 93.975904%, 67.45098%);
303
+ --glacier-pool-450: hsl(234.674556, 96.571429%, 65.686275%);
304
+ --glacier-pool-500: hsl(226.632124, 97.969543%, 61.372549%);
305
+ --glacier-pool-550: hsl(217.339056, 98.312236%, 53.529412%);
306
+ --glacier-pool-600: hsl(207.764706, 100%, 50%);
307
+ --glacier-pool-650: hsl(202.962963, 100%, 52.352941%);
308
+ --glacier-pool-700: hsl(201.428571, 100%, 61.568627%);
309
+ --glacier-pool-750: hsl(199.354839, 100%, 69.607843%);
310
+ --glacier-pool-800: hsl(196.173913, 100%, 77.45098%);
311
+ --glacier-pool-850: hsl(196.633663, 100%, 80.196078%);
312
+ --glacier-pool-900: hsl(197.727273, 100%, 82.745098%);
313
+ --glacier-pool-950: hsl(197.6, 97.402597%, 84.901961%);
314
+ --glacier-pool-1000: hsl(199.047619, 96.923077%, 87.254902%);
315
+ --glacier-pool-1050: hsl(199.2, 92.592593%, 89.411765%);
316
+ --deep-current-50: hsl(188, 73.170732%, 16.078431%);
317
+ --deep-current-100: hsl(188.181818, 64.705882%, 20%);
318
+ --deep-current-150: hsl(188.219178, 59.349593%, 24.117647%);
319
+ --deep-current-200: hsl(188.888889, 55.862069%, 28.431373%);
320
+ --deep-current-250: hsl(188.863636, 53.012048%, 32.54902%);
321
+ --deep-current-300: hsl(188.75, 51.06383%, 36.862745%);
322
+ --deep-current-350: hsl(191.851852, 100%, 31.764706%);
323
+ --deep-current-400: hsl(197.608696, 100%, 36.078431%);
324
+ --deep-current-450: hsl(203.653846, 100%, 40.784314%);
325
+ --deep-current-500: hsl(209.090909, 100%, 45.294118%);
326
+ --deep-current-550: hsl(217.339056, 98.312236%, 53.529412%);
327
+ --deep-current-600: hsl(207.764706, 100%, 50%);
328
+ --deep-current-650: hsl(202.962963, 100%, 52.352941%);
329
+ --deep-current-700: hsl(201.428571, 100%, 61.568627%);
330
+ --deep-current-750: hsl(199.354839, 100%, 69.607843%);
331
+ --deep-current-800: hsl(196.173913, 100%, 77.45098%);
332
+ --deep-current-850: hsl(196.633663, 100%, 80.196078%);
333
+ --deep-current-900: hsl(197.727273, 100%, 82.745098%);
334
+ --deep-current-950: hsl(197.6, 97.402597%, 84.901961%);
335
+ --deep-current-1000: hsl(199.047619, 96.923077%, 87.254902%);
336
+ --deep-current-1050: hsl(199.2, 92.592593%, 89.411765%);
337
+ --blue-red-50: hsl(217.2, 100%, 19.607843%);
338
+ --blue-red-100: hsl(216.377953, 98.449612%, 25.294118%);
339
+ --blue-red-150: hsl(216, 96.273292%, 31.568627%);
340
+ --blue-red-200: hsl(216.263736, 92.857143%, 38.431373%);
341
+ --blue-red-250: hsl(216.811594, 88.841202%, 45.686275%);
342
+ --blue-red-300: hsl(217.339056, 98.312236%, 53.529412%);
343
+ --blue-red-350: hsl(217.877095, 100%, 64.901961%);
344
+ --blue-red-400: hsl(217.164179, 100%, 73.72549%);
345
+ --blue-red-450: hsl(216.666667, 100%, 82.352941%);
346
+ --blue-red-500: hsl(216, 100%, 91.176471%);
347
+ --blue-red-550: hsl(1.5, 95.238095%, 91.764706%);
348
+ --blue-red-600: hsl(0.8, 86.206897%, 82.941176%);
349
+ --blue-red-650: hsl(359.439252, 79.259259%, 73.529412%);
350
+ --blue-red-700: hsl(356.571429, 72.916667%, 62.352941%);
351
+ --blue-red-750: hsl(348.556701, 82.20339%, 46.27451%);
352
+ --blue-red-800: hsl(347.386364, 85.436893%, 40.392157%);
353
+ --blue-red-850: hsl(346.624204, 88.700565%, 34.705882%);
354
+ --blue-red-900: hsl(345.217391, 93.243243%, 29.019608%);
355
+ --blue-red-950: hsl(344.87395, 96.747967%, 24.117647%);
356
+ --blue-red-1000: hsl(344.848485, 100%, 19.411765%);
357
+ --blue-orange-50: hsl(217.2, 100%, 19.607843%);
358
+ --blue-orange-100: hsl(216.377953, 98.449612%, 25.294118%);
359
+ --blue-orange-150: hsl(216, 96.273292%, 31.568627%);
360
+ --blue-orange-200: hsl(216.263736, 92.857143%, 38.431373%);
361
+ --blue-orange-250: hsl(216.811594, 88.841202%, 45.686275%);
362
+ --blue-orange-300: hsl(217.339056, 98.312236%, 53.529412%);
363
+ --blue-orange-350: hsl(217.877095, 100%, 64.901961%);
364
+ --blue-orange-400: hsl(217.164179, 100%, 73.72549%);
365
+ --blue-orange-450: hsl(216.666667, 100%, 82.352941%);
366
+ --blue-orange-500: hsl(216, 100%, 91.176471%);
367
+ --blue-orange-550: hsl(17.560976, 100%, 91.960784%);
368
+ --blue-orange-600: hsl(16.829268, 100%, 83.921569%);
369
+ --blue-orange-650: hsl(17.073171, 98.4%, 75.490196%);
370
+ --blue-orange-700: hsl(17.300613, 94.219653%, 66.078431%);
371
+ --blue-orange-750: hsl(20, 90%, 52.941176%);
372
+ --blue-orange-800: hsl(18.712871, 82.113821%, 48.235294%);
373
+ --blue-orange-850: hsl(17.005348, 84.615385%, 43.333333%);
374
+ --blue-orange-900: hsl(15.517241, 88.77551%, 38.431373%);
375
+ --blue-orange-950: hsl(13.703704, 94.186047%, 33.72549%);
376
+ --blue-orange-1000: hsl(10.945946, 100%, 29.019608%);
377
+ --purple-yellow-50: hsl(272.210526, 73.643411%, 25.294118%);
378
+ --purple-yellow-100: hsl(268.867925, 63.855422%, 32.54902%);
379
+ --purple-yellow-150: hsl(265.423729, 57.843137%, 40%);
380
+ --purple-yellow-200: hsl(262.615385, 53.278689%, 47.843137%);
381
+ --purple-yellow-250: hsl(259.583333, 63.716814%, 55.686275%);
382
+ --purple-yellow-300: hsl(256.538462, 84.782609%, 63.921569%);
383
+ --purple-yellow-350: hsl(253.064516, 88.571429%, 72.54902%);
384
+ --purple-yellow-400: hsl(250.322581, 92.079208%, 80.196078%);
385
+ --purple-yellow-450: hsl(247.619048, 96.923077%, 87.254902%);
386
+ --purple-yellow-500: hsl(247.5, 100%, 93.72549%);
387
+ --purple-yellow-550: hsl(35.675676, 100%, 92.745098%);
388
+ --purple-yellow-600: hsl(35.2, 100%, 85.294118%);
389
+ --purple-yellow-650: hsl(36, 98.290598%, 77.058824%);
390
+ --purple-yellow-700: hsl(37.358491, 96.363636%, 67.647059%);
391
+ --purple-yellow-750: hsl(41.632653, 96.078431%, 50%);
392
+ --purple-yellow-800: hsl(41.666667, 97.297297%, 43.529412%);
393
+ --purple-yellow-850: hsl(41.71123, 97.905759%, 37.45098%);
394
+ --purple-yellow-900: hsl(41.509434, 98.757764%, 31.568627%);
395
+ --purple-yellow-950: hsl(41.363636, 100%, 25.882353%);
396
+ --purple-yellow-1000: hsl(41.142857, 100%, 20.588235%);
397
+ --fuchsia-teal-50: hsl(314.257426, 100%, 19.803922%);
398
+ --fuchsia-teal-100: hsl(313.884298, 96.8%, 24.509804%);
399
+ --fuchsia-teal-150: hsl(313.521127, 94.666667%, 29.411765%);
400
+ --fuchsia-teal-200: hsl(313.416149, 90.960452%, 34.705882%);
401
+ --fuchsia-teal-250: hsl(313.333333, 87.378641%, 40.392157%);
402
+ --fuchsia-teal-300: hsl(312.964824, 84.680851%, 46.078431%);
403
+ --fuchsia-teal-350: hsl(316.834532, 73.544974%, 62.941176%);
404
+ --fuchsia-teal-400: hsl(319.038462, 77.61194%, 73.72549%);
405
+ --fuchsia-teal-450: hsl(321.126761, 83.529412%, 83.333333%);
406
+ --fuchsia-teal-500: hsl(322.702703, 90.243902%, 91.960784%);
407
+ --fuchsia-teal-550: hsl(190, 28.125%, 87.45098%);
408
+ --fuchsia-teal-600: hsl(190.285714, 27.559055%, 75.098039%);
409
+ --fuchsia-teal-650: hsl(189.230769, 27.368421%, 62.745098%);
410
+ --fuchsia-teal-700: hsl(189.295775, 28.063241%, 50.392157%);
411
+ --fuchsia-teal-750: hsl(188.75, 51.06383%, 36.862745%);
412
+ --fuchsia-teal-800: hsl(188.863636, 53.012048%, 32.54902%);
413
+ --fuchsia-teal-850: hsl(188.888889, 55.862069%, 28.431373%);
414
+ --fuchsia-teal-900: hsl(188.219178, 59.349593%, 24.117647%);
415
+ --fuchsia-teal-950: hsl(188.181818, 64.705882%, 20%);
416
+ --fuchsia-teal-1000: hsl(188, 73.170732%, 16.078431%);
417
417
  }