@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.
- 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/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/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 +5 -2
|
@@ -0,0 +1,206 @@
|
|
|
1
|
+
$ember-50: hsl(206.666667, 11.688312%, 15.098039%);
|
|
2
|
+
$ember-100: hsl(212.903226, 35.632184%, 17.058824%);
|
|
3
|
+
$ember-150: hsl(222.5, 46.153846%, 20.392157%);
|
|
4
|
+
$ember-200: hsl(238.909091, 42.635659%, 25.294118%);
|
|
5
|
+
$ember-250: hsl(256.438356, 54.074074%, 26.470588%);
|
|
6
|
+
$ember-300: hsl(272.210526, 73.643411%, 25.294118%);
|
|
7
|
+
$ember-350: hsl(288, 74.626866%, 26.27451%);
|
|
8
|
+
$ember-400: hsl(306.902655, 79.020979%, 28.039216%);
|
|
9
|
+
$ember-450: hsl(321.2, 89.285714%, 32.941176%);
|
|
10
|
+
$ember-500: hsl(333.149171, 92.820513%, 38.235294%);
|
|
11
|
+
$ember-550: hsl(348.556701, 82.20339%, 46.27451%);
|
|
12
|
+
$ember-600: hsl(356.98324, 73.061224%, 51.960784%);
|
|
13
|
+
$ember-650: hsl(4.285714, 77.118644%, 53.72549%);
|
|
14
|
+
$ember-700: hsl(10.515464, 81.512605%, 53.333333%);
|
|
15
|
+
$ember-750: hsl(15.512195, 85.774059%, 53.137255%);
|
|
16
|
+
$ember-800: hsl(20, 90%, 52.941176%);
|
|
17
|
+
$ember-850: hsl(27.935223, 100%, 48.431373%);
|
|
18
|
+
$ember-900: hsl(31.325301, 100%, 48.823529%);
|
|
19
|
+
$ember-950: hsl(34.661355, 100%, 49.215686%);
|
|
20
|
+
$ember-1000: hsl(38.247012, 100%, 49.215686%);
|
|
21
|
+
$ember-1050: hsl(41.632653, 96.078431%, 50%);
|
|
22
|
+
$earthfire-50: hsl(31.578947, 53.271028%, 20.980392%);
|
|
23
|
+
$earthfire-100: hsl(30, 75.925926%, 21.176471%);
|
|
24
|
+
$earthfire-150: hsl(28.333333, 100%, 21.176471%);
|
|
25
|
+
$earthfire-200: hsl(22.622951, 100%, 23.921569%);
|
|
26
|
+
$earthfire-250: hsl(16.888889, 100%, 26.470588%);
|
|
27
|
+
$earthfire-300: hsl(10.945946, 100%, 29.019608%);
|
|
28
|
+
$earthfire-350: hsl(13.703704, 94.186047%, 33.72549%);
|
|
29
|
+
$earthfire-400: hsl(15.517241, 88.77551%, 38.431373%);
|
|
30
|
+
$earthfire-450: hsl(17.005348, 84.615385%, 43.333333%);
|
|
31
|
+
$earthfire-500: hsl(18.712871, 82.113821%, 48.235294%);
|
|
32
|
+
$earthfire-550: hsl(20, 90%, 52.941176%);
|
|
33
|
+
$earthfire-600: hsl(27.935223, 100%, 48.431373%);
|
|
34
|
+
$earthfire-650: hsl(31.325301, 100%, 48.823529%);
|
|
35
|
+
$earthfire-700: hsl(34.661355, 100%, 49.215686%);
|
|
36
|
+
$earthfire-750: hsl(38.247012, 100%, 49.215686%);
|
|
37
|
+
$earthfire-800: hsl(41.632653, 96.078431%, 50%);
|
|
38
|
+
$earthfire-850: hsl(40.209424, 95.024876%, 60.588235%);
|
|
39
|
+
$earthfire-900: hsl(41.226994, 94.219653%, 66.078431%);
|
|
40
|
+
$earthfire-950: hsl(42.428571, 94.594595%, 70.980392%);
|
|
41
|
+
$earthfire-1000: hsl(44.369748, 95.2%, 75.490196%);
|
|
42
|
+
$earthfire-1050: hsl(46.666667, 96.116505%, 79.803922%);
|
|
43
|
+
$fuchsia-heat-50: hsl(314.257426, 100%, 19.803922%);
|
|
44
|
+
$fuchsia-heat-100: hsl(313.884298, 96.8%, 24.509804%);
|
|
45
|
+
$fuchsia-heat-150: hsl(313.521127, 94.666667%, 29.411765%);
|
|
46
|
+
$fuchsia-heat-200: hsl(313.416149, 90.960452%, 34.705882%);
|
|
47
|
+
$fuchsia-heat-250: hsl(313.333333, 87.378641%, 40.392157%);
|
|
48
|
+
$fuchsia-heat-300: hsl(312.964824, 84.680851%, 46.078431%);
|
|
49
|
+
$fuchsia-heat-350: hsl(325.2, 80%, 50.980392%);
|
|
50
|
+
$fuchsia-heat-400: hsl(337.230769, 86.666667%, 55.882353%);
|
|
51
|
+
$fuchsia-heat-450: hsl(350.491803, 90.147783%, 60.196078%);
|
|
52
|
+
$fuchsia-heat-500: hsl(5.869565, 91.089109%, 60.392157%);
|
|
53
|
+
$fuchsia-heat-550: hsl(20, 90%, 52.941176%);
|
|
54
|
+
$fuchsia-heat-600: hsl(27.935223, 100%, 48.431373%);
|
|
55
|
+
$fuchsia-heat-650: hsl(31.325301, 100%, 48.823529%);
|
|
56
|
+
$fuchsia-heat-700: hsl(34.661355, 100%, 49.215686%);
|
|
57
|
+
$fuchsia-heat-750: hsl(38.247012, 100%, 49.215686%);
|
|
58
|
+
$fuchsia-heat-800: hsl(41.632653, 96.078431%, 50%);
|
|
59
|
+
$fuchsia-heat-850: hsl(40.209424, 95.024876%, 60.588235%);
|
|
60
|
+
$fuchsia-heat-900: hsl(41.226994, 94.219653%, 66.078431%);
|
|
61
|
+
$fuchsia-heat-950: hsl(42.428571, 94.594595%, 70.980392%);
|
|
62
|
+
$fuchsia-heat-1000: hsl(44.369748, 95.2%, 75.490196%);
|
|
63
|
+
$fuchsia-heat-1050: hsl(46.666667, 96.116505%, 79.803922%);
|
|
64
|
+
$polar-glow-50: hsl(217.2, 100%, 19.607843%);
|
|
65
|
+
$polar-glow-100: hsl(216.377953, 98.449612%, 25.294118%);
|
|
66
|
+
$polar-glow-150: hsl(216, 96.273292%, 31.568627%);
|
|
67
|
+
$polar-glow-200: hsl(216.263736, 92.857143%, 38.431373%);
|
|
68
|
+
$polar-glow-250: hsl(216.811594, 88.841202%, 45.686275%);
|
|
69
|
+
$polar-glow-300: hsl(217.339056, 98.312236%, 53.529412%);
|
|
70
|
+
$polar-glow-350: hsl(209.090909, 100%, 45.294118%);
|
|
71
|
+
$polar-glow-400: hsl(203.653846, 100%, 40.784314%);
|
|
72
|
+
$polar-glow-450: hsl(197.608696, 100%, 36.078431%);
|
|
73
|
+
$polar-glow-500: hsl(191.851852, 100%, 31.764706%);
|
|
74
|
+
$polar-glow-550: hsl(188.75, 51.06383%, 36.862745%);
|
|
75
|
+
$polar-glow-600: hsl(188.387097, 41.333333%, 44.117647%);
|
|
76
|
+
$polar-glow-650: hsl(188.478261, 36.8%, 50.980392%);
|
|
77
|
+
$polar-glow-700: hsl(187.333333, 42.056075%, 58.039216%);
|
|
78
|
+
$polar-glow-750: hsl(187.333333, 50.561798%, 65.098039%);
|
|
79
|
+
$polar-glow-800: hsl(186.741573, 63.120567%, 72.352941%);
|
|
80
|
+
$polar-glow-850: hsl(184.8, 59.055118%, 75.098039%);
|
|
81
|
+
$polar-glow-900: hsl(182, 53.571429%, 78.039216%);
|
|
82
|
+
$polar-glow-950: hsl(178.77551, 50.515464%, 80.980392%);
|
|
83
|
+
$polar-glow-1000: hsl(173.846154, 49.367089%, 84.509804%);
|
|
84
|
+
$polar-glow-1050: hsl(171.724138, 46.031746%, 87.647059%);
|
|
85
|
+
$glacier-pool-50: hsl(272.210526, 73.643411%, 25.294118%);
|
|
86
|
+
$glacier-pool-100: hsl(268.867925, 63.855422%, 32.54902%);
|
|
87
|
+
$glacier-pool-150: hsl(265.423729, 57.843137%, 40%);
|
|
88
|
+
$glacier-pool-200: hsl(262.615385, 53.278689%, 47.843137%);
|
|
89
|
+
$glacier-pool-250: hsl(259.583333, 63.716814%, 55.686275%);
|
|
90
|
+
$glacier-pool-300: hsl(256.538462, 84.782609%, 63.921569%);
|
|
91
|
+
$glacier-pool-350: hsl(249.936306, 89.714286%, 65.686275%);
|
|
92
|
+
$glacier-pool-400: hsl(242.307692, 93.975904%, 67.45098%);
|
|
93
|
+
$glacier-pool-450: hsl(234.674556, 96.571429%, 65.686275%);
|
|
94
|
+
$glacier-pool-500: hsl(226.632124, 97.969543%, 61.372549%);
|
|
95
|
+
$glacier-pool-550: hsl(217.339056, 98.312236%, 53.529412%);
|
|
96
|
+
$glacier-pool-600: hsl(207.764706, 100%, 50%);
|
|
97
|
+
$glacier-pool-650: hsl(202.962963, 100%, 52.352941%);
|
|
98
|
+
$glacier-pool-700: hsl(201.428571, 100%, 61.568627%);
|
|
99
|
+
$glacier-pool-750: hsl(199.354839, 100%, 69.607843%);
|
|
100
|
+
$glacier-pool-800: hsl(196.173913, 100%, 77.45098%);
|
|
101
|
+
$glacier-pool-850: hsl(196.633663, 100%, 80.196078%);
|
|
102
|
+
$glacier-pool-900: hsl(197.727273, 100%, 82.745098%);
|
|
103
|
+
$glacier-pool-950: hsl(197.6, 97.402597%, 84.901961%);
|
|
104
|
+
$glacier-pool-1000: hsl(199.047619, 96.923077%, 87.254902%);
|
|
105
|
+
$glacier-pool-1050: hsl(199.2, 92.592593%, 89.411765%);
|
|
106
|
+
$deep-current-50: hsl(188, 73.170732%, 16.078431%);
|
|
107
|
+
$deep-current-100: hsl(188.181818, 64.705882%, 20%);
|
|
108
|
+
$deep-current-150: hsl(188.219178, 59.349593%, 24.117647%);
|
|
109
|
+
$deep-current-200: hsl(188.888889, 55.862069%, 28.431373%);
|
|
110
|
+
$deep-current-250: hsl(188.863636, 53.012048%, 32.54902%);
|
|
111
|
+
$deep-current-300: hsl(188.75, 51.06383%, 36.862745%);
|
|
112
|
+
$deep-current-350: hsl(191.851852, 100%, 31.764706%);
|
|
113
|
+
$deep-current-400: hsl(197.608696, 100%, 36.078431%);
|
|
114
|
+
$deep-current-450: hsl(203.653846, 100%, 40.784314%);
|
|
115
|
+
$deep-current-500: hsl(209.090909, 100%, 45.294118%);
|
|
116
|
+
$deep-current-550: hsl(217.339056, 98.312236%, 53.529412%);
|
|
117
|
+
$deep-current-600: hsl(207.764706, 100%, 50%);
|
|
118
|
+
$deep-current-650: hsl(202.962963, 100%, 52.352941%);
|
|
119
|
+
$deep-current-700: hsl(201.428571, 100%, 61.568627%);
|
|
120
|
+
$deep-current-750: hsl(199.354839, 100%, 69.607843%);
|
|
121
|
+
$deep-current-800: hsl(196.173913, 100%, 77.45098%);
|
|
122
|
+
$deep-current-850: hsl(196.633663, 100%, 80.196078%);
|
|
123
|
+
$deep-current-900: hsl(197.727273, 100%, 82.745098%);
|
|
124
|
+
$deep-current-950: hsl(197.6, 97.402597%, 84.901961%);
|
|
125
|
+
$deep-current-1000: hsl(199.047619, 96.923077%, 87.254902%);
|
|
126
|
+
$deep-current-1050: hsl(199.2, 92.592593%, 89.411765%);
|
|
127
|
+
$blue-red-50: hsl(217.2, 100%, 19.607843%);
|
|
128
|
+
$blue-red-100: hsl(216.377953, 98.449612%, 25.294118%);
|
|
129
|
+
$blue-red-150: hsl(216, 96.273292%, 31.568627%);
|
|
130
|
+
$blue-red-200: hsl(216.263736, 92.857143%, 38.431373%);
|
|
131
|
+
$blue-red-250: hsl(216.811594, 88.841202%, 45.686275%);
|
|
132
|
+
$blue-red-300: hsl(217.339056, 98.312236%, 53.529412%);
|
|
133
|
+
$blue-red-350: hsl(217.877095, 100%, 64.901961%);
|
|
134
|
+
$blue-red-400: hsl(217.164179, 100%, 73.72549%);
|
|
135
|
+
$blue-red-450: hsl(216.666667, 100%, 82.352941%);
|
|
136
|
+
$blue-red-500: hsl(216, 100%, 91.176471%);
|
|
137
|
+
$blue-red-550: hsl(1.5, 95.238095%, 91.764706%);
|
|
138
|
+
$blue-red-600: hsl(0.8, 86.206897%, 82.941176%);
|
|
139
|
+
$blue-red-650: hsl(359.439252, 79.259259%, 73.529412%);
|
|
140
|
+
$blue-red-700: hsl(356.571429, 72.916667%, 62.352941%);
|
|
141
|
+
$blue-red-750: hsl(348.556701, 82.20339%, 46.27451%);
|
|
142
|
+
$blue-red-800: hsl(347.386364, 85.436893%, 40.392157%);
|
|
143
|
+
$blue-red-850: hsl(346.624204, 88.700565%, 34.705882%);
|
|
144
|
+
$blue-red-900: hsl(345.217391, 93.243243%, 29.019608%);
|
|
145
|
+
$blue-red-950: hsl(344.87395, 96.747967%, 24.117647%);
|
|
146
|
+
$blue-red-1000: hsl(344.848485, 100%, 19.411765%);
|
|
147
|
+
$blue-orange-50: hsl(217.2, 100%, 19.607843%);
|
|
148
|
+
$blue-orange-100: hsl(216.377953, 98.449612%, 25.294118%);
|
|
149
|
+
$blue-orange-150: hsl(216, 96.273292%, 31.568627%);
|
|
150
|
+
$blue-orange-200: hsl(216.263736, 92.857143%, 38.431373%);
|
|
151
|
+
$blue-orange-250: hsl(216.811594, 88.841202%, 45.686275%);
|
|
152
|
+
$blue-orange-300: hsl(217.339056, 98.312236%, 53.529412%);
|
|
153
|
+
$blue-orange-350: hsl(217.877095, 100%, 64.901961%);
|
|
154
|
+
$blue-orange-400: hsl(217.164179, 100%, 73.72549%);
|
|
155
|
+
$blue-orange-450: hsl(216.666667, 100%, 82.352941%);
|
|
156
|
+
$blue-orange-500: hsl(216, 100%, 91.176471%);
|
|
157
|
+
$blue-orange-550: hsl(17.560976, 100%, 91.960784%);
|
|
158
|
+
$blue-orange-600: hsl(16.829268, 100%, 83.921569%);
|
|
159
|
+
$blue-orange-650: hsl(17.073171, 98.4%, 75.490196%);
|
|
160
|
+
$blue-orange-700: hsl(17.300613, 94.219653%, 66.078431%);
|
|
161
|
+
$blue-orange-750: hsl(20, 90%, 52.941176%);
|
|
162
|
+
$blue-orange-800: hsl(18.712871, 82.113821%, 48.235294%);
|
|
163
|
+
$blue-orange-850: hsl(17.005348, 84.615385%, 43.333333%);
|
|
164
|
+
$blue-orange-900: hsl(15.517241, 88.77551%, 38.431373%);
|
|
165
|
+
$blue-orange-950: hsl(13.703704, 94.186047%, 33.72549%);
|
|
166
|
+
$blue-orange-1000: hsl(10.945946, 100%, 29.019608%);
|
|
167
|
+
$purple-yellow-50: hsl(272.210526, 73.643411%, 25.294118%);
|
|
168
|
+
$purple-yellow-100: hsl(268.867925, 63.855422%, 32.54902%);
|
|
169
|
+
$purple-yellow-150: hsl(265.423729, 57.843137%, 40%);
|
|
170
|
+
$purple-yellow-200: hsl(262.615385, 53.278689%, 47.843137%);
|
|
171
|
+
$purple-yellow-250: hsl(259.583333, 63.716814%, 55.686275%);
|
|
172
|
+
$purple-yellow-300: hsl(256.538462, 84.782609%, 63.921569%);
|
|
173
|
+
$purple-yellow-350: hsl(253.064516, 88.571429%, 72.54902%);
|
|
174
|
+
$purple-yellow-400: hsl(250.322581, 92.079208%, 80.196078%);
|
|
175
|
+
$purple-yellow-450: hsl(247.619048, 96.923077%, 87.254902%);
|
|
176
|
+
$purple-yellow-500: hsl(247.5, 100%, 93.72549%);
|
|
177
|
+
$purple-yellow-550: hsl(35.675676, 100%, 92.745098%);
|
|
178
|
+
$purple-yellow-600: hsl(35.2, 100%, 85.294118%);
|
|
179
|
+
$purple-yellow-650: hsl(36, 98.290598%, 77.058824%);
|
|
180
|
+
$purple-yellow-700: hsl(37.358491, 96.363636%, 67.647059%);
|
|
181
|
+
$purple-yellow-750: hsl(41.632653, 96.078431%, 50%);
|
|
182
|
+
$purple-yellow-800: hsl(41.666667, 97.297297%, 43.529412%);
|
|
183
|
+
$purple-yellow-850: hsl(41.71123, 97.905759%, 37.45098%);
|
|
184
|
+
$purple-yellow-900: hsl(41.509434, 98.757764%, 31.568627%);
|
|
185
|
+
$purple-yellow-950: hsl(41.363636, 100%, 25.882353%);
|
|
186
|
+
$purple-yellow-1000: hsl(41.142857, 100%, 20.588235%);
|
|
187
|
+
$fuchsia-teal-50: hsl(314.257426, 100%, 19.803922%);
|
|
188
|
+
$fuchsia-teal-100: hsl(313.884298, 96.8%, 24.509804%);
|
|
189
|
+
$fuchsia-teal-150: hsl(313.521127, 94.666667%, 29.411765%);
|
|
190
|
+
$fuchsia-teal-200: hsl(313.416149, 90.960452%, 34.705882%);
|
|
191
|
+
$fuchsia-teal-250: hsl(313.333333, 87.378641%, 40.392157%);
|
|
192
|
+
$fuchsia-teal-300: hsl(312.964824, 84.680851%, 46.078431%);
|
|
193
|
+
$fuchsia-teal-350: hsl(316.834532, 73.544974%, 62.941176%);
|
|
194
|
+
$fuchsia-teal-400: hsl(319.038462, 77.61194%, 73.72549%);
|
|
195
|
+
$fuchsia-teal-450: hsl(321.126761, 83.529412%, 83.333333%);
|
|
196
|
+
$fuchsia-teal-500: hsl(322.702703, 90.243902%, 91.960784%);
|
|
197
|
+
$fuchsia-teal-550: hsl(190, 28.125%, 87.45098%);
|
|
198
|
+
$fuchsia-teal-600: hsl(190.285714, 27.559055%, 75.098039%);
|
|
199
|
+
$fuchsia-teal-650: hsl(189.230769, 27.368421%, 62.745098%);
|
|
200
|
+
$fuchsia-teal-700: hsl(189.295775, 28.063241%, 50.392157%);
|
|
201
|
+
$fuchsia-teal-750: hsl(188.75, 51.06383%, 36.862745%);
|
|
202
|
+
$fuchsia-teal-800: hsl(188.863636, 53.012048%, 32.54902%);
|
|
203
|
+
$fuchsia-teal-850: hsl(188.888889, 55.862069%, 28.431373%);
|
|
204
|
+
$fuchsia-teal-900: hsl(188.219178, 59.349593%, 24.117647%);
|
|
205
|
+
$fuchsia-teal-950: hsl(188.181818, 64.705882%, 20%);
|
|
206
|
+
$fuchsia-teal-1000: hsl(188, 73.170732%, 16.078431%);
|
|
@@ -0,0 +1,206 @@
|
|
|
1
|
+
$ember-50: oklch(0.269413 0.01036 242.083865);
|
|
2
|
+
$ember-100: oklch(0.280695 0.036934 253.775209);
|
|
3
|
+
$ember-150: oklch(0.291519 0.065114 265.659595);
|
|
4
|
+
$ember-200: oklch(0.301311 0.094461 278.30015);
|
|
5
|
+
$ember-250: oklch(0.312009 0.120788 290.206075);
|
|
6
|
+
$ember-300: oklch(0.322758 0.148913 302.732273);
|
|
7
|
+
$ember-350: oklch(0.369931 0.162489 318.211549);
|
|
8
|
+
$ember-400: oklch(0.418729 0.176089 333.932697);
|
|
9
|
+
$ember-450: oklch(0.466956 0.190513 349.223418);
|
|
10
|
+
$ember-500: oklch(0.513643 0.203545 4.69366);
|
|
11
|
+
$ember-550: oklch(0.561955 0.217505 20.33356);
|
|
12
|
+
$ember-600: oklch(0.585314 0.212514 24.790531);
|
|
13
|
+
$ember-650: oklch(0.607539 0.207411 29.085222);
|
|
14
|
+
$ember-700: oklch(0.628775 0.202089 33.534271);
|
|
15
|
+
$ember-750: oklch(0.650881 0.19719 37.750468);
|
|
16
|
+
$ember-800: oklch(0.674414 0.192429 42.148083);
|
|
17
|
+
$ember-850: oklch(0.701477 0.187172 49.361077);
|
|
18
|
+
$ember-900: oklch(0.726736 0.179402 55.252765);
|
|
19
|
+
$ember-950: oklch(0.753502 0.17373 61.793866);
|
|
20
|
+
$ember-1000: oklch(0.779125 0.169366 69.443705);
|
|
21
|
+
$ember-1050: oklch(0.805038 0.167358 77.590601);
|
|
22
|
+
$earthfire-50: oklch(0.361361 0.058506 66.920145);
|
|
23
|
+
$earthfire-100: oklch(0.376354 0.078643 60.457792);
|
|
24
|
+
$earthfire-150: oklch(0.389913 0.09828 53.546838);
|
|
25
|
+
$earthfire-200: oklch(0.405209 0.117174 44.341469);
|
|
26
|
+
$earthfire-250: oklch(0.418027 0.138006 37.615244);
|
|
27
|
+
$earthfire-300: oklch(0.432199 0.159379 33.02244);
|
|
28
|
+
$earthfire-350: oklch(0.481236 0.166424 34.74618);
|
|
29
|
+
$earthfire-400: oklch(0.527869 0.172446 36.568043);
|
|
30
|
+
$earthfire-450: oklch(0.576155 0.179105 38.361169);
|
|
31
|
+
$earthfire-500: oklch(0.62691 0.18587 40.41205);
|
|
32
|
+
$earthfire-550: oklch(0.674414 0.192429 42.148083);
|
|
33
|
+
$earthfire-600: oklch(0.701477 0.187172 49.361077);
|
|
34
|
+
$earthfire-650: oklch(0.726736 0.179402 55.252765);
|
|
35
|
+
$earthfire-700: oklch(0.753502 0.17373 61.793866);
|
|
36
|
+
$earthfire-750: oklch(0.779125 0.169366 69.443705);
|
|
37
|
+
$earthfire-800: oklch(0.805038 0.167358 77.590601);
|
|
38
|
+
$earthfire-850: oklch(0.829388 0.153446 80.686547);
|
|
39
|
+
$earthfire-900: oklch(0.854539 0.139994 84.274241);
|
|
40
|
+
$earthfire-950: oklch(0.879459 0.126376 87.177348);
|
|
41
|
+
$earthfire-1000: oklch(0.904874 0.112967 90.631198);
|
|
42
|
+
$earthfire-1050: oklch(0.928754 0.099044 94.038586);
|
|
43
|
+
$fuchsia-heat-50: oklch(0.340576 0.146851 341.706145);
|
|
44
|
+
$fuchsia-heat-100: oklch(0.39295 0.168058 341.453107);
|
|
45
|
+
$fuchsia-heat-150: oklch(0.44562 0.190168 341.161978);
|
|
46
|
+
$fuchsia-heat-200: oklch(0.497141 0.211145 340.960438);
|
|
47
|
+
$fuchsia-heat-250: oklch(0.549558 0.232656 340.736035);
|
|
48
|
+
$fuchsia-heat-300: oklch(0.601253 0.254233 340.252307);
|
|
49
|
+
$fuchsia-heat-350: oklch(0.615196 0.241283 352.619879);
|
|
50
|
+
$fuchsia-heat-400: oklch(0.63119 0.22952 4.913037);
|
|
51
|
+
$fuchsia-heat-450: oklch(0.645314 0.217167 17.377063);
|
|
52
|
+
$fuchsia-heat-500: oklch(0.659495 0.205206 29.726519);
|
|
53
|
+
$fuchsia-heat-550: oklch(0.674414 0.192429 42.148083);
|
|
54
|
+
$fuchsia-heat-600: oklch(0.701477 0.187172 49.361077);
|
|
55
|
+
$fuchsia-heat-650: oklch(0.726736 0.179402 55.252765);
|
|
56
|
+
$fuchsia-heat-700: oklch(0.753502 0.17373 61.793866);
|
|
57
|
+
$fuchsia-heat-750: oklch(0.779125 0.169366 69.443705);
|
|
58
|
+
$fuchsia-heat-800: oklch(0.805038 0.167358 77.590601);
|
|
59
|
+
$fuchsia-heat-850: oklch(0.829388 0.153446 80.686547);
|
|
60
|
+
$fuchsia-heat-900: oklch(0.854539 0.139994 84.274241);
|
|
61
|
+
$fuchsia-heat-950: oklch(0.879459 0.126376 87.177348);
|
|
62
|
+
$fuchsia-heat-1000: oklch(0.904874 0.112967 90.631198);
|
|
63
|
+
$fuchsia-heat-1050: oklch(0.928754 0.099044 94.038586);
|
|
64
|
+
$polar-glow-50: oklch(0.289999 0.117296 259.841938);
|
|
65
|
+
$polar-glow-100: oklch(0.346412 0.139327 259.961746);
|
|
66
|
+
$polar-glow-150: oklch(0.404605 0.161871 260.061885);
|
|
67
|
+
$polar-glow-200: oklch(0.461781 0.184828 260.313682);
|
|
68
|
+
$polar-glow-250: oklch(0.517315 0.207024 260.543294);
|
|
69
|
+
$polar-glow-300: oklch(0.575113 0.229834 260.756335);
|
|
70
|
+
$polar-glow-350: oklch(0.578705 0.191386 255.121913);
|
|
71
|
+
$polar-glow-400: oklch(0.578804 0.15527 247.855287);
|
|
72
|
+
$polar-glow-450: oklch(0.574245 0.124526 236.539125);
|
|
73
|
+
$polar-glow-500: oklch(0.562986 0.104886 223.037098);
|
|
74
|
+
$polar-glow-550: oklch(0.55658 0.080187 210.887635);
|
|
75
|
+
$polar-glow-600: oklch(0.615402 0.079898 209.572467);
|
|
76
|
+
$polar-glow-650: oklch(0.670375 0.079742 209.417364);
|
|
77
|
+
$polar-glow-700: oklch(0.72976 0.079297 207.15741);
|
|
78
|
+
$polar-glow-750: oklch(0.785871 0.079214 207.048747);
|
|
79
|
+
$polar-glow-800: oklch(0.843907 0.078713 205.971232);
|
|
80
|
+
$polar-glow-850: oklch(0.859948 0.069402 202.812071);
|
|
81
|
+
$polar-glow-900: oklch(0.87702 0.058972 198.797615);
|
|
82
|
+
$polar-glow-950: oklch(0.893654 0.050348 194.734525);
|
|
83
|
+
$polar-glow-1000: oklch(0.911229 0.040839 188.845638);
|
|
84
|
+
$polar-glow-1050: oklch(0.926969 0.030829 186.587966);
|
|
85
|
+
$glacier-pool-50: oklch(0.322758 0.148913 302.732273);
|
|
86
|
+
$glacier-pool-100: oklch(0.374656 0.163573 300.324655);
|
|
87
|
+
$glacier-pool-150: oklch(0.425736 0.178167 297.580897);
|
|
88
|
+
$glacier-pool-200: oklch(0.479328 0.192259 295.464688);
|
|
89
|
+
$glacier-pool-250: oklch(0.529513 0.208229 292.881773);
|
|
90
|
+
$glacier-pool-300: oklch(0.58173 0.221615 290.501683);
|
|
91
|
+
$glacier-pool-350: oklch(0.580137 0.223519 284.586437);
|
|
92
|
+
$glacier-pool-400: oklch(0.579752 0.224844 278.450141);
|
|
93
|
+
$glacier-pool-450: oklch(0.577309 0.226554 272.757579);
|
|
94
|
+
$glacier-pool-500: oklch(0.575983 0.227974 266.652143);
|
|
95
|
+
$glacier-pool-550: oklch(0.575113 0.229834 260.756335);
|
|
96
|
+
$glacier-pool-600: oklch(0.63419 0.200676 253.816025);
|
|
97
|
+
$glacier-pool-650: oklch(0.6898 0.174127 245.772308);
|
|
98
|
+
$glacier-pool-700: oklch(0.748412 0.146952 238.284402);
|
|
99
|
+
$glacier-pool-750: oklch(0.805434 0.11993 231.546964);
|
|
100
|
+
$glacier-pool-800: oklch(0.864091 0.092143 223.595164);
|
|
101
|
+
$glacier-pool-850: oklch(0.877515 0.082001 224.061156);
|
|
102
|
+
$glacier-pool-900: oklch(0.88877 0.072084 225.828062);
|
|
103
|
+
$glacier-pool-950: oklch(0.901652 0.061983 225.291305);
|
|
104
|
+
$glacier-pool-1000: oklch(0.913126 0.052239 227.828856);
|
|
105
|
+
$glacier-pool-1050: oklch(0.926674 0.041663 227.890787);
|
|
106
|
+
$deep-current-50: oklch(0.339119 0.053288 210.303482);
|
|
107
|
+
$deep-current-100: oklch(0.381439 0.05831 210.32537);
|
|
108
|
+
$deep-current-150: oklch(0.425885 0.063754 210.18179);
|
|
109
|
+
$deep-current-200: oklch(0.469673 0.06943 211.381297);
|
|
110
|
+
$deep-current-250: oklch(0.512064 0.074544 211.194944);
|
|
111
|
+
$deep-current-300: oklch(0.55658 0.080187 210.887635);
|
|
112
|
+
$deep-current-350: oklch(0.562986 0.104886 223.037098);
|
|
113
|
+
$deep-current-400: oklch(0.574245 0.124526 236.539125);
|
|
114
|
+
$deep-current-450: oklch(0.578804 0.15527 247.855287);
|
|
115
|
+
$deep-current-500: oklch(0.578705 0.191386 255.121913);
|
|
116
|
+
$deep-current-550: oklch(0.575113 0.229834 260.756335);
|
|
117
|
+
$deep-current-600: oklch(0.63419 0.200676 253.816025);
|
|
118
|
+
$deep-current-650: oklch(0.6898 0.174127 245.772308);
|
|
119
|
+
$deep-current-700: oklch(0.748412 0.146952 238.284402);
|
|
120
|
+
$deep-current-750: oklch(0.805434 0.11993 231.546964);
|
|
121
|
+
$deep-current-800: oklch(0.864091 0.092143 223.595164);
|
|
122
|
+
$deep-current-850: oklch(0.877515 0.082001 224.061156);
|
|
123
|
+
$deep-current-900: oklch(0.88877 0.072084 225.828062);
|
|
124
|
+
$deep-current-950: oklch(0.901652 0.061983 225.291305);
|
|
125
|
+
$deep-current-1000: oklch(0.913126 0.052239 227.828856);
|
|
126
|
+
$deep-current-1050: oklch(0.926674 0.041663 227.890787);
|
|
127
|
+
$blue-red-50: oklch(0.289999 0.117296 259.841938);
|
|
128
|
+
$blue-red-100: oklch(0.346412 0.139327 259.961746);
|
|
129
|
+
$blue-red-150: oklch(0.404605 0.161871 260.061885);
|
|
130
|
+
$blue-red-200: oklch(0.461781 0.184828 260.313682);
|
|
131
|
+
$blue-red-250: oklch(0.517315 0.207024 260.543294);
|
|
132
|
+
$blue-red-300: oklch(0.575113 0.229834 260.756335);
|
|
133
|
+
$blue-red-350: oklch(0.659895 0.181079 260.40564);
|
|
134
|
+
$blue-red-400: oklch(0.743227 0.132559 259.777551);
|
|
135
|
+
$blue-red-450: oklch(0.826966 0.086548 259.302243);
|
|
136
|
+
$blue-red-500: oklch(0.913886 0.041736 258.372328);
|
|
137
|
+
$blue-red-550: oklch(0.911745 0.043744 19.723964);
|
|
138
|
+
$blue-red-600: oklch(0.823869 0.087154 19.975422);
|
|
139
|
+
$blue-red-650: oklch(0.736785 0.130954 20.143132);
|
|
140
|
+
$blue-red-700: oklch(0.648386 0.174007 20.021122);
|
|
141
|
+
$blue-red-750: oklch(0.561955 0.217505 20.33356);
|
|
142
|
+
$blue-red-800: oklch(0.513735 0.199897 19.637869);
|
|
143
|
+
$blue-red-850: oklch(0.464621 0.181494 19.233197);
|
|
144
|
+
$blue-red-900: oklch(0.414123 0.162854 18.194131);
|
|
145
|
+
$blue-red-950: oklch(0.366342 0.145153 17.746067);
|
|
146
|
+
$blue-red-1000: oklch(0.316967 0.126887 17.133117);
|
|
147
|
+
$blue-orange-50: oklch(0.289999 0.117296 259.841938);
|
|
148
|
+
$blue-orange-100: oklch(0.346412 0.139327 259.961746);
|
|
149
|
+
$blue-orange-150: oklch(0.404605 0.161871 260.061885);
|
|
150
|
+
$blue-orange-200: oklch(0.461781 0.184828 260.313682);
|
|
151
|
+
$blue-orange-250: oklch(0.517315 0.207024 260.543294);
|
|
152
|
+
$blue-orange-300: oklch(0.575113 0.229834 260.756335);
|
|
153
|
+
$blue-orange-350: oklch(0.659895 0.181079 260.40564);
|
|
154
|
+
$blue-orange-400: oklch(0.743227 0.132559 259.777551);
|
|
155
|
+
$blue-orange-450: oklch(0.826966 0.086548 259.302243);
|
|
156
|
+
$blue-orange-500: oklch(0.913886 0.041736 258.372328);
|
|
157
|
+
$blue-orange-550: oklch(0.933349 0.035984 43.837057);
|
|
158
|
+
$blue-orange-600: oklch(0.86748 0.074912 42.286109);
|
|
159
|
+
$blue-orange-650: oklch(0.804424 0.115134 42.411149);
|
|
160
|
+
$blue-orange-700: oklch(0.739889 0.154446 42.097443);
|
|
161
|
+
$blue-orange-750: oklch(0.674414 0.192429 42.148083);
|
|
162
|
+
$blue-orange-800: oklch(0.62691 0.18587 40.41205);
|
|
163
|
+
$blue-orange-850: oklch(0.576155 0.179105 38.361169);
|
|
164
|
+
$blue-orange-900: oklch(0.527869 0.172446 36.568043);
|
|
165
|
+
$blue-orange-950: oklch(0.481236 0.166424 34.74618);
|
|
166
|
+
$blue-orange-1000: oklch(0.432199 0.159379 33.02244);
|
|
167
|
+
$purple-yellow-50: oklch(0.322758 0.148913 302.732273);
|
|
168
|
+
$purple-yellow-100: oklch(0.374656 0.163573 300.324655);
|
|
169
|
+
$purple-yellow-150: oklch(0.425736 0.178167 297.580897);
|
|
170
|
+
$purple-yellow-200: oklch(0.479328 0.192259 295.464688);
|
|
171
|
+
$purple-yellow-250: oklch(0.529513 0.208229 292.881773);
|
|
172
|
+
$purple-yellow-300: oklch(0.58173 0.221615 290.501683);
|
|
173
|
+
$purple-yellow-350: oklch(0.664976 0.178152 290.765042);
|
|
174
|
+
$purple-yellow-400: oklch(0.749505 0.132289 290.742615);
|
|
175
|
+
$purple-yellow-450: oklch(0.832898 0.087771 290.173031);
|
|
176
|
+
$purple-yellow-500: oklch(0.91662 0.04346 291.253558);
|
|
177
|
+
$purple-yellow-550: oklch(0.961229 0.033189 77.605347);
|
|
178
|
+
$purple-yellow-600: oklch(0.921681 0.066554 76.393209);
|
|
179
|
+
$purple-yellow-650: oklch(0.882439 0.100828 76.994256);
|
|
180
|
+
$purple-yellow-700: oklch(0.843835 0.134194 77.661362);
|
|
181
|
+
$purple-yellow-750: oklch(0.805038 0.167358 77.590601);
|
|
182
|
+
$purple-yellow-800: oklch(0.728842 0.15156 77.733769);
|
|
183
|
+
$purple-yellow-850: oklch(0.65373 0.135805 78.088427);
|
|
184
|
+
$purple-yellow-900: oklch(0.577599 0.120128 78.003109);
|
|
185
|
+
$purple-yellow-950: oklch(0.502188 0.104612 78.188823);
|
|
186
|
+
$purple-yellow-1000: oklch(0.427326 0.08887 78.678822);
|
|
187
|
+
$fuchsia-teal-50: oklch(0.340576 0.146851 341.706145);
|
|
188
|
+
$fuchsia-teal-100: oklch(0.39295 0.168058 341.453107);
|
|
189
|
+
$fuchsia-teal-150: oklch(0.44562 0.190168 341.161978);
|
|
190
|
+
$fuchsia-teal-200: oklch(0.497141 0.211145 340.960438);
|
|
191
|
+
$fuchsia-teal-250: oklch(0.549558 0.232656 340.736035);
|
|
192
|
+
$fuchsia-teal-300: oklch(0.601253 0.254233 340.252307);
|
|
193
|
+
$fuchsia-teal-350: oklch(0.681377 0.203473 340.178482);
|
|
194
|
+
$fuchsia-teal-400: oklch(0.760257 0.152133 340.196108);
|
|
195
|
+
$fuchsia-teal-450: oklch(0.840598 0.100865 340.425517);
|
|
196
|
+
$fuchsia-teal-500: oklch(0.919831 0.050647 340.40848);
|
|
197
|
+
$fuchsia-teal-550: oklch(0.911541 0.016561 211.040795);
|
|
198
|
+
$fuchsia-teal-600: oklch(0.822569 0.032253 211.568887);
|
|
199
|
+
$fuchsia-teal-650: oklch(0.734695 0.048316 209.946656);
|
|
200
|
+
$fuchsia-teal-700: oklch(0.646194 0.064372 210.475981);
|
|
201
|
+
$fuchsia-teal-750: oklch(0.55658 0.080187 210.887635);
|
|
202
|
+
$fuchsia-teal-800: oklch(0.512064 0.074544 211.194944);
|
|
203
|
+
$fuchsia-teal-850: oklch(0.469673 0.06943 211.381297);
|
|
204
|
+
$fuchsia-teal-900: oklch(0.425885 0.063754 210.18179);
|
|
205
|
+
$fuchsia-teal-950: oklch(0.381439 0.05831 210.32537);
|
|
206
|
+
$fuchsia-teal-1000: oklch(0.339119 0.053288 210.303482);
|
|
@@ -0,0 +1,206 @@
|
|
|
1
|
+
$ember-50: rgb(34, 39, 43);
|
|
2
|
+
$ember-100: rgb(28, 42, 59);
|
|
3
|
+
$ember-150: rgb(28, 42, 76);
|
|
4
|
+
$ember-200: rgb(37, 38, 92);
|
|
5
|
+
$ember-250: rgb(51, 31, 104);
|
|
6
|
+
$ember-300: rgb(68, 17, 112);
|
|
7
|
+
$ember-350: rgb(97, 17, 117);
|
|
8
|
+
$ember-400: rgb(128, 15, 115);
|
|
9
|
+
$ember-450: rgb(159, 9, 106);
|
|
10
|
+
$ember-500: rgb(188, 7, 88);
|
|
11
|
+
$ember-550: rgb(215, 21, 58);
|
|
12
|
+
$ember-600: rgb(222, 43, 52);
|
|
13
|
+
$ember-650: rgb(228, 59, 46);
|
|
14
|
+
$ember-700: rgb(233, 73, 39);
|
|
15
|
+
$ember-750: rgb(238, 86, 33);
|
|
16
|
+
$ember-800: rgb(243, 99, 27);
|
|
17
|
+
$ember-850: rgb(247, 115, 0);
|
|
18
|
+
$ember-900: rgb(249, 130, 0);
|
|
19
|
+
$ember-950: rgb(251, 145, 0);
|
|
20
|
+
$ember-1000: rgb(251, 160, 0);
|
|
21
|
+
$ember-1050: rgb(250, 175, 5);
|
|
22
|
+
$earthfire-50: rgb(82, 55, 25);
|
|
23
|
+
$earthfire-100: rgb(95, 54, 13);
|
|
24
|
+
$earthfire-150: rgb(108, 51, 0);
|
|
25
|
+
$earthfire-200: rgb(122, 46, 0);
|
|
26
|
+
$earthfire-250: rgb(135, 38, 0);
|
|
27
|
+
$earthfire-300: rgb(148, 27, 0);
|
|
28
|
+
$earthfire-350: rgb(167, 42, 5);
|
|
29
|
+
$earthfire-400: rgb(185, 56, 11);
|
|
30
|
+
$earthfire-450: rgb(204, 70, 17);
|
|
31
|
+
$earthfire-500: rgb(224, 85, 22);
|
|
32
|
+
$earthfire-550: rgb(243, 99, 27);
|
|
33
|
+
$earthfire-600: rgb(247, 115, 0);
|
|
34
|
+
$earthfire-650: rgb(249, 130, 0);
|
|
35
|
+
$earthfire-700: rgb(251, 145, 0);
|
|
36
|
+
$earthfire-750: rgb(251, 160, 0);
|
|
37
|
+
$earthfire-800: rgb(250, 175, 5);
|
|
38
|
+
$earthfire-850: rgb(250, 187, 59);
|
|
39
|
+
$earthfire-900: rgb(250, 199, 87);
|
|
40
|
+
$earthfire-950: rgb(251, 210, 111);
|
|
41
|
+
$earthfire-1000: rgb(252, 221, 133);
|
|
42
|
+
$earthfire-1050: rgb(253, 231, 154);
|
|
43
|
+
$fuchsia-heat-50: rgb(101, 0, 77);
|
|
44
|
+
$fuchsia-heat-100: rgb(123, 2, 95);
|
|
45
|
+
$fuchsia-heat-150: rgb(146, 4, 114);
|
|
46
|
+
$fuchsia-heat-200: rgb(169, 8, 133);
|
|
47
|
+
$fuchsia-heat-250: rgb(193, 13, 153);
|
|
48
|
+
$fuchsia-heat-300: rgb(217, 18, 174);
|
|
49
|
+
$fuchsia-heat-350: rgb(230, 30, 146);
|
|
50
|
+
$fuchsia-heat-400: rgb(240, 45, 119);
|
|
51
|
+
$fuchsia-heat-450: rgb(245, 62, 91);
|
|
52
|
+
$fuchsia-heat-500: rgb(246, 80, 62);
|
|
53
|
+
$fuchsia-heat-550: rgb(243, 99, 27);
|
|
54
|
+
$fuchsia-heat-600: rgb(247, 115, 0);
|
|
55
|
+
$fuchsia-heat-650: rgb(249, 130, 0);
|
|
56
|
+
$fuchsia-heat-700: rgb(251, 145, 0);
|
|
57
|
+
$fuchsia-heat-750: rgb(251, 160, 0);
|
|
58
|
+
$fuchsia-heat-800: rgb(250, 175, 5);
|
|
59
|
+
$fuchsia-heat-850: rgb(250, 187, 59);
|
|
60
|
+
$fuchsia-heat-900: rgb(250, 199, 87);
|
|
61
|
+
$fuchsia-heat-950: rgb(251, 210, 111);
|
|
62
|
+
$fuchsia-heat-1000: rgb(252, 221, 133);
|
|
63
|
+
$fuchsia-heat-1050: rgb(253, 231, 154);
|
|
64
|
+
$polar-glow-50: rgb(0, 38, 100);
|
|
65
|
+
$polar-glow-100: rgb(1, 51, 128);
|
|
66
|
+
$polar-glow-150: rgb(3, 65, 158);
|
|
67
|
+
$polar-glow-200: rgb(7, 79, 189);
|
|
68
|
+
$polar-glow-250: rgb(13, 93, 220);
|
|
69
|
+
$polar-glow-300: rgb(20, 108, 253);
|
|
70
|
+
$polar-glow-350: rgb(0, 119, 231);
|
|
71
|
+
$polar-glow-400: rgb(0, 126, 208);
|
|
72
|
+
$polar-glow-450: rgb(0, 130, 184);
|
|
73
|
+
$polar-glow-500: rgb(0, 130, 162);
|
|
74
|
+
$polar-glow-550: rgb(46, 128, 142);
|
|
75
|
+
$polar-glow-600: rgb(66, 146, 159);
|
|
76
|
+
$polar-glow-650: rgb(84, 163, 176);
|
|
77
|
+
$polar-glow-700: rgb(103, 182, 193);
|
|
78
|
+
$polar-glow-750: rgb(121, 200, 211);
|
|
79
|
+
$polar-glow-800: rgb(140, 219, 229);
|
|
80
|
+
$polar-glow-850: rgb(154, 223, 229);
|
|
81
|
+
$polar-glow-900: rgb(169, 227, 229);
|
|
82
|
+
$polar-glow-950: rgb(182, 231, 230);
|
|
83
|
+
$polar-glow-1000: rgb(196, 235, 231);
|
|
84
|
+
$polar-glow-1050: rgb(209, 238, 234);
|
|
85
|
+
$glacier-pool-50: rgb(68, 17, 112);
|
|
86
|
+
$glacier-pool-100: rgb(81, 30, 136);
|
|
87
|
+
$glacier-pool-150: rgb(93, 43, 161);
|
|
88
|
+
$glacier-pool-200: rgb(106, 57, 187);
|
|
89
|
+
$glacier-pool-250: rgb(117, 70, 214);
|
|
90
|
+
$glacier-pool-300: rgb(128, 85, 241);
|
|
91
|
+
$glacier-pool-350: rgb(115, 89, 246);
|
|
92
|
+
$glacier-pool-400: rgb(100, 94, 250);
|
|
93
|
+
$glacier-pool-450: rgb(83, 98, 252);
|
|
94
|
+
$glacier-pool-500: rgb(60, 103, 253);
|
|
95
|
+
$glacier-pool-550: rgb(20, 108, 253);
|
|
96
|
+
$glacier-pool-600: rgb(0, 137, 255);
|
|
97
|
+
$glacier-pool-650: rgb(12, 162, 255);
|
|
98
|
+
$glacier-pool-700: rgb(59, 185, 255);
|
|
99
|
+
$glacier-pool-750: rgb(100, 205, 255);
|
|
100
|
+
$glacier-pool-800: rgb(140, 224, 255);
|
|
101
|
+
$glacier-pool-850: rgb(154, 227, 255);
|
|
102
|
+
$glacier-pool-900: rgb(167, 229, 255);
|
|
103
|
+
$glacier-pool-950: rgb(179, 232, 254);
|
|
104
|
+
$glacier-pool-1000: rgb(191, 234, 254);
|
|
105
|
+
$glacier-pool-1050: rgb(203, 237, 253);
|
|
106
|
+
$deep-current-50: rgb(11, 63, 71);
|
|
107
|
+
$deep-current-100: rgb(18, 75, 84);
|
|
108
|
+
$deep-current-150: rgb(25, 88, 98);
|
|
109
|
+
$deep-current-200: rgb(32, 101, 113);
|
|
110
|
+
$deep-current-250: rgb(39, 114, 127);
|
|
111
|
+
$deep-current-300: rgb(46, 128, 142);
|
|
112
|
+
$deep-current-350: rgb(0, 130, 162);
|
|
113
|
+
$deep-current-400: rgb(0, 130, 184);
|
|
114
|
+
$deep-current-450: rgb(0, 126, 208);
|
|
115
|
+
$deep-current-500: rgb(0, 119, 231);
|
|
116
|
+
$deep-current-550: rgb(20, 108, 253);
|
|
117
|
+
$deep-current-600: rgb(0, 137, 255);
|
|
118
|
+
$deep-current-650: rgb(12, 162, 255);
|
|
119
|
+
$deep-current-700: rgb(59, 185, 255);
|
|
120
|
+
$deep-current-750: rgb(100, 205, 255);
|
|
121
|
+
$deep-current-800: rgb(140, 224, 255);
|
|
122
|
+
$deep-current-850: rgb(154, 227, 255);
|
|
123
|
+
$deep-current-900: rgb(167, 229, 255);
|
|
124
|
+
$deep-current-950: rgb(179, 232, 254);
|
|
125
|
+
$deep-current-1000: rgb(191, 234, 254);
|
|
126
|
+
$deep-current-1050: rgb(203, 237, 253);
|
|
127
|
+
$blue-red-50: rgb(0, 38, 100);
|
|
128
|
+
$blue-red-100: rgb(1, 51, 128);
|
|
129
|
+
$blue-red-150: rgb(3, 65, 158);
|
|
130
|
+
$blue-red-200: rgb(7, 79, 189);
|
|
131
|
+
$blue-red-250: rgb(13, 93, 220);
|
|
132
|
+
$blue-red-300: rgb(20, 108, 253);
|
|
133
|
+
$blue-red-350: rgb(76, 142, 255);
|
|
134
|
+
$blue-red-400: rgb(121, 172, 255);
|
|
135
|
+
$blue-red-450: rgb(165, 200, 255);
|
|
136
|
+
$blue-red-500: rgb(210, 228, 255);
|
|
137
|
+
$blue-red-550: rgb(254, 215, 214);
|
|
138
|
+
$blue-red-600: rgb(249, 175, 174);
|
|
139
|
+
$blue-red-650: rgb(241, 134, 135);
|
|
140
|
+
$blue-red-700: rgb(229, 89, 97);
|
|
141
|
+
$blue-red-750: rgb(215, 21, 58);
|
|
142
|
+
$blue-red-800: rgb(191, 15, 52);
|
|
143
|
+
$blue-red-850: rgb(167, 10, 45);
|
|
144
|
+
$blue-red-900: rgb(143, 5, 39);
|
|
145
|
+
$blue-red-950: rgb(121, 2, 32);
|
|
146
|
+
$blue-red-1000: rgb(99, 0, 25);
|
|
147
|
+
$blue-orange-50: rgb(0, 38, 100);
|
|
148
|
+
$blue-orange-100: rgb(1, 51, 128);
|
|
149
|
+
$blue-orange-150: rgb(3, 65, 158);
|
|
150
|
+
$blue-orange-200: rgb(7, 79, 189);
|
|
151
|
+
$blue-orange-250: rgb(13, 93, 220);
|
|
152
|
+
$blue-orange-300: rgb(20, 108, 253);
|
|
153
|
+
$blue-orange-350: rgb(76, 142, 255);
|
|
154
|
+
$blue-orange-400: rgb(121, 172, 255);
|
|
155
|
+
$blue-orange-450: rgb(165, 200, 255);
|
|
156
|
+
$blue-orange-500: rgb(210, 228, 255);
|
|
157
|
+
$blue-orange-550: rgb(255, 226, 214);
|
|
158
|
+
$blue-orange-600: rgb(255, 196, 173);
|
|
159
|
+
$blue-orange-650: rgb(254, 166, 131);
|
|
160
|
+
$blue-orange-700: rgb(250, 134, 87);
|
|
161
|
+
$blue-orange-750: rgb(243, 99, 27);
|
|
162
|
+
$blue-orange-800: rgb(224, 85, 22);
|
|
163
|
+
$blue-orange-850: rgb(204, 70, 17);
|
|
164
|
+
$blue-orange-900: rgb(185, 56, 11);
|
|
165
|
+
$blue-orange-950: rgb(167, 42, 5);
|
|
166
|
+
$blue-orange-1000: rgb(148, 27, 0);
|
|
167
|
+
$purple-yellow-50: rgb(68, 17, 112);
|
|
168
|
+
$purple-yellow-100: rgb(81, 30, 136);
|
|
169
|
+
$purple-yellow-150: rgb(93, 43, 161);
|
|
170
|
+
$purple-yellow-200: rgb(106, 57, 187);
|
|
171
|
+
$purple-yellow-250: rgb(117, 70, 214);
|
|
172
|
+
$purple-yellow-300: rgb(128, 85, 241);
|
|
173
|
+
$purple-yellow-350: rgb(150, 123, 247);
|
|
174
|
+
$purple-yellow-400: rgb(174, 158, 251);
|
|
175
|
+
$purple-yellow-450: rgb(199, 191, 254);
|
|
176
|
+
$purple-yellow-500: rgb(227, 223, 255);
|
|
177
|
+
$purple-yellow-550: rgb(255, 240, 218);
|
|
178
|
+
$purple-yellow-600: rgb(255, 224, 180);
|
|
179
|
+
$purple-yellow-650: rgb(254, 208, 139);
|
|
180
|
+
$purple-yellow-700: rgb(252, 192, 93);
|
|
181
|
+
$purple-yellow-750: rgb(250, 175, 5);
|
|
182
|
+
$purple-yellow-800: rgb(219, 153, 3);
|
|
183
|
+
$purple-yellow-850: rgb(189, 132, 2);
|
|
184
|
+
$purple-yellow-900: rgb(160, 111, 1);
|
|
185
|
+
$purple-yellow-950: rgb(132, 91, 0);
|
|
186
|
+
$purple-yellow-1000: rgb(105, 72, 0);
|
|
187
|
+
$fuchsia-teal-50: rgb(101, 0, 77);
|
|
188
|
+
$fuchsia-teal-100: rgb(123, 2, 95);
|
|
189
|
+
$fuchsia-teal-150: rgb(146, 4, 114);
|
|
190
|
+
$fuchsia-teal-200: rgb(169, 8, 133);
|
|
191
|
+
$fuchsia-teal-250: rgb(193, 13, 153);
|
|
192
|
+
$fuchsia-teal-300: rgb(217, 18, 174);
|
|
193
|
+
$fuchsia-teal-350: rgb(230, 91, 191);
|
|
194
|
+
$fuchsia-teal-400: rgb(240, 136, 207);
|
|
195
|
+
$fuchsia-teal-450: rgb(248, 177, 223);
|
|
196
|
+
$fuchsia-teal-500: rgb(253, 216, 239);
|
|
197
|
+
$fuchsia-teal-550: rgb(214, 229, 232);
|
|
198
|
+
$fuchsia-teal-600: rgb(174, 203, 209);
|
|
199
|
+
$fuchsia-teal-650: rgb(134, 178, 186);
|
|
200
|
+
$fuchsia-teal-700: rgb(93, 153, 164);
|
|
201
|
+
$fuchsia-teal-750: rgb(46, 128, 142);
|
|
202
|
+
$fuchsia-teal-800: rgb(39, 114, 127);
|
|
203
|
+
$fuchsia-teal-850: rgb(32, 101, 113);
|
|
204
|
+
$fuchsia-teal-900: rgb(25, 88, 98);
|
|
205
|
+
$fuchsia-teal-950: rgb(18, 75, 84);
|
|
206
|
+
$fuchsia-teal-1000: rgb(11, 63, 71);
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
$primary-50: #fff6fd;
|
|
2
|
+
$primary-100: #ffeef9;
|
|
3
|
+
$primary-150: #fee6f6;
|
|
4
|
+
$primary-200: #fddef2;
|
|
5
|
+
$primary-250: #fbd4ef;
|
|
6
|
+
$primary-300: #f9c9eb;
|
|
7
|
+
$primary-350: #f7bfe9;
|
|
8
|
+
$primary-400: #f4b5e6;
|
|
9
|
+
$primary-450: #ef96da;
|
|
10
|
+
$primary-500: #e975cc;
|
|
11
|
+
$primary-550: #e150be;
|
|
12
|
+
$primary-600: #d912ae;
|
|
13
|
+
$primary-650: #bb0c94;
|
|
14
|
+
$primary-700: #9d067b;
|
|
15
|
+
$primary-750: #810264;
|
|
16
|
+
$primary-800: #65004d;
|
|
17
|
+
$primary-850: #4d003a;
|
|
18
|
+
$primary-900: #370028;
|
|
19
|
+
$primary-950: #220017;
|
|
20
|
+
$accent-50: #f0fbff;
|
|
21
|
+
$accent-100: #e4f6ff;
|
|
22
|
+
$accent-150: #d7f2fe;
|
|
23
|
+
$accent-200: #cbedfd;
|
|
24
|
+
$accent-250: #bceafe;
|
|
25
|
+
$accent-300: #ade7ff;
|
|
26
|
+
$accent-350: #9de3ff;
|
|
27
|
+
$accent-400: #8ce0ff;
|
|
28
|
+
$accent-450: #5ac9ff;
|
|
29
|
+
$accent-500: #26aeff;
|
|
30
|
+
$accent-550: #008fff;
|
|
31
|
+
$accent-600: #146cfd;
|
|
32
|
+
$accent-650: #0c5ad4;
|
|
33
|
+
$accent-700: #0548ad;
|
|
34
|
+
$accent-750: #023688;
|
|
35
|
+
$accent-800: #002664;
|
|
36
|
+
$accent-850: #001a4d;
|
|
37
|
+
$accent-900: #001037;
|
|
38
|
+
$accent-950: #000622;
|
|
39
|
+
$grey-50: #fafafa;
|
|
40
|
+
$grey-100: #f5f5f5;
|
|
41
|
+
$grey-150: #f0f0f0;
|
|
42
|
+
$grey-200: #ebebeb;
|
|
43
|
+
$grey-250: #e3e5e6;
|
|
44
|
+
$grey-300: #dcdfe0;
|
|
45
|
+
$grey-350: #d4d9db;
|
|
46
|
+
$grey-400: #cdd3d6;
|
|
47
|
+
$grey-450: #aab0b4;
|
|
48
|
+
$grey-500: #888f92;
|
|
49
|
+
$grey-550: #686f72;
|
|
50
|
+
$grey-600: #495054;
|
|
51
|
+
$grey-650: #3f4549;
|
|
52
|
+
$grey-700: #353b3f;
|
|
53
|
+
$grey-750: #2b3135;
|
|
54
|
+
$grey-800: #22272b;
|
|
55
|
+
$grey-850: #181c1f;
|
|
56
|
+
$grey-900: #0e1113;
|
|
57
|
+
$grey-950: #050709;
|