@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,65 @@
|
|
|
1
|
+
{
|
|
2
|
+
"primary": {
|
|
3
|
+
"primary-50": "oklch(0.982084 0.013244 333.034319)",
|
|
4
|
+
"primary-100": "oklch(0.965669 0.023247 338.610142)",
|
|
5
|
+
"primary-150": "oklch(0.948854 0.03339 337.959274)",
|
|
6
|
+
"primary-200": "oklch(0.93185 0.042831 339.134147)",
|
|
7
|
+
"primary-250": "oklch(0.910705 0.055741 337.314857)",
|
|
8
|
+
"primary-300": "oklch(0.887629 0.069703 336.916306)",
|
|
9
|
+
"primary-350": "oklch(0.86725 0.08373 335.420133)",
|
|
10
|
+
"primary-400": "oklch(0.84582 0.096185 334.510766)",
|
|
11
|
+
"primary-450": "oklch(0.784752 0.136018 335.952916)",
|
|
12
|
+
"primary-500": "oklch(0.723334 0.175513 337.649945)",
|
|
13
|
+
"primary-550": "oklch(0.661983 0.214363 338.632544)",
|
|
14
|
+
"primary-600": "oklch(0.601253 0.254233 340.252307)",
|
|
15
|
+
"primary-650": "oklch(0.536642 0.227232 340.78992)",
|
|
16
|
+
"primary-700": "oklch(0.470462 0.200119 341.098388)",
|
|
17
|
+
"primary-750": "oklch(0.406687 0.174181 341.335872)",
|
|
18
|
+
"primary-800": "oklch(0.340576 0.146851 341.706145)",
|
|
19
|
+
"primary-850": "oklch(0.282424 0.121774 341.71207)",
|
|
20
|
+
"primary-900": "oklch(0.22599 0.097183 342.322886)",
|
|
21
|
+
"primary-950": "oklch(0.168705 0.072287 343.166627)"
|
|
22
|
+
},
|
|
23
|
+
"accent": {
|
|
24
|
+
"accent-50": "oklch(0.987839 0.007543 61.45578)",
|
|
25
|
+
"accent-100": "oklch(0.977951 0.014375 64.347922)",
|
|
26
|
+
"accent-150": "oklch(0.965645 0.019381 60.174704)",
|
|
27
|
+
"accent-200": "oklch(0.955039 0.025491 63.743337)",
|
|
28
|
+
"accent-250": "oklch(0.936249 0.041053 64.929124)",
|
|
29
|
+
"accent-300": "oklch(0.917859 0.056636 65.300646)",
|
|
30
|
+
"accent-350": "oklch(0.900675 0.072472 68.034989)",
|
|
31
|
+
"accent-400": "oklch(0.882019 0.087884 68.490482)",
|
|
32
|
+
"accent-450": "oklch(0.829842 0.113933 61.388359)",
|
|
33
|
+
"accent-500": "oklch(0.778954 0.140471 55.166517)",
|
|
34
|
+
"accent-550": "oklch(0.72492 0.166374 48.688783)",
|
|
35
|
+
"accent-600": "oklch(0.674414 0.192429 42.148083)",
|
|
36
|
+
"accent-650": "oklch(0.613962 0.184358 39.794614)",
|
|
37
|
+
"accent-700": "oklch(0.55289 0.176309 37.423321)",
|
|
38
|
+
"accent-750": "oklch(0.492464 0.16713 35.422254)",
|
|
39
|
+
"accent-800": "oklch(0.432199 0.159379 33.02244)",
|
|
40
|
+
"accent-850": "oklch(0.357475 0.135212 32.07107)",
|
|
41
|
+
"accent-900": "oklch(0.281222 0.110671 30.651366)",
|
|
42
|
+
"accent-950": "oklch(0.206578 0.08477 29.23388)"
|
|
43
|
+
},
|
|
44
|
+
"grey": {
|
|
45
|
+
"grey-50": "oklch(0.985104 0 0)",
|
|
46
|
+
"grey-100": "oklch(0.970151 0 0)",
|
|
47
|
+
"grey-150": "oklch(0.95514 0 0)",
|
|
48
|
+
"grey-200": "oklch(0.94007 0 0)",
|
|
49
|
+
"grey-250": "oklch(0.920652 0.002558 228.786818)",
|
|
50
|
+
"grey-300": "oklch(0.901624 0.003538 219.535738)",
|
|
51
|
+
"grey-350": "oklch(0.882025 0.006111 223.464254)",
|
|
52
|
+
"grey-400": "oklch(0.863097 0.007776 228.868893)",
|
|
53
|
+
"grey-450": "oklch(0.753634 0.008885 236.605307)",
|
|
54
|
+
"grey-500": "oklch(0.645222 0.009348 225.150438)",
|
|
55
|
+
"grey-550": "oklch(0.536704 0.009767 225.197358)",
|
|
56
|
+
"grey-600": "oklch(0.426427 0.011202 232.617199)",
|
|
57
|
+
"grey-650": "oklch(0.386365 0.01045 236.835687)",
|
|
58
|
+
"grey-700": "oklch(0.348204 0.010712 236.894097)",
|
|
59
|
+
"grey-750": "oklch(0.308978 0.011017 236.97265)",
|
|
60
|
+
"grey-800": "oklch(0.269413 0.01036 242.083865)",
|
|
61
|
+
"grey-850": "oklch(0.223572 0.008405 240.274391)",
|
|
62
|
+
"grey-900": "oklch(0.175228 0.006346 236.981786)",
|
|
63
|
+
"grey-950": "oklch(0.126543 0.006953 243.792325)"
|
|
64
|
+
}
|
|
65
|
+
}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
{
|
|
2
|
+
"primary": {
|
|
3
|
+
"primary-50": "rgb(255, 246, 253)",
|
|
4
|
+
"primary-100": "rgb(255, 238, 249)",
|
|
5
|
+
"primary-150": "rgb(254, 230, 246)",
|
|
6
|
+
"primary-200": "rgb(253, 222, 242)",
|
|
7
|
+
"primary-250": "rgb(251, 212, 239)",
|
|
8
|
+
"primary-300": "rgb(249, 201, 235)",
|
|
9
|
+
"primary-350": "rgb(247, 191, 233)",
|
|
10
|
+
"primary-400": "rgb(244, 181, 230)",
|
|
11
|
+
"primary-450": "rgb(239, 150, 218)",
|
|
12
|
+
"primary-500": "rgb(233, 117, 204)",
|
|
13
|
+
"primary-550": "rgb(225, 80, 190)",
|
|
14
|
+
"primary-600": "rgb(217, 18, 174)",
|
|
15
|
+
"primary-650": "rgb(187, 12, 148)",
|
|
16
|
+
"primary-700": "rgb(157, 6, 123)",
|
|
17
|
+
"primary-750": "rgb(129, 2, 100)",
|
|
18
|
+
"primary-800": "rgb(101, 0, 77)",
|
|
19
|
+
"primary-850": "rgb(77, 0, 58)",
|
|
20
|
+
"primary-900": "rgb(55, 0, 40)",
|
|
21
|
+
"primary-950": "rgb(34, 0, 23)"
|
|
22
|
+
},
|
|
23
|
+
"accent": {
|
|
24
|
+
"accent-50": "rgb(255, 250, 246)",
|
|
25
|
+
"accent-100": "rgb(255, 246, 238)",
|
|
26
|
+
"accent-150": "rgb(254, 241, 231)",
|
|
27
|
+
"accent-200": "rgb(253, 237, 223)",
|
|
28
|
+
"accent-250": "rgb(254, 229, 206)",
|
|
29
|
+
"accent-300": "rgb(255, 221, 189)",
|
|
30
|
+
"accent-350": "rgb(255, 214, 171)",
|
|
31
|
+
"accent-400": "rgb(255, 206, 153)",
|
|
32
|
+
"accent-450": "rgb(253, 182, 120)",
|
|
33
|
+
"accent-500": "rgb(251, 157, 88)",
|
|
34
|
+
"accent-550": "rgb(247, 129, 57)",
|
|
35
|
+
"accent-600": "rgb(243, 99, 27)",
|
|
36
|
+
"accent-650": "rgb(219, 81, 21)",
|
|
37
|
+
"accent-700": "rgb(195, 63, 14)",
|
|
38
|
+
"accent-750": "rgb(171, 46, 6)",
|
|
39
|
+
"accent-800": "rgb(148, 27, 0)",
|
|
40
|
+
"accent-850": "rgb(115, 15, 0)",
|
|
41
|
+
"accent-900": "rgb(83, 4, 0)",
|
|
42
|
+
"accent-950": "rgb(53, 0, 0)"
|
|
43
|
+
},
|
|
44
|
+
"grey": {
|
|
45
|
+
"grey-50": "rgb(250, 250, 250)",
|
|
46
|
+
"grey-100": "rgb(245, 245, 245)",
|
|
47
|
+
"grey-150": "rgb(240, 240, 240)",
|
|
48
|
+
"grey-200": "rgb(235, 235, 235)",
|
|
49
|
+
"grey-250": "rgb(227, 229, 230)",
|
|
50
|
+
"grey-300": "rgb(220, 223, 224)",
|
|
51
|
+
"grey-350": "rgb(212, 217, 219)",
|
|
52
|
+
"grey-400": "rgb(205, 211, 214)",
|
|
53
|
+
"grey-450": "rgb(170, 176, 180)",
|
|
54
|
+
"grey-500": "rgb(136, 143, 146)",
|
|
55
|
+
"grey-550": "rgb(104, 111, 114)",
|
|
56
|
+
"grey-600": "rgb(73, 80, 84)",
|
|
57
|
+
"grey-650": "rgb(63, 69, 73)",
|
|
58
|
+
"grey-700": "rgb(53, 59, 63)",
|
|
59
|
+
"grey-750": "rgb(43, 49, 53)",
|
|
60
|
+
"grey-800": "rgb(34, 39, 43)",
|
|
61
|
+
"grey-850": "rgb(24, 28, 31)",
|
|
62
|
+
"grey-900": "rgb(14, 17, 19)",
|
|
63
|
+
"grey-950": "rgb(5, 7, 9)"
|
|
64
|
+
}
|
|
65
|
+
}
|
|
@@ -1,65 +1,65 @@
|
|
|
1
1
|
{
|
|
2
2
|
"primary": {
|
|
3
|
-
"primary-50": "hsl(
|
|
4
|
-
"primary-100": "hsl(
|
|
5
|
-
"primary-150": "hsl(
|
|
6
|
-
"primary-200": "hsl(199.2, 92.
|
|
7
|
-
"primary-250": "hsl(198.
|
|
8
|
-
"primary-300": "hsl(197.
|
|
9
|
-
"primary-350": "hsl(197,
|
|
10
|
-
"primary-400": "hsl(196.
|
|
11
|
-
"primary-450": "hsl(199.
|
|
12
|
-
"primary-500": "hsl(202.
|
|
13
|
-
"primary-550": "hsl(
|
|
14
|
-
"primary-600": "hsl(217.
|
|
15
|
-
"primary-650": "hsl(216.
|
|
16
|
-
"primary-700": "hsl(216.
|
|
17
|
-
"primary-750": "hsl(216.
|
|
18
|
-
"primary-800": "hsl(217.2, 100%, 19.
|
|
19
|
-
"primary-850": "hsl(
|
|
20
|
-
"primary-900": "hsl(222.
|
|
21
|
-
"primary-950": "hsl(
|
|
3
|
+
"primary-50": "hsl(196, 100%, 97.058824%)",
|
|
4
|
+
"primary-100": "hsl(200, 100%, 94.705882%)",
|
|
5
|
+
"primary-150": "hsl(198.461538, 95.121951%, 91.960784%)",
|
|
6
|
+
"primary-200": "hsl(199.2, 92.592593%, 89.411765%)",
|
|
7
|
+
"primary-250": "hsl(198.181818, 97.058824%, 86.666667%)",
|
|
8
|
+
"primary-300": "hsl(197.560976, 100%, 83.921569%)",
|
|
9
|
+
"primary-350": "hsl(197.142857, 100%, 80.784314%)",
|
|
10
|
+
"primary-400": "hsl(196.173913, 100%, 77.45098%)",
|
|
11
|
+
"primary-450": "hsl(199.636364, 100%, 67.647059%)",
|
|
12
|
+
"primary-500": "hsl(202.396313, 100%, 57.45098%)",
|
|
13
|
+
"primary-550": "hsl(206.352941, 100%, 50%)",
|
|
14
|
+
"primary-600": "hsl(217.339056, 98.312236%, 53.529412%)",
|
|
15
|
+
"primary-650": "hsl(216.6, 89.285714%, 43.921569%)",
|
|
16
|
+
"primary-700": "hsl(216.071429, 94.382022%, 34.901961%)",
|
|
17
|
+
"primary-750": "hsl(216.716418, 97.101449%, 27.058824%)",
|
|
18
|
+
"primary-800": "hsl(217.2, 100%, 19.607843%)",
|
|
19
|
+
"primary-850": "hsl(219.74026, 100%, 15.098039%)",
|
|
20
|
+
"primary-900": "hsl(222.545455, 100%, 10.784314%)",
|
|
21
|
+
"primary-950": "hsl(229.411765, 100%, 6.666667%)"
|
|
22
22
|
},
|
|
23
23
|
"accent": {
|
|
24
|
-
"accent-50": "hsl(
|
|
25
|
-
"accent-100": "hsl(350.
|
|
26
|
-
"accent-150": "hsl(350.
|
|
27
|
-
"accent-200": "hsl(350.4, 100%, 95.
|
|
28
|
-
"accent-250": "hsl(
|
|
29
|
-
"accent-300": "hsl(351.
|
|
30
|
-
"accent-350": "hsl(351.
|
|
31
|
-
"accent-400": "hsl(352.
|
|
32
|
-
"accent-450": "hsl(353.
|
|
33
|
-
"accent-500": "hsl(
|
|
34
|
-
"accent-550": "hsl(353.
|
|
35
|
-
"accent-600": "hsl(348.
|
|
36
|
-
"accent-650": "hsl(347.
|
|
37
|
-
"accent-700": "hsl(345.
|
|
38
|
-
"accent-750": "hsl(
|
|
39
|
-
"accent-800": "hsl(344.
|
|
40
|
-
"accent-850": "hsl(
|
|
41
|
-
"accent-900": "hsl(
|
|
42
|
-
"accent-950": "hsl(
|
|
24
|
+
"accent-50": "hsl(351.428571, 100%, 98.627451%)",
|
|
25
|
+
"accent-100": "hsl(350.769231, 100%, 97.45098%)",
|
|
26
|
+
"accent-150": "hsl(350.526316, 100%, 96.27451%)",
|
|
27
|
+
"accent-200": "hsl(350.4, 100%, 95.098039%)",
|
|
28
|
+
"accent-250": "hsl(351.666667, 100%, 92.941176%)",
|
|
29
|
+
"accent-300": "hsl(351.25, 100%, 90.588235%)",
|
|
30
|
+
"accent-350": "hsl(351.864407, 100%, 88.431373%)",
|
|
31
|
+
"accent-400": "hsl(352.394366, 100%, 86.078431%)",
|
|
32
|
+
"accent-450": "hsl(353.195876, 87.387387%, 78.235294%)",
|
|
33
|
+
"accent-500": "hsl(354.098361, 79.220779%, 69.803922%)",
|
|
34
|
+
"accent-550": "hsl(353.557047, 73.399015%, 60.196078%)",
|
|
35
|
+
"accent-600": "hsl(348.556701, 82.20339%, 46.27451%)",
|
|
36
|
+
"accent-650": "hsl(347.368421, 85.929648%, 39.019608%)",
|
|
37
|
+
"accent-700": "hsl(345.810811, 91.358025%, 31.764706%)",
|
|
38
|
+
"accent-750": "hsl(344.878049, 95.348837%, 25.294118%)",
|
|
39
|
+
"accent-800": "hsl(344.848485, 100%, 19.411765%)",
|
|
40
|
+
"accent-850": "hsl(347.368421, 100%, 14.901961%)",
|
|
41
|
+
"accent-900": "hsl(351.111111, 100%, 10.588235%)",
|
|
42
|
+
"accent-950": "hsl(354.545455, 100%, 6.470588%)"
|
|
43
43
|
},
|
|
44
44
|
"grey": {
|
|
45
|
-
"grey-50": "hsl(
|
|
46
|
-
"grey-100": "hsl(
|
|
47
|
-
"grey-150": "hsl(
|
|
48
|
-
"grey-200": "hsl(
|
|
49
|
-
"grey-250": "hsl(200
|
|
50
|
-
"grey-300": "hsl(
|
|
51
|
-
"grey-350": "hsl(
|
|
52
|
-
"grey-400": "hsl(200, 9.
|
|
53
|
-
"grey-450": "hsl(
|
|
54
|
-
"grey-500": "hsl(
|
|
55
|
-
"grey-550": "hsl(
|
|
56
|
-
"grey-600": "hsl(201.
|
|
57
|
-
"grey-650": "hsl(
|
|
58
|
-
"grey-700": "hsl(204
|
|
59
|
-
"grey-750": "hsl(
|
|
60
|
-
"grey-800": "hsl(206.
|
|
61
|
-
"grey-850": "hsl(
|
|
62
|
-
"grey-900": "hsl(
|
|
63
|
-
"grey-950": "hsl(
|
|
45
|
+
"grey-50": "hsl(0, 0%, 98.039216%)",
|
|
46
|
+
"grey-100": "hsl(0, 0%, 96.078431%)",
|
|
47
|
+
"grey-150": "hsl(0, 0%, 94.117647%)",
|
|
48
|
+
"grey-200": "hsl(0, 0%, 92.156863%)",
|
|
49
|
+
"grey-250": "hsl(200, 5.660377%, 89.607843%)",
|
|
50
|
+
"grey-300": "hsl(195, 6.060606%, 87.058824%)",
|
|
51
|
+
"grey-350": "hsl(197.142857, 8.860759%, 84.509804%)",
|
|
52
|
+
"grey-400": "hsl(200, 9.89011%, 82.156863%)",
|
|
53
|
+
"grey-450": "hsl(204, 6.25%, 68.627451%)",
|
|
54
|
+
"grey-500": "hsl(198, 4.385965%, 55.294118%)",
|
|
55
|
+
"grey-550": "hsl(198, 4.587156%, 42.745098%)",
|
|
56
|
+
"grey-600": "hsl(201.818182, 7.006369%, 30.784314%)",
|
|
57
|
+
"grey-650": "hsl(204, 7.352941%, 26.666667%)",
|
|
58
|
+
"grey-700": "hsl(204, 8.62069%, 22.745098%)",
|
|
59
|
+
"grey-750": "hsl(204, 10.416667%, 18.823529%)",
|
|
60
|
+
"grey-800": "hsl(206.666667, 11.688312%, 15.098039%)",
|
|
61
|
+
"grey-850": "hsl(205.714286, 12.727273%, 10.784314%)",
|
|
62
|
+
"grey-900": "hsl(204, 15.151515%, 6.470588%)",
|
|
63
|
+
"grey-950": "hsl(210, 28.571429%, 2.745098%)"
|
|
64
64
|
}
|
|
65
65
|
}
|
|
@@ -1,65 +1,65 @@
|
|
|
1
1
|
{
|
|
2
2
|
"primary": {
|
|
3
|
-
"primary-50": "oklch(0.
|
|
4
|
-
"primary-100": "oklch(0.
|
|
5
|
-
"primary-150": "oklch(0.
|
|
6
|
-
"primary-200": "oklch(0.
|
|
7
|
-
"primary-250": "oklch(0.
|
|
8
|
-
"primary-300": "oklch(0.
|
|
9
|
-
"primary-350": "oklch(0.
|
|
10
|
-
"primary-400": "oklch(0.
|
|
11
|
-
"primary-450": "oklch(0.
|
|
12
|
-
"primary-500": "oklch(0.
|
|
13
|
-
"primary-550": "oklch(0.
|
|
14
|
-
"primary-600": "oklch(0.
|
|
15
|
-
"primary-650": "oklch(0.
|
|
16
|
-
"primary-700": "oklch(0.
|
|
17
|
-
"primary-750": "oklch(0.
|
|
18
|
-
"primary-800": "oklch(0.
|
|
19
|
-
"primary-850": "oklch(0.
|
|
20
|
-
"primary-900": "oklch(0.
|
|
21
|
-
"primary-950": "oklch(0.
|
|
3
|
+
"primary-50": "oklch(0.981046 0.012805 221.42319)",
|
|
4
|
+
"primary-100": "oklch(0.962528 0.022535 229.073806)",
|
|
5
|
+
"primary-150": "oklch(0.945178 0.032646 226.304274)",
|
|
6
|
+
"primary-200": "oklch(0.926674 0.041663 227.890787)",
|
|
7
|
+
"primary-250": "oklch(0.911263 0.054737 226.223779)",
|
|
8
|
+
"primary-300": "oklch(0.896395 0.067447 225.364647)",
|
|
9
|
+
"primary-350": "oklch(0.87908 0.079726 224.961348)",
|
|
10
|
+
"primary-400": "oklch(0.864091 0.092143 223.595164)",
|
|
11
|
+
"primary-450": "oklch(0.793049 0.126377 232.671182)",
|
|
12
|
+
"primary-500": "oklch(0.719588 0.160232 241.934243)",
|
|
13
|
+
"primary-550": "oklch(0.647121 0.194114 252.085254)",
|
|
14
|
+
"primary-600": "oklch(0.575113 0.229834 260.756335)",
|
|
15
|
+
"primary-650": "oklch(0.504429 0.200565 260.409998)",
|
|
16
|
+
"primary-700": "oklch(0.433012 0.172764 260.164397)",
|
|
17
|
+
"primary-750": "oklch(0.360675 0.146274 260.290439)",
|
|
18
|
+
"primary-800": "oklch(0.289999 0.117296 259.841938)",
|
|
19
|
+
"primary-850": "oklch(0.238584 0.100105 260.505764)",
|
|
20
|
+
"primary-900": "oklch(0.190403 0.080719 260.682766)",
|
|
21
|
+
"primary-950": "oklch(0.138623 0.062732 261.699127)"
|
|
22
22
|
},
|
|
23
23
|
"accent": {
|
|
24
|
-
"accent-50": "oklch(0.
|
|
25
|
-
"accent-100": "oklch(0.
|
|
26
|
-
"accent-150": "oklch(0.
|
|
27
|
-
"accent-200": "oklch(0.
|
|
28
|
-
"accent-250": "oklch(0.
|
|
29
|
-
"accent-300": "oklch(0.
|
|
30
|
-
"accent-350": "oklch(0.
|
|
31
|
-
"accent-400": "oklch(0.
|
|
32
|
-
"accent-450": "oklch(0.
|
|
33
|
-
"accent-500": "oklch(0.
|
|
34
|
-
"accent-550": "oklch(0.
|
|
35
|
-
"accent-600": "oklch(0.
|
|
36
|
-
"accent-650": "oklch(0.
|
|
37
|
-
"accent-700": "oklch(0.
|
|
38
|
-
"accent-750": "oklch(0.
|
|
39
|
-
"accent-800": "oklch(0.
|
|
40
|
-
"accent-850": "oklch(0.
|
|
41
|
-
"accent-900": "oklch(0.
|
|
42
|
-
"accent-950": "oklch(0.
|
|
24
|
+
"accent-50": "oklch(0.984801 0.007587 7.280361)",
|
|
25
|
+
"accent-100": "oklch(0.97188 0.014232 6.700043)",
|
|
26
|
+
"accent-150": "oklch(0.959029 0.020979 6.606185)",
|
|
27
|
+
"accent-200": "oklch(0.946252 0.027827 6.653086)",
|
|
28
|
+
"accent-250": "oklch(0.922815 0.040479 8.438397)",
|
|
29
|
+
"accent-300": "oklch(0.897868 0.054828 8.39461)",
|
|
30
|
+
"accent-350": "oklch(0.875166 0.068164 9.494436)",
|
|
31
|
+
"accent-400": "oklch(0.850883 0.08303 10.570683)",
|
|
32
|
+
"accent-450": "oklch(0.779076 0.116944 12.810782)",
|
|
33
|
+
"accent-500": "oklch(0.707215 0.150378 15.602977)",
|
|
34
|
+
"accent-550": "oklch(0.634722 0.184087 17.935378)",
|
|
35
|
+
"accent-600": "oklch(0.561955 0.217505 20.33356)",
|
|
36
|
+
"accent-650": "oklch(0.501611 0.19526 19.649998)",
|
|
37
|
+
"accent-700": "oklch(0.439441 0.172351 18.724983)",
|
|
38
|
+
"accent-750": "oklch(0.377602 0.149006 17.706488)",
|
|
39
|
+
"accent-800": "oklch(0.316967 0.126887 17.133117)",
|
|
40
|
+
"accent-850": "oklch(0.26401 0.105766 17.967115)",
|
|
41
|
+
"accent-900": "oklch(0.210832 0.084535 18.772606)",
|
|
42
|
+
"accent-950": "oklch(0.156795 0.062933 19.607624)"
|
|
43
43
|
},
|
|
44
44
|
"grey": {
|
|
45
|
-
"grey-50": "oklch(0.
|
|
46
|
-
"grey-100": "oklch(0.
|
|
47
|
-
"grey-150": "oklch(0.
|
|
48
|
-
"grey-200": "oklch(0.
|
|
49
|
-
"grey-250": "oklch(0.
|
|
50
|
-
"grey-300": "oklch(0.
|
|
51
|
-
"grey-350": "oklch(0.
|
|
52
|
-
"grey-400": "oklch(0.
|
|
53
|
-
"grey-450": "oklch(0.
|
|
54
|
-
"grey-500": "oklch(0.
|
|
55
|
-
"grey-550": "oklch(0.
|
|
56
|
-
"grey-600": "oklch(0.
|
|
57
|
-
"grey-650": "oklch(0.
|
|
58
|
-
"grey-700": "oklch(0.
|
|
59
|
-
"grey-750": "oklch(0.
|
|
60
|
-
"grey-800": "oklch(0.
|
|
61
|
-
"grey-850": "oklch(0.
|
|
62
|
-
"grey-900": "oklch(0.
|
|
63
|
-
"grey-950": "oklch(0.
|
|
45
|
+
"grey-50": "oklch(0.985104 0 0)",
|
|
46
|
+
"grey-100": "oklch(0.970151 0 0)",
|
|
47
|
+
"grey-150": "oklch(0.95514 0 0)",
|
|
48
|
+
"grey-200": "oklch(0.94007 0 0)",
|
|
49
|
+
"grey-250": "oklch(0.920652 0.002558 228.786818)",
|
|
50
|
+
"grey-300": "oklch(0.901624 0.003538 219.535738)",
|
|
51
|
+
"grey-350": "oklch(0.882025 0.006111 223.464254)",
|
|
52
|
+
"grey-400": "oklch(0.863097 0.007776 228.868893)",
|
|
53
|
+
"grey-450": "oklch(0.753634 0.008885 236.605307)",
|
|
54
|
+
"grey-500": "oklch(0.645222 0.009348 225.150438)",
|
|
55
|
+
"grey-550": "oklch(0.536704 0.009767 225.197358)",
|
|
56
|
+
"grey-600": "oklch(0.426427 0.011202 232.617199)",
|
|
57
|
+
"grey-650": "oklch(0.386365 0.01045 236.835687)",
|
|
58
|
+
"grey-700": "oklch(0.348204 0.010712 236.894097)",
|
|
59
|
+
"grey-750": "oklch(0.308978 0.011017 236.97265)",
|
|
60
|
+
"grey-800": "oklch(0.269413 0.01036 242.083865)",
|
|
61
|
+
"grey-850": "oklch(0.223572 0.008405 240.274391)",
|
|
62
|
+
"grey-900": "oklch(0.175228 0.006346 236.981786)",
|
|
63
|
+
"grey-950": "oklch(0.126543 0.006953 243.792325)"
|
|
64
64
|
}
|
|
65
65
|
}
|