polaris_tokens 1.3.1 → 2.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +63 -10
- data/dist/Polaris.ase +0 -0
- data/dist/Polaris.clr +0 -0
- data/dist/Polaris.sketchpalette +152 -152
- data/dist/color-filters.color-map.scss +140 -0
- data/dist/color-filters.common.js +116 -0
- data/dist/color-filters.custom-properties.css +116 -0
- data/dist/color-filters.json +116 -0
- data/dist/color-filters.map.scss +232 -0
- data/dist/color-filters.raw.json +642 -0
- data/dist/color-filters.scss +114 -0
- data/dist/{colors.android-colors.xml → colors.android.xml} +12 -12
- data/dist/colors.ase.json +98 -103
- data/dist/colors.color-map.scss +51 -51
- data/dist/colors.common.js +49 -49
- data/dist/colors.custom-properties.css +49 -49
- data/dist/colors.json +49 -49
- data/dist/colors.map.scss +99 -99
- data/dist/colors.raw.json +238 -238
- data/dist/colors.scss +49 -49
- data/dist/index.common.js +49 -49
- data/dist/index.custom-properties.css +49 -49
- data/dist/index.d.ts +12 -12
- data/dist/index.json +49 -49
- data/dist/index.map.scss +99 -99
- data/dist/index.raw.json +238 -238
- data/dist/index.scss +49 -49
- data/package.json +16 -15
- metadata +10 -3
data/dist/colors.color-map.scss
CHANGED
@@ -1,84 +1,84 @@
|
|
1
1
|
$polaris-colors: (
|
2
2
|
'purple': (
|
3
|
-
'lighter': rgb(246, 240, 253),
|
4
|
-
'light': rgb(227, 208, 255),
|
5
|
-
'base': rgb(156, 106, 222),
|
6
|
-
'dark': rgb(80, 36, 143),
|
7
|
-
'darker': rgb(35, 0, 81),
|
8
3
|
'text': rgb(80, 73, 90),
|
4
|
+
'darker': rgb(35, 0, 81),
|
5
|
+
'dark': rgb(80, 36, 143),
|
6
|
+
'base': rgb(156, 106, 222),
|
7
|
+
'light': rgb(227, 208, 255),
|
8
|
+
'lighter': rgb(246, 240, 253),
|
9
9
|
),
|
10
10
|
'indigo': (
|
11
|
-
'lighter': rgb(244, 245, 250),
|
12
|
-
'light': rgb(179, 188, 245),
|
13
|
-
'base': rgb(92, 106, 196),
|
14
|
-
'dark': rgb(32, 46, 120),
|
15
|
-
'darker': rgb(0, 6, 57),
|
16
11
|
'text': rgb(62, 65, 85),
|
12
|
+
'darker': rgb(0, 6, 57),
|
13
|
+
'dark': rgb(32, 46, 120),
|
14
|
+
'base': rgb(92, 106, 196),
|
15
|
+
'light': rgb(179, 188, 245),
|
16
|
+
'lighter': rgb(244, 245, 250),
|
17
17
|
),
|
18
18
|
'blue': (
|
19
|
-
'lighter': rgb(235, 245, 250),
|
20
|
-
'light': rgb(180, 225, 250),
|
21
|
-
'base': rgb(0, 122, 206),
|
22
|
-
'dark': rgb(8, 78, 138),
|
23
|
-
'darker': rgb(0, 20, 41),
|
24
19
|
'text': rgb(62, 78, 87),
|
20
|
+
'darker': rgb(0, 20, 41),
|
21
|
+
'dark': rgb(8, 78, 138),
|
22
|
+
'base': rgb(0, 122, 206),
|
23
|
+
'light': rgb(180, 225, 250),
|
24
|
+
'lighter': rgb(235, 245, 250),
|
25
25
|
),
|
26
26
|
'teal': (
|
27
|
-
'lighter': rgb(224, 245, 245),
|
28
|
-
'light': rgb(183, 236, 236),
|
29
|
-
'base': rgb(71, 193, 191),
|
30
|
-
'dark': rgb(0, 132, 142),
|
31
|
-
'darker': rgb(0, 49, 53),
|
32
27
|
'text': rgb(64, 83, 82),
|
28
|
+
'darker': rgb(0, 49, 53),
|
29
|
+
'dark': rgb(0, 132, 142),
|
30
|
+
'base': rgb(71, 193, 191),
|
31
|
+
'light': rgb(183, 236, 236),
|
32
|
+
'lighter': rgb(224, 245, 245),
|
33
33
|
),
|
34
34
|
'green': (
|
35
|
-
'lighter': rgb(227, 241, 223),
|
36
|
-
'light': rgb(187, 229, 179),
|
37
|
-
'base': rgb(80, 184, 60),
|
38
|
-
'dark': rgb(16, 128, 67),
|
39
|
-
'darker': rgb(23, 54, 48),
|
40
35
|
'text': rgb(65, 79, 62),
|
36
|
+
'darker': rgb(23, 54, 48),
|
37
|
+
'dark': rgb(16, 128, 67),
|
38
|
+
'base': rgb(80, 184, 60),
|
39
|
+
'light': rgb(187, 229, 179),
|
40
|
+
'lighter': rgb(227, 241, 223),
|
41
41
|
),
|
42
42
|
'yellow': (
|
43
|
-
'lighter': rgb(252, 241, 205),
|
44
|
-
'light': rgb(255, 234, 138),
|
45
|
-
'base': rgb(238, 194, 0),
|
46
|
-
'dark': rgb(156, 111, 25),
|
47
|
-
'darker': rgb(87, 59, 0),
|
48
43
|
'text': rgb(89, 81, 48),
|
44
|
+
'darker': rgb(87, 59, 0),
|
45
|
+
'dark': rgb(156, 111, 25),
|
46
|
+
'base': rgb(238, 194, 0),
|
47
|
+
'light': rgb(255, 234, 138),
|
48
|
+
'lighter': rgb(252, 241, 205),
|
49
49
|
),
|
50
50
|
'orange': (
|
51
|
-
'lighter': rgb(252, 235, 219),
|
52
|
-
'light': rgb(255, 197, 139),
|
53
|
-
'base': rgb(244, 147, 66),
|
54
|
-
'dark': rgb(192, 87, 23),
|
55
|
-
'darker': rgb(74, 21, 4),
|
56
51
|
'text': rgb(89, 68, 48),
|
52
|
+
'darker': rgb(74, 21, 4),
|
53
|
+
'dark': rgb(192, 87, 23),
|
54
|
+
'base': rgb(244, 147, 66),
|
55
|
+
'light': rgb(255, 197, 139),
|
56
|
+
'lighter': rgb(252, 235, 219),
|
57
57
|
),
|
58
58
|
'red': (
|
59
|
-
'lighter': rgb(251, 234, 229),
|
60
|
-
'light': rgb(254, 173, 154),
|
61
|
-
'base': rgb(222, 54, 24),
|
62
|
-
'dark': rgb(191, 7, 17),
|
63
|
-
'darker': rgb(51, 1, 1),
|
64
59
|
'text': rgb(88, 60, 53),
|
60
|
+
'darker': rgb(51, 1, 1),
|
61
|
+
'dark': rgb(191, 7, 17),
|
62
|
+
'base': rgb(222, 54, 24),
|
63
|
+
'light': rgb(254, 173, 154),
|
64
|
+
'lighter': rgb(251, 234, 229),
|
65
65
|
),
|
66
|
-
'
|
67
|
-
'base': rgb(
|
66
|
+
'ink': (
|
67
|
+
'base': rgb(33, 43, 54),
|
68
|
+
'light': rgb(69, 79, 91),
|
69
|
+
'lighter': rgb(99, 115, 129),
|
70
|
+
'lightest': rgb(145, 158, 171),
|
68
71
|
),
|
69
72
|
'sky': (
|
70
|
-
'lighter': rgb(249, 250, 251),
|
71
|
-
'light': rgb(244, 246, 248),
|
72
|
-
'base': rgb(223, 227, 232),
|
73
73
|
'dark': rgb(196, 205, 213),
|
74
|
-
|
75
|
-
|
76
|
-
'
|
77
|
-
'lighter': rgb(99, 115, 129),
|
78
|
-
'light': rgb(69, 79, 91),
|
79
|
-
'base': rgb(33, 43, 54),
|
74
|
+
'base': rgb(223, 227, 232),
|
75
|
+
'light': rgb(244, 246, 248),
|
76
|
+
'lighter': rgb(249, 250, 251),
|
80
77
|
),
|
81
78
|
'black': (
|
82
79
|
'base': rgb(0, 0, 0),
|
83
80
|
),
|
81
|
+
'white': (
|
82
|
+
'base': rgb(255, 255, 255),
|
83
|
+
),
|
84
84
|
);
|
data/dist/colors.common.js
CHANGED
@@ -1,60 +1,60 @@
|
|
1
1
|
module.exports = {
|
2
|
-
colorPurpleLighter: 'rgb(246, 240, 253)',
|
3
|
-
colorPurpleLight: 'rgb(227, 208, 255)',
|
4
|
-
colorPurpleBase: 'rgb(156, 106, 222)',
|
5
|
-
colorPurpleDark: 'rgb(80, 36, 143)',
|
6
|
-
colorPurpleDarker: 'rgb(35, 0, 81)',
|
7
2
|
colorPurpleText: 'rgb(80, 73, 90)',
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
3
|
+
colorPurpleDarker: 'rgb(35, 0, 81)',
|
4
|
+
colorPurpleDark: 'rgb(80, 36, 143)',
|
5
|
+
colorPurple: 'rgb(156, 106, 222)',
|
6
|
+
colorPurpleLight: 'rgb(227, 208, 255)',
|
7
|
+
colorPurpleLighter: 'rgb(246, 240, 253)',
|
13
8
|
colorIndigoText: 'rgb(62, 65, 85)',
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
9
|
+
colorIndigoDarker: 'rgb(0, 6, 57)',
|
10
|
+
colorIndigoDark: 'rgb(32, 46, 120)',
|
11
|
+
colorIndigo: 'rgb(92, 106, 196)',
|
12
|
+
colorIndigoLight: 'rgb(179, 188, 245)',
|
13
|
+
colorIndigoLighter: 'rgb(244, 245, 250)',
|
19
14
|
colorBlueText: 'rgb(62, 78, 87)',
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
15
|
+
colorBlueDarker: 'rgb(0, 20, 41)',
|
16
|
+
colorBlueDark: 'rgb(8, 78, 138)',
|
17
|
+
colorBlue: 'rgb(0, 122, 206)',
|
18
|
+
colorBlueLight: 'rgb(180, 225, 250)',
|
19
|
+
colorBlueLighter: 'rgb(235, 245, 250)',
|
25
20
|
colorTealText: 'rgb(64, 83, 82)',
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
21
|
+
colorTealDarker: 'rgb(0, 49, 53)',
|
22
|
+
colorTealDark: 'rgb(0, 132, 142)',
|
23
|
+
colorTeal: 'rgb(71, 193, 191)',
|
24
|
+
colorTealLight: 'rgb(183, 236, 236)',
|
25
|
+
colorTealLighter: 'rgb(224, 245, 245)',
|
31
26
|
colorGreenText: 'rgb(65, 79, 62)',
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
27
|
+
colorGreenDarker: 'rgb(23, 54, 48)',
|
28
|
+
colorGreenDark: 'rgb(16, 128, 67)',
|
29
|
+
colorGreen: 'rgb(80, 184, 60)',
|
30
|
+
colorGreenLight: 'rgb(187, 229, 179)',
|
31
|
+
colorGreenLighter: 'rgb(227, 241, 223)',
|
37
32
|
colorYellowText: 'rgb(89, 81, 48)',
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
33
|
+
colorYellowDarker: 'rgb(87, 59, 0)',
|
34
|
+
colorYellowDark: 'rgb(156, 111, 25)',
|
35
|
+
colorYellow: 'rgb(238, 194, 0)',
|
36
|
+
colorYellowLight: 'rgb(255, 234, 138)',
|
37
|
+
colorYellowLighter: 'rgb(252, 241, 205)',
|
43
38
|
colorOrangeText: 'rgb(89, 68, 48)',
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
39
|
+
colorOrangeDarker: 'rgb(74, 21, 4)',
|
40
|
+
colorOrangeDark: 'rgb(192, 87, 23)',
|
41
|
+
colorOrange: 'rgb(244, 147, 66)',
|
42
|
+
colorOrangeLight: 'rgb(255, 197, 139)',
|
43
|
+
colorOrangeLighter: 'rgb(252, 235, 219)',
|
49
44
|
colorRedText: 'rgb(88, 60, 53)',
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
colorInkLighter: 'rgb(99, 115, 129)',
|
45
|
+
colorRedDarker: 'rgb(51, 1, 1)',
|
46
|
+
colorRedDark: 'rgb(191, 7, 17)',
|
47
|
+
colorRed: 'rgb(222, 54, 24)',
|
48
|
+
colorRedLight: 'rgb(254, 173, 154)',
|
49
|
+
colorRedLighter: 'rgb(251, 234, 229)',
|
50
|
+
colorInk: 'rgb(33, 43, 54)',
|
57
51
|
colorInkLight: 'rgb(69, 79, 91)',
|
58
|
-
|
59
|
-
|
52
|
+
colorInkLighter: 'rgb(99, 115, 129)',
|
53
|
+
colorInkLightest: 'rgb(145, 158, 171)',
|
54
|
+
colorSkyDark: 'rgb(196, 205, 213)',
|
55
|
+
colorSky: 'rgb(223, 227, 232)',
|
56
|
+
colorSkyLight: 'rgb(244, 246, 248)',
|
57
|
+
colorSkyLighter: 'rgb(249, 250, 251)',
|
58
|
+
colorBlack: 'rgb(0, 0, 0)',
|
59
|
+
colorWhite: 'rgb(255, 255, 255)',
|
60
60
|
};
|
@@ -1,60 +1,60 @@
|
|
1
1
|
:root {
|
2
|
-
--color-purple-lighter: rgb(246, 240, 253);
|
3
|
-
--color-purple-light: rgb(227, 208, 255);
|
4
|
-
--color-purple-base: rgb(156, 106, 222);
|
5
|
-
--color-purple-dark: rgb(80, 36, 143);
|
6
|
-
--color-purple-darker: rgb(35, 0, 81);
|
7
2
|
--color-purple-text: rgb(80, 73, 90);
|
8
|
-
--color-
|
9
|
-
--color-
|
10
|
-
--color-
|
11
|
-
--color-
|
12
|
-
--color-
|
3
|
+
--color-purple-darker: rgb(35, 0, 81);
|
4
|
+
--color-purple-dark: rgb(80, 36, 143);
|
5
|
+
--color-purple: rgb(156, 106, 222);
|
6
|
+
--color-purple-light: rgb(227, 208, 255);
|
7
|
+
--color-purple-lighter: rgb(246, 240, 253);
|
13
8
|
--color-indigo-text: rgb(62, 65, 85);
|
14
|
-
--color-
|
15
|
-
--color-
|
16
|
-
--color-
|
17
|
-
--color-
|
18
|
-
--color-
|
9
|
+
--color-indigo-darker: rgb(0, 6, 57);
|
10
|
+
--color-indigo-dark: rgb(32, 46, 120);
|
11
|
+
--color-indigo: rgb(92, 106, 196);
|
12
|
+
--color-indigo-light: rgb(179, 188, 245);
|
13
|
+
--color-indigo-lighter: rgb(244, 245, 250);
|
19
14
|
--color-blue-text: rgb(62, 78, 87);
|
20
|
-
--color-
|
21
|
-
--color-
|
22
|
-
--color-
|
23
|
-
--color-
|
24
|
-
--color-
|
15
|
+
--color-blue-darker: rgb(0, 20, 41);
|
16
|
+
--color-blue-dark: rgb(8, 78, 138);
|
17
|
+
--color-blue: rgb(0, 122, 206);
|
18
|
+
--color-blue-light: rgb(180, 225, 250);
|
19
|
+
--color-blue-lighter: rgb(235, 245, 250);
|
25
20
|
--color-teal-text: rgb(64, 83, 82);
|
26
|
-
--color-
|
27
|
-
--color-
|
28
|
-
--color-
|
29
|
-
--color-
|
30
|
-
--color-
|
21
|
+
--color-teal-darker: rgb(0, 49, 53);
|
22
|
+
--color-teal-dark: rgb(0, 132, 142);
|
23
|
+
--color-teal: rgb(71, 193, 191);
|
24
|
+
--color-teal-light: rgb(183, 236, 236);
|
25
|
+
--color-teal-lighter: rgb(224, 245, 245);
|
31
26
|
--color-green-text: rgb(65, 79, 62);
|
32
|
-
--color-
|
33
|
-
--color-
|
34
|
-
--color-
|
35
|
-
--color-
|
36
|
-
--color-
|
27
|
+
--color-green-darker: rgb(23, 54, 48);
|
28
|
+
--color-green-dark: rgb(16, 128, 67);
|
29
|
+
--color-green: rgb(80, 184, 60);
|
30
|
+
--color-green-light: rgb(187, 229, 179);
|
31
|
+
--color-green-lighter: rgb(227, 241, 223);
|
37
32
|
--color-yellow-text: rgb(89, 81, 48);
|
38
|
-
--color-
|
39
|
-
--color-
|
40
|
-
--color-
|
41
|
-
--color-
|
42
|
-
--color-
|
33
|
+
--color-yellow-darker: rgb(87, 59, 0);
|
34
|
+
--color-yellow-dark: rgb(156, 111, 25);
|
35
|
+
--color-yellow: rgb(238, 194, 0);
|
36
|
+
--color-yellow-light: rgb(255, 234, 138);
|
37
|
+
--color-yellow-lighter: rgb(252, 241, 205);
|
43
38
|
--color-orange-text: rgb(89, 68, 48);
|
44
|
-
--color-
|
45
|
-
--color-
|
46
|
-
--color-
|
47
|
-
--color-
|
48
|
-
--color-
|
39
|
+
--color-orange-darker: rgb(74, 21, 4);
|
40
|
+
--color-orange-dark: rgb(192, 87, 23);
|
41
|
+
--color-orange: rgb(244, 147, 66);
|
42
|
+
--color-orange-light: rgb(255, 197, 139);
|
43
|
+
--color-orange-lighter: rgb(252, 235, 219);
|
49
44
|
--color-red-text: rgb(88, 60, 53);
|
50
|
-
--color-
|
51
|
-
--color-
|
52
|
-
--color-
|
53
|
-
--color-
|
54
|
-
--color-
|
55
|
-
--color-ink
|
56
|
-
--color-ink-lighter: rgb(99, 115, 129);
|
45
|
+
--color-red-darker: rgb(51, 1, 1);
|
46
|
+
--color-red-dark: rgb(191, 7, 17);
|
47
|
+
--color-red: rgb(222, 54, 24);
|
48
|
+
--color-red-light: rgb(254, 173, 154);
|
49
|
+
--color-red-lighter: rgb(251, 234, 229);
|
50
|
+
--color-ink: rgb(33, 43, 54);
|
57
51
|
--color-ink-light: rgb(69, 79, 91);
|
58
|
-
--color-ink-
|
59
|
-
--color-
|
52
|
+
--color-ink-lighter: rgb(99, 115, 129);
|
53
|
+
--color-ink-lightest: rgb(145, 158, 171);
|
54
|
+
--color-sky-dark: rgb(196, 205, 213);
|
55
|
+
--color-sky: rgb(223, 227, 232);
|
56
|
+
--color-sky-light: rgb(244, 246, 248);
|
57
|
+
--color-sky-lighter: rgb(249, 250, 251);
|
58
|
+
--color-black: rgb(0, 0, 0);
|
59
|
+
--color-white: rgb(255, 255, 255);
|
60
60
|
}
|
data/dist/colors.json
CHANGED
@@ -1,60 +1,60 @@
|
|
1
1
|
{
|
2
|
-
"color-purple-lighter": "rgb(246, 240, 253)",
|
3
|
-
"color-purple-light": "rgb(227, 208, 255)",
|
4
|
-
"color-purple-base": "rgb(156, 106, 222)",
|
5
|
-
"color-purple-dark": "rgb(80, 36, 143)",
|
6
|
-
"color-purple-darker": "rgb(35, 0, 81)",
|
7
2
|
"color-purple-text": "rgb(80, 73, 90)",
|
8
|
-
"color-
|
9
|
-
"color-
|
10
|
-
"color-
|
11
|
-
"color-
|
12
|
-
"color-
|
3
|
+
"color-purple-darker": "rgb(35, 0, 81)",
|
4
|
+
"color-purple-dark": "rgb(80, 36, 143)",
|
5
|
+
"color-purple": "rgb(156, 106, 222)",
|
6
|
+
"color-purple-light": "rgb(227, 208, 255)",
|
7
|
+
"color-purple-lighter": "rgb(246, 240, 253)",
|
13
8
|
"color-indigo-text": "rgb(62, 65, 85)",
|
14
|
-
"color-
|
15
|
-
"color-
|
16
|
-
"color-
|
17
|
-
"color-
|
18
|
-
"color-
|
9
|
+
"color-indigo-darker": "rgb(0, 6, 57)",
|
10
|
+
"color-indigo-dark": "rgb(32, 46, 120)",
|
11
|
+
"color-indigo": "rgb(92, 106, 196)",
|
12
|
+
"color-indigo-light": "rgb(179, 188, 245)",
|
13
|
+
"color-indigo-lighter": "rgb(244, 245, 250)",
|
19
14
|
"color-blue-text": "rgb(62, 78, 87)",
|
20
|
-
"color-
|
21
|
-
"color-
|
22
|
-
"color-
|
23
|
-
"color-
|
24
|
-
"color-
|
15
|
+
"color-blue-darker": "rgb(0, 20, 41)",
|
16
|
+
"color-blue-dark": "rgb(8, 78, 138)",
|
17
|
+
"color-blue": "rgb(0, 122, 206)",
|
18
|
+
"color-blue-light": "rgb(180, 225, 250)",
|
19
|
+
"color-blue-lighter": "rgb(235, 245, 250)",
|
25
20
|
"color-teal-text": "rgb(64, 83, 82)",
|
26
|
-
"color-
|
27
|
-
"color-
|
28
|
-
"color-
|
29
|
-
"color-
|
30
|
-
"color-
|
21
|
+
"color-teal-darker": "rgb(0, 49, 53)",
|
22
|
+
"color-teal-dark": "rgb(0, 132, 142)",
|
23
|
+
"color-teal": "rgb(71, 193, 191)",
|
24
|
+
"color-teal-light": "rgb(183, 236, 236)",
|
25
|
+
"color-teal-lighter": "rgb(224, 245, 245)",
|
31
26
|
"color-green-text": "rgb(65, 79, 62)",
|
32
|
-
"color-
|
33
|
-
"color-
|
34
|
-
"color-
|
35
|
-
"color-
|
36
|
-
"color-
|
27
|
+
"color-green-darker": "rgb(23, 54, 48)",
|
28
|
+
"color-green-dark": "rgb(16, 128, 67)",
|
29
|
+
"color-green": "rgb(80, 184, 60)",
|
30
|
+
"color-green-light": "rgb(187, 229, 179)",
|
31
|
+
"color-green-lighter": "rgb(227, 241, 223)",
|
37
32
|
"color-yellow-text": "rgb(89, 81, 48)",
|
38
|
-
"color-
|
39
|
-
"color-
|
40
|
-
"color-
|
41
|
-
"color-
|
42
|
-
"color-
|
33
|
+
"color-yellow-darker": "rgb(87, 59, 0)",
|
34
|
+
"color-yellow-dark": "rgb(156, 111, 25)",
|
35
|
+
"color-yellow": "rgb(238, 194, 0)",
|
36
|
+
"color-yellow-light": "rgb(255, 234, 138)",
|
37
|
+
"color-yellow-lighter": "rgb(252, 241, 205)",
|
43
38
|
"color-orange-text": "rgb(89, 68, 48)",
|
44
|
-
"color-
|
45
|
-
"color-
|
46
|
-
"color-
|
47
|
-
"color-
|
48
|
-
"color-
|
39
|
+
"color-orange-darker": "rgb(74, 21, 4)",
|
40
|
+
"color-orange-dark": "rgb(192, 87, 23)",
|
41
|
+
"color-orange": "rgb(244, 147, 66)",
|
42
|
+
"color-orange-light": "rgb(255, 197, 139)",
|
43
|
+
"color-orange-lighter": "rgb(252, 235, 219)",
|
49
44
|
"color-red-text": "rgb(88, 60, 53)",
|
50
|
-
"color-
|
51
|
-
"color-
|
52
|
-
"color-
|
53
|
-
"color-
|
54
|
-
"color-
|
55
|
-
"color-ink
|
56
|
-
"color-ink-lighter": "rgb(99, 115, 129)",
|
45
|
+
"color-red-darker": "rgb(51, 1, 1)",
|
46
|
+
"color-red-dark": "rgb(191, 7, 17)",
|
47
|
+
"color-red": "rgb(222, 54, 24)",
|
48
|
+
"color-red-light": "rgb(254, 173, 154)",
|
49
|
+
"color-red-lighter": "rgb(251, 234, 229)",
|
50
|
+
"color-ink": "rgb(33, 43, 54)",
|
57
51
|
"color-ink-light": "rgb(69, 79, 91)",
|
58
|
-
"color-ink-
|
59
|
-
"color-
|
52
|
+
"color-ink-lighter": "rgb(99, 115, 129)",
|
53
|
+
"color-ink-lightest": "rgb(145, 158, 171)",
|
54
|
+
"color-sky-dark": "rgb(196, 205, 213)",
|
55
|
+
"color-sky": "rgb(223, 227, 232)",
|
56
|
+
"color-sky-light": "rgb(244, 246, 248)",
|
57
|
+
"color-sky-lighter": "rgb(249, 250, 251)",
|
58
|
+
"color-black": "rgb(0, 0, 0)",
|
59
|
+
"color-white": "rgb(255, 255, 255)"
|
60
60
|
}
|