@nswds/tokens 2.7.0 → 2.8.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/themes/masterbrand/hex.css +57 -56
- package/dist/css/colors/themes/masterbrand/hsl.css +57 -56
- package/dist/css/colors/themes/masterbrand/oklch.css +57 -56
- package/dist/css/colors/themes/masterbrand/rgb.css +57 -56
- package/dist/figma/themes/masterbrand/color/hex.json +231 -221
- package/dist/figma/themes/masterbrand/color/hsl.json +687 -445
- package/dist/figma/themes/masterbrand/color/oklch.json +687 -445
- package/dist/figma/themes/masterbrand/color/rgb.json +687 -445
- package/dist/index.cjs +2881 -2292
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +498 -770
- package/dist/index.d.ts +498 -770
- package/dist/index.js +2881 -2292
- package/dist/index.js.map +1 -1
- package/dist/js/colors/themes/masterbrand/hex.js +59 -68
- package/dist/js/colors/themes/masterbrand/hsl.js +59 -68
- package/dist/js/colors/themes/masterbrand/oklch.js +59 -68
- package/dist/js/colors/themes/masterbrand/rgb.js +59 -68
- package/dist/json/colors/themes/masterbrand/hex.json +59 -68
- package/dist/json/colors/themes/masterbrand/hsl.json +59 -68
- package/dist/json/colors/themes/masterbrand/oklch.json +59 -68
- package/dist/json/colors/themes/masterbrand/rgb.json +59 -68
- package/dist/less/colors/themes/masterbrand/hex.less +57 -56
- package/dist/less/colors/themes/masterbrand/hsl.less +57 -56
- package/dist/less/colors/themes/masterbrand/oklch.less +57 -56
- package/dist/less/colors/themes/masterbrand/rgb.less +57 -56
- package/dist/scss/colors/themes/masterbrand/hex.scss +57 -56
- package/dist/scss/colors/themes/masterbrand/hsl.scss +57 -56
- package/dist/scss/colors/themes/masterbrand/oklch.scss +57 -56
- package/dist/scss/colors/themes/masterbrand/rgb.scss +57 -56
- package/dist/tailwind/colors/themes/masterbrand/hex.css +57 -56
- package/dist/tailwind/colors/themes/masterbrand/hsl.css +57 -56
- package/dist/tailwind/colors/themes/masterbrand/oklch.css +57 -56
- package/dist/tailwind/colors/themes/masterbrand/rgb.css +57 -56
- package/dist/ts/colors/themes/masterbrand/hex.ts +59 -68
- package/dist/ts/colors/themes/masterbrand/hsl.ts +59 -68
- package/dist/ts/colors/themes/masterbrand/oklch.ts +59 -68
- package/dist/ts/colors/themes/masterbrand/rgb.ts +59 -68
- package/package.json +1 -1
- package/src/css/colors/themes/masterbrand/hex.css +57 -56
- package/src/css/colors/themes/masterbrand/hsl.css +57 -56
- package/src/css/colors/themes/masterbrand/oklch.css +57 -56
- package/src/css/colors/themes/masterbrand/rgb.css +57 -56
- package/src/figma/themes/masterbrand/color/hex.json +231 -221
- package/src/figma/themes/masterbrand/color/hsl.json +687 -445
- package/src/figma/themes/masterbrand/color/oklch.json +687 -445
- package/src/figma/themes/masterbrand/color/rgb.json +687 -445
- package/src/index.ts +4 -4
- package/src/js/colors/themes/masterbrand/hex.js +59 -68
- package/src/js/colors/themes/masterbrand/hsl.js +59 -68
- package/src/js/colors/themes/masterbrand/oklch.js +59 -68
- package/src/js/colors/themes/masterbrand/rgb.js +59 -68
- package/src/json/colors/themes/masterbrand/hex.json +59 -68
- package/src/json/colors/themes/masterbrand/hsl.json +59 -68
- package/src/json/colors/themes/masterbrand/oklch.json +59 -68
- package/src/json/colors/themes/masterbrand/rgb.json +59 -68
- package/src/less/colors/themes/masterbrand/hex.less +57 -56
- package/src/less/colors/themes/masterbrand/hsl.less +57 -56
- package/src/less/colors/themes/masterbrand/oklch.less +57 -56
- package/src/less/colors/themes/masterbrand/rgb.less +57 -56
- package/src/scss/colors/themes/masterbrand/hex.scss +57 -56
- package/src/scss/colors/themes/masterbrand/hsl.scss +57 -56
- package/src/scss/colors/themes/masterbrand/oklch.scss +57 -56
- package/src/scss/colors/themes/masterbrand/rgb.scss +57 -56
- package/src/tailwind/colors/themes/masterbrand/hex.css +57 -56
- package/src/tailwind/colors/themes/masterbrand/hsl.css +57 -56
- package/src/tailwind/colors/themes/masterbrand/oklch.css +57 -56
- package/src/tailwind/colors/themes/masterbrand/rgb.css +57 -56
- package/src/ts/colors/themes/masterbrand/hex.ts +59 -68
- package/src/ts/colors/themes/masterbrand/hsl.ts +59 -68
- package/src/ts/colors/themes/masterbrand/oklch.ts +59 -68
- package/src/ts/colors/themes/masterbrand/rgb.ts +59 -68
|
@@ -1,72 +1,63 @@
|
|
|
1
1
|
export const primary = {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
lighter: '#26aeff',
|
|
22
|
-
light: '#008fff',
|
|
23
|
-
DEFAULT: '#146cfd',
|
|
24
|
-
dark: '#0c5ad4',
|
|
25
|
-
darker: '#0548ad',
|
|
26
|
-
darkest: '#023688',
|
|
2
|
+
50: '#f0fbff',
|
|
3
|
+
100: '#e4f6ff',
|
|
4
|
+
150: '#d7f2fe',
|
|
5
|
+
200: '#cbedfd',
|
|
6
|
+
250: '#bceafe',
|
|
7
|
+
300: '#ade7ff',
|
|
8
|
+
350: '#9de3ff',
|
|
9
|
+
400: '#8ce0ff',
|
|
10
|
+
450: '#5ac9ff',
|
|
11
|
+
500: '#26aeff',
|
|
12
|
+
550: '#008fff',
|
|
13
|
+
600: '#146cfd',
|
|
14
|
+
650: '#0c5ad4',
|
|
15
|
+
700: '#0548ad',
|
|
16
|
+
750: '#023688',
|
|
17
|
+
800: '#002664',
|
|
18
|
+
850: '#001a4d',
|
|
19
|
+
900: '#001037',
|
|
20
|
+
950: '#000622',
|
|
27
21
|
}
|
|
28
22
|
export const accent = {
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
dark: '#203d77',
|
|
70
|
-
darker: '#132956',
|
|
71
|
-
darkest: '#071738',
|
|
23
|
+
50: '#fff8f9',
|
|
24
|
+
100: '#fff2f4',
|
|
25
|
+
150: '#ffecef',
|
|
26
|
+
200: '#ffe6ea',
|
|
27
|
+
250: '#ffdbe0',
|
|
28
|
+
300: '#ffcfd6',
|
|
29
|
+
350: '#ffc4cc',
|
|
30
|
+
400: '#ffb8c1',
|
|
31
|
+
450: '#f897a2',
|
|
32
|
+
500: '#ef7581',
|
|
33
|
+
550: '#e44f5f',
|
|
34
|
+
600: '#d7153a',
|
|
35
|
+
650: '#b90e32',
|
|
36
|
+
700: '#9b072a',
|
|
37
|
+
750: '#7e0322',
|
|
38
|
+
800: '#630019',
|
|
39
|
+
850: '#4c0010',
|
|
40
|
+
900: '#360008',
|
|
41
|
+
950: '#210003',
|
|
42
|
+
}
|
|
43
|
+
export const grey = {
|
|
44
|
+
50: '#fafafa',
|
|
45
|
+
100: '#f5f5f5',
|
|
46
|
+
150: '#f0f0f0',
|
|
47
|
+
200: '#ebebeb',
|
|
48
|
+
250: '#e3e5e6',
|
|
49
|
+
300: '#dcdfe0',
|
|
50
|
+
350: '#d4d9db',
|
|
51
|
+
400: '#cdd3d6',
|
|
52
|
+
450: '#aab0b4',
|
|
53
|
+
500: '#888f92',
|
|
54
|
+
550: '#686f72',
|
|
55
|
+
600: '#495054',
|
|
56
|
+
650: '#3f4549',
|
|
57
|
+
700: '#353b3f',
|
|
58
|
+
750: '#2b3135',
|
|
59
|
+
800: '#22272b',
|
|
60
|
+
850: '#181c1f',
|
|
61
|
+
900: '#0e1113',
|
|
62
|
+
950: '#050709',
|
|
72
63
|
}
|
|
@@ -1,72 +1,63 @@
|
|
|
1
1
|
export const primary = {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
lighter: 'hsl(202.52, 100%, 57.55%)',
|
|
22
|
-
light: 'hsl(204.76, 100%, 46.97%)',
|
|
23
|
-
DEFAULT: 'hsl(217.34, 98.31%, 53.53%)',
|
|
24
|
-
dark: 'hsl(216.77, 89.43%, 43.98%)',
|
|
25
|
-
darker: 'hsl(216.29, 94.14%, 35%)',
|
|
26
|
-
darkest: 'hsl(216.37, 97.67%, 26.93%)',
|
|
2
|
+
50: 'hsl(199.45, 100%, 97.34%)',
|
|
3
|
+
100: 'hsl(199.38, 100%, 94.73%)',
|
|
4
|
+
150: 'hsl(199.3, 95.85%, 92.09%)',
|
|
5
|
+
200: 'hsl(199.2, 92.59%, 89.41%)',
|
|
6
|
+
250: 'hsl(198.5, 96.87%, 86.75%)',
|
|
7
|
+
300: 'hsl(197.76, 98.99%, 83.89%)',
|
|
8
|
+
350: 'hsl(197, 99.87%, 80.82%)',
|
|
9
|
+
400: 'hsl(196.17, 100%, 77.45%)',
|
|
10
|
+
450: 'hsl(199.74, 99.83%, 67.57%)',
|
|
11
|
+
500: 'hsl(202.52, 100%, 57.55%)',
|
|
12
|
+
550: 'hsl(204.76, 100%, 46.97%)',
|
|
13
|
+
600: 'hsl(217.34, 98.31%, 53.53%)',
|
|
14
|
+
650: 'hsl(216.77, 89.43%, 43.98%)',
|
|
15
|
+
700: 'hsl(216.29, 94.14%, 35%)',
|
|
16
|
+
750: 'hsl(216.37, 97.67%, 26.93%)',
|
|
17
|
+
800: 'hsl(217.2, 100%, 19.61%)',
|
|
18
|
+
850: 'hsl(218.95, 100%, 14.93%)',
|
|
19
|
+
900: 'hsl(222.31, 100%, 10.59%)',
|
|
20
|
+
950: 'hsl(228.65, 100%, 6.6%)',
|
|
27
21
|
}
|
|
28
22
|
export const accent = {
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
dark: 'hsl(219.87, 57.48%, 29.6%)',
|
|
70
|
-
darker: 'hsl(219.94, 64.01%, 20.66%)',
|
|
71
|
-
darkest: 'hsl(220.32, 77.61%, 12.34%)',
|
|
23
|
+
50: 'hsl(350.85, 100%, 98.97%)',
|
|
24
|
+
100: 'hsl(350.7, 100%, 97.7%)',
|
|
25
|
+
150: 'hsl(350.55, 100%, 96.41%)',
|
|
26
|
+
200: 'hsl(350.4, 100%, 95.1%)',
|
|
27
|
+
250: 'hsl(350.92, 100%, 92.94%)',
|
|
28
|
+
300: 'hsl(351.43, 100%, 90.72%)',
|
|
29
|
+
350: 'hsl(351.92, 100%, 88.44%)',
|
|
30
|
+
400: 'hsl(352.39, 100%, 86.08%)',
|
|
31
|
+
450: 'hsl(353.39, 86.96%, 78.18%)',
|
|
32
|
+
500: 'hsl(353.95, 78.84%, 69.69%)',
|
|
33
|
+
550: 'hsl(353.52, 73.17%, 60.13%)',
|
|
34
|
+
600: 'hsl(348.56, 82.2%, 46.27%)',
|
|
35
|
+
650: 'hsl(347.26, 85.91%, 38.92%)',
|
|
36
|
+
700: 'hsl(345.89, 91%, 31.81%)',
|
|
37
|
+
750: 'hsl(345, 95.87%, 25.31%)',
|
|
38
|
+
800: 'hsl(344.85, 100%, 19.41%)',
|
|
39
|
+
850: 'hsl(346.11, 100%, 14.46%)',
|
|
40
|
+
900: 'hsl(349.15, 100%, 10.03%)',
|
|
41
|
+
950: 'hsl(352.16, 100%, 6.06%)',
|
|
42
|
+
}
|
|
43
|
+
export const grey = {
|
|
44
|
+
50: 'hsl(223.81, 0%, 98.03%)',
|
|
45
|
+
100: 'hsl(223.81, 0%, 96.06%)',
|
|
46
|
+
150: 'hsl(223.81, 0%, 94.11%)',
|
|
47
|
+
200: 'hsl(223.81, 0%, 92.16%)',
|
|
48
|
+
250: 'hsl(200.05, 4.31%, 89.64%)',
|
|
49
|
+
300: 'hsl(200.03, 6.92%, 87.13%)',
|
|
50
|
+
350: 'hsl(200.02, 8.65%, 84.64%)',
|
|
51
|
+
400: 'hsl(200, 9.89%, 82.16%)',
|
|
52
|
+
450: 'hsl(200.47, 6.03%, 68.52%)',
|
|
53
|
+
500: 'hsl(200.94, 4.51%, 55.36%)',
|
|
54
|
+
550: 'hsl(201.39, 4.91%, 42.76%)',
|
|
55
|
+
600: 'hsl(201.82, 7.01%, 30.78%)',
|
|
56
|
+
650: 'hsl(203.03, 7.74%, 26.71%)',
|
|
57
|
+
700: 'hsl(204.24, 8.68%, 22.73%)',
|
|
58
|
+
750: 'hsl(205.45, 9.93%, 18.85%)',
|
|
59
|
+
800: 'hsl(206.67, 11.69%, 15.1%)',
|
|
60
|
+
850: 'hsl(206.66, 13.37%, 10.7%)',
|
|
61
|
+
900: 'hsl(206.64, 17.01%, 6.52%)',
|
|
62
|
+
950: 'hsl(208.68, 23.47%, 2.8%)',
|
|
72
63
|
}
|
|
@@ -1,72 +1,63 @@
|
|
|
1
1
|
export const primary = {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
lighter: 'oklch(0.719602022988773 0.1609881523353869 242.17574150873253)',
|
|
22
|
-
light: 'oklch(0.6473573381326887 0.19541089091941238 251.4660372453642)',
|
|
23
|
-
DEFAULT: 'oklch(0.5751126532766045 0.2298336295034379 260.75633298199585)',
|
|
24
|
-
dark: 'oklch(0.5038341615701663 0.20169915825513662 260.52773388396713)',
|
|
25
|
-
darker: 'oklch(0.43255566986372795 0.17356468700683536 260.29913478593846)',
|
|
26
|
-
darkest: 'oklch(0.3612771781572896 0.1454302157585341 260.07053568790974)',
|
|
2
|
+
50: 'oklch(0.9816683948128555 0.013540580086234762 227.890755564881)',
|
|
3
|
+
100: 'oklch(0.9633367896257109 0.022914827838243446 227.890755564881)',
|
|
4
|
+
150: 'oklch(0.9450051844385663 0.032289075590252125 227.890755564881)',
|
|
5
|
+
200: 'oklch(0.9266735792514218 0.04166332334226081 227.890755564881)',
|
|
6
|
+
250: 'oklch(0.9110280326138016 0.05428316129852959 226.81685418252806)',
|
|
7
|
+
300: 'oklch(0.8953824859761815 0.06690299925479838 225.74295280017512)',
|
|
8
|
+
350: 'oklch(0.8797369393385615 0.07952283721106716 224.66905141782217)',
|
|
9
|
+
400: 'oklch(0.8640913927009413 0.09214267516733594 223.59515003546923)',
|
|
10
|
+
450: 'oklch(0.7918467078448571 0.12656541375136143 232.8854457721009)',
|
|
11
|
+
500: 'oklch(0.719602022988773 0.1609881523353869 242.17574150873253)',
|
|
12
|
+
550: 'oklch(0.6473573381326887 0.19541089091941238 251.4660372453642)',
|
|
13
|
+
600: 'oklch(0.5751126532766045 0.2298336295034379 260.75633298199585)',
|
|
14
|
+
650: 'oklch(0.5038341615701663 0.20169915825513662 260.52773388396713)',
|
|
15
|
+
700: 'oklch(0.43255566986372795 0.17356468700683536 260.29913478593846)',
|
|
16
|
+
750: 'oklch(0.3612771781572896 0.1454302157585341 260.07053568790974)',
|
|
17
|
+
800: 'oklch(0.2899986864508513 0.11729574451023282 259.841936589881)',
|
|
18
|
+
850: 'oklch(0.23924891632195233 0.0997013828336979 259.841936589881)',
|
|
19
|
+
900: 'oklch(0.18849914619305336 0.08210702115716298 259.841936589881)',
|
|
20
|
+
950: 'oklch(0.13774937606415438 0.06451265948062805 259.841936589881)',
|
|
27
21
|
}
|
|
28
22
|
export const accent = {
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
dark: 'oklch(0.37176315839438123 0.10479059912516739 262.3514946368672)',
|
|
70
|
-
darker: 'oklch(0.2929043066137549 0.0862981404560202 262.3514946368672)',
|
|
71
|
-
darkest: 'oklch(0.2140454548331286 0.06780568178687302 262.3514946368672)',
|
|
23
|
+
50: 'oklch(0.9865629857873716 0.009043874600495525 6.653158456152784)',
|
|
24
|
+
100: 'oklch(0.9731259715747431 0.015305018554684736 6.653158456152784)',
|
|
25
|
+
150: 'oklch(0.9596889573621147 0.021566162508873946 6.653158456152784)',
|
|
26
|
+
200: 'oklch(0.9462519431494862 0.027827306463063157 6.653158456152784)',
|
|
27
|
+
250: 'oklch(0.9224097820035976 0.041627996281084 7.632544925274676)',
|
|
28
|
+
300: 'oklch(0.8985676208577089 0.05542868609910484 8.611931394396567)',
|
|
29
|
+
350: 'oklch(0.8747254597118204 0.06922937591712569 9.59131786351846)',
|
|
30
|
+
400: 'oklch(0.8508832985659317 0.08303006573514653 10.570704332640352)',
|
|
31
|
+
450: 'oklch(0.7786513285230947 0.11664880226231811 13.011419492803782)',
|
|
32
|
+
500: 'oklch(0.7064193584802577 0.15026753878948967 15.45213465296721)',
|
|
33
|
+
550: 'oklch(0.6341873884374207 0.18388627531666124 17.892849813130642)',
|
|
34
|
+
600: 'oklch(0.5619554183945837 0.2175050118438328 20.33356497329407)',
|
|
35
|
+
650: 'oklch(0.5007084126233001 0.1948505033631296 19.53345435711309)',
|
|
36
|
+
700: 'oklch(0.4394614068520166 0.17219599488242637 18.733343740932114)',
|
|
37
|
+
750: 'oklch(0.3782144010807331 0.14954148640172313 17.933233124751133)',
|
|
38
|
+
800: 'oklch(0.31696739530944956 0.1268869779210199 17.133122508570153)',
|
|
39
|
+
850: 'oklch(0.2614981011302959 0.10785393123286692 17.133122508570153)',
|
|
40
|
+
900: 'oklch(0.20602880695114223 0.08882088454471393 17.133122508570153)',
|
|
41
|
+
950: 'oklch(0.15055951277198854 0.06978783785656095 17.133122508570153)',
|
|
42
|
+
}
|
|
43
|
+
export const grey = {
|
|
44
|
+
50: 'oklch(0.9850175274112574 0 0)',
|
|
45
|
+
100: 'oklch(0.9700350548225147 0 0)',
|
|
46
|
+
150: 'oklch(0.9550525822337722 0 0)',
|
|
47
|
+
200: 'oklch(0.9400701096450296 0 0)',
|
|
48
|
+
250: 'oklch(0.9208267112856119 0.0019440594503795112 228.8687380011113)',
|
|
49
|
+
300: 'oklch(0.9015833129261941 0.0038881189007590215 228.8687380011113)',
|
|
50
|
+
350: 'oklch(0.8823399145667763 0.005832178351138532 228.8687380011113)',
|
|
51
|
+
400: 'oklch(0.8630965162073586 0.007776237801518043 228.8687380011113)',
|
|
52
|
+
450: 'oklch(0.7539290831519737 0.008632737257709678 229.8058410593526)',
|
|
53
|
+
500: 'oklch(0.6447616500965888 0.009489236713901311 230.74294411759388)',
|
|
54
|
+
550: 'oklch(0.5355942170412039 0.010345736170092946 231.68004717583517)',
|
|
55
|
+
600: 'oklch(0.426426783985819 0.011202235626284581 232.61715023407646)',
|
|
56
|
+
650: 'oklch(0.3871732148397997 0.010991669591883444 234.98382249287215)',
|
|
57
|
+
700: 'oklch(0.3479196456937804 0.010781103557482309 237.35049475166784)',
|
|
58
|
+
750: 'oklch(0.3086660765477611 0.010570537523081174 239.71716701046353)',
|
|
59
|
+
800: 'oklch(0.26941250740174183 0.010359971488680036 242.08383926925922)',
|
|
60
|
+
850: 'oklch(0.222265318606437 0.00880597576537803 242.08383926925922)',
|
|
61
|
+
900: 'oklch(0.17511812981113217 0.007251980042076026 242.08383926925922)',
|
|
62
|
+
950: 'oklch(0.12797094101582737 0.005697984318774021 242.08383926925922)',
|
|
72
63
|
}
|
|
@@ -1,72 +1,63 @@
|
|
|
1
1
|
export const primary = {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
lighter: 'rgb(38, 174, 255)',
|
|
22
|
-
light: 'rgb(0, 143, 255)',
|
|
23
|
-
DEFAULT: 'rgb(20, 108, 253)',
|
|
24
|
-
dark: 'rgb(12, 90, 212)',
|
|
25
|
-
darker: 'rgb(5, 72, 173)',
|
|
26
|
-
darkest: 'rgb(2, 54, 136)',
|
|
2
|
+
50: 'rgb(240, 251, 255)',
|
|
3
|
+
100: 'rgb(228, 246, 255)',
|
|
4
|
+
150: 'rgb(215, 242, 254)',
|
|
5
|
+
200: 'rgb(203, 237, 253)',
|
|
6
|
+
250: 'rgb(188, 234, 254)',
|
|
7
|
+
300: 'rgb(173, 231, 255)',
|
|
8
|
+
350: 'rgb(157, 227, 255)',
|
|
9
|
+
400: 'rgb(140, 224, 255)',
|
|
10
|
+
450: 'rgb(90, 201, 255)',
|
|
11
|
+
500: 'rgb(38, 174, 255)',
|
|
12
|
+
550: 'rgb(0, 143, 255)',
|
|
13
|
+
600: 'rgb(20, 108, 253)',
|
|
14
|
+
650: 'rgb(12, 90, 212)',
|
|
15
|
+
700: 'rgb(5, 72, 173)',
|
|
16
|
+
750: 'rgb(2, 54, 136)',
|
|
17
|
+
800: 'rgb(0, 38, 100)',
|
|
18
|
+
850: 'rgb(0, 26, 77)',
|
|
19
|
+
900: 'rgb(0, 16, 55)',
|
|
20
|
+
950: 'rgb(0, 6, 34)',
|
|
27
21
|
}
|
|
28
22
|
export const accent = {
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
dark: 'rgb(32, 61, 119)',
|
|
70
|
-
darker: 'rgb(19, 41, 86)',
|
|
71
|
-
darkest: 'rgb(7, 23, 56)',
|
|
23
|
+
50: 'rgb(255, 248, 249)',
|
|
24
|
+
100: 'rgb(255, 242, 244)',
|
|
25
|
+
150: 'rgb(255, 236, 239)',
|
|
26
|
+
200: 'rgb(255, 230, 234)',
|
|
27
|
+
250: 'rgb(255, 219, 224)',
|
|
28
|
+
300: 'rgb(255, 207, 214)',
|
|
29
|
+
350: 'rgb(255, 196, 204)',
|
|
30
|
+
400: 'rgb(255, 184, 193)',
|
|
31
|
+
450: 'rgb(248, 151, 162)',
|
|
32
|
+
500: 'rgb(239, 117, 129)',
|
|
33
|
+
550: 'rgb(228, 79, 95)',
|
|
34
|
+
600: 'rgb(215, 21, 58)',
|
|
35
|
+
650: 'rgb(185, 14, 50)',
|
|
36
|
+
700: 'rgb(155, 7, 42)',
|
|
37
|
+
750: 'rgb(126, 3, 34)',
|
|
38
|
+
800: 'rgb(99, 0, 25)',
|
|
39
|
+
850: 'rgb(76, 0, 16)',
|
|
40
|
+
900: 'rgb(54, 0, 8)',
|
|
41
|
+
950: 'rgb(33, 0, 3)',
|
|
42
|
+
}
|
|
43
|
+
export const grey = {
|
|
44
|
+
50: 'rgb(250, 250, 250)',
|
|
45
|
+
100: 'rgb(245, 245, 245)',
|
|
46
|
+
150: 'rgb(240, 240, 240)',
|
|
47
|
+
200: 'rgb(235, 235, 235)',
|
|
48
|
+
250: 'rgb(227, 229, 230)',
|
|
49
|
+
300: 'rgb(220, 223, 224)',
|
|
50
|
+
350: 'rgb(212, 217, 219)',
|
|
51
|
+
400: 'rgb(205, 211, 214)',
|
|
52
|
+
450: 'rgb(170, 176, 180)',
|
|
53
|
+
500: 'rgb(136, 143, 146)',
|
|
54
|
+
550: 'rgb(104, 111, 114)',
|
|
55
|
+
600: 'rgb(73, 80, 84)',
|
|
56
|
+
650: 'rgb(63, 69, 73)',
|
|
57
|
+
700: 'rgb(53, 59, 63)',
|
|
58
|
+
750: 'rgb(43, 49, 53)',
|
|
59
|
+
800: 'rgb(34, 39, 43)',
|
|
60
|
+
850: 'rgb(24, 28, 31)',
|
|
61
|
+
900: 'rgb(14, 17, 19)',
|
|
62
|
+
950: 'rgb(5, 7, 9)',
|
|
72
63
|
}
|