@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
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
--primary-50: hsl(313.333333, 100%, 98.235294%);
|
|
3
|
+
--primary-100: hsl(321.176471, 100%, 96.666667%);
|
|
4
|
+
--primary-150: hsl(320, 92.307692%, 94.901961%);
|
|
5
|
+
--primary-200: hsl(321.290323, 88.571429%, 93.137255%);
|
|
6
|
+
--primary-250: hsl(318.461538, 82.978723%, 90.784314%);
|
|
7
|
+
--primary-300: hsl(317.5, 80%, 88.235294%);
|
|
8
|
+
--primary-350: hsl(315, 77.777778%, 85.882353%);
|
|
9
|
+
--primary-400: hsl(313.333333, 74.117647%, 83.333333%);
|
|
10
|
+
--primary-450: hsl(314.157303, 73.553719%, 76.27451%);
|
|
11
|
+
--primary-500: hsl(315, 72.5%, 68.627451%);
|
|
12
|
+
--primary-550: hsl(314.482759, 70.731707%, 59.803922%);
|
|
13
|
+
--primary-600: hsl(312.964824, 84.680851%, 46.078431%);
|
|
14
|
+
--primary-650: hsl(313.371429, 87.939698%, 39.019608%);
|
|
15
|
+
--primary-700: hsl(313.509934, 92.638037%, 31.960784%);
|
|
16
|
+
--primary-750: hsl(313.700787, 96.946565%, 25.686275%);
|
|
17
|
+
--primary-800: hsl(314.257426, 100%, 19.803922%);
|
|
18
|
+
--primary-850: hsl(314.805195, 100%, 15.098039%);
|
|
19
|
+
--primary-900: hsl(316.363636, 100%, 10.784314%);
|
|
20
|
+
--primary-950: hsl(319.411765, 100%, 6.666667%);
|
|
21
|
+
--accent-50: hsl(196, 100%, 97.058824%);
|
|
22
|
+
--accent-100: hsl(200, 100%, 94.705882%);
|
|
23
|
+
--accent-150: hsl(198.461538, 95.121951%, 91.960784%);
|
|
24
|
+
--accent-200: hsl(199.2, 92.592593%, 89.411765%);
|
|
25
|
+
--accent-250: hsl(198.181818, 97.058824%, 86.666667%);
|
|
26
|
+
--accent-300: hsl(197.560976, 100%, 83.921569%);
|
|
27
|
+
--accent-350: hsl(197.142857, 100%, 80.784314%);
|
|
28
|
+
--accent-400: hsl(196.173913, 100%, 77.45098%);
|
|
29
|
+
--accent-450: hsl(199.636364, 100%, 67.647059%);
|
|
30
|
+
--accent-500: hsl(202.396313, 100%, 57.45098%);
|
|
31
|
+
--accent-550: hsl(206.352941, 100%, 50%);
|
|
32
|
+
--accent-600: hsl(217.339056, 98.312236%, 53.529412%);
|
|
33
|
+
--accent-650: hsl(216.6, 89.285714%, 43.921569%);
|
|
34
|
+
--accent-700: hsl(216.071429, 94.382022%, 34.901961%);
|
|
35
|
+
--accent-750: hsl(216.716418, 97.101449%, 27.058824%);
|
|
36
|
+
--accent-800: hsl(217.2, 100%, 19.607843%);
|
|
37
|
+
--accent-850: hsl(219.74026, 100%, 15.098039%);
|
|
38
|
+
--accent-900: hsl(222.545455, 100%, 10.784314%);
|
|
39
|
+
--accent-950: hsl(229.411765, 100%, 6.666667%);
|
|
40
|
+
--grey-50: hsl(0, 0%, 98.039216%);
|
|
41
|
+
--grey-100: hsl(0, 0%, 96.078431%);
|
|
42
|
+
--grey-150: hsl(0, 0%, 94.117647%);
|
|
43
|
+
--grey-200: hsl(0, 0%, 92.156863%);
|
|
44
|
+
--grey-250: hsl(200, 5.660377%, 89.607843%);
|
|
45
|
+
--grey-300: hsl(195, 6.060606%, 87.058824%);
|
|
46
|
+
--grey-350: hsl(197.142857, 8.860759%, 84.509804%);
|
|
47
|
+
--grey-400: hsl(200, 9.89011%, 82.156863%);
|
|
48
|
+
--grey-450: hsl(204, 6.25%, 68.627451%);
|
|
49
|
+
--grey-500: hsl(198, 4.385965%, 55.294118%);
|
|
50
|
+
--grey-550: hsl(198, 4.587156%, 42.745098%);
|
|
51
|
+
--grey-600: hsl(201.818182, 7.006369%, 30.784314%);
|
|
52
|
+
--grey-650: hsl(204, 7.352941%, 26.666667%);
|
|
53
|
+
--grey-700: hsl(204, 8.62069%, 22.745098%);
|
|
54
|
+
--grey-750: hsl(204, 10.416667%, 18.823529%);
|
|
55
|
+
--grey-800: hsl(206.666667, 11.688312%, 15.098039%);
|
|
56
|
+
--grey-850: hsl(205.714286, 12.727273%, 10.784314%);
|
|
57
|
+
--grey-900: hsl(204, 15.151515%, 6.470588%);
|
|
58
|
+
--grey-950: hsl(210, 28.571429%, 2.745098%);
|
|
59
|
+
}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
--primary-50: oklch(0.982084 0.013244 333.034319);
|
|
3
|
+
--primary-100: oklch(0.965669 0.023247 338.610142);
|
|
4
|
+
--primary-150: oklch(0.948854 0.03339 337.959274);
|
|
5
|
+
--primary-200: oklch(0.93185 0.042831 339.134147);
|
|
6
|
+
--primary-250: oklch(0.910705 0.055741 337.314857);
|
|
7
|
+
--primary-300: oklch(0.887629 0.069703 336.916306);
|
|
8
|
+
--primary-350: oklch(0.86725 0.08373 335.420133);
|
|
9
|
+
--primary-400: oklch(0.84582 0.096185 334.510766);
|
|
10
|
+
--primary-450: oklch(0.784752 0.136018 335.952916);
|
|
11
|
+
--primary-500: oklch(0.723334 0.175513 337.649945);
|
|
12
|
+
--primary-550: oklch(0.661983 0.214363 338.632544);
|
|
13
|
+
--primary-600: oklch(0.601253 0.254233 340.252307);
|
|
14
|
+
--primary-650: oklch(0.536642 0.227232 340.78992);
|
|
15
|
+
--primary-700: oklch(0.470462 0.200119 341.098388);
|
|
16
|
+
--primary-750: oklch(0.406687 0.174181 341.335872);
|
|
17
|
+
--primary-800: oklch(0.340576 0.146851 341.706145);
|
|
18
|
+
--primary-850: oklch(0.282424 0.121774 341.71207);
|
|
19
|
+
--primary-900: oklch(0.22599 0.097183 342.322886);
|
|
20
|
+
--primary-950: oklch(0.168705 0.072287 343.166627);
|
|
21
|
+
--accent-50: oklch(0.981046 0.012805 221.42319);
|
|
22
|
+
--accent-100: oklch(0.962528 0.022535 229.073806);
|
|
23
|
+
--accent-150: oklch(0.945178 0.032646 226.304274);
|
|
24
|
+
--accent-200: oklch(0.926674 0.041663 227.890787);
|
|
25
|
+
--accent-250: oklch(0.911263 0.054737 226.223779);
|
|
26
|
+
--accent-300: oklch(0.896395 0.067447 225.364647);
|
|
27
|
+
--accent-350: oklch(0.87908 0.079726 224.961348);
|
|
28
|
+
--accent-400: oklch(0.864091 0.092143 223.595164);
|
|
29
|
+
--accent-450: oklch(0.793049 0.126377 232.671182);
|
|
30
|
+
--accent-500: oklch(0.719588 0.160232 241.934243);
|
|
31
|
+
--accent-550: oklch(0.647121 0.194114 252.085254);
|
|
32
|
+
--accent-600: oklch(0.575113 0.229834 260.756335);
|
|
33
|
+
--accent-650: oklch(0.504429 0.200565 260.409998);
|
|
34
|
+
--accent-700: oklch(0.433012 0.172764 260.164397);
|
|
35
|
+
--accent-750: oklch(0.360675 0.146274 260.290439);
|
|
36
|
+
--accent-800: oklch(0.289999 0.117296 259.841938);
|
|
37
|
+
--accent-850: oklch(0.238584 0.100105 260.505764);
|
|
38
|
+
--accent-900: oklch(0.190403 0.080719 260.682766);
|
|
39
|
+
--accent-950: oklch(0.138623 0.062732 261.699127);
|
|
40
|
+
--grey-50: oklch(0.985104 0 0);
|
|
41
|
+
--grey-100: oklch(0.970151 0 0);
|
|
42
|
+
--grey-150: oklch(0.95514 0 0);
|
|
43
|
+
--grey-200: oklch(0.94007 0 0);
|
|
44
|
+
--grey-250: oklch(0.920652 0.002558 228.786818);
|
|
45
|
+
--grey-300: oklch(0.901624 0.003538 219.535738);
|
|
46
|
+
--grey-350: oklch(0.882025 0.006111 223.464254);
|
|
47
|
+
--grey-400: oklch(0.863097 0.007776 228.868893);
|
|
48
|
+
--grey-450: oklch(0.753634 0.008885 236.605307);
|
|
49
|
+
--grey-500: oklch(0.645222 0.009348 225.150438);
|
|
50
|
+
--grey-550: oklch(0.536704 0.009767 225.197358);
|
|
51
|
+
--grey-600: oklch(0.426427 0.011202 232.617199);
|
|
52
|
+
--grey-650: oklch(0.386365 0.01045 236.835687);
|
|
53
|
+
--grey-700: oklch(0.348204 0.010712 236.894097);
|
|
54
|
+
--grey-750: oklch(0.308978 0.011017 236.97265);
|
|
55
|
+
--grey-800: oklch(0.269413 0.01036 242.083865);
|
|
56
|
+
--grey-850: oklch(0.223572 0.008405 240.274391);
|
|
57
|
+
--grey-900: oklch(0.175228 0.006346 236.981786);
|
|
58
|
+
--grey-950: oklch(0.126543 0.006953 243.792325);
|
|
59
|
+
}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
--primary-50: rgb(255, 246, 253);
|
|
3
|
+
--primary-100: rgb(255, 238, 249);
|
|
4
|
+
--primary-150: rgb(254, 230, 246);
|
|
5
|
+
--primary-200: rgb(253, 222, 242);
|
|
6
|
+
--primary-250: rgb(251, 212, 239);
|
|
7
|
+
--primary-300: rgb(249, 201, 235);
|
|
8
|
+
--primary-350: rgb(247, 191, 233);
|
|
9
|
+
--primary-400: rgb(244, 181, 230);
|
|
10
|
+
--primary-450: rgb(239, 150, 218);
|
|
11
|
+
--primary-500: rgb(233, 117, 204);
|
|
12
|
+
--primary-550: rgb(225, 80, 190);
|
|
13
|
+
--primary-600: rgb(217, 18, 174);
|
|
14
|
+
--primary-650: rgb(187, 12, 148);
|
|
15
|
+
--primary-700: rgb(157, 6, 123);
|
|
16
|
+
--primary-750: rgb(129, 2, 100);
|
|
17
|
+
--primary-800: rgb(101, 0, 77);
|
|
18
|
+
--primary-850: rgb(77, 0, 58);
|
|
19
|
+
--primary-900: rgb(55, 0, 40);
|
|
20
|
+
--primary-950: rgb(34, 0, 23);
|
|
21
|
+
--accent-50: rgb(240, 251, 255);
|
|
22
|
+
--accent-100: rgb(228, 246, 255);
|
|
23
|
+
--accent-150: rgb(215, 242, 254);
|
|
24
|
+
--accent-200: rgb(203, 237, 253);
|
|
25
|
+
--accent-250: rgb(188, 234, 254);
|
|
26
|
+
--accent-300: rgb(173, 231, 255);
|
|
27
|
+
--accent-350: rgb(157, 227, 255);
|
|
28
|
+
--accent-400: rgb(140, 224, 255);
|
|
29
|
+
--accent-450: rgb(90, 201, 255);
|
|
30
|
+
--accent-500: rgb(38, 174, 255);
|
|
31
|
+
--accent-550: rgb(0, 143, 255);
|
|
32
|
+
--accent-600: rgb(20, 108, 253);
|
|
33
|
+
--accent-650: rgb(12, 90, 212);
|
|
34
|
+
--accent-700: rgb(5, 72, 173);
|
|
35
|
+
--accent-750: rgb(2, 54, 136);
|
|
36
|
+
--accent-800: rgb(0, 38, 100);
|
|
37
|
+
--accent-850: rgb(0, 26, 77);
|
|
38
|
+
--accent-900: rgb(0, 16, 55);
|
|
39
|
+
--accent-950: rgb(0, 6, 34);
|
|
40
|
+
--grey-50: rgb(250, 250, 250);
|
|
41
|
+
--grey-100: rgb(245, 245, 245);
|
|
42
|
+
--grey-150: rgb(240, 240, 240);
|
|
43
|
+
--grey-200: rgb(235, 235, 235);
|
|
44
|
+
--grey-250: rgb(227, 229, 230);
|
|
45
|
+
--grey-300: rgb(220, 223, 224);
|
|
46
|
+
--grey-350: rgb(212, 217, 219);
|
|
47
|
+
--grey-400: rgb(205, 211, 214);
|
|
48
|
+
--grey-450: rgb(170, 176, 180);
|
|
49
|
+
--grey-500: rgb(136, 143, 146);
|
|
50
|
+
--grey-550: rgb(104, 111, 114);
|
|
51
|
+
--grey-600: rgb(73, 80, 84);
|
|
52
|
+
--grey-650: rgb(63, 69, 73);
|
|
53
|
+
--grey-700: rgb(53, 59, 63);
|
|
54
|
+
--grey-750: rgb(43, 49, 53);
|
|
55
|
+
--grey-800: rgb(34, 39, 43);
|
|
56
|
+
--grey-850: rgb(24, 28, 31);
|
|
57
|
+
--grey-900: rgb(14, 17, 19);
|
|
58
|
+
--grey-950: rgb(5, 7, 9);
|
|
59
|
+
}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
--primary-50: #fff6fd;
|
|
3
|
+
--primary-100: #ffeef9;
|
|
4
|
+
--primary-150: #fee6f6;
|
|
5
|
+
--primary-200: #fddef2;
|
|
6
|
+
--primary-250: #fbd4ef;
|
|
7
|
+
--primary-300: #f9c9eb;
|
|
8
|
+
--primary-350: #f7bfe9;
|
|
9
|
+
--primary-400: #f4b5e6;
|
|
10
|
+
--primary-450: #ef96da;
|
|
11
|
+
--primary-500: #e975cc;
|
|
12
|
+
--primary-550: #e150be;
|
|
13
|
+
--primary-600: #d912ae;
|
|
14
|
+
--primary-650: #bb0c94;
|
|
15
|
+
--primary-700: #9d067b;
|
|
16
|
+
--primary-750: #810264;
|
|
17
|
+
--primary-800: #65004d;
|
|
18
|
+
--primary-850: #4d003a;
|
|
19
|
+
--primary-900: #370028;
|
|
20
|
+
--primary-950: #220017;
|
|
21
|
+
--accent-50: #fffaf6;
|
|
22
|
+
--accent-100: #fff6ee;
|
|
23
|
+
--accent-150: #fef1e7;
|
|
24
|
+
--accent-200: #fdeddf;
|
|
25
|
+
--accent-250: #fee5ce;
|
|
26
|
+
--accent-300: #ffddbd;
|
|
27
|
+
--accent-350: #ffd6ab;
|
|
28
|
+
--accent-400: #ffce99;
|
|
29
|
+
--accent-450: #fdb678;
|
|
30
|
+
--accent-500: #fb9d58;
|
|
31
|
+
--accent-550: #f78139;
|
|
32
|
+
--accent-600: #f3631b;
|
|
33
|
+
--accent-650: #db5115;
|
|
34
|
+
--accent-700: #c33f0e;
|
|
35
|
+
--accent-750: #ab2e06;
|
|
36
|
+
--accent-800: #941b00;
|
|
37
|
+
--accent-850: #730f00;
|
|
38
|
+
--accent-900: #530400;
|
|
39
|
+
--accent-950: #350000;
|
|
40
|
+
--grey-50: #fafafa;
|
|
41
|
+
--grey-100: #f5f5f5;
|
|
42
|
+
--grey-150: #f0f0f0;
|
|
43
|
+
--grey-200: #ebebeb;
|
|
44
|
+
--grey-250: #e3e5e6;
|
|
45
|
+
--grey-300: #dcdfe0;
|
|
46
|
+
--grey-350: #d4d9db;
|
|
47
|
+
--grey-400: #cdd3d6;
|
|
48
|
+
--grey-450: #aab0b4;
|
|
49
|
+
--grey-500: #888f92;
|
|
50
|
+
--grey-550: #686f72;
|
|
51
|
+
--grey-600: #495054;
|
|
52
|
+
--grey-650: #3f4549;
|
|
53
|
+
--grey-700: #353b3f;
|
|
54
|
+
--grey-750: #2b3135;
|
|
55
|
+
--grey-800: #22272b;
|
|
56
|
+
--grey-850: #181c1f;
|
|
57
|
+
--grey-900: #0e1113;
|
|
58
|
+
--grey-950: #050709;
|
|
59
|
+
}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
--primary-50: hsl(313.333333, 100%, 98.235294%);
|
|
3
|
+
--primary-100: hsl(321.176471, 100%, 96.666667%);
|
|
4
|
+
--primary-150: hsl(320, 92.307692%, 94.901961%);
|
|
5
|
+
--primary-200: hsl(321.290323, 88.571429%, 93.137255%);
|
|
6
|
+
--primary-250: hsl(318.461538, 82.978723%, 90.784314%);
|
|
7
|
+
--primary-300: hsl(317.5, 80%, 88.235294%);
|
|
8
|
+
--primary-350: hsl(315, 77.777778%, 85.882353%);
|
|
9
|
+
--primary-400: hsl(313.333333, 74.117647%, 83.333333%);
|
|
10
|
+
--primary-450: hsl(314.157303, 73.553719%, 76.27451%);
|
|
11
|
+
--primary-500: hsl(315, 72.5%, 68.627451%);
|
|
12
|
+
--primary-550: hsl(314.482759, 70.731707%, 59.803922%);
|
|
13
|
+
--primary-600: hsl(312.964824, 84.680851%, 46.078431%);
|
|
14
|
+
--primary-650: hsl(313.371429, 87.939698%, 39.019608%);
|
|
15
|
+
--primary-700: hsl(313.509934, 92.638037%, 31.960784%);
|
|
16
|
+
--primary-750: hsl(313.700787, 96.946565%, 25.686275%);
|
|
17
|
+
--primary-800: hsl(314.257426, 100%, 19.803922%);
|
|
18
|
+
--primary-850: hsl(314.805195, 100%, 15.098039%);
|
|
19
|
+
--primary-900: hsl(316.363636, 100%, 10.784314%);
|
|
20
|
+
--primary-950: hsl(319.411765, 100%, 6.666667%);
|
|
21
|
+
--accent-50: hsl(26.666667, 100%, 98.235294%);
|
|
22
|
+
--accent-100: hsl(28.235294, 100%, 96.666667%);
|
|
23
|
+
--accent-150: hsl(26.086957, 92%, 95.098039%);
|
|
24
|
+
--accent-200: hsl(28, 88.235294%, 93.333333%);
|
|
25
|
+
--accent-250: hsl(28.75, 96%, 90.196078%);
|
|
26
|
+
--accent-300: hsl(29.090909, 100%, 87.058824%);
|
|
27
|
+
--accent-350: hsl(30.714286, 100%, 83.529412%);
|
|
28
|
+
--accent-400: hsl(31.176471, 100%, 80%);
|
|
29
|
+
--accent-450: hsl(27.969925, 97.080292%, 73.137255%);
|
|
30
|
+
--accent-500: hsl(25.398773, 95.321637%, 66.470588%);
|
|
31
|
+
--accent-550: hsl(22.736842, 92.23301%, 59.607843%);
|
|
32
|
+
--accent-600: hsl(20, 90%, 52.941176%);
|
|
33
|
+
--accent-650: hsl(18.181818, 82.5%, 47.058824%);
|
|
34
|
+
--accent-700: hsl(16.243094, 86.602871%, 40.980392%);
|
|
35
|
+
--accent-750: hsl(14.545455, 93.220339%, 34.705882%);
|
|
36
|
+
--accent-800: hsl(10.945946, 100%, 29.019608%);
|
|
37
|
+
--accent-850: hsl(7.826087, 100%, 22.54902%);
|
|
38
|
+
--accent-900: hsl(2.891566, 100%, 16.27451%);
|
|
39
|
+
--accent-950: hsl(0, 100%, 10.392157%);
|
|
40
|
+
--grey-50: hsl(0, 0%, 98.039216%);
|
|
41
|
+
--grey-100: hsl(0, 0%, 96.078431%);
|
|
42
|
+
--grey-150: hsl(0, 0%, 94.117647%);
|
|
43
|
+
--grey-200: hsl(0, 0%, 92.156863%);
|
|
44
|
+
--grey-250: hsl(200, 5.660377%, 89.607843%);
|
|
45
|
+
--grey-300: hsl(195, 6.060606%, 87.058824%);
|
|
46
|
+
--grey-350: hsl(197.142857, 8.860759%, 84.509804%);
|
|
47
|
+
--grey-400: hsl(200, 9.89011%, 82.156863%);
|
|
48
|
+
--grey-450: hsl(204, 6.25%, 68.627451%);
|
|
49
|
+
--grey-500: hsl(198, 4.385965%, 55.294118%);
|
|
50
|
+
--grey-550: hsl(198, 4.587156%, 42.745098%);
|
|
51
|
+
--grey-600: hsl(201.818182, 7.006369%, 30.784314%);
|
|
52
|
+
--grey-650: hsl(204, 7.352941%, 26.666667%);
|
|
53
|
+
--grey-700: hsl(204, 8.62069%, 22.745098%);
|
|
54
|
+
--grey-750: hsl(204, 10.416667%, 18.823529%);
|
|
55
|
+
--grey-800: hsl(206.666667, 11.688312%, 15.098039%);
|
|
56
|
+
--grey-850: hsl(205.714286, 12.727273%, 10.784314%);
|
|
57
|
+
--grey-900: hsl(204, 15.151515%, 6.470588%);
|
|
58
|
+
--grey-950: hsl(210, 28.571429%, 2.745098%);
|
|
59
|
+
}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
--primary-50: oklch(0.982084 0.013244 333.034319);
|
|
3
|
+
--primary-100: oklch(0.965669 0.023247 338.610142);
|
|
4
|
+
--primary-150: oklch(0.948854 0.03339 337.959274);
|
|
5
|
+
--primary-200: oklch(0.93185 0.042831 339.134147);
|
|
6
|
+
--primary-250: oklch(0.910705 0.055741 337.314857);
|
|
7
|
+
--primary-300: oklch(0.887629 0.069703 336.916306);
|
|
8
|
+
--primary-350: oklch(0.86725 0.08373 335.420133);
|
|
9
|
+
--primary-400: oklch(0.84582 0.096185 334.510766);
|
|
10
|
+
--primary-450: oklch(0.784752 0.136018 335.952916);
|
|
11
|
+
--primary-500: oklch(0.723334 0.175513 337.649945);
|
|
12
|
+
--primary-550: oklch(0.661983 0.214363 338.632544);
|
|
13
|
+
--primary-600: oklch(0.601253 0.254233 340.252307);
|
|
14
|
+
--primary-650: oklch(0.536642 0.227232 340.78992);
|
|
15
|
+
--primary-700: oklch(0.470462 0.200119 341.098388);
|
|
16
|
+
--primary-750: oklch(0.406687 0.174181 341.335872);
|
|
17
|
+
--primary-800: oklch(0.340576 0.146851 341.706145);
|
|
18
|
+
--primary-850: oklch(0.282424 0.121774 341.71207);
|
|
19
|
+
--primary-900: oklch(0.22599 0.097183 342.322886);
|
|
20
|
+
--primary-950: oklch(0.168705 0.072287 343.166627);
|
|
21
|
+
--accent-50: oklch(0.987839 0.007543 61.45578);
|
|
22
|
+
--accent-100: oklch(0.977951 0.014375 64.347922);
|
|
23
|
+
--accent-150: oklch(0.965645 0.019381 60.174704);
|
|
24
|
+
--accent-200: oklch(0.955039 0.025491 63.743337);
|
|
25
|
+
--accent-250: oklch(0.936249 0.041053 64.929124);
|
|
26
|
+
--accent-300: oklch(0.917859 0.056636 65.300646);
|
|
27
|
+
--accent-350: oklch(0.900675 0.072472 68.034989);
|
|
28
|
+
--accent-400: oklch(0.882019 0.087884 68.490482);
|
|
29
|
+
--accent-450: oklch(0.829842 0.113933 61.388359);
|
|
30
|
+
--accent-500: oklch(0.778954 0.140471 55.166517);
|
|
31
|
+
--accent-550: oklch(0.72492 0.166374 48.688783);
|
|
32
|
+
--accent-600: oklch(0.674414 0.192429 42.148083);
|
|
33
|
+
--accent-650: oklch(0.613962 0.184358 39.794614);
|
|
34
|
+
--accent-700: oklch(0.55289 0.176309 37.423321);
|
|
35
|
+
--accent-750: oklch(0.492464 0.16713 35.422254);
|
|
36
|
+
--accent-800: oklch(0.432199 0.159379 33.02244);
|
|
37
|
+
--accent-850: oklch(0.357475 0.135212 32.07107);
|
|
38
|
+
--accent-900: oklch(0.281222 0.110671 30.651366);
|
|
39
|
+
--accent-950: oklch(0.206578 0.08477 29.23388);
|
|
40
|
+
--grey-50: oklch(0.985104 0 0);
|
|
41
|
+
--grey-100: oklch(0.970151 0 0);
|
|
42
|
+
--grey-150: oklch(0.95514 0 0);
|
|
43
|
+
--grey-200: oklch(0.94007 0 0);
|
|
44
|
+
--grey-250: oklch(0.920652 0.002558 228.786818);
|
|
45
|
+
--grey-300: oklch(0.901624 0.003538 219.535738);
|
|
46
|
+
--grey-350: oklch(0.882025 0.006111 223.464254);
|
|
47
|
+
--grey-400: oklch(0.863097 0.007776 228.868893);
|
|
48
|
+
--grey-450: oklch(0.753634 0.008885 236.605307);
|
|
49
|
+
--grey-500: oklch(0.645222 0.009348 225.150438);
|
|
50
|
+
--grey-550: oklch(0.536704 0.009767 225.197358);
|
|
51
|
+
--grey-600: oklch(0.426427 0.011202 232.617199);
|
|
52
|
+
--grey-650: oklch(0.386365 0.01045 236.835687);
|
|
53
|
+
--grey-700: oklch(0.348204 0.010712 236.894097);
|
|
54
|
+
--grey-750: oklch(0.308978 0.011017 236.97265);
|
|
55
|
+
--grey-800: oklch(0.269413 0.01036 242.083865);
|
|
56
|
+
--grey-850: oklch(0.223572 0.008405 240.274391);
|
|
57
|
+
--grey-900: oklch(0.175228 0.006346 236.981786);
|
|
58
|
+
--grey-950: oklch(0.126543 0.006953 243.792325);
|
|
59
|
+
}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
--primary-50: rgb(255, 246, 253);
|
|
3
|
+
--primary-100: rgb(255, 238, 249);
|
|
4
|
+
--primary-150: rgb(254, 230, 246);
|
|
5
|
+
--primary-200: rgb(253, 222, 242);
|
|
6
|
+
--primary-250: rgb(251, 212, 239);
|
|
7
|
+
--primary-300: rgb(249, 201, 235);
|
|
8
|
+
--primary-350: rgb(247, 191, 233);
|
|
9
|
+
--primary-400: rgb(244, 181, 230);
|
|
10
|
+
--primary-450: rgb(239, 150, 218);
|
|
11
|
+
--primary-500: rgb(233, 117, 204);
|
|
12
|
+
--primary-550: rgb(225, 80, 190);
|
|
13
|
+
--primary-600: rgb(217, 18, 174);
|
|
14
|
+
--primary-650: rgb(187, 12, 148);
|
|
15
|
+
--primary-700: rgb(157, 6, 123);
|
|
16
|
+
--primary-750: rgb(129, 2, 100);
|
|
17
|
+
--primary-800: rgb(101, 0, 77);
|
|
18
|
+
--primary-850: rgb(77, 0, 58);
|
|
19
|
+
--primary-900: rgb(55, 0, 40);
|
|
20
|
+
--primary-950: rgb(34, 0, 23);
|
|
21
|
+
--accent-50: rgb(255, 250, 246);
|
|
22
|
+
--accent-100: rgb(255, 246, 238);
|
|
23
|
+
--accent-150: rgb(254, 241, 231);
|
|
24
|
+
--accent-200: rgb(253, 237, 223);
|
|
25
|
+
--accent-250: rgb(254, 229, 206);
|
|
26
|
+
--accent-300: rgb(255, 221, 189);
|
|
27
|
+
--accent-350: rgb(255, 214, 171);
|
|
28
|
+
--accent-400: rgb(255, 206, 153);
|
|
29
|
+
--accent-450: rgb(253, 182, 120);
|
|
30
|
+
--accent-500: rgb(251, 157, 88);
|
|
31
|
+
--accent-550: rgb(247, 129, 57);
|
|
32
|
+
--accent-600: rgb(243, 99, 27);
|
|
33
|
+
--accent-650: rgb(219, 81, 21);
|
|
34
|
+
--accent-700: rgb(195, 63, 14);
|
|
35
|
+
--accent-750: rgb(171, 46, 6);
|
|
36
|
+
--accent-800: rgb(148, 27, 0);
|
|
37
|
+
--accent-850: rgb(115, 15, 0);
|
|
38
|
+
--accent-900: rgb(83, 4, 0);
|
|
39
|
+
--accent-950: rgb(53, 0, 0);
|
|
40
|
+
--grey-50: rgb(250, 250, 250);
|
|
41
|
+
--grey-100: rgb(245, 245, 245);
|
|
42
|
+
--grey-150: rgb(240, 240, 240);
|
|
43
|
+
--grey-200: rgb(235, 235, 235);
|
|
44
|
+
--grey-250: rgb(227, 229, 230);
|
|
45
|
+
--grey-300: rgb(220, 223, 224);
|
|
46
|
+
--grey-350: rgb(212, 217, 219);
|
|
47
|
+
--grey-400: rgb(205, 211, 214);
|
|
48
|
+
--grey-450: rgb(170, 176, 180);
|
|
49
|
+
--grey-500: rgb(136, 143, 146);
|
|
50
|
+
--grey-550: rgb(104, 111, 114);
|
|
51
|
+
--grey-600: rgb(73, 80, 84);
|
|
52
|
+
--grey-650: rgb(63, 69, 73);
|
|
53
|
+
--grey-700: rgb(53, 59, 63);
|
|
54
|
+
--grey-750: rgb(43, 49, 53);
|
|
55
|
+
--grey-800: rgb(34, 39, 43);
|
|
56
|
+
--grey-850: rgb(24, 28, 31);
|
|
57
|
+
--grey-900: rgb(14, 17, 19);
|
|
58
|
+
--grey-950: rgb(5, 7, 9);
|
|
59
|
+
}
|
|
@@ -1,59 +1,59 @@
|
|
|
1
1
|
:root {
|
|
2
|
-
--primary-50: hsl(
|
|
3
|
-
--primary-100: hsl(
|
|
4
|
-
--primary-150: hsl(
|
|
5
|
-
--primary-200: hsl(199.2, 92.
|
|
6
|
-
--primary-250: hsl(198.
|
|
7
|
-
--primary-300: hsl(197.
|
|
8
|
-
--primary-350: hsl(197,
|
|
9
|
-
--primary-400: hsl(196.
|
|
10
|
-
--primary-450: hsl(199.
|
|
11
|
-
--primary-500: hsl(202.
|
|
12
|
-
--primary-550: hsl(
|
|
13
|
-
--primary-600: hsl(217.
|
|
14
|
-
--primary-650: hsl(216.
|
|
15
|
-
--primary-700: hsl(216.
|
|
16
|
-
--primary-750: hsl(216.
|
|
17
|
-
--primary-800: hsl(217.2, 100%, 19.
|
|
18
|
-
--primary-850: hsl(
|
|
19
|
-
--primary-900: hsl(222.
|
|
20
|
-
--primary-950: hsl(
|
|
21
|
-
--accent-50: hsl(
|
|
22
|
-
--accent-100: hsl(350.
|
|
23
|
-
--accent-150: hsl(350.
|
|
24
|
-
--accent-200: hsl(350.4, 100%, 95.
|
|
25
|
-
--accent-250: hsl(
|
|
26
|
-
--accent-300: hsl(351.
|
|
27
|
-
--accent-350: hsl(351.
|
|
28
|
-
--accent-400: hsl(352.
|
|
29
|
-
--accent-450: hsl(353.
|
|
30
|
-
--accent-500: hsl(
|
|
31
|
-
--accent-550: hsl(353.
|
|
32
|
-
--accent-600: hsl(348.
|
|
33
|
-
--accent-650: hsl(347.
|
|
34
|
-
--accent-700: hsl(345.
|
|
35
|
-
--accent-750: hsl(
|
|
36
|
-
--accent-800: hsl(344.
|
|
37
|
-
--accent-850: hsl(
|
|
38
|
-
--accent-900: hsl(
|
|
39
|
-
--accent-950: hsl(
|
|
40
|
-
--grey-50: hsl(
|
|
41
|
-
--grey-100: hsl(
|
|
42
|
-
--grey-150: hsl(
|
|
43
|
-
--grey-200: hsl(
|
|
44
|
-
--grey-250: hsl(200
|
|
45
|
-
--grey-300: hsl(
|
|
46
|
-
--grey-350: hsl(
|
|
47
|
-
--grey-400: hsl(200, 9.
|
|
48
|
-
--grey-450: hsl(
|
|
49
|
-
--grey-500: hsl(
|
|
50
|
-
--grey-550: hsl(
|
|
51
|
-
--grey-600: hsl(201.
|
|
52
|
-
--grey-650: hsl(
|
|
53
|
-
--grey-700: hsl(204
|
|
54
|
-
--grey-750: hsl(
|
|
55
|
-
--grey-800: hsl(206.
|
|
56
|
-
--grey-850: hsl(
|
|
57
|
-
--grey-900: hsl(
|
|
58
|
-
--grey-950: hsl(
|
|
2
|
+
--primary-50: hsl(196, 100%, 97.058824%);
|
|
3
|
+
--primary-100: hsl(200, 100%, 94.705882%);
|
|
4
|
+
--primary-150: hsl(198.461538, 95.121951%, 91.960784%);
|
|
5
|
+
--primary-200: hsl(199.2, 92.592593%, 89.411765%);
|
|
6
|
+
--primary-250: hsl(198.181818, 97.058824%, 86.666667%);
|
|
7
|
+
--primary-300: hsl(197.560976, 100%, 83.921569%);
|
|
8
|
+
--primary-350: hsl(197.142857, 100%, 80.784314%);
|
|
9
|
+
--primary-400: hsl(196.173913, 100%, 77.45098%);
|
|
10
|
+
--primary-450: hsl(199.636364, 100%, 67.647059%);
|
|
11
|
+
--primary-500: hsl(202.396313, 100%, 57.45098%);
|
|
12
|
+
--primary-550: hsl(206.352941, 100%, 50%);
|
|
13
|
+
--primary-600: hsl(217.339056, 98.312236%, 53.529412%);
|
|
14
|
+
--primary-650: hsl(216.6, 89.285714%, 43.921569%);
|
|
15
|
+
--primary-700: hsl(216.071429, 94.382022%, 34.901961%);
|
|
16
|
+
--primary-750: hsl(216.716418, 97.101449%, 27.058824%);
|
|
17
|
+
--primary-800: hsl(217.2, 100%, 19.607843%);
|
|
18
|
+
--primary-850: hsl(219.74026, 100%, 15.098039%);
|
|
19
|
+
--primary-900: hsl(222.545455, 100%, 10.784314%);
|
|
20
|
+
--primary-950: hsl(229.411765, 100%, 6.666667%);
|
|
21
|
+
--accent-50: hsl(351.428571, 100%, 98.627451%);
|
|
22
|
+
--accent-100: hsl(350.769231, 100%, 97.45098%);
|
|
23
|
+
--accent-150: hsl(350.526316, 100%, 96.27451%);
|
|
24
|
+
--accent-200: hsl(350.4, 100%, 95.098039%);
|
|
25
|
+
--accent-250: hsl(351.666667, 100%, 92.941176%);
|
|
26
|
+
--accent-300: hsl(351.25, 100%, 90.588235%);
|
|
27
|
+
--accent-350: hsl(351.864407, 100%, 88.431373%);
|
|
28
|
+
--accent-400: hsl(352.394366, 100%, 86.078431%);
|
|
29
|
+
--accent-450: hsl(353.195876, 87.387387%, 78.235294%);
|
|
30
|
+
--accent-500: hsl(354.098361, 79.220779%, 69.803922%);
|
|
31
|
+
--accent-550: hsl(353.557047, 73.399015%, 60.196078%);
|
|
32
|
+
--accent-600: hsl(348.556701, 82.20339%, 46.27451%);
|
|
33
|
+
--accent-650: hsl(347.368421, 85.929648%, 39.019608%);
|
|
34
|
+
--accent-700: hsl(345.810811, 91.358025%, 31.764706%);
|
|
35
|
+
--accent-750: hsl(344.878049, 95.348837%, 25.294118%);
|
|
36
|
+
--accent-800: hsl(344.848485, 100%, 19.411765%);
|
|
37
|
+
--accent-850: hsl(347.368421, 100%, 14.901961%);
|
|
38
|
+
--accent-900: hsl(351.111111, 100%, 10.588235%);
|
|
39
|
+
--accent-950: hsl(354.545455, 100%, 6.470588%);
|
|
40
|
+
--grey-50: hsl(0, 0%, 98.039216%);
|
|
41
|
+
--grey-100: hsl(0, 0%, 96.078431%);
|
|
42
|
+
--grey-150: hsl(0, 0%, 94.117647%);
|
|
43
|
+
--grey-200: hsl(0, 0%, 92.156863%);
|
|
44
|
+
--grey-250: hsl(200, 5.660377%, 89.607843%);
|
|
45
|
+
--grey-300: hsl(195, 6.060606%, 87.058824%);
|
|
46
|
+
--grey-350: hsl(197.142857, 8.860759%, 84.509804%);
|
|
47
|
+
--grey-400: hsl(200, 9.89011%, 82.156863%);
|
|
48
|
+
--grey-450: hsl(204, 6.25%, 68.627451%);
|
|
49
|
+
--grey-500: hsl(198, 4.385965%, 55.294118%);
|
|
50
|
+
--grey-550: hsl(198, 4.587156%, 42.745098%);
|
|
51
|
+
--grey-600: hsl(201.818182, 7.006369%, 30.784314%);
|
|
52
|
+
--grey-650: hsl(204, 7.352941%, 26.666667%);
|
|
53
|
+
--grey-700: hsl(204, 8.62069%, 22.745098%);
|
|
54
|
+
--grey-750: hsl(204, 10.416667%, 18.823529%);
|
|
55
|
+
--grey-800: hsl(206.666667, 11.688312%, 15.098039%);
|
|
56
|
+
--grey-850: hsl(205.714286, 12.727273%, 10.784314%);
|
|
57
|
+
--grey-900: hsl(204, 15.151515%, 6.470588%);
|
|
58
|
+
--grey-950: hsl(210, 28.571429%, 2.745098%);
|
|
59
59
|
}
|