@nswds/tokens 2.32.2 → 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.
- package/README.md +23 -0
- package/dist/css/colors/global/hsl.css +342 -342
- package/dist/css/colors/global/oklch.css +342 -342
- package/dist/css/colors/semantic/hsl.css +76 -76
- package/dist/css/colors/semantic/oklch.css +76 -76
- package/dist/css/colors/themes/data-visualisation/hex.css +208 -0
- package/dist/css/colors/themes/data-visualisation/hsl.css +208 -0
- package/dist/css/colors/themes/data-visualisation/oklch.css +208 -0
- package/dist/css/colors/themes/data-visualisation/rgb.css +208 -0
- package/dist/css/colors/themes/fuchsia-blue/hex.css +59 -0
- package/dist/css/colors/themes/fuchsia-blue/hsl.css +59 -0
- package/dist/css/colors/themes/fuchsia-blue/oklch.css +59 -0
- package/dist/css/colors/themes/fuchsia-blue/rgb.css +59 -0
- package/dist/css/colors/themes/fuchsia-orange/hex.css +59 -0
- package/dist/css/colors/themes/fuchsia-orange/hsl.css +59 -0
- package/dist/css/colors/themes/fuchsia-orange/oklch.css +59 -0
- package/dist/css/colors/themes/fuchsia-orange/rgb.css +59 -0
- package/dist/css/colors/themes/masterbrand/hsl.css +57 -57
- package/dist/css/colors/themes/masterbrand/oklch.css +57 -57
- package/dist/figma/color/global/hex.json +1 -1
- package/dist/figma/color/global/hsl.json +1027 -2053
- package/dist/figma/color/global/oklch.json +1027 -2053
- package/dist/figma/color/global/rgb.json +1369 -2395
- package/dist/figma/color/semantic/hsl.json +228 -152
- package/dist/figma/color/semantic/oklch.json +228 -152
- package/dist/figma/color/semantic/rgb.json +304 -228
- package/dist/figma/color/themes/data-visualisation/hex.json +846 -0
- package/dist/figma/color/themes/data-visualisation/hsl.json +1876 -0
- package/dist/figma/color/themes/data-visualisation/oklch.json +1876 -0
- package/dist/figma/color/themes/data-visualisation/rgb.json +1876 -0
- package/dist/figma/color/themes/fuchsia-blue/hex.json +236 -0
- package/dist/figma/color/themes/fuchsia-blue/hsl.json +521 -0
- package/dist/figma/color/themes/fuchsia-blue/oklch.json +521 -0
- package/dist/figma/color/themes/fuchsia-blue/rgb.json +521 -0
- package/dist/figma/color/themes/fuchsia-orange/hex.json +236 -0
- package/dist/figma/color/themes/fuchsia-orange/hsl.json +521 -0
- package/dist/figma/color/themes/fuchsia-orange/oklch.json +521 -0
- package/dist/figma/color/themes/fuchsia-orange/rgb.json +521 -0
- package/dist/figma/color/themes/masterbrand/color/hsl.json +171 -114
- package/dist/figma/color/themes/masterbrand/color/oklch.json +171 -114
- package/dist/figma/color/themes/masterbrand/color/rgb.json +228 -171
- package/dist/index.cjs +33786 -11365
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3878 -482
- package/dist/index.d.ts +3878 -482
- package/dist/index.js +33786 -11365
- package/dist/index.js.map +1 -1
- package/dist/js/colors/global/hsl.js +342 -342
- package/dist/js/colors/global/oklch.js +342 -342
- package/dist/js/colors/semantic/hex.js +0 -3
- package/dist/js/colors/semantic/hsl.js +76 -79
- package/dist/js/colors/semantic/oklch.js +76 -79
- package/dist/js/colors/semantic/rgb.js +0 -3
- package/dist/js/colors/themes/data-visualisation/hex.js +226 -0
- package/dist/js/colors/themes/data-visualisation/hsl.js +226 -0
- package/dist/js/colors/themes/data-visualisation/oklch.js +226 -0
- package/dist/js/colors/themes/data-visualisation/rgb.js +226 -0
- package/dist/js/colors/themes/fuchsia-blue/hex.js +63 -0
- package/dist/js/colors/themes/fuchsia-blue/hsl.js +63 -0
- package/dist/js/colors/themes/fuchsia-blue/oklch.js +63 -0
- package/dist/js/colors/themes/fuchsia-blue/rgb.js +63 -0
- package/dist/js/colors/themes/fuchsia-orange/hex.js +63 -0
- package/dist/js/colors/themes/fuchsia-orange/hsl.js +63 -0
- package/dist/js/colors/themes/fuchsia-orange/oklch.js +63 -0
- package/dist/js/colors/themes/fuchsia-orange/rgb.js +63 -0
- package/dist/js/colors/themes/masterbrand/hsl.js +57 -57
- package/dist/js/colors/themes/masterbrand/oklch.js +57 -57
- package/dist/json/colors/global/hex.json +1 -1
- package/dist/json/colors/global/hsl.json +343 -343
- package/dist/json/colors/global/oklch.json +343 -343
- package/dist/json/colors/global/rgb.json +1 -1
- package/dist/json/colors/semantic/hsl.json +76 -76
- package/dist/json/colors/semantic/oklch.json +76 -76
- package/dist/json/colors/themes/data-visualisation/hex.json +228 -0
- package/dist/json/colors/themes/data-visualisation/hsl.json +228 -0
- package/dist/json/colors/themes/data-visualisation/oklch.json +228 -0
- package/dist/json/colors/themes/data-visualisation/rgb.json +228 -0
- package/dist/json/colors/themes/fuchsia-blue/hex.json +65 -0
- package/dist/json/colors/themes/fuchsia-blue/hsl.json +65 -0
- package/dist/json/colors/themes/fuchsia-blue/oklch.json +65 -0
- package/dist/json/colors/themes/fuchsia-blue/rgb.json +65 -0
- package/dist/json/colors/themes/fuchsia-orange/hex.json +65 -0
- package/dist/json/colors/themes/fuchsia-orange/hsl.json +65 -0
- package/dist/json/colors/themes/fuchsia-orange/oklch.json +65 -0
- package/dist/json/colors/themes/fuchsia-orange/rgb.json +65 -0
- package/dist/json/colors/themes/masterbrand/hsl.json +57 -57
- package/dist/json/colors/themes/masterbrand/oklch.json +57 -57
- package/dist/less/colors/global/hsl.less +342 -342
- package/dist/less/colors/global/oklch.less +342 -342
- package/dist/less/colors/semantic/hsl.less +76 -76
- package/dist/less/colors/semantic/oklch.less +76 -76
- package/dist/less/colors/themes/data-visualisation/hex.less +206 -0
- package/dist/less/colors/themes/data-visualisation/hsl.less +206 -0
- package/dist/less/colors/themes/data-visualisation/oklch.less +206 -0
- package/dist/less/colors/themes/data-visualisation/rgb.less +206 -0
- package/dist/less/colors/themes/fuchsia-blue/hex.less +57 -0
- package/dist/less/colors/themes/fuchsia-blue/hsl.less +57 -0
- package/dist/less/colors/themes/fuchsia-blue/oklch.less +57 -0
- package/dist/less/colors/themes/fuchsia-blue/rgb.less +57 -0
- package/dist/less/colors/themes/fuchsia-orange/hex.less +57 -0
- package/dist/less/colors/themes/fuchsia-orange/hsl.less +57 -0
- package/dist/less/colors/themes/fuchsia-orange/oklch.less +57 -0
- package/dist/less/colors/themes/fuchsia-orange/rgb.less +57 -0
- package/dist/less/colors/themes/masterbrand/hsl.less +57 -57
- package/dist/less/colors/themes/masterbrand/oklch.less +57 -57
- package/dist/scss/colors/global/hsl.scss +342 -342
- package/dist/scss/colors/global/oklch.scss +342 -342
- package/dist/scss/colors/semantic/hsl.scss +76 -76
- package/dist/scss/colors/semantic/oklch.scss +76 -76
- package/dist/scss/colors/themes/data-visualisation/hex.scss +206 -0
- package/dist/scss/colors/themes/data-visualisation/hsl.scss +206 -0
- package/dist/scss/colors/themes/data-visualisation/oklch.scss +206 -0
- package/dist/scss/colors/themes/data-visualisation/rgb.scss +206 -0
- package/dist/scss/colors/themes/fuchsia-blue/hex.scss +57 -0
- package/dist/scss/colors/themes/fuchsia-blue/hsl.scss +57 -0
- package/dist/scss/colors/themes/fuchsia-blue/oklch.scss +57 -0
- package/dist/scss/colors/themes/fuchsia-blue/rgb.scss +57 -0
- package/dist/scss/colors/themes/fuchsia-orange/hex.scss +57 -0
- package/dist/scss/colors/themes/fuchsia-orange/hsl.scss +57 -0
- package/dist/scss/colors/themes/fuchsia-orange/oklch.scss +57 -0
- package/dist/scss/colors/themes/fuchsia-orange/rgb.scss +57 -0
- package/dist/scss/colors/themes/masterbrand/hsl.scss +57 -57
- package/dist/scss/colors/themes/masterbrand/oklch.scss +57 -57
- package/dist/tailwind/colors/global/hsl.css +342 -342
- package/dist/tailwind/colors/global/oklch.css +342 -342
- package/dist/tailwind/colors/semantic/hsl.css +76 -76
- package/dist/tailwind/colors/semantic/oklch.css +76 -76
- package/dist/tailwind/colors/themes/data-visualisation/hsl.css +206 -206
- package/dist/tailwind/colors/themes/data-visualisation/oklch.css +206 -206
- package/dist/tailwind/colors/themes/fuchsia-blue/hex.css +1 -1
- package/dist/tailwind/colors/themes/fuchsia-blue/hsl.css +117 -57
- package/dist/tailwind/colors/themes/fuchsia-blue/oklch.css +117 -57
- package/dist/tailwind/colors/themes/fuchsia-blue/rgb.css +117 -57
- package/dist/tailwind/colors/themes/fuchsia-orange/hex.css +1 -1
- package/dist/tailwind/colors/themes/fuchsia-orange/hsl.css +117 -57
- package/dist/tailwind/colors/themes/fuchsia-orange/oklch.css +117 -57
- package/dist/tailwind/colors/themes/fuchsia-orange/rgb.css +117 -57
- package/dist/tailwind/colors/themes/masterbrand/hex.css +1 -1
- package/dist/tailwind/colors/themes/masterbrand/hsl.css +117 -57
- package/dist/tailwind/colors/themes/masterbrand/oklch.css +117 -57
- package/dist/tailwind/colors/themes/masterbrand/rgb.css +117 -57
- package/dist/tokens/global/color/canonical.json +4484 -0
- package/dist/tokens/global/color/hex.json +1 -1
- package/dist/tokens/global/color/hsl.json +1942 -1600
- package/dist/tokens/global/color/oklch.json +2041 -1699
- package/dist/tokens/global/color/rgb.json +2342 -2000
- package/dist/tokens/{Primitives /342/200/224 semantic.light.json" → primitives-semantic.light.json} +76 -76
- package/dist/tokens/semantic/color/canonical.json +998 -0
- package/dist/tokens/semantic/color/hsl.json +532 -152
- package/dist/tokens/semantic/color/oklch.json +532 -152
- package/dist/tokens/semantic/color/rgb.json +608 -228
- package/dist/tokens/themes/color/data-visualisation/canonical.json +2700 -0
- package/dist/tokens/themes/color/data-visualisation/hex.json +846 -0
- package/dist/tokens/themes/color/data-visualisation/hsl.json +2700 -0
- package/dist/tokens/themes/color/data-visualisation/oklch.json +2700 -0
- package/dist/tokens/themes/color/data-visualisation/rgb.json +2700 -0
- package/dist/tokens/themes/color/fuchsia-blue/canonical.json +236 -0
- package/dist/tokens/themes/color/fuchsia-blue/hex.json +236 -0
- package/dist/tokens/themes/color/fuchsia-blue/hsl.json +749 -0
- package/dist/tokens/themes/color/fuchsia-blue/oklch.json +749 -0
- package/dist/tokens/themes/color/fuchsia-blue/rgb.json +749 -0
- package/dist/tokens/themes/color/fuchsia-orange/canonical.json +236 -0
- package/dist/tokens/themes/color/fuchsia-orange/hex.json +236 -0
- package/dist/tokens/themes/color/fuchsia-orange/hsl.json +749 -0
- package/dist/tokens/themes/color/fuchsia-orange/oklch.json +749 -0
- package/dist/tokens/themes/color/fuchsia-orange/rgb.json +749 -0
- package/dist/tokens/themes/color/masterbrand/canonical.json +236 -0
- package/dist/tokens/themes/color/masterbrand/hex.json +1 -1
- package/dist/tokens/themes/color/masterbrand/hsl.json +313 -256
- package/dist/tokens/themes/color/masterbrand/oklch.json +338 -281
- package/dist/tokens/themes/color/masterbrand/rgb.json +390 -333
- package/dist/tokens/{Themes /342/200/224 masterbrand.light.json" → themes-masterbrand.light.json} +57 -57
- package/dist/ts/colors/global/hsl.ts +342 -342
- package/dist/ts/colors/global/oklch.ts +342 -342
- package/dist/ts/colors/semantic/hsl.ts +76 -76
- package/dist/ts/colors/semantic/oklch.ts +76 -76
- package/dist/ts/colors/themes/data-visualisation/hex.ts +226 -0
- package/dist/ts/colors/themes/data-visualisation/hsl.ts +226 -0
- package/dist/ts/colors/themes/data-visualisation/oklch.ts +226 -0
- package/dist/ts/colors/themes/data-visualisation/rgb.ts +226 -0
- package/dist/ts/colors/themes/fuchsia-blue/hex.ts +63 -0
- package/dist/ts/colors/themes/fuchsia-blue/hsl.ts +63 -0
- package/dist/ts/colors/themes/fuchsia-blue/oklch.ts +63 -0
- package/dist/ts/colors/themes/fuchsia-blue/rgb.ts +63 -0
- package/dist/ts/colors/themes/fuchsia-orange/hex.ts +63 -0
- package/dist/ts/colors/themes/fuchsia-orange/hsl.ts +63 -0
- package/dist/ts/colors/themes/fuchsia-orange/oklch.ts +63 -0
- package/dist/ts/colors/themes/fuchsia-orange/rgb.ts +63 -0
- package/dist/ts/colors/themes/masterbrand/hsl.ts +57 -57
- package/dist/ts/colors/themes/masterbrand/oklch.ts +57 -57
- package/package.json +15 -2
- /package/dist/tokens/{Primitives /342/200/224 global.light.json" → primitives-global.light.json} +0 -0
|
@@ -208,210 +208,210 @@
|
|
|
208
208
|
}
|
|
209
209
|
|
|
210
210
|
:root {
|
|
211
|
-
--ember-50: hsl(206.
|
|
212
|
-
--ember-100: hsl(
|
|
213
|
-
--ember-150: hsl(
|
|
214
|
-
--ember-200: hsl(
|
|
215
|
-
--ember-250: hsl(256.
|
|
216
|
-
--ember-300: hsl(272.
|
|
217
|
-
--ember-350: hsl(288
|
|
218
|
-
--ember-400: hsl(306.
|
|
219
|
-
--ember-450: hsl(321.
|
|
220
|
-
--ember-500: hsl(333.
|
|
221
|
-
--ember-550: hsl(348.
|
|
222
|
-
--ember-600: hsl(356.
|
|
223
|
-
--ember-650: hsl(4.
|
|
224
|
-
--ember-700: hsl(10.
|
|
225
|
-
--ember-750: hsl(15.
|
|
226
|
-
--ember-800: hsl(20, 90%, 52.
|
|
227
|
-
--ember-850: hsl(27.
|
|
228
|
-
--ember-900: hsl(
|
|
229
|
-
--ember-950: hsl(
|
|
230
|
-
--ember-1000: hsl(
|
|
231
|
-
--ember-1050: hsl(41.
|
|
232
|
-
--earthfire-50: hsl(31.
|
|
233
|
-
--earthfire-100: hsl(
|
|
234
|
-
--earthfire-150: hsl(28.
|
|
235
|
-
--earthfire-200: hsl(
|
|
236
|
-
--earthfire-250: hsl(
|
|
237
|
-
--earthfire-300: hsl(10.
|
|
238
|
-
--earthfire-350: hsl(13.
|
|
239
|
-
--earthfire-400: hsl(15.
|
|
240
|
-
--earthfire-450: hsl(17.
|
|
241
|
-
--earthfire-500: hsl(18.
|
|
242
|
-
--earthfire-550: hsl(20, 90%, 52.
|
|
243
|
-
--earthfire-600: hsl(27.
|
|
244
|
-
--earthfire-650: hsl(
|
|
245
|
-
--earthfire-700: hsl(
|
|
246
|
-
--earthfire-750: hsl(
|
|
247
|
-
--earthfire-800: hsl(41.
|
|
248
|
-
--earthfire-850: hsl(40.
|
|
249
|
-
--earthfire-900: hsl(41.
|
|
250
|
-
--earthfire-950: hsl(42.
|
|
251
|
-
--earthfire-1000: hsl(44.
|
|
252
|
-
--earthfire-1050: hsl(46.
|
|
253
|
-
--fuchsia-heat-50: hsl(314.
|
|
254
|
-
--fuchsia-heat-100: hsl(313.
|
|
255
|
-
--fuchsia-heat-150: hsl(313.
|
|
256
|
-
--fuchsia-heat-200: hsl(313.
|
|
257
|
-
--fuchsia-heat-250: hsl(313.
|
|
258
|
-
--fuchsia-heat-300: hsl(312.
|
|
259
|
-
--fuchsia-heat-350: hsl(325.
|
|
260
|
-
--fuchsia-heat-400: hsl(337.
|
|
261
|
-
--fuchsia-heat-450: hsl(350.
|
|
262
|
-
--fuchsia-heat-500: hsl(5.
|
|
263
|
-
--fuchsia-heat-550: hsl(20, 90%, 52.
|
|
264
|
-
--fuchsia-heat-600: hsl(27.
|
|
265
|
-
--fuchsia-heat-650: hsl(
|
|
266
|
-
--fuchsia-heat-700: hsl(
|
|
267
|
-
--fuchsia-heat-750: hsl(
|
|
268
|
-
--fuchsia-heat-800: hsl(41.
|
|
269
|
-
--fuchsia-heat-850: hsl(40.
|
|
270
|
-
--fuchsia-heat-900: hsl(41.
|
|
271
|
-
--fuchsia-heat-950: hsl(42.
|
|
272
|
-
--fuchsia-heat-1000: hsl(44.
|
|
273
|
-
--fuchsia-heat-1050: hsl(46.
|
|
274
|
-
--polar-glow-50: hsl(217.2, 100%, 19.
|
|
275
|
-
--polar-glow-100: hsl(216.
|
|
276
|
-
--polar-glow-150: hsl(216
|
|
277
|
-
--polar-glow-200: hsl(216.
|
|
278
|
-
--polar-glow-250: hsl(216.
|
|
279
|
-
--polar-glow-300: hsl(217.
|
|
280
|
-
--polar-glow-350: hsl(
|
|
281
|
-
--polar-glow-400: hsl(
|
|
282
|
-
--polar-glow-450: hsl(
|
|
283
|
-
--polar-glow-500: hsl(
|
|
284
|
-
--polar-glow-550: hsl(188.75, 51.
|
|
285
|
-
--polar-glow-600: hsl(188.
|
|
286
|
-
--polar-glow-650: hsl(188.
|
|
287
|
-
--polar-glow-700: hsl(187.
|
|
288
|
-
--polar-glow-750: hsl(187.
|
|
289
|
-
--polar-glow-800: hsl(186.
|
|
290
|
-
--polar-glow-850: hsl(184.
|
|
291
|
-
--polar-glow-900: hsl(
|
|
292
|
-
--polar-glow-950: hsl(178.
|
|
293
|
-
--polar-glow-1000: hsl(
|
|
294
|
-
--polar-glow-1050: hsl(171.
|
|
295
|
-
--glacier-pool-50: hsl(272.
|
|
296
|
-
--glacier-pool-100: hsl(268.
|
|
297
|
-
--glacier-pool-150: hsl(265.
|
|
298
|
-
--glacier-pool-200: hsl(262.
|
|
299
|
-
--glacier-pool-250: hsl(259.
|
|
300
|
-
--glacier-pool-300: hsl(256.
|
|
301
|
-
--glacier-pool-350: hsl(249.
|
|
302
|
-
--glacier-pool-400: hsl(242.
|
|
303
|
-
--glacier-pool-450: hsl(234.
|
|
304
|
-
--glacier-pool-500: hsl(226.
|
|
305
|
-
--glacier-pool-550: hsl(217.
|
|
306
|
-
--glacier-pool-600: hsl(
|
|
307
|
-
--glacier-pool-650: hsl(
|
|
308
|
-
--glacier-pool-700: hsl(201.
|
|
309
|
-
--glacier-pool-750: hsl(199.
|
|
310
|
-
--glacier-pool-800: hsl(196.
|
|
311
|
-
--glacier-pool-850: hsl(196.
|
|
312
|
-
--glacier-pool-900: hsl(197.
|
|
313
|
-
--glacier-pool-950: hsl(
|
|
314
|
-
--glacier-pool-1000: hsl(
|
|
315
|
-
--glacier-pool-1050: hsl(199.2, 92.
|
|
316
|
-
--deep-current-50: hsl(188, 73.
|
|
317
|
-
--deep-current-100: hsl(188.
|
|
318
|
-
--deep-current-150: hsl(188.
|
|
319
|
-
--deep-current-200: hsl(188.
|
|
320
|
-
--deep-current-250: hsl(188.
|
|
321
|
-
--deep-current-300: hsl(188.75, 51.
|
|
322
|
-
--deep-current-350: hsl(
|
|
323
|
-
--deep-current-400: hsl(
|
|
324
|
-
--deep-current-450: hsl(
|
|
325
|
-
--deep-current-500: hsl(
|
|
326
|
-
--deep-current-550: hsl(217.
|
|
327
|
-
--deep-current-600: hsl(
|
|
328
|
-
--deep-current-650: hsl(
|
|
329
|
-
--deep-current-700: hsl(201.
|
|
330
|
-
--deep-current-750: hsl(199.
|
|
331
|
-
--deep-current-800: hsl(196.
|
|
332
|
-
--deep-current-850: hsl(196.
|
|
333
|
-
--deep-current-900: hsl(197.
|
|
334
|
-
--deep-current-950: hsl(
|
|
335
|
-
--deep-current-1000: hsl(
|
|
336
|
-
--deep-current-1050: hsl(199.2, 92.
|
|
337
|
-
--blue-red-50: hsl(217.2, 100%, 19.
|
|
338
|
-
--blue-red-100: hsl(216.
|
|
339
|
-
--blue-red-150: hsl(216
|
|
340
|
-
--blue-red-200: hsl(216.
|
|
341
|
-
--blue-red-250: hsl(216.
|
|
342
|
-
--blue-red-300: hsl(217.
|
|
343
|
-
--blue-red-350: hsl(
|
|
344
|
-
--blue-red-400: hsl(217.
|
|
345
|
-
--blue-red-450: hsl(
|
|
346
|
-
--blue-red-500: hsl(
|
|
347
|
-
--blue-red-550: hsl(
|
|
348
|
-
--blue-red-600: hsl(
|
|
349
|
-
--blue-red-650: hsl(359.
|
|
350
|
-
--blue-red-700: hsl(356.
|
|
351
|
-
--blue-red-750: hsl(348.
|
|
352
|
-
--blue-red-800: hsl(347.
|
|
353
|
-
--blue-red-850: hsl(346.
|
|
354
|
-
--blue-red-900: hsl(345.
|
|
355
|
-
--blue-red-950: hsl(344.
|
|
356
|
-
--blue-red-1000: hsl(344.
|
|
357
|
-
--blue-orange-50: hsl(217.2, 100%, 19.
|
|
358
|
-
--blue-orange-100: hsl(216.
|
|
359
|
-
--blue-orange-150: hsl(216
|
|
360
|
-
--blue-orange-200: hsl(216.
|
|
361
|
-
--blue-orange-250: hsl(216.
|
|
362
|
-
--blue-orange-300: hsl(217.
|
|
363
|
-
--blue-orange-350: hsl(
|
|
364
|
-
--blue-orange-400: hsl(217.
|
|
365
|
-
--blue-orange-450: hsl(
|
|
366
|
-
--blue-orange-500: hsl(
|
|
367
|
-
--blue-orange-550: hsl(
|
|
368
|
-
--blue-orange-600: hsl(16.
|
|
369
|
-
--blue-orange-650: hsl(
|
|
370
|
-
--blue-orange-700: hsl(17.
|
|
371
|
-
--blue-orange-750: hsl(20, 90%, 52.
|
|
372
|
-
--blue-orange-800: hsl(18.
|
|
373
|
-
--blue-orange-850: hsl(17.
|
|
374
|
-
--blue-orange-900: hsl(15.
|
|
375
|
-
--blue-orange-950: hsl(13.
|
|
376
|
-
--blue-orange-1000: hsl(10.
|
|
377
|
-
--purple-yellow-50: hsl(272.
|
|
378
|
-
--purple-yellow-100: hsl(268.
|
|
379
|
-
--purple-yellow-150: hsl(265.
|
|
380
|
-
--purple-yellow-200: hsl(262.
|
|
381
|
-
--purple-yellow-250: hsl(259.
|
|
382
|
-
--purple-yellow-300: hsl(256.
|
|
383
|
-
--purple-yellow-350: hsl(
|
|
384
|
-
--purple-yellow-400: hsl(250.
|
|
385
|
-
--purple-yellow-450: hsl(
|
|
386
|
-
--purple-yellow-500: hsl(
|
|
387
|
-
--purple-yellow-550: hsl(35.
|
|
388
|
-
--purple-yellow-600: hsl(35.
|
|
389
|
-
--purple-yellow-650: hsl(36
|
|
390
|
-
--purple-yellow-700: hsl(37.
|
|
391
|
-
--purple-yellow-750: hsl(41.
|
|
392
|
-
--purple-yellow-800: hsl(41.
|
|
393
|
-
--purple-yellow-850: hsl(41.
|
|
394
|
-
--purple-yellow-900: hsl(41.
|
|
395
|
-
--purple-yellow-950: hsl(41.
|
|
396
|
-
--purple-yellow-1000: hsl(41.
|
|
397
|
-
--fuchsia-teal-50: hsl(314.
|
|
398
|
-
--fuchsia-teal-100: hsl(313.
|
|
399
|
-
--fuchsia-teal-150: hsl(313.
|
|
400
|
-
--fuchsia-teal-200: hsl(313.
|
|
401
|
-
--fuchsia-teal-250: hsl(313.
|
|
402
|
-
--fuchsia-teal-300: hsl(312.
|
|
403
|
-
--fuchsia-teal-350: hsl(316.
|
|
404
|
-
--fuchsia-teal-400: hsl(319.
|
|
405
|
-
--fuchsia-teal-450: hsl(
|
|
406
|
-
--fuchsia-teal-500: hsl(322.
|
|
407
|
-
--fuchsia-teal-550: hsl(
|
|
408
|
-
--fuchsia-teal-600: hsl(
|
|
409
|
-
--fuchsia-teal-650: hsl(189.
|
|
410
|
-
--fuchsia-teal-700: hsl(189.
|
|
411
|
-
--fuchsia-teal-750: hsl(188.75, 51.
|
|
412
|
-
--fuchsia-teal-800: hsl(188.
|
|
413
|
-
--fuchsia-teal-850: hsl(188.
|
|
414
|
-
--fuchsia-teal-900: hsl(188.
|
|
415
|
-
--fuchsia-teal-950: hsl(188.
|
|
416
|
-
--fuchsia-teal-1000: hsl(188, 73.
|
|
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
|
}
|