@commercetools/nimbus-tokens 0.0.0-canary-20250801132810
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 +54 -0
- package/css/design-tokens.css +2290 -0
- package/css/resets.css +41 -0
- package/dist/commercetools-nimbus-tokens.cjs.d.ts +2 -0
- package/dist/commercetools-nimbus-tokens.cjs.dev.js +9 -0
- package/dist/commercetools-nimbus-tokens.cjs.js +7 -0
- package/dist/commercetools-nimbus-tokens.cjs.prod.js +9 -0
- package/dist/commercetools-nimbus-tokens.esm.js +2 -0
- package/dist/declarations/src/generated/chakra/index.d.ts +1 -0
- package/dist/declarations/src/generated/chakra/theme-tokens.d.ts +7153 -0
- package/dist/declarations/src/generated/index.d.ts +2 -0
- package/dist/declarations/src/generated/ts/design-tokens.d.ts +2872 -0
- package/dist/declarations/src/generated/ts/index.d.ts +1 -0
- package/dist/declarations/src/index.d.ts +1 -0
- package/generated/chakra/dist/commercetools-nimbus-tokens-generated-chakra.cjs.d.ts +2 -0
- package/generated/chakra/dist/commercetools-nimbus-tokens-generated-chakra.cjs.dev.js +7157 -0
- package/generated/chakra/dist/commercetools-nimbus-tokens-generated-chakra.cjs.js +7 -0
- package/generated/chakra/dist/commercetools-nimbus-tokens-generated-chakra.cjs.prod.js +7157 -0
- package/generated/chakra/dist/commercetools-nimbus-tokens-generated-chakra.esm.js +7155 -0
- package/generated/chakra/package.json +4 -0
- package/generated/ts/dist/commercetools-nimbus-tokens-generated-ts.cjs.d.ts +2 -0
- package/generated/ts/dist/commercetools-nimbus-tokens-generated-ts.cjs.dev.js +2876 -0
- package/generated/ts/dist/commercetools-nimbus-tokens-generated-ts.cjs.js +7 -0
- package/generated/ts/dist/commercetools-nimbus-tokens-generated-ts.cjs.prod.js +2876 -0
- package/generated/ts/dist/commercetools-nimbus-tokens-generated-ts.esm.js +2874 -0
- package/generated/ts/package.json +4 -0
- package/package.json +41 -0
|
@@ -0,0 +1,2290 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
:root {
|
|
6
|
+
--blur-100: 4px;
|
|
7
|
+
--blur-200: 8px;
|
|
8
|
+
--blur-300: 12px;
|
|
9
|
+
--blur-400: 16px;
|
|
10
|
+
--blur-500: 20px;
|
|
11
|
+
--blur-600: 24px;
|
|
12
|
+
--blur-1000: 40px;
|
|
13
|
+
--blur-1600: 64px;
|
|
14
|
+
--border-radius-50: 2px;
|
|
15
|
+
--border-radius-100: 4px;
|
|
16
|
+
--border-radius-150: 6px;
|
|
17
|
+
--border-radius-200: 8px;
|
|
18
|
+
--border-radius-300: 12px;
|
|
19
|
+
--border-radius-400: 16px;
|
|
20
|
+
--border-radius-500: 20px;
|
|
21
|
+
--border-radius-600: 24px;
|
|
22
|
+
--border-radius-full: 900px;
|
|
23
|
+
--border-width-25: 1px;
|
|
24
|
+
--border-width-50: 2px;
|
|
25
|
+
--border-width-75: 3px;
|
|
26
|
+
--border-width-100: 4px;
|
|
27
|
+
--border-solid-25: 1px solid;
|
|
28
|
+
--border-solid-50: 2px solid;
|
|
29
|
+
--border-solid-75: 3px solid;
|
|
30
|
+
--border-solid-100: 4px solid;
|
|
31
|
+
--color-blacks-and-whites-black: hsl(0, 0%, 0%);
|
|
32
|
+
--color-blacks-and-whites-white: hsl(0, 0%, 100%);
|
|
33
|
+
--color-blacks-and-whites-black-alpha-1: hsla(0, 0%, 0%, 0.05);
|
|
34
|
+
--color-blacks-and-whites-black-alpha-2: hsla(0, 0%, 0%, 0.1);
|
|
35
|
+
--color-blacks-and-whites-black-alpha-3: hsla(0, 0%, 0%, 0.15);
|
|
36
|
+
--color-blacks-and-whites-black-alpha-4: hsla(0, 0%, 0%, 0.2);
|
|
37
|
+
--color-blacks-and-whites-black-alpha-5: hsla(0, 0%, 0%, 0.3);
|
|
38
|
+
--color-blacks-and-whites-black-alpha-6: hsla(0, 0%, 0%, 0.4);
|
|
39
|
+
--color-blacks-and-whites-black-alpha-7: hsla(0, 0%, 0%, 0.5);
|
|
40
|
+
--color-blacks-and-whites-black-alpha-8: hsla(0, 0%, 0%, 0.6);
|
|
41
|
+
--color-blacks-and-whites-black-alpha-9: hsla(0, 0%, 0%, 0.7);
|
|
42
|
+
--color-blacks-and-whites-black-alpha-10: hsla(0, 0%, 0%, 0.8);
|
|
43
|
+
--color-blacks-and-whites-black-alpha-11: hsla(0, 0%, 0%, 0.9);
|
|
44
|
+
--color-blacks-and-whites-black-alpha-12: hsla(0, 0%, 0%, 0.95);
|
|
45
|
+
--color-blacks-and-whites-white-alpha-1: hsla(0, 0%, 100%, 0.05);
|
|
46
|
+
--color-blacks-and-whites-white-alpha-2: hsla(0, 0%, 100%, 0.1);
|
|
47
|
+
--color-blacks-and-whites-white-alpha-3: hsla(0, 0%, 100%, 0.15);
|
|
48
|
+
--color-blacks-and-whites-white-alpha-4: hsla(0, 0%, 100%, 0.2);
|
|
49
|
+
--color-blacks-and-whites-white-alpha-5: hsla(0, 0%, 100%, 0.3);
|
|
50
|
+
--color-blacks-and-whites-white-alpha-6: hsla(0, 0%, 100%, 0.4);
|
|
51
|
+
--color-blacks-and-whites-white-alpha-7: hsla(0, 0%, 100%, 0.5);
|
|
52
|
+
--color-blacks-and-whites-white-alpha-8: hsla(0, 0%, 100%, 0.6);
|
|
53
|
+
--color-blacks-and-whites-white-alpha-9: hsla(0, 0%, 100%, 0.7);
|
|
54
|
+
--color-blacks-and-whites-white-alpha-10: hsla(0, 0%, 100%, 0.8);
|
|
55
|
+
--color-blacks-and-whites-white-alpha-11: hsla(0, 0%, 100%, 0.9);
|
|
56
|
+
--color-blacks-and-whites-white-alpha-12: hsla(0, 0%, 100%, 0.95);
|
|
57
|
+
--color-system-palettes-amber-light-1: hsl(40, 60%, 99%);
|
|
58
|
+
--color-system-palettes-amber-light-2: hsl(51, 91%, 95%);
|
|
59
|
+
--color-system-palettes-amber-light-3: hsl(52, 100%, 88%);
|
|
60
|
+
--color-system-palettes-amber-light-4: hsl(50, 100%, 81%);
|
|
61
|
+
--color-system-palettes-amber-light-5: hsl(50, 94%, 73%);
|
|
62
|
+
--color-system-palettes-amber-light-6: hsl(46, 84%, 70%);
|
|
63
|
+
--color-system-palettes-amber-light-7: hsl(42, 75%, 65%);
|
|
64
|
+
--color-system-palettes-amber-light-8: hsl(38, 75%, 55%);
|
|
65
|
+
--color-system-palettes-amber-light-9: hsl(42, 100%, 62%);
|
|
66
|
+
--color-system-palettes-amber-light-10: hsl(42, 100%, 55%);
|
|
67
|
+
--color-system-palettes-amber-light-11: hsl(35, 100%, 34%);
|
|
68
|
+
--color-system-palettes-amber-light-12: hsl(24, 40%, 22%);
|
|
69
|
+
--color-system-palettes-amber-light-default: hsl(42, 100%, 62%);
|
|
70
|
+
--color-system-palettes-amber-light-contrast: hsl(0, 0%, 0%);
|
|
71
|
+
--color-system-palettes-amber-dark-1: hsl(36, 29%, 7%);
|
|
72
|
+
--color-system-palettes-amber-dark-2: hsl(39, 32%, 9%);
|
|
73
|
+
--color-system-palettes-amber-dark-3: hsl(36, 71%, 11%);
|
|
74
|
+
--color-system-palettes-amber-dark-4: hsl(37, 100%, 12%);
|
|
75
|
+
--color-system-palettes-amber-dark-5: hsl(37, 100%, 15%);
|
|
76
|
+
--color-system-palettes-amber-dark-6: hsl(39, 90%, 19%);
|
|
77
|
+
--color-system-palettes-amber-dark-7: hsl(37, 64%, 27%);
|
|
78
|
+
--color-system-palettes-amber-dark-8: hsl(36, 60%, 35%);
|
|
79
|
+
--color-system-palettes-amber-dark-9: hsl(42, 100%, 62%);
|
|
80
|
+
--color-system-palettes-amber-dark-10: hsl(50, 100%, 52%);
|
|
81
|
+
--color-system-palettes-amber-dark-11: hsl(46, 100%, 54%);
|
|
82
|
+
--color-system-palettes-amber-dark-12: hsl(41, 100%, 85%);
|
|
83
|
+
--color-system-palettes-amber-dark-default: hsl(42, 100%, 62%);
|
|
84
|
+
--color-system-palettes-amber-dark-contrast: hsl(0, 0%, 0%);
|
|
85
|
+
--color-system-palettes-amber-alpha-light-1: hsla(40, 100%, 38%, 0.02);
|
|
86
|
+
--color-system-palettes-amber-alpha-light-2: hsla(51, 100%, 48%, 0.09);
|
|
87
|
+
--color-system-palettes-amber-alpha-light-3: hsla(52, 100%, 50%, 0.24);
|
|
88
|
+
--color-system-palettes-amber-alpha-light-4: hsla(50, 100%, 50%, 0.39);
|
|
89
|
+
--color-system-palettes-amber-alpha-light-5: hsla(50, 100%, 49%, 0.53);
|
|
90
|
+
--color-system-palettes-amber-alpha-light-6: hsla(46, 100%, 46%, 0.55);
|
|
91
|
+
--color-system-palettes-amber-alpha-light-7: hsla(42, 100%, 43%, 0.62);
|
|
92
|
+
--color-system-palettes-amber-alpha-light-8: hsla(38, 100%, 43%, 0.79);
|
|
93
|
+
--color-system-palettes-amber-alpha-light-9: hsla(42, 100%, 50%, 0.76);
|
|
94
|
+
--color-system-palettes-amber-alpha-light-10: hsla(42, 100%, 50%, 0.91);
|
|
95
|
+
--color-system-palettes-amber-alpha-light-11: hsl(35, 100%, 34%);
|
|
96
|
+
--color-system-palettes-amber-alpha-light-12: hsla(24, 100%, 10%, 0.87);
|
|
97
|
+
--color-system-palettes-amber-alpha-light-default: hsla(42, 100%, 50%, 0.76);
|
|
98
|
+
--color-system-palettes-amber-alpha-light-contrast: hsl(0, 0%, 0%);
|
|
99
|
+
--color-system-palettes-amber-alpha-dark-1: hsla(16, 100%, 45%, 0.02);
|
|
100
|
+
--color-system-palettes-amber-alpha-dark-2: hsla(37, 100%, 50%, 0.05);
|
|
101
|
+
--color-system-palettes-amber-alpha-dark-3: hsla(31, 100%, 49%, 0.13);
|
|
102
|
+
--color-system-palettes-amber-alpha-dark-4: hsla(31, 100%, 49%, 0.2);
|
|
103
|
+
--color-system-palettes-amber-alpha-dark-5: hsla(33, 100%, 50%, 0.25);
|
|
104
|
+
--color-system-palettes-amber-alpha-dark-6: hsla(37, 100%, 50%, 0.32);
|
|
105
|
+
--color-system-palettes-amber-alpha-dark-7: hsla(37, 100%, 57%, 0.4);
|
|
106
|
+
--color-system-palettes-amber-alpha-dark-8: hsla(36, 100%, 60%, 0.53);
|
|
107
|
+
--color-system-palettes-amber-alpha-dark-9: hsl(42, 100%, 62%);
|
|
108
|
+
--color-system-palettes-amber-alpha-dark-10: hsl(50, 100%, 52%);
|
|
109
|
+
--color-system-palettes-amber-alpha-dark-11: hsl(46, 100%, 54%);
|
|
110
|
+
--color-system-palettes-amber-alpha-dark-12: hsl(41, 100%, 85%);
|
|
111
|
+
--color-system-palettes-amber-alpha-dark-default: hsl(42, 100%, 62%);
|
|
112
|
+
--color-system-palettes-amber-alpha-dark-contrast: hsl(0, 0%, 0%);
|
|
113
|
+
--color-system-palettes-blue-light-1: hsl(210, 100%, 99%);
|
|
114
|
+
--color-system-palettes-blue-light-2: hsl(207, 100%, 98%);
|
|
115
|
+
--color-system-palettes-blue-light-3: hsl(205, 92%, 95%);
|
|
116
|
+
--color-system-palettes-blue-light-4: hsl(203, 100%, 92%);
|
|
117
|
+
--color-system-palettes-blue-light-5: hsl(206, 100%, 88%);
|
|
118
|
+
--color-system-palettes-blue-light-6: hsl(207, 93%, 83%);
|
|
119
|
+
--color-system-palettes-blue-light-7: hsl(207, 85%, 76%);
|
|
120
|
+
--color-system-palettes-blue-light-8: hsl(206, 82%, 65%);
|
|
121
|
+
--color-system-palettes-blue-light-9: hsl(206, 100%, 50%);
|
|
122
|
+
--color-system-palettes-blue-light-10: hsl(207, 96%, 48%);
|
|
123
|
+
--color-system-palettes-blue-light-11: hsl(208, 88%, 43%);
|
|
124
|
+
--color-system-palettes-blue-light-12: hsl(216, 71%, 23%);
|
|
125
|
+
--color-system-palettes-blue-light-default: hsl(206, 100%, 50%);
|
|
126
|
+
--color-system-palettes-blue-light-contrast: hsl(0, 0%, 100%);
|
|
127
|
+
--color-system-palettes-blue-dark-1: hsl(215, 42%, 9%);
|
|
128
|
+
--color-system-palettes-blue-dark-2: hsl(218, 39%, 11%);
|
|
129
|
+
--color-system-palettes-blue-dark-3: hsl(212, 69%, 16%);
|
|
130
|
+
--color-system-palettes-blue-dark-4: hsl(209, 100%, 19%);
|
|
131
|
+
--color-system-palettes-blue-dark-5: hsl(207, 100%, 23%);
|
|
132
|
+
--color-system-palettes-blue-dark-6: hsl(209, 79%, 30%);
|
|
133
|
+
--color-system-palettes-blue-dark-7: hsl(211, 66%, 37%);
|
|
134
|
+
--color-system-palettes-blue-dark-8: hsl(211, 65%, 45%);
|
|
135
|
+
--color-system-palettes-blue-dark-9: hsl(206, 100%, 50%);
|
|
136
|
+
--color-system-palettes-blue-dark-10: hsl(210, 100%, 62%);
|
|
137
|
+
--color-system-palettes-blue-dark-11: hsl(210, 100%, 72%);
|
|
138
|
+
--color-system-palettes-blue-dark-12: hsl(205, 100%, 88%);
|
|
139
|
+
--color-system-palettes-blue-dark-default: hsl(206, 100%, 50%);
|
|
140
|
+
--color-system-palettes-blue-dark-contrast: hsl(0, 0%, 100%);
|
|
141
|
+
--color-system-palettes-blue-alpha-light-1: hsla(210, 100%, 50%, 0.02);
|
|
142
|
+
--color-system-palettes-blue-alpha-light-2: hsla(207, 100%, 50%, 0.04);
|
|
143
|
+
--color-system-palettes-blue-alpha-light-3: hsla(205, 100%, 48%, 0.1);
|
|
144
|
+
--color-system-palettes-blue-alpha-light-4: hsla(203, 100%, 50%, 0.16);
|
|
145
|
+
--color-system-palettes-blue-alpha-light-5: hsla(205, 100%, 50%, 0.24);
|
|
146
|
+
--color-system-palettes-blue-alpha-light-6: hsla(207, 100%, 48%, 0.33);
|
|
147
|
+
--color-system-palettes-blue-alpha-light-7: hsla(207, 100%, 46%, 0.44);
|
|
148
|
+
--color-system-palettes-blue-alpha-light-8: hsla(206, 100%, 45%, 0.63);
|
|
149
|
+
--color-system-palettes-blue-alpha-light-9: hsl(206, 100%, 50%);
|
|
150
|
+
--color-system-palettes-blue-alpha-light-10: hsla(207, 100%, 47%, 0.98);
|
|
151
|
+
--color-system-palettes-blue-alpha-light-11: hsla(208, 100%, 40%, 0.95);
|
|
152
|
+
--color-system-palettes-blue-alpha-light-12: hsla(216, 100%, 17%, 0.93);
|
|
153
|
+
--color-system-palettes-blue-alpha-light-default: hsl(206, 100%, 50%);
|
|
154
|
+
--color-system-palettes-blue-alpha-light-contrast: hsl(0, 0%, 100%);
|
|
155
|
+
--color-system-palettes-blue-alpha-dark-1: hsla(221, 100%, 47%, 0.07);
|
|
156
|
+
--color-system-palettes-blue-alpha-dark-2: hsla(218, 97%, 53%, 0.09);
|
|
157
|
+
--color-system-palettes-blue-alpha-dark-3: hsla(212, 100%, 50%, 0.23);
|
|
158
|
+
--color-system-palettes-blue-alpha-dark-4: hsla(212, 100%, 50%, 0.34);
|
|
159
|
+
--color-system-palettes-blue-alpha-dark-5: hsla(209, 100%, 50%, 0.42);
|
|
160
|
+
--color-system-palettes-blue-alpha-dark-6: hsla(209, 98%, 53%, 0.5);
|
|
161
|
+
--color-system-palettes-blue-alpha-dark-7: hsla(211, 99%, 58%, 0.6);
|
|
162
|
+
--color-system-palettes-blue-alpha-dark-8: hsla(211, 99%, 59%, 0.73);
|
|
163
|
+
--color-system-palettes-blue-alpha-dark-9: hsl(206, 100%, 50%);
|
|
164
|
+
--color-system-palettes-blue-alpha-dark-10: hsl(210, 100%, 62%);
|
|
165
|
+
--color-system-palettes-blue-alpha-dark-11: hsl(210, 100%, 72%);
|
|
166
|
+
--color-system-palettes-blue-alpha-dark-12: hsl(205, 100%, 88%);
|
|
167
|
+
--color-system-palettes-blue-alpha-dark-default: hsl(206, 100%, 50%);
|
|
168
|
+
--color-system-palettes-blue-alpha-dark-contrast: hsl(0, 0%, 100%);
|
|
169
|
+
--color-system-palettes-bronze-light-1: hsl(0, 20%, 99%);
|
|
170
|
+
--color-system-palettes-bronze-light-2: hsl(15, 67%, 98%);
|
|
171
|
+
--color-system-palettes-bronze-light-3: hsl(15, 40%, 94%);
|
|
172
|
+
--color-system-palettes-bronze-light-4: hsl(19, 33%, 91%);
|
|
173
|
+
--color-system-palettes-bronze-light-5: hsl(18, 29%, 87%);
|
|
174
|
+
--color-system-palettes-bronze-light-6: hsl(18, 29%, 82%);
|
|
175
|
+
--color-system-palettes-bronze-light-7: hsl(17, 27%, 76%);
|
|
176
|
+
--color-system-palettes-bronze-light-8: hsl(16, 25%, 68%);
|
|
177
|
+
--color-system-palettes-bronze-light-9: hsl(18, 20%, 54%);
|
|
178
|
+
--color-system-palettes-bronze-light-10: hsl(16, 18%, 50%);
|
|
179
|
+
--color-system-palettes-bronze-light-11: hsl(15, 20%, 41%);
|
|
180
|
+
--color-system-palettes-bronze-light-12: hsl(12, 22%, 22%);
|
|
181
|
+
--color-system-palettes-bronze-light-default: hsl(18, 20%, 54%);
|
|
182
|
+
--color-system-palettes-bronze-light-contrast: hsl(0, 0%, 100%);
|
|
183
|
+
--color-system-palettes-bronze-dark-1: hsl(15, 11%, 7%);
|
|
184
|
+
--color-system-palettes-bronze-dark-2: hsl(24, 10%, 10%);
|
|
185
|
+
--color-system-palettes-bronze-dark-3: hsl(20, 9%, 14%);
|
|
186
|
+
--color-system-palettes-bronze-dark-4: hsl(20, 10%, 17%);
|
|
187
|
+
--color-system-palettes-bronze-dark-5: hsl(16, 10%, 21%);
|
|
188
|
+
--color-system-palettes-bronze-dark-6: hsl(16, 11%, 26%);
|
|
189
|
+
--color-system-palettes-bronze-dark-7: hsl(16, 12%, 32%);
|
|
190
|
+
--color-system-palettes-bronze-dark-8: hsl(18, 12%, 39%);
|
|
191
|
+
--color-system-palettes-bronze-dark-9: hsl(18, 20%, 54%);
|
|
192
|
+
--color-system-palettes-bronze-dark-10: hsl(18, 23%, 59%);
|
|
193
|
+
--color-system-palettes-bronze-dark-11: hsl(18, 35%, 74%);
|
|
194
|
+
--color-system-palettes-bronze-dark-12: hsl(21, 36%, 89%);
|
|
195
|
+
--color-system-palettes-bronze-dark-default: hsl(18, 20%, 54%);
|
|
196
|
+
--color-system-palettes-bronze-dark-contrast: hsl(0, 0%, 100%);
|
|
197
|
+
--color-system-palettes-bronze-alpha-light-1: hsla(0, 100%, 17%, 0.01);
|
|
198
|
+
--color-system-palettes-bronze-alpha-light-2: hsla(15, 100%, 40%, 0.04);
|
|
199
|
+
--color-system-palettes-bronze-alpha-light-3: hsla(15, 100%, 29%, 0.08);
|
|
200
|
+
--color-system-palettes-bronze-alpha-light-4: hsla(19, 100%, 25%, 0.13);
|
|
201
|
+
--color-system-palettes-bronze-alpha-light-5: hsla(18, 100%, 23%, 0.17);
|
|
202
|
+
--color-system-palettes-bronze-alpha-light-6: hsla(19, 100%, 23%, 0.23);
|
|
203
|
+
--color-system-palettes-bronze-alpha-light-7: hsla(17, 100%, 21%, 0.3);
|
|
204
|
+
--color-system-palettes-bronze-alpha-light-8: hsla(16, 100%, 20%, 0.4);
|
|
205
|
+
--color-system-palettes-bronze-alpha-light-9: hsla(18, 100%, 17%, 0.55);
|
|
206
|
+
--color-system-palettes-bronze-alpha-light-10: hsla(17, 100%, 15%, 0.59);
|
|
207
|
+
--color-system-palettes-bronze-alpha-light-11: hsla(15, 100%, 12%, 0.67);
|
|
208
|
+
--color-system-palettes-bronze-alpha-light-12: hsla(12, 100%, 6%, 0.83);
|
|
209
|
+
--color-system-palettes-bronze-alpha-light-default: hsla(18, 100%, 17%, 0.55);
|
|
210
|
+
--color-system-palettes-bronze-alpha-light-contrast: hsl(0, 0%, 100%);
|
|
211
|
+
--color-system-palettes-bronze-alpha-dark-1: hsla(5, 100%, 41%, 0.02);
|
|
212
|
+
--color-system-palettes-bronze-alpha-dark-2: hsla(24, 93%, 78%, 0.05);
|
|
213
|
+
--color-system-palettes-bronze-alpha-dark-3: hsla(20, 87%, 85%, 0.09);
|
|
214
|
+
--color-system-palettes-bronze-alpha-dark-4: hsla(20, 87%, 85%, 0.13);
|
|
215
|
+
--color-system-palettes-bronze-alpha-dark-5: hsla(16, 100%, 88%, 0.18);
|
|
216
|
+
--color-system-palettes-bronze-alpha-dark-6: hsla(16, 100%, 88%, 0.24);
|
|
217
|
+
--color-system-palettes-bronze-alpha-dark-7: hsla(16, 94%, 87%, 0.31);
|
|
218
|
+
--color-system-palettes-bronze-alpha-dark-8: hsla(18, 100%, 89%, 0.4);
|
|
219
|
+
--color-system-palettes-bronze-alpha-dark-9: hsla(18, 98%, 84%, 0.61);
|
|
220
|
+
--color-system-palettes-bronze-alpha-dark-10: hsla(17, 97%, 85%, 0.66);
|
|
221
|
+
--color-system-palettes-bronze-alpha-dark-11: hsla(18, 100%, 89%, 0.82);
|
|
222
|
+
--color-system-palettes-bronze-alpha-dark-12: hsla(22, 100%, 96%, 0.93);
|
|
223
|
+
--color-system-palettes-bronze-alpha-dark-default: hsla(18, 98%, 84%, 0.61);
|
|
224
|
+
--color-system-palettes-bronze-alpha-dark-contrast: hsl(0, 0%, 0%);
|
|
225
|
+
--color-system-palettes-brown-light-1: hsl(30, 50%, 99%);
|
|
226
|
+
--color-system-palettes-brown-light-2: hsl(30, 50%, 98%);
|
|
227
|
+
--color-system-palettes-brown-light-3: hsl(28, 45%, 94%);
|
|
228
|
+
--color-system-palettes-brown-light-4: hsl(29, 43%, 90%);
|
|
229
|
+
--color-system-palettes-brown-light-5: hsl(29, 45%, 86%);
|
|
230
|
+
--color-system-palettes-brown-light-6: hsl(29, 45%, 81%);
|
|
231
|
+
--color-system-palettes-brown-light-7: hsl(29, 47%, 74%);
|
|
232
|
+
--color-system-palettes-brown-light-8: hsl(28, 45%, 65%);
|
|
233
|
+
--color-system-palettes-brown-light-9: hsl(28, 34%, 51%);
|
|
234
|
+
--color-system-palettes-brown-light-10: hsl(26, 32%, 48%);
|
|
235
|
+
--color-system-palettes-brown-light-11: hsl(24, 30%, 39%);
|
|
236
|
+
--color-system-palettes-brown-light-12: hsl(19, 15%, 21%);
|
|
237
|
+
--color-system-palettes-brown-light-default: hsl(28, 34%, 51%);
|
|
238
|
+
--color-system-palettes-brown-light-contrast: hsl(0, 0%, 100%);
|
|
239
|
+
--color-system-palettes-brown-dark-1: hsl(40, 9%, 6%);
|
|
240
|
+
--color-system-palettes-brown-dark-2: hsl(20, 12%, 10%);
|
|
241
|
+
--color-system-palettes-brown-dark-3: hsl(22, 16%, 14%);
|
|
242
|
+
--color-system-palettes-brown-dark-4: hsl(26, 19%, 16%);
|
|
243
|
+
--color-system-palettes-brown-dark-5: hsl(25, 22%, 20%);
|
|
244
|
+
--color-system-palettes-brown-dark-6: hsl(26, 24%, 24%);
|
|
245
|
+
--color-system-palettes-brown-dark-7: hsl(26, 26%, 30%);
|
|
246
|
+
--color-system-palettes-brown-dark-8: hsl(28, 28%, 38%);
|
|
247
|
+
--color-system-palettes-brown-dark-9: hsl(28, 34%, 51%);
|
|
248
|
+
--color-system-palettes-brown-dark-10: hsl(27, 36%, 56%);
|
|
249
|
+
--color-system-palettes-brown-dark-11: hsl(28, 50%, 72%);
|
|
250
|
+
--color-system-palettes-brown-dark-12: hsl(35, 61%, 87%);
|
|
251
|
+
--color-system-palettes-brown-dark-default: hsl(28, 34%, 51%);
|
|
252
|
+
--color-system-palettes-brown-dark-contrast: hsl(0, 0%, 100%);
|
|
253
|
+
--color-system-palettes-brown-alpha-light-1: hsla(30, 100%, 33%, 0.01);
|
|
254
|
+
--color-system-palettes-brown-alpha-light-2: hsla(30, 100%, 33%, 0.04);
|
|
255
|
+
--color-system-palettes-brown-alpha-light-3: hsla(28, 100%, 31%, 0.09);
|
|
256
|
+
--color-system-palettes-brown-alpha-light-4: hsla(29, 100%, 30%, 0.15);
|
|
257
|
+
--color-system-palettes-brown-alpha-light-5: hsla(29, 100%, 31%, 0.21);
|
|
258
|
+
--color-system-palettes-brown-alpha-light-6: hsla(29, 100%, 31%, 0.28);
|
|
259
|
+
--color-system-palettes-brown-alpha-light-7: hsla(29, 100%, 32%, 0.38);
|
|
260
|
+
--color-system-palettes-brown-alpha-light-8: hsla(28, 100%, 31%, 0.51);
|
|
261
|
+
--color-system-palettes-brown-alpha-light-9: hsla(28, 100%, 25%, 0.65);
|
|
262
|
+
--color-system-palettes-brown-alpha-light-10: hsla(27, 100%, 22%, 0.67);
|
|
263
|
+
--color-system-palettes-brown-alpha-light-11: hsla(24, 100%, 16%, 0.73);
|
|
264
|
+
--color-system-palettes-brown-alpha-light-12: hsla(18, 100%, 4%, 0.82);
|
|
265
|
+
--color-system-palettes-brown-alpha-light-default: hsla(28, 100%, 25%, 0.65);
|
|
266
|
+
--color-system-palettes-brown-alpha-light-contrast: hsl(0, 0%, 100%);
|
|
267
|
+
--color-system-palettes-brown-alpha-dark-1: hsla(7, 100%, 28%, 0.01);
|
|
268
|
+
--color-system-palettes-brown-alpha-dark-2: hsla(20, 94%, 74%, 0.05);
|
|
269
|
+
--color-system-palettes-brown-alpha-dark-3: hsla(22, 95%, 77%, 0.1);
|
|
270
|
+
--color-system-palettes-brown-alpha-dark-4: hsla(26, 93%, 76%, 0.14);
|
|
271
|
+
--color-system-palettes-brown-alpha-dark-5: hsla(25, 95%, 76%, 0.19);
|
|
272
|
+
--color-system-palettes-brown-alpha-dark-6: hsla(26, 97%, 76%, 0.25);
|
|
273
|
+
--color-system-palettes-brown-alpha-dark-7: hsla(26, 100%, 77%, 0.34);
|
|
274
|
+
--color-system-palettes-brown-alpha-dark-8: hsla(28, 100%, 76%, 0.45);
|
|
275
|
+
--color-system-palettes-brown-alpha-dark-9: hsla(27, 98%, 74%, 0.66);
|
|
276
|
+
--color-system-palettes-brown-alpha-dark-10: hsla(28, 100%, 77%, 0.7);
|
|
277
|
+
--color-system-palettes-brown-alpha-dark-11: hsla(28, 98%, 83%, 0.85);
|
|
278
|
+
--color-system-palettes-brown-alpha-dark-12: hsla(34, 95%, 91%, 0.95);
|
|
279
|
+
--color-system-palettes-brown-alpha-dark-default: hsla(27, 98%, 74%, 0.66);
|
|
280
|
+
--color-system-palettes-brown-alpha-dark-contrast: hsl(0, 0%, 0%);
|
|
281
|
+
--color-system-palettes-crimson-light-1: hsl(340, 100%, 99%);
|
|
282
|
+
--color-system-palettes-crimson-light-2: hsl(343, 78%, 98%);
|
|
283
|
+
--color-system-palettes-crimson-light-3: hsl(341, 100%, 96%);
|
|
284
|
+
--color-system-palettes-crimson-light-4: hsl(341, 94%, 93%);
|
|
285
|
+
--color-system-palettes-crimson-light-5: hsl(340, 81%, 89%);
|
|
286
|
+
--color-system-palettes-crimson-light-6: hsl(338, 69%, 85%);
|
|
287
|
+
--color-system-palettes-crimson-light-7: hsl(338, 60%, 80%);
|
|
288
|
+
--color-system-palettes-crimson-light-8: hsl(336, 55%, 73%);
|
|
289
|
+
--color-system-palettes-crimson-light-9: hsl(336, 80%, 58%);
|
|
290
|
+
--color-system-palettes-crimson-light-10: hsl(336, 73%, 54%);
|
|
291
|
+
--color-system-palettes-crimson-light-11: hsl(336, 75%, 45%);
|
|
292
|
+
--color-system-palettes-crimson-light-12: hsl(332, 63%, 24%);
|
|
293
|
+
--color-system-palettes-crimson-light-default: hsl(336, 80%, 58%);
|
|
294
|
+
--color-system-palettes-crimson-light-contrast: hsl(0, 0%, 100%);
|
|
295
|
+
--color-system-palettes-crimson-dark-1: hsl(338, 19%, 8%);
|
|
296
|
+
--color-system-palettes-crimson-dark-2: hsl(337, 25%, 10%);
|
|
297
|
+
--color-system-palettes-crimson-dark-3: hsl(333, 45%, 15%);
|
|
298
|
+
--color-system-palettes-crimson-dark-4: hsl(331, 62%, 19%);
|
|
299
|
+
--color-system-palettes-crimson-dark-5: hsl(331, 59%, 23%);
|
|
300
|
+
--color-system-palettes-crimson-dark-6: hsl(333, 49%, 29%);
|
|
301
|
+
--color-system-palettes-crimson-dark-7: hsl(335, 45%, 36%);
|
|
302
|
+
--color-system-palettes-crimson-dark-8: hsl(336, 45%, 48%);
|
|
303
|
+
--color-system-palettes-crimson-dark-9: hsl(336, 80%, 58%);
|
|
304
|
+
--color-system-palettes-crimson-dark-10: hsl(338, 82%, 63%);
|
|
305
|
+
--color-system-palettes-crimson-dark-11: hsl(345, 100%, 79%);
|
|
306
|
+
--color-system-palettes-crimson-dark-12: hsl(330, 91%, 91%);
|
|
307
|
+
--color-system-palettes-crimson-dark-default: hsl(336, 80%, 58%);
|
|
308
|
+
--color-system-palettes-crimson-dark-contrast: hsl(0, 0%, 100%);
|
|
309
|
+
--color-system-palettes-crimson-alpha-light-1: hsla(340, 100%, 50%, 0.01);
|
|
310
|
+
--color-system-palettes-crimson-alpha-light-2: hsla(343, 100%, 44%, 0.03);
|
|
311
|
+
--color-system-palettes-crimson-alpha-light-3: hsla(341, 100%, 50%, 0.09);
|
|
312
|
+
--color-system-palettes-crimson-alpha-light-4: hsla(340, 100%, 49%, 0.14);
|
|
313
|
+
--color-system-palettes-crimson-alpha-light-5: hsla(339, 100%, 45%, 0.19);
|
|
314
|
+
--color-system-palettes-crimson-alpha-light-6: hsla(338, 100%, 41%, 0.25);
|
|
315
|
+
--color-system-palettes-crimson-alpha-light-7: hsla(338, 100%, 37%, 0.33);
|
|
316
|
+
--color-system-palettes-crimson-alpha-light-8: hsla(336, 100%, 36%, 0.42);
|
|
317
|
+
--color-system-palettes-crimson-alpha-light-9: hsla(336, 100%, 44%, 0.76);
|
|
318
|
+
--color-system-palettes-crimson-alpha-light-10: hsla(336, 100%, 42%, 0.8);
|
|
319
|
+
--color-system-palettes-crimson-alpha-light-11: hsla(336, 100%, 38%, 0.89);
|
|
320
|
+
--color-system-palettes-crimson-alpha-light-12: hsla(333, 100%, 16%, 0.91);
|
|
321
|
+
--color-system-palettes-crimson-alpha-light-default: hsla(336, 100%, 44%, 0.76);
|
|
322
|
+
--color-system-palettes-crimson-alpha-light-contrast: hsl(0, 0%, 100%);
|
|
323
|
+
--color-system-palettes-crimson-alpha-dark-1: hsla(337, 91%, 51%, 0.04);
|
|
324
|
+
--color-system-palettes-crimson-alpha-dark-2: hsla(337, 88%, 57%, 0.07);
|
|
325
|
+
--color-system-palettes-crimson-alpha-dark-3: hsla(333, 99%, 58%, 0.16);
|
|
326
|
+
--color-system-palettes-crimson-alpha-dark-4: hsla(331, 98%, 54%, 0.25);
|
|
327
|
+
--color-system-palettes-crimson-alpha-dark-5: hsla(331, 98%, 57%, 0.32);
|
|
328
|
+
--color-system-palettes-crimson-alpha-dark-6: hsla(333, 99%, 63%, 0.39);
|
|
329
|
+
--color-system-palettes-crimson-alpha-dark-7: hsla(335, 98%, 66%, 0.5);
|
|
330
|
+
--color-system-palettes-crimson-alpha-dark-8: hsla(336, 99%, 68%, 0.67);
|
|
331
|
+
--color-system-palettes-crimson-alpha-dark-9: hsla(336, 99%, 63%, 0.91);
|
|
332
|
+
--color-system-palettes-crimson-alpha-dark-10: hsla(338, 100%, 67%, 0.93);
|
|
333
|
+
--color-system-palettes-crimson-alpha-dark-11: hsl(345, 100%, 79%);
|
|
334
|
+
--color-system-palettes-crimson-alpha-dark-12: hsla(330, 100%, 92%, 0.99);
|
|
335
|
+
--color-system-palettes-crimson-alpha-dark-default: hsla(336, 99%, 63%, 0.91);
|
|
336
|
+
--color-system-palettes-crimson-alpha-dark-contrast: hsl(0, 0%, 100%);
|
|
337
|
+
--color-system-palettes-cyan-light-1: hsl(195, 67%, 99%);
|
|
338
|
+
--color-system-palettes-cyan-light-2: hsl(187, 53%, 97%);
|
|
339
|
+
--color-system-palettes-cyan-light-3: hsl(184, 69%, 92%);
|
|
340
|
+
--color-system-palettes-cyan-light-4: hsl(187, 71%, 88%);
|
|
341
|
+
--color-system-palettes-cyan-light-5: hsl(187, 66%, 83%);
|
|
342
|
+
--color-system-palettes-cyan-light-6: hsl(188, 61%, 76%);
|
|
343
|
+
--color-system-palettes-cyan-light-7: hsl(189, 58%, 68%);
|
|
344
|
+
--color-system-palettes-cyan-light-8: hsl(189, 60%, 53%);
|
|
345
|
+
--color-system-palettes-cyan-light-9: hsl(191, 100%, 39%);
|
|
346
|
+
--color-system-palettes-cyan-light-10: hsl(191, 93%, 38%);
|
|
347
|
+
--color-system-palettes-cyan-light-11: hsl(192, 81%, 33%);
|
|
348
|
+
--color-system-palettes-cyan-light-12: hsl(192, 69%, 17%);
|
|
349
|
+
--color-system-palettes-cyan-light-default: hsl(191, 100%, 39%);
|
|
350
|
+
--color-system-palettes-cyan-light-contrast: hsl(0, 0%, 100%);
|
|
351
|
+
--color-system-palettes-cyan-dark-1: hsl(196, 41%, 7%);
|
|
352
|
+
--color-system-palettes-cyan-dark-2: hsl(199, 33%, 9%);
|
|
353
|
+
--color-system-palettes-cyan-dark-3: hsl(193, 74%, 12%);
|
|
354
|
+
--color-system-palettes-cyan-dark-4: hsl(193, 100%, 14%);
|
|
355
|
+
--color-system-palettes-cyan-dark-5: hsl(193, 100%, 17%);
|
|
356
|
+
--color-system-palettes-cyan-dark-6: hsl(192, 93%, 21%);
|
|
357
|
+
--color-system-palettes-cyan-dark-7: hsl(193, 75%, 28%);
|
|
358
|
+
--color-system-palettes-cyan-dark-8: hsl(192, 80%, 34%);
|
|
359
|
+
--color-system-palettes-cyan-dark-9: hsl(191, 100%, 39%);
|
|
360
|
+
--color-system-palettes-cyan-dark-10: hsl(191, 71%, 48%);
|
|
361
|
+
--color-system-palettes-cyan-dark-11: hsl(190, 75%, 60%);
|
|
362
|
+
--color-system-palettes-cyan-dark-12: hsl(190, 80%, 84%);
|
|
363
|
+
--color-system-palettes-cyan-dark-default: hsl(191, 100%, 39%);
|
|
364
|
+
--color-system-palettes-cyan-dark-contrast: hsl(0, 0%, 100%);
|
|
365
|
+
--color-system-palettes-cyan-alpha-light-1: hsla(195, 100%, 40%, 0.02);
|
|
366
|
+
--color-system-palettes-cyan-alpha-light-2: hsla(187, 100%, 35%, 0.05);
|
|
367
|
+
--color-system-palettes-cyan-alpha-light-3: hsla(184, 100%, 41%, 0.13);
|
|
368
|
+
--color-system-palettes-cyan-alpha-light-4: hsla(187, 100%, 42%, 0.21);
|
|
369
|
+
--color-system-palettes-cyan-alpha-light-5: hsla(187, 99%, 40%, 0.29);
|
|
370
|
+
--color-system-palettes-cyan-alpha-light-6: hsla(188, 100%, 38%, 0.38);
|
|
371
|
+
--color-system-palettes-cyan-alpha-light-7: hsla(189, 100%, 37%, 0.51);
|
|
372
|
+
--color-system-palettes-cyan-alpha-light-8: hsla(189, 100%, 38%, 0.76);
|
|
373
|
+
--color-system-palettes-cyan-alpha-light-9: hsl(191, 100%, 39%);
|
|
374
|
+
--color-system-palettes-cyan-alpha-light-10: hsla(191, 100%, 36%, 0.97);
|
|
375
|
+
--color-system-palettes-cyan-alpha-light-11: hsla(192, 100%, 28%, 0.94);
|
|
376
|
+
--color-system-palettes-cyan-alpha-light-12: hsla(192, 100%, 12%, 0.95);
|
|
377
|
+
--color-system-palettes-cyan-alpha-light-default: hsl(191, 100%, 39%);
|
|
378
|
+
--color-system-palettes-cyan-alpha-light-contrast: hsl(0, 0%, 100%);
|
|
379
|
+
--color-system-palettes-cyan-alpha-dark-1: hsla(205, 100%, 48%, 0.04);
|
|
380
|
+
--color-system-palettes-cyan-alpha-dark-2: hsla(199, 98%, 48%, 0.07);
|
|
381
|
+
--color-system-palettes-cyan-alpha-dark-3: hsla(195, 100%, 50%, 0.16);
|
|
382
|
+
--color-system-palettes-cyan-alpha-dark-4: hsla(196, 100%, 50%, 0.23);
|
|
383
|
+
--color-system-palettes-cyan-alpha-dark-5: hsla(195, 100%, 50%, 0.3);
|
|
384
|
+
--color-system-palettes-cyan-alpha-dark-6: hsla(193, 100%, 50%, 0.37);
|
|
385
|
+
--color-system-palettes-cyan-alpha-dark-7: hsla(193, 100%, 54%, 0.46);
|
|
386
|
+
--color-system-palettes-cyan-alpha-dark-8: hsla(192, 100%, 53%, 0.58);
|
|
387
|
+
--color-system-palettes-cyan-alpha-dark-9: hsla(191, 100%, 50%, 0.76);
|
|
388
|
+
--color-system-palettes-cyan-alpha-dark-10: hsla(191, 100%, 58%, 0.8);
|
|
389
|
+
--color-system-palettes-cyan-alpha-dark-11: hsla(190, 99%, 66%, 0.9);
|
|
390
|
+
--color-system-palettes-cyan-alpha-dark-12: hsla(190, 97%, 86%, 0.97);
|
|
391
|
+
--color-system-palettes-cyan-alpha-dark-default: hsla(191, 100%, 50%, 0.76);
|
|
392
|
+
--color-system-palettes-cyan-alpha-dark-contrast: hsl(0, 0%, 0%);
|
|
393
|
+
--color-system-palettes-gold-light-1: hsl(60, 20%, 99%);
|
|
394
|
+
--color-system-palettes-gold-light-2: hsl(53, 44%, 96%);
|
|
395
|
+
--color-system-palettes-gold-light-3: hsl(49, 30%, 93%);
|
|
396
|
+
--color-system-palettes-gold-light-4: hsl(44, 26%, 89%);
|
|
397
|
+
--color-system-palettes-gold-light-5: hsl(43, 23%, 85%);
|
|
398
|
+
--color-system-palettes-gold-light-6: hsl(41, 24%, 80%);
|
|
399
|
+
--color-system-palettes-gold-light-7: hsl(40, 24%, 73%);
|
|
400
|
+
--color-system-palettes-gold-light-8: hsl(37, 24%, 64%);
|
|
401
|
+
--color-system-palettes-gold-light-9: hsl(36, 20%, 49%);
|
|
402
|
+
--color-system-palettes-gold-light-10: hsl(37, 20%, 46%);
|
|
403
|
+
--color-system-palettes-gold-light-11: hsl(36, 20%, 37%);
|
|
404
|
+
--color-system-palettes-gold-light-12: hsl(38, 16%, 20%);
|
|
405
|
+
--color-system-palettes-gold-light-default: hsl(36, 20%, 49%);
|
|
406
|
+
--color-system-palettes-gold-light-contrast: hsl(0, 0%, 100%);
|
|
407
|
+
--color-system-palettes-gold-dark-1: hsl(60, 3%, 7%);
|
|
408
|
+
--color-system-palettes-gold-dark-2: hsl(45, 8%, 10%);
|
|
409
|
+
--color-system-palettes-gold-dark-3: hsl(48, 7%, 13%);
|
|
410
|
+
--color-system-palettes-gold-dark-4: hsl(43, 8%, 16%);
|
|
411
|
+
--color-system-palettes-gold-dark-5: hsl(42, 10%, 20%);
|
|
412
|
+
--color-system-palettes-gold-dark-6: hsl(38, 9%, 25%);
|
|
413
|
+
--color-system-palettes-gold-dark-7: hsl(39, 9%, 30%);
|
|
414
|
+
--color-system-palettes-gold-dark-8: hsl(38, 10%, 37%);
|
|
415
|
+
--color-system-palettes-gold-dark-9: hsl(36, 20%, 49%);
|
|
416
|
+
--color-system-palettes-gold-dark-10: hsl(36, 21%, 55%);
|
|
417
|
+
--color-system-palettes-gold-dark-11: hsl(35, 30%, 71%);
|
|
418
|
+
--color-system-palettes-gold-dark-12: hsl(36, 25%, 88%);
|
|
419
|
+
--color-system-palettes-gold-dark-default: hsl(36, 20%, 49%);
|
|
420
|
+
--color-system-palettes-gold-dark-contrast: hsl(0, 0%, 100%);
|
|
421
|
+
--color-system-palettes-gold-alpha-light-1: hsla(60, 100%, 17%, 0.01);
|
|
422
|
+
--color-system-palettes-gold-alpha-light-2: hsla(53, 100%, 31%, 0.05);
|
|
423
|
+
--color-system-palettes-gold-alpha-light-3: hsla(49, 100%, 23%, 0.09);
|
|
424
|
+
--color-system-palettes-gold-alpha-light-4: hsla(44, 100%, 21%, 0.14);
|
|
425
|
+
--color-system-palettes-gold-alpha-light-5: hsla(44, 100%, 19%, 0.19);
|
|
426
|
+
--color-system-palettes-gold-alpha-light-6: hsla(41, 100%, 20%, 0.25);
|
|
427
|
+
--color-system-palettes-gold-alpha-light-7: hsla(40, 100%, 19%, 0.33);
|
|
428
|
+
--color-system-palettes-gold-alpha-light-8: hsla(37, 100%, 19%, 0.45);
|
|
429
|
+
--color-system-palettes-gold-alpha-light-9: hsla(36, 100%, 16%, 0.6);
|
|
430
|
+
--color-system-palettes-gold-alpha-light-10: hsla(37, 100%, 14%, 0.63);
|
|
431
|
+
--color-system-palettes-gold-alpha-light-11: hsla(37, 100%, 11%, 0.71);
|
|
432
|
+
--color-system-palettes-gold-alpha-light-12: hsla(38, 100%, 4%, 0.83);
|
|
433
|
+
--color-system-palettes-gold-alpha-light-default: hsla(36, 100%, 16%, 0.6);
|
|
434
|
+
--color-system-palettes-gold-alpha-light-contrast: hsl(0, 0%, 100%);
|
|
435
|
+
--color-system-palettes-gold-alpha-dark-1: hsla(60, 79%, 32%, 0.01);
|
|
436
|
+
--color-system-palettes-gold-alpha-dark-2: hsla(45, 88%, 80%, 0.04);
|
|
437
|
+
--color-system-palettes-gold-alpha-dark-3: hsla(48, 81%, 85%, 0.08);
|
|
438
|
+
--color-system-palettes-gold-alpha-dark-4: hsla(43, 100%, 88%, 0.12);
|
|
439
|
+
--color-system-palettes-gold-alpha-dark-5: hsla(42, 97%, 88%, 0.16);
|
|
440
|
+
--color-system-palettes-gold-alpha-dark-6: hsla(38, 96%, 90%, 0.22);
|
|
441
|
+
--color-system-palettes-gold-alpha-dark-7: hsla(38, 100%, 90%, 0.28);
|
|
442
|
+
--color-system-palettes-gold-alpha-dark-8: hsla(38, 93%, 89%, 0.37);
|
|
443
|
+
--color-system-palettes-gold-alpha-dark-9: hsla(36, 100%, 83%, 0.56);
|
|
444
|
+
--color-system-palettes-gold-alpha-dark-10: hsla(36, 98%, 84%, 0.62);
|
|
445
|
+
--color-system-palettes-gold-alpha-dark-11: hsla(35, 97%, 89%, 0.78);
|
|
446
|
+
--color-system-palettes-gold-alpha-dark-12: hsla(35, 89%, 96%, 0.91);
|
|
447
|
+
--color-system-palettes-gold-alpha-dark-default: hsla(36, 100%, 83%, 0.56);
|
|
448
|
+
--color-system-palettes-gold-alpha-dark-contrast: hsl(0, 0%, 0%);
|
|
449
|
+
--color-system-palettes-grass-light-1: hsl(120, 60%, 99%);
|
|
450
|
+
--color-system-palettes-grass-light-2: hsl(120, 43%, 97%);
|
|
451
|
+
--color-system-palettes-grass-light-3: hsl(120, 42%, 94%);
|
|
452
|
+
--color-system-palettes-grass-light-4: hsl(123, 45%, 90%);
|
|
453
|
+
--color-system-palettes-grass-light-5: hsl(122, 40%, 85%);
|
|
454
|
+
--color-system-palettes-grass-light-6: hsl(124, 39%, 78%);
|
|
455
|
+
--color-system-palettes-grass-light-7: hsl(126, 37%, 69%);
|
|
456
|
+
--color-system-palettes-grass-light-8: hsl(131, 38%, 56%);
|
|
457
|
+
--color-system-palettes-grass-light-9: hsl(131, 41%, 46%);
|
|
458
|
+
--color-system-palettes-grass-light-10: hsl(131, 43%, 43%);
|
|
459
|
+
--color-system-palettes-grass-light-11: hsl(132, 50%, 33%);
|
|
460
|
+
--color-system-palettes-grass-light-12: hsl(131, 30%, 18%);
|
|
461
|
+
--color-system-palettes-grass-light-default: hsl(131, 41%, 46%);
|
|
462
|
+
--color-system-palettes-grass-light-contrast: hsl(0, 0%, 100%);
|
|
463
|
+
--color-system-palettes-grass-dark-1: hsl(146, 20%, 7%);
|
|
464
|
+
--color-system-palettes-grass-dark-2: hsl(130, 13%, 9%);
|
|
465
|
+
--color-system-palettes-grass-dark-3: hsl(132, 22%, 14%);
|
|
466
|
+
--color-system-palettes-grass-dark-4: hsl(134, 33%, 17%);
|
|
467
|
+
--color-system-palettes-grass-dark-5: hsl(134, 32%, 21%);
|
|
468
|
+
--color-system-palettes-grass-dark-6: hsl(133, 32%, 26%);
|
|
469
|
+
--color-system-palettes-grass-dark-7: hsl(132, 31%, 31%);
|
|
470
|
+
--color-system-palettes-grass-dark-8: hsl(131, 32%, 36%);
|
|
471
|
+
--color-system-palettes-grass-dark-9: hsl(131, 41%, 46%);
|
|
472
|
+
--color-system-palettes-grass-dark-10: hsl(131, 39%, 51%);
|
|
473
|
+
--color-system-palettes-grass-dark-11: hsl(131, 50%, 63%);
|
|
474
|
+
--color-system-palettes-grass-dark-12: hsl(120, 61%, 85%);
|
|
475
|
+
--color-system-palettes-grass-dark-default: hsl(131, 41%, 46%);
|
|
476
|
+
--color-system-palettes-grass-dark-contrast: hsl(0, 0%, 100%);
|
|
477
|
+
--color-system-palettes-grass-alpha-light-1: hsla(120, 100%, 38%, 0.02);
|
|
478
|
+
--color-system-palettes-grass-alpha-light-2: hsla(120, 100%, 30%, 0.04);
|
|
479
|
+
--color-system-palettes-grass-alpha-light-3: hsla(120, 100%, 30%, 0.09);
|
|
480
|
+
--color-system-palettes-grass-alpha-light-4: hsla(123, 100%, 31%, 0.15);
|
|
481
|
+
--color-system-palettes-grass-alpha-light-5: hsla(122, 100%, 29%, 0.21);
|
|
482
|
+
--color-system-palettes-grass-alpha-light-6: hsla(124, 100%, 28%, 0.3);
|
|
483
|
+
--color-system-palettes-grass-alpha-light-7: hsla(126, 99%, 27%, 0.42);
|
|
484
|
+
--color-system-palettes-grass-alpha-light-8: hsla(131, 100%, 28%, 0.6);
|
|
485
|
+
--color-system-palettes-grass-alpha-light-9: hsla(131, 100%, 26%, 0.73);
|
|
486
|
+
--color-system-palettes-grass-alpha-light-10: hsla(131, 100%, 24%, 0.76);
|
|
487
|
+
--color-system-palettes-grass-alpha-light-11: hsla(132, 100%, 20%, 0.84);
|
|
488
|
+
--color-system-palettes-grass-alpha-light-12: hsla(131, 100%, 6%, 0.87);
|
|
489
|
+
--color-system-palettes-grass-alpha-light-default: hsla(131, 100%, 26%, 0.73);
|
|
490
|
+
--color-system-palettes-grass-alpha-light-contrast: hsl(0, 0%, 100%);
|
|
491
|
+
--color-system-palettes-grass-alpha-dark-1: hsla(125, 100%, 44%, 0.02);
|
|
492
|
+
--color-system-palettes-grass-alpha-dark-2: hsla(130, 91%, 67%, 0.04);
|
|
493
|
+
--color-system-palettes-grass-alpha-dark-3: hsla(132, 99%, 72%, 0.11);
|
|
494
|
+
--color-system-palettes-grass-alpha-dark-4: hsla(135, 100%, 67%, 0.17);
|
|
495
|
+
--color-system-palettes-grass-alpha-dark-5: hsla(134, 100%, 70%, 0.23);
|
|
496
|
+
--color-system-palettes-grass-alpha-dark-6: hsla(133, 100%, 72%, 0.29);
|
|
497
|
+
--color-system-palettes-grass-alpha-dark-7: hsla(132, 97%, 73%, 0.36);
|
|
498
|
+
--color-system-palettes-grass-alpha-dark-8: hsla(131, 97%, 73%, 0.44);
|
|
499
|
+
--color-system-palettes-grass-alpha-dark-9: hsla(131, 100%, 70%, 0.63);
|
|
500
|
+
--color-system-palettes-grass-alpha-dark-10: hsla(131, 100%, 72%, 0.68);
|
|
501
|
+
--color-system-palettes-grass-alpha-dark-11: hsla(131, 100%, 77%, 0.8);
|
|
502
|
+
--color-system-palettes-grass-alpha-dark-12: hsla(120, 100%, 90%, 0.94);
|
|
503
|
+
--color-system-palettes-grass-alpha-dark-default: hsla(131, 100%, 70%, 0.63);
|
|
504
|
+
--color-system-palettes-grass-alpha-dark-contrast: hsl(0, 0%, 0%);
|
|
505
|
+
--color-system-palettes-gray-light-1: hsl(0, 0%, 99%);
|
|
506
|
+
--color-system-palettes-gray-light-2: hsl(0, 0%, 98%);
|
|
507
|
+
--color-system-palettes-gray-light-3: hsl(0, 0%, 94%);
|
|
508
|
+
--color-system-palettes-gray-light-4: hsl(0, 0%, 91%);
|
|
509
|
+
--color-system-palettes-gray-light-5: hsl(0, 0%, 88%);
|
|
510
|
+
--color-system-palettes-gray-light-6: hsl(0, 0%, 85%);
|
|
511
|
+
--color-system-palettes-gray-light-7: hsl(0, 0%, 81%);
|
|
512
|
+
--color-system-palettes-gray-light-8: hsl(0, 0%, 73%);
|
|
513
|
+
--color-system-palettes-gray-light-9: hsl(0, 0%, 55%);
|
|
514
|
+
--color-system-palettes-gray-light-10: hsl(0, 0%, 51%);
|
|
515
|
+
--color-system-palettes-gray-light-11: hsl(0, 0%, 39%);
|
|
516
|
+
--color-system-palettes-gray-light-12: hsl(0, 0%, 13%);
|
|
517
|
+
--color-system-palettes-gray-light-default: hsl(0, 0%, 55%);
|
|
518
|
+
--color-system-palettes-gray-light-contrast: hsl(0, 0%, 100%);
|
|
519
|
+
--color-system-palettes-gray-dark-1: hsl(0, 0%, 7%);
|
|
520
|
+
--color-system-palettes-gray-dark-2: hsl(0, 0%, 10%);
|
|
521
|
+
--color-system-palettes-gray-dark-3: hsl(0, 0%, 13%);
|
|
522
|
+
--color-system-palettes-gray-dark-4: hsl(0, 0%, 16%);
|
|
523
|
+
--color-system-palettes-gray-dark-5: hsl(0, 0%, 19%);
|
|
524
|
+
--color-system-palettes-gray-dark-6: hsl(0, 0%, 23%);
|
|
525
|
+
--color-system-palettes-gray-dark-7: hsl(0, 0%, 28%);
|
|
526
|
+
--color-system-palettes-gray-dark-8: hsl(0, 0%, 38%);
|
|
527
|
+
--color-system-palettes-gray-dark-9: hsl(0, 0%, 43%);
|
|
528
|
+
--color-system-palettes-gray-dark-10: hsl(0, 0%, 48%);
|
|
529
|
+
--color-system-palettes-gray-dark-11: hsl(0, 0%, 71%);
|
|
530
|
+
--color-system-palettes-gray-dark-12: hsl(0, 0%, 93%);
|
|
531
|
+
--color-system-palettes-gray-dark-default: hsl(0, 0%, 43%);
|
|
532
|
+
--color-system-palettes-gray-dark-contrast: hsl(0, 0%, 100%);
|
|
533
|
+
--color-system-palettes-gray-alpha-light-1: hsla(0, 0%, 0%, 0.01);
|
|
534
|
+
--color-system-palettes-gray-alpha-light-2: hsla(0, 0%, 0%, 0.02);
|
|
535
|
+
--color-system-palettes-gray-alpha-light-3: hsla(0, 0%, 0%, 0.06);
|
|
536
|
+
--color-system-palettes-gray-alpha-light-4: hsla(0, 0%, 0%, 0.09);
|
|
537
|
+
--color-system-palettes-gray-alpha-light-5: hsla(0, 0%, 0%, 0.12);
|
|
538
|
+
--color-system-palettes-gray-alpha-light-6: hsla(0, 0%, 0%, 0.15);
|
|
539
|
+
--color-system-palettes-gray-alpha-light-7: hsla(0, 0%, 0%, 0.19);
|
|
540
|
+
--color-system-palettes-gray-alpha-light-8: hsla(0, 0%, 0%, 0.27);
|
|
541
|
+
--color-system-palettes-gray-alpha-light-9: hsla(0, 0%, 0%, 0.45);
|
|
542
|
+
--color-system-palettes-gray-alpha-light-10: hsla(0, 0%, 0%, 0.49);
|
|
543
|
+
--color-system-palettes-gray-alpha-light-11: hsla(0, 0%, 0%, 0.61);
|
|
544
|
+
--color-system-palettes-gray-alpha-light-12: hsla(0, 0%, 0%, 0.87);
|
|
545
|
+
--color-system-palettes-gray-alpha-light-default: hsla(0, 0%, 0%, 0.45);
|
|
546
|
+
--color-system-palettes-gray-alpha-light-contrast: hsl(0, 0%, 100%);
|
|
547
|
+
--color-system-palettes-gray-alpha-dark-1: hsla(0, 0%, 0%, 0);
|
|
548
|
+
--color-system-palettes-gray-alpha-dark-2: hsla(0, 0%, 100%, 0.04);
|
|
549
|
+
--color-system-palettes-gray-alpha-dark-3: hsla(0, 0%, 100%, 0.07);
|
|
550
|
+
--color-system-palettes-gray-alpha-dark-4: hsla(0, 0%, 100%, 0.11);
|
|
551
|
+
--color-system-palettes-gray-alpha-dark-5: hsla(0, 0%, 100%, 0.13);
|
|
552
|
+
--color-system-palettes-gray-alpha-dark-6: hsla(0, 0%, 100%, 0.17);
|
|
553
|
+
--color-system-palettes-gray-alpha-dark-7: hsla(0, 0%, 100%, 0.23);
|
|
554
|
+
--color-system-palettes-gray-alpha-dark-8: hsla(0, 0%, 100%, 0.33);
|
|
555
|
+
--color-system-palettes-gray-alpha-dark-9: hsla(0, 0%, 100%, 0.39);
|
|
556
|
+
--color-system-palettes-gray-alpha-dark-10: hsla(0, 0%, 100%, 0.45);
|
|
557
|
+
--color-system-palettes-gray-alpha-dark-11: hsla(0, 0%, 100%, 0.69);
|
|
558
|
+
--color-system-palettes-gray-alpha-dark-12: hsla(0, 0%, 100%, 0.93);
|
|
559
|
+
--color-system-palettes-gray-alpha-dark-default: hsla(0, 0%, 100%, 0.39);
|
|
560
|
+
--color-system-palettes-gray-alpha-dark-contrast: hsl(0, 0%, 0%);
|
|
561
|
+
--color-system-palettes-green-light-1: hsl(140, 60%, 99%);
|
|
562
|
+
--color-system-palettes-green-light-2: hsl(137, 47%, 97%);
|
|
563
|
+
--color-system-palettes-green-light-3: hsl(139, 47%, 93%);
|
|
564
|
+
--color-system-palettes-green-light-4: hsl(140, 49%, 89%);
|
|
565
|
+
--color-system-palettes-green-light-5: hsl(142, 44%, 84%);
|
|
566
|
+
--color-system-palettes-green-light-6: hsl(144, 41%, 77%);
|
|
567
|
+
--color-system-palettes-green-light-7: hsl(146, 40%, 68%);
|
|
568
|
+
--color-system-palettes-green-light-8: hsl(151, 40%, 54%);
|
|
569
|
+
--color-system-palettes-green-light-9: hsl(151, 55%, 42%);
|
|
570
|
+
--color-system-palettes-green-light-10: hsl(152, 56%, 39%);
|
|
571
|
+
--color-system-palettes-green-light-11: hsl(154, 60%, 32%);
|
|
572
|
+
--color-system-palettes-green-light-12: hsl(155, 40%, 16%);
|
|
573
|
+
--color-system-palettes-green-light-default: hsl(151, 55%, 42%);
|
|
574
|
+
--color-system-palettes-green-light-contrast: hsl(0, 0%, 100%);
|
|
575
|
+
--color-system-palettes-green-dark-1: hsl(154, 20%, 7%);
|
|
576
|
+
--color-system-palettes-green-dark-2: hsl(153, 20%, 9%);
|
|
577
|
+
--color-system-palettes-green-dark-3: hsl(152, 41%, 13%);
|
|
578
|
+
--color-system-palettes-green-dark-4: hsl(154, 55%, 15%);
|
|
579
|
+
--color-system-palettes-green-dark-5: hsl(154, 52%, 19%);
|
|
580
|
+
--color-system-palettes-green-dark-6: hsl(153, 46%, 23%);
|
|
581
|
+
--color-system-palettes-green-dark-7: hsl(152, 44%, 28%);
|
|
582
|
+
--color-system-palettes-green-dark-8: hsl(151, 45%, 34%);
|
|
583
|
+
--color-system-palettes-green-dark-9: hsl(151, 55%, 42%);
|
|
584
|
+
--color-system-palettes-green-dark-10: hsl(151, 55%, 45%);
|
|
585
|
+
--color-system-palettes-green-dark-11: hsl(151, 65%, 54%);
|
|
586
|
+
--color-system-palettes-green-dark-12: hsl(144, 70%, 82%);
|
|
587
|
+
--color-system-palettes-green-dark-default: hsl(151, 55%, 42%);
|
|
588
|
+
--color-system-palettes-green-dark-contrast: hsl(0, 0%, 100%);
|
|
589
|
+
--color-system-palettes-green-alpha-light-1: hsla(140, 100%, 38%, 0.02);
|
|
590
|
+
--color-system-palettes-green-alpha-light-2: hsla(137, 100%, 32%, 0.04);
|
|
591
|
+
--color-system-palettes-green-alpha-light-3: hsla(139, 100%, 32%, 0.1);
|
|
592
|
+
--color-system-palettes-green-alpha-light-4: hsla(140, 100%, 33%, 0.16);
|
|
593
|
+
--color-system-palettes-green-alpha-light-5: hsla(142, 99%, 31%, 0.23);
|
|
594
|
+
--color-system-palettes-green-alpha-light-6: hsla(144, 100%, 29%, 0.32);
|
|
595
|
+
--color-system-palettes-green-alpha-light-7: hsla(146, 100%, 28%, 0.44);
|
|
596
|
+
--color-system-palettes-green-alpha-light-8: hsla(151, 100%, 29%, 0.64);
|
|
597
|
+
--color-system-palettes-green-alpha-light-9: hsla(151, 100%, 28%, 0.81);
|
|
598
|
+
--color-system-palettes-green-alpha-light-10: hsla(152, 100%, 26%, 0.83);
|
|
599
|
+
--color-system-palettes-green-alpha-light-11: hsla(153, 100%, 22%, 0.87);
|
|
600
|
+
--color-system-palettes-green-alpha-light-12: hsla(155, 100%, 7%, 0.9);
|
|
601
|
+
--color-system-palettes-green-alpha-light-default: hsla(151, 100%, 28%, 0.81);
|
|
602
|
+
--color-system-palettes-green-alpha-light-contrast: hsl(0, 0%, 100%);
|
|
603
|
+
--color-system-palettes-green-alpha-dark-1: hsla(139, 100%, 44%, 0.02);
|
|
604
|
+
--color-system-palettes-green-alpha-dark-2: hsla(153, 95%, 57%, 0.04);
|
|
605
|
+
--color-system-palettes-green-alpha-dark-3: hsla(152, 100%, 57%, 0.12);
|
|
606
|
+
--color-system-palettes-green-alpha-dark-4: hsla(154, 100%, 53%, 0.18);
|
|
607
|
+
--color-system-palettes-green-alpha-dark-5: hsla(154, 100%, 58%, 0.24);
|
|
608
|
+
--color-system-palettes-green-alpha-dark-6: hsla(153, 100%, 63%, 0.29);
|
|
609
|
+
--color-system-palettes-green-alpha-dark-7: hsla(152, 98%, 65%, 0.37);
|
|
610
|
+
--color-system-palettes-green-alpha-dark-8: hsla(151, 100%, 66%, 0.45);
|
|
611
|
+
--color-system-palettes-green-alpha-dark-9: hsla(151, 100%, 63%, 0.62);
|
|
612
|
+
--color-system-palettes-green-alpha-dark-10: hsla(151, 99%, 63%, 0.67);
|
|
613
|
+
--color-system-palettes-green-alpha-dark-11: hsla(151, 99%, 64%, 0.83);
|
|
614
|
+
--color-system-palettes-green-alpha-dark-12: hsla(145, 100%, 87%, 0.94);
|
|
615
|
+
--color-system-palettes-green-alpha-dark-default: hsla(151, 100%, 63%, 0.62);
|
|
616
|
+
--color-system-palettes-green-alpha-dark-contrast: hsl(0, 0%, 0%);
|
|
617
|
+
--color-system-palettes-indigo-light-1: hsl(240, 33%, 99%);
|
|
618
|
+
--color-system-palettes-indigo-light-2: hsl(225, 100%, 98%);
|
|
619
|
+
--color-system-palettes-indigo-light-3: hsl(222, 89%, 96%);
|
|
620
|
+
--color-system-palettes-indigo-light-4: hsl(224, 100%, 94%);
|
|
621
|
+
--color-system-palettes-indigo-light-5: hsl(224, 100%, 91%);
|
|
622
|
+
--color-system-palettes-indigo-light-6: hsl(225, 100%, 88%);
|
|
623
|
+
--color-system-palettes-indigo-light-7: hsl(226, 87%, 82%);
|
|
624
|
+
--color-system-palettes-indigo-light-8: hsl(226, 75%, 75%);
|
|
625
|
+
--color-system-palettes-indigo-light-9: hsl(226, 70%, 55%);
|
|
626
|
+
--color-system-palettes-indigo-light-10: hsl(226, 65%, 52%);
|
|
627
|
+
--color-system-palettes-indigo-light-11: hsl(226, 56%, 50%);
|
|
628
|
+
--color-system-palettes-indigo-light-12: hsl(226, 50%, 24%);
|
|
629
|
+
--color-system-palettes-indigo-light-default: hsl(226, 70%, 55%);
|
|
630
|
+
--color-system-palettes-indigo-light-contrast: hsl(0, 0%, 100%);
|
|
631
|
+
--color-system-palettes-indigo-dark-1: hsl(231, 29%, 9%);
|
|
632
|
+
--color-system-palettes-indigo-dark-2: hsl(230, 31%, 11%);
|
|
633
|
+
--color-system-palettes-indigo-dark-3: hsl(225, 51%, 19%);
|
|
634
|
+
--color-system-palettes-indigo-dark-4: hsl(225, 54%, 25%);
|
|
635
|
+
--color-system-palettes-indigo-dark-5: hsl(225, 52%, 30%);
|
|
636
|
+
--color-system-palettes-indigo-dark-6: hsl(226, 47%, 35%);
|
|
637
|
+
--color-system-palettes-indigo-dark-7: hsl(226, 44%, 41%);
|
|
638
|
+
--color-system-palettes-indigo-dark-8: hsl(226, 45%, 48%);
|
|
639
|
+
--color-system-palettes-indigo-dark-9: hsl(226, 70%, 55%);
|
|
640
|
+
--color-system-palettes-indigo-dark-10: hsl(228, 73%, 61%);
|
|
641
|
+
--color-system-palettes-indigo-dark-11: hsl(228, 100%, 81%);
|
|
642
|
+
--color-system-palettes-indigo-dark-12: hsl(224, 100%, 92%);
|
|
643
|
+
--color-system-palettes-indigo-dark-default: hsl(226, 70%, 55%);
|
|
644
|
+
--color-system-palettes-indigo-dark-contrast: hsl(0, 0%, 100%);
|
|
645
|
+
--color-system-palettes-indigo-alpha-light-1: hsla(240, 100%, 25%, 0.01);
|
|
646
|
+
--color-system-palettes-indigo-alpha-light-2: hsla(225, 100%, 50%, 0.03);
|
|
647
|
+
--color-system-palettes-indigo-alpha-light-3: hsla(222, 100%, 47%, 0.07);
|
|
648
|
+
--color-system-palettes-indigo-alpha-light-4: hsla(224, 100%, 50%, 0.12);
|
|
649
|
+
--color-system-palettes-indigo-alpha-light-5: hsla(224, 100%, 50%, 0.18);
|
|
650
|
+
--color-system-palettes-indigo-alpha-light-6: hsla(225, 100%, 50%, 0.24);
|
|
651
|
+
--color-system-palettes-indigo-alpha-light-7: hsla(226, 100%, 46%, 0.33);
|
|
652
|
+
--color-system-palettes-indigo-alpha-light-8: hsla(226, 100%, 43%, 0.45);
|
|
653
|
+
--color-system-palettes-indigo-alpha-light-9: hsla(226, 100%, 41%, 0.76);
|
|
654
|
+
--color-system-palettes-indigo-alpha-light-10: hsla(226, 100%, 39%, 0.8);
|
|
655
|
+
--color-system-palettes-indigo-alpha-light-11: hsla(226, 100%, 36%, 0.77);
|
|
656
|
+
--color-system-palettes-indigo-alpha-light-12: hsla(226, 100%, 14%, 0.88);
|
|
657
|
+
--color-system-palettes-indigo-alpha-light-default: hsla(226, 100%, 41%, 0.76);
|
|
658
|
+
--color-system-palettes-indigo-alpha-light-contrast: hsl(0, 0%, 100%);
|
|
659
|
+
--color-system-palettes-indigo-alpha-dark-1: hsla(231, 100%, 53%, 0.06);
|
|
660
|
+
--color-system-palettes-indigo-alpha-dark-2: hsla(230, 95%, 59%, 0.09);
|
|
661
|
+
--color-system-palettes-indigo-alpha-dark-3: hsla(225, 100%, 59%, 0.24);
|
|
662
|
+
--color-system-palettes-indigo-alpha-dark-4: hsla(225, 100%, 60%, 0.34);
|
|
663
|
+
--color-system-palettes-indigo-alpha-dark-5: hsla(225, 98%, 62%, 0.42);
|
|
664
|
+
--color-system-palettes-indigo-alpha-dark-6: hsla(226, 98%, 65%, 0.49);
|
|
665
|
+
--color-system-palettes-indigo-alpha-dark-7: hsla(227, 100%, 68%, 0.56);
|
|
666
|
+
--color-system-palettes-indigo-alpha-dark-8: hsla(226, 99%, 68%, 0.67);
|
|
667
|
+
--color-system-palettes-indigo-alpha-dark-9: hsla(226, 100%, 64%, 0.86);
|
|
668
|
+
--color-system-palettes-indigo-alpha-dark-10: hsla(227, 99%, 68%, 0.89);
|
|
669
|
+
--color-system-palettes-indigo-alpha-dark-11: hsl(228, 100%, 81%);
|
|
670
|
+
--color-system-palettes-indigo-alpha-dark-12: hsl(224, 100%, 92%);
|
|
671
|
+
--color-system-palettes-indigo-alpha-dark-default: hsla(226, 100%, 64%, 0.86);
|
|
672
|
+
--color-system-palettes-indigo-alpha-dark-contrast: hsl(0, 0%, 100%);
|
|
673
|
+
--color-system-palettes-iris-light-1: hsl(240, 100%, 100%);
|
|
674
|
+
--color-system-palettes-iris-light-2: hsl(240, 100%, 99%);
|
|
675
|
+
--color-system-palettes-iris-light-3: hsl(236, 88%, 97%);
|
|
676
|
+
--color-system-palettes-iris-light-4: hsl(238, 100%, 95%);
|
|
677
|
+
--color-system-palettes-iris-light-5: hsl(237, 100%, 93%);
|
|
678
|
+
--color-system-palettes-iris-light-6: hsl(238, 100%, 90%);
|
|
679
|
+
--color-system-palettes-iris-light-7: hsl(238, 82%, 85%);
|
|
680
|
+
--color-system-palettes-iris-light-8: hsl(238, 74%, 77%);
|
|
681
|
+
--color-system-palettes-iris-light-9: hsl(240, 60%, 60%);
|
|
682
|
+
--color-system-palettes-iris-light-10: hsl(240, 55%, 56%);
|
|
683
|
+
--color-system-palettes-iris-light-11: hsl(242, 50%, 55%);
|
|
684
|
+
--color-system-palettes-iris-light-12: hsl(238, 43%, 27%);
|
|
685
|
+
--color-system-palettes-iris-light-default: hsl(240, 60%, 60%);
|
|
686
|
+
--color-system-palettes-iris-light-contrast: hsl(0, 0%, 100%);
|
|
687
|
+
--color-system-palettes-iris-dark-1: hsl(240, 22%, 10%);
|
|
688
|
+
--color-system-palettes-iris-dark-2: hsl(244, 25%, 12%);
|
|
689
|
+
--color-system-palettes-iris-dark-3: hsl(237, 38%, 20%);
|
|
690
|
+
--color-system-palettes-iris-dark-4: hsl(236, 45%, 27%);
|
|
691
|
+
--color-system-palettes-iris-dark-5: hsl(237, 41%, 32%);
|
|
692
|
+
--color-system-palettes-iris-dark-6: hsl(239, 36%, 37%);
|
|
693
|
+
--color-system-palettes-iris-dark-7: hsl(240, 34%, 44%);
|
|
694
|
+
--color-system-palettes-iris-dark-8: hsl(241, 36%, 52%);
|
|
695
|
+
--color-system-palettes-iris-dark-9: hsl(240, 60%, 60%);
|
|
696
|
+
--color-system-palettes-iris-dark-10: hsl(242, 64%, 64%);
|
|
697
|
+
--color-system-palettes-iris-dark-11: hsl(246, 100%, 83%);
|
|
698
|
+
--color-system-palettes-iris-dark-12: hsl(242, 94%, 94%);
|
|
699
|
+
--color-system-palettes-iris-dark-default: hsl(240, 60%, 60%);
|
|
700
|
+
--color-system-palettes-iris-dark-contrast: hsl(0, 0%, 100%);
|
|
701
|
+
--color-system-palettes-iris-alpha-light-1: hsla(240, 100%, 50%, 0.01);
|
|
702
|
+
--color-system-palettes-iris-alpha-light-2: hsla(240, 100%, 50%, 0.03);
|
|
703
|
+
--color-system-palettes-iris-alpha-light-3: hsla(236, 100%, 47%, 0.06);
|
|
704
|
+
--color-system-palettes-iris-alpha-light-4: hsla(237, 100%, 50%, 0.1);
|
|
705
|
+
--color-system-palettes-iris-alpha-light-5: hsla(237, 100%, 50%, 0.15);
|
|
706
|
+
--color-system-palettes-iris-alpha-light-6: hsla(238, 100%, 50%, 0.2);
|
|
707
|
+
--color-system-palettes-iris-alpha-light-7: hsla(238, 100%, 45%, 0.28);
|
|
708
|
+
--color-system-palettes-iris-alpha-light-8: hsla(238, 100%, 43%, 0.39);
|
|
709
|
+
--color-system-palettes-iris-alpha-light-9: hsla(240, 100%, 38%, 0.64);
|
|
710
|
+
--color-system-palettes-iris-alpha-light-10: hsla(240, 100%, 36%, 0.68);
|
|
711
|
+
--color-system-palettes-iris-alpha-light-11: hsla(242, 100%, 34%, 0.67);
|
|
712
|
+
--color-system-palettes-iris-alpha-light-12: hsla(238, 100%, 14%, 0.85);
|
|
713
|
+
--color-system-palettes-iris-alpha-light-default: hsla(240, 100%, 38%, 0.64);
|
|
714
|
+
--color-system-palettes-iris-alpha-light-contrast: hsl(0, 0%, 100%);
|
|
715
|
+
--color-system-palettes-iris-alpha-dark-1: hsla(240, 99%, 60%, 0.05);
|
|
716
|
+
--color-system-palettes-iris-alpha-dark-2: hsla(244, 94%, 64%, 0.09);
|
|
717
|
+
--color-system-palettes-iris-alpha-dark-3: hsla(237, 100%, 66%, 0.23);
|
|
718
|
+
--color-system-palettes-iris-alpha-dark-4: hsla(236, 100%, 65%, 0.35);
|
|
719
|
+
--color-system-palettes-iris-alpha-dark-5: hsla(237, 98%, 67%, 0.42);
|
|
720
|
+
--color-system-palettes-iris-alpha-dark-6: hsla(239, 97%, 71%, 0.48);
|
|
721
|
+
--color-system-palettes-iris-alpha-dark-7: hsla(240, 99%, 73%, 0.56);
|
|
722
|
+
--color-system-palettes-iris-alpha-dark-8: hsla(240, 99%, 74%, 0.67);
|
|
723
|
+
--color-system-palettes-iris-alpha-dark-9: hsla(240, 99%, 71%, 0.83);
|
|
724
|
+
--color-system-palettes-iris-alpha-dark-10: hsla(242, 100%, 74%, 0.86);
|
|
725
|
+
--color-system-palettes-iris-alpha-dark-11: hsl(246, 100%, 83%);
|
|
726
|
+
--color-system-palettes-iris-alpha-dark-12: hsla(242, 100%, 94%, 1);
|
|
727
|
+
--color-system-palettes-iris-alpha-dark-default: hsla(240, 99%, 71%, 0.83);
|
|
728
|
+
--color-system-palettes-iris-alpha-dark-contrast: hsl(0, 0%, 100%);
|
|
729
|
+
--color-system-palettes-jade-light-1: hsl(160, 60%, 99%);
|
|
730
|
+
--color-system-palettes-jade-light-2: hsl(146, 47%, 97%);
|
|
731
|
+
--color-system-palettes-jade-light-3: hsl(145, 52%, 94%);
|
|
732
|
+
--color-system-palettes-jade-light-4: hsl(149, 49%, 89%);
|
|
733
|
+
--color-system-palettes-jade-light-5: hsl(152, 46%, 84%);
|
|
734
|
+
--color-system-palettes-jade-light-6: hsl(154, 43%, 77%);
|
|
735
|
+
--color-system-palettes-jade-light-7: hsl(159, 41%, 68%);
|
|
736
|
+
--color-system-palettes-jade-light-8: hsl(164, 42%, 53%);
|
|
737
|
+
--color-system-palettes-jade-light-9: hsl(164, 60%, 40%);
|
|
738
|
+
--color-system-palettes-jade-light-10: hsl(164, 60%, 37%);
|
|
739
|
+
--color-system-palettes-jade-light-11: hsl(164, 61%, 32%);
|
|
740
|
+
--color-system-palettes-jade-light-12: hsl(160, 34%, 17%);
|
|
741
|
+
--color-system-palettes-jade-light-default: hsl(164, 60%, 40%);
|
|
742
|
+
--color-system-palettes-jade-light-contrast: hsl(0, 0%, 100%);
|
|
743
|
+
--color-system-palettes-jade-dark-1: hsl(158, 24%, 7%);
|
|
744
|
+
--color-system-palettes-jade-dark-2: hsl(156, 22%, 9%);
|
|
745
|
+
--color-system-palettes-jade-dark-3: hsl(157, 51%, 12%);
|
|
746
|
+
--color-system-palettes-jade-dark-4: hsl(161, 69%, 14%);
|
|
747
|
+
--color-system-palettes-jade-dark-5: hsl(161, 62%, 17%);
|
|
748
|
+
--color-system-palettes-jade-dark-6: hsl(162, 53%, 22%);
|
|
749
|
+
--color-system-palettes-jade-dark-7: hsl(162, 49%, 27%);
|
|
750
|
+
--color-system-palettes-jade-dark-8: hsl(164, 50%, 33%);
|
|
751
|
+
--color-system-palettes-jade-dark-9: hsl(164, 60%, 40%);
|
|
752
|
+
--color-system-palettes-jade-dark-10: hsl(164, 64%, 42%);
|
|
753
|
+
--color-system-palettes-jade-dark-11: hsl(163, 75%, 48%);
|
|
754
|
+
--color-system-palettes-jade-dark-12: hsl(155, 69%, 81%);
|
|
755
|
+
--color-system-palettes-jade-dark-default: hsl(164, 60%, 40%);
|
|
756
|
+
--color-system-palettes-jade-dark-contrast: hsl(0, 0%, 100%);
|
|
757
|
+
--color-system-palettes-jade-alpha-light-1: hsla(160, 100%, 38%, 0.02);
|
|
758
|
+
--color-system-palettes-jade-alpha-light-2: hsla(146, 100%, 32%, 0.04);
|
|
759
|
+
--color-system-palettes-jade-alpha-light-3: hsla(145, 100%, 34%, 0.1);
|
|
760
|
+
--color-system-palettes-jade-alpha-light-4: hsla(149, 100%, 33%, 0.16);
|
|
761
|
+
--color-system-palettes-jade-alpha-light-5: hsla(151, 100%, 32%, 0.24);
|
|
762
|
+
--color-system-palettes-jade-alpha-light-6: hsla(154, 100%, 30%, 0.33);
|
|
763
|
+
--color-system-palettes-jade-alpha-light-7: hsla(159, 100%, 29%, 0.45);
|
|
764
|
+
--color-system-palettes-jade-alpha-light-8: hsla(164, 100%, 30%, 0.66);
|
|
765
|
+
--color-system-palettes-jade-alpha-light-9: hsla(164, 100%, 28%, 0.84);
|
|
766
|
+
--color-system-palettes-jade-alpha-light-10: hsla(164, 100%, 26%, 0.85);
|
|
767
|
+
--color-system-palettes-jade-alpha-light-11: hsla(164, 100%, 22%, 0.87);
|
|
768
|
+
--color-system-palettes-jade-alpha-light-12: hsla(161, 100%, 7%, 0.89);
|
|
769
|
+
--color-system-palettes-jade-alpha-light-default: hsla(164, 100%, 28%, 0.84);
|
|
770
|
+
--color-system-palettes-jade-alpha-light-contrast: hsl(0, 0%, 100%);
|
|
771
|
+
--color-system-palettes-jade-alpha-dark-1: hsla(139, 100%, 44%, 0.02);
|
|
772
|
+
--color-system-palettes-jade-alpha-dark-2: hsla(156, 96%, 57%, 0.05);
|
|
773
|
+
--color-system-palettes-jade-alpha-dark-3: hsla(157, 98%, 49%, 0.13);
|
|
774
|
+
--color-system-palettes-jade-alpha-dark-4: hsla(160, 100%, 50%, 0.18);
|
|
775
|
+
--color-system-palettes-jade-alpha-dark-5: hsla(162, 100%, 53%, 0.23);
|
|
776
|
+
--color-system-palettes-jade-alpha-dark-6: hsla(162, 100%, 60%, 0.29);
|
|
777
|
+
--color-system-palettes-jade-alpha-dark-7: hsla(162, 98%, 63%, 0.37);
|
|
778
|
+
--color-system-palettes-jade-alpha-dark-8: hsla(164, 100%, 64%, 0.46);
|
|
779
|
+
--color-system-palettes-jade-alpha-dark-9: hsla(164, 99%, 61%, 0.62);
|
|
780
|
+
--color-system-palettes-jade-alpha-dark-10: hsla(164, 99%, 59%, 0.67);
|
|
781
|
+
--color-system-palettes-jade-alpha-dark-11: hsla(163, 99%, 56%, 0.84);
|
|
782
|
+
--color-system-palettes-jade-alpha-dark-12: hsla(155, 100%, 86%, 0.94);
|
|
783
|
+
--color-system-palettes-jade-alpha-dark-default: hsla(164, 99%, 61%, 0.62);
|
|
784
|
+
--color-system-palettes-jade-alpha-dark-contrast: hsl(0, 0%, 0%);
|
|
785
|
+
--color-system-palettes-lime-light-1: hsl(80, 43%, 99%);
|
|
786
|
+
--color-system-palettes-lime-light-2: hsl(77, 41%, 97%);
|
|
787
|
+
--color-system-palettes-lime-light-3: hsl(75, 64%, 90%);
|
|
788
|
+
--color-system-palettes-lime-light-4: hsl(76, 63%, 84%);
|
|
789
|
+
--color-system-palettes-lime-light-5: hsl(78, 58%, 78%);
|
|
790
|
+
--color-system-palettes-lime-light-6: hsl(80, 50%, 71%);
|
|
791
|
+
--color-system-palettes-lime-light-7: hsl(82, 43%, 63%);
|
|
792
|
+
--color-system-palettes-lime-light-8: hsl(85, 40%, 52%);
|
|
793
|
+
--color-system-palettes-lime-light-9: hsl(81, 80%, 66%);
|
|
794
|
+
--color-system-palettes-lime-light-10: hsl(81, 75%, 60%);
|
|
795
|
+
--color-system-palettes-lime-light-11: hsl(85, 45%, 34%);
|
|
796
|
+
--color-system-palettes-lime-light-12: hsl(75, 39%, 18%);
|
|
797
|
+
--color-system-palettes-lime-light-default: hsl(81, 80%, 66%);
|
|
798
|
+
--color-system-palettes-lime-light-contrast: hsl(0, 0%, 0%);
|
|
799
|
+
--color-system-palettes-lime-dark-1: hsl(77, 23%, 6%);
|
|
800
|
+
--color-system-palettes-lime-dark-2: hsl(90, 24%, 8%);
|
|
801
|
+
--color-system-palettes-lime-dark-3: hsl(93, 28%, 13%);
|
|
802
|
+
--color-system-palettes-lime-dark-4: hsl(92, 31%, 16%);
|
|
803
|
+
--color-system-palettes-lime-dark-5: hsl(91, 32%, 20%);
|
|
804
|
+
--color-system-palettes-lime-dark-6: hsl(92, 32%, 24%);
|
|
805
|
+
--color-system-palettes-lime-dark-7: hsl(91, 33%, 29%);
|
|
806
|
+
--color-system-palettes-lime-dark-8: hsl(90, 35%, 34%);
|
|
807
|
+
--color-system-palettes-lime-dark-9: hsl(81, 80%, 66%);
|
|
808
|
+
--color-system-palettes-lime-dark-10: hsl(78, 100%, 72%);
|
|
809
|
+
--color-system-palettes-lime-dark-11: hsl(80, 70%, 66%);
|
|
810
|
+
--color-system-palettes-lime-dark-12: hsl(80, 79%, 85%);
|
|
811
|
+
--color-system-palettes-lime-dark-default: hsl(81, 80%, 66%);
|
|
812
|
+
--color-system-palettes-lime-dark-contrast: hsl(0, 0%, 0%);
|
|
813
|
+
--color-system-palettes-lime-alpha-light-1: hsla(80, 100%, 30%, 0.02);
|
|
814
|
+
--color-system-palettes-lime-alpha-light-2: hsla(77, 100%, 29%, 0.05);
|
|
815
|
+
--color-system-palettes-lime-alpha-light-3: hsla(75, 100%, 39%, 0.16);
|
|
816
|
+
--color-system-palettes-lime-alpha-light-4: hsla(77, 100%, 39%, 0.26);
|
|
817
|
+
--color-system-palettes-lime-alpha-light-5: hsla(79, 100%, 37%, 0.35);
|
|
818
|
+
--color-system-palettes-lime-alpha-light-6: hsla(80, 100%, 33%, 0.43);
|
|
819
|
+
--color-system-palettes-lime-alpha-light-7: hsla(82, 100%, 30%, 0.53);
|
|
820
|
+
--color-system-palettes-lime-alpha-light-8: hsla(85, 100%, 29%, 0.67);
|
|
821
|
+
--color-system-palettes-lime-alpha-light-9: hsla(81, 100%, 45%, 0.61);
|
|
822
|
+
--color-system-palettes-lime-alpha-light-10: hsla(81, 100%, 43%, 0.7);
|
|
823
|
+
--color-system-palettes-lime-alpha-light-11: hsla(85, 100%, 19%, 0.82);
|
|
824
|
+
--color-system-palettes-lime-alpha-light-12: hsla(76, 100%, 8%, 0.89);
|
|
825
|
+
--color-system-palettes-lime-alpha-light-default: hsla(81, 100%, 45%, 0.61);
|
|
826
|
+
--color-system-palettes-lime-alpha-light-contrast: hsl(0, 0%, 0%);
|
|
827
|
+
--color-system-palettes-lime-alpha-dark-1: hsla(115, 100%, 37%, 0.01);
|
|
828
|
+
--color-system-palettes-lime-alpha-dark-2: hsla(91, 100%, 48%, 0.04);
|
|
829
|
+
--color-system-palettes-lime-alpha-dark-3: hsla(93, 98%, 65%, 0.1);
|
|
830
|
+
--color-system-palettes-lime-alpha-dark-4: hsla(92, 99%, 68%, 0.16);
|
|
831
|
+
--color-system-palettes-lime-alpha-dark-5: hsla(91, 99%, 70%, 0.22);
|
|
832
|
+
--color-system-palettes-lime-alpha-dark-6: hsla(91, 99%, 71%, 0.27);
|
|
833
|
+
--color-system-palettes-lime-alpha-dark-7: hsla(90, 100%, 72%, 0.34);
|
|
834
|
+
--color-system-palettes-lime-alpha-dark-8: hsla(90, 97%, 71%, 0.42);
|
|
835
|
+
--color-system-palettes-lime-alpha-dark-9: hsla(81, 100%, 71%, 0.93);
|
|
836
|
+
--color-system-palettes-lime-alpha-dark-10: hsl(78, 100%, 72%);
|
|
837
|
+
--color-system-palettes-lime-alpha-dark-11: hsla(80, 99%, 73%, 0.89);
|
|
838
|
+
--color-system-palettes-lime-alpha-dark-12: hsla(80, 97%, 87%, 0.97);
|
|
839
|
+
--color-system-palettes-lime-alpha-dark-default: hsla(81, 100%, 71%, 0.93);
|
|
840
|
+
--color-system-palettes-lime-alpha-dark-contrast: hsl(0, 0%, 0%);
|
|
841
|
+
--color-system-palettes-mint-light-1: hsl(168, 71%, 99%);
|
|
842
|
+
--color-system-palettes-mint-light-2: hsl(167, 53%, 97%);
|
|
843
|
+
--color-system-palettes-mint-light-3: hsl(165, 70%, 92%);
|
|
844
|
+
--color-system-palettes-mint-light-4: hsl(165, 67%, 87%);
|
|
845
|
+
--color-system-palettes-mint-light-5: hsl(165, 60%, 81%);
|
|
846
|
+
--color-system-palettes-mint-light-6: hsl(166, 52%, 75%);
|
|
847
|
+
--color-system-palettes-mint-light-7: hsl(167, 46%, 65%);
|
|
848
|
+
--color-system-palettes-mint-light-8: hsl(168, 45%, 52%);
|
|
849
|
+
--color-system-palettes-mint-light-9: hsl(167, 70%, 72%);
|
|
850
|
+
--color-system-palettes-mint-light-10: hsl(167, 61%, 68%);
|
|
851
|
+
--color-system-palettes-mint-light-11: hsl(170, 97%, 24%);
|
|
852
|
+
--color-system-palettes-mint-light-12: hsl(171, 51%, 17%);
|
|
853
|
+
--color-system-palettes-mint-light-default: hsl(167, 70%, 72%);
|
|
854
|
+
--color-system-palettes-mint-light-contrast: hsl(0, 0%, 0%);
|
|
855
|
+
--color-system-palettes-mint-dark-1: hsl(180, 20%, 7%);
|
|
856
|
+
--color-system-palettes-mint-dark-2: hsl(180, 29%, 8%);
|
|
857
|
+
--color-system-palettes-mint-dark-3: hsl(178, 66%, 10%);
|
|
858
|
+
--color-system-palettes-mint-dark-4: hsl(178, 100%, 11%);
|
|
859
|
+
--color-system-palettes-mint-dark-5: hsl(177, 100%, 14%);
|
|
860
|
+
--color-system-palettes-mint-dark-6: hsl(175, 69%, 20%);
|
|
861
|
+
--color-system-palettes-mint-dark-7: hsl(173, 55%, 26%);
|
|
862
|
+
--color-system-palettes-mint-dark-8: hsl(170, 53%, 33%);
|
|
863
|
+
--color-system-palettes-mint-dark-9: hsl(167, 70%, 72%);
|
|
864
|
+
--color-system-palettes-mint-dark-10: hsl(168, 79%, 81%);
|
|
865
|
+
--color-system-palettes-mint-dark-11: hsl(167, 60%, 59%);
|
|
866
|
+
--color-system-palettes-mint-dark-12: hsl(156, 71%, 86%);
|
|
867
|
+
--color-system-palettes-mint-dark-default: hsl(167, 70%, 72%);
|
|
868
|
+
--color-system-palettes-mint-dark-contrast: hsl(0, 0%, 0%);
|
|
869
|
+
--color-system-palettes-mint-alpha-light-1: hsla(168, 100%, 42%, 0.02);
|
|
870
|
+
--color-system-palettes-mint-alpha-light-2: hsla(167, 100%, 35%, 0.05);
|
|
871
|
+
--color-system-palettes-mint-alpha-light-3: hsla(165, 100%, 41%, 0.13);
|
|
872
|
+
--color-system-palettes-mint-alpha-light-4: hsla(165, 100%, 40%, 0.22);
|
|
873
|
+
--color-system-palettes-mint-alpha-light-5: hsla(165, 100%, 38%, 0.3);
|
|
874
|
+
--color-system-palettes-mint-alpha-light-6: hsla(166, 100%, 35%, 0.39);
|
|
875
|
+
--color-system-palettes-mint-alpha-light-7: hsla(167, 100%, 32%, 0.51);
|
|
876
|
+
--color-system-palettes-mint-alpha-light-8: hsla(168, 100%, 31%, 0.7);
|
|
877
|
+
--color-system-palettes-mint-alpha-light-9: hsla(167, 100%, 41%, 0.47);
|
|
878
|
+
--color-system-palettes-mint-alpha-light-10: hsla(167, 100%, 38%, 0.51);
|
|
879
|
+
--color-system-palettes-mint-alpha-light-11: hsla(170, 100%, 23%, 0.99);
|
|
880
|
+
--color-system-palettes-mint-alpha-light-12: hsla(171, 100%, 10%, 0.91);
|
|
881
|
+
--color-system-palettes-mint-alpha-light-default: hsla(167, 100%, 41%, 0.47);
|
|
882
|
+
--color-system-palettes-mint-alpha-light-contrast: hsl(0, 0%, 0%);
|
|
883
|
+
--color-system-palettes-mint-alpha-dark-1: hsla(180, 100%, 44%, 0.02);
|
|
884
|
+
--color-system-palettes-mint-alpha-dark-2: hsla(180, 100%, 49%, 0.04);
|
|
885
|
+
--color-system-palettes-mint-alpha-dark-3: hsla(178, 100%, 50%, 0.11);
|
|
886
|
+
--color-system-palettes-mint-alpha-dark-4: hsla(177, 100%, 50%, 0.17);
|
|
887
|
+
--color-system-palettes-mint-alpha-dark-5: hsla(177, 100%, 50%, 0.23);
|
|
888
|
+
--color-system-palettes-mint-alpha-dark-6: hsla(175, 100%, 53%, 0.29);
|
|
889
|
+
--color-system-palettes-mint-alpha-dark-7: hsla(173, 98%, 60%, 0.37);
|
|
890
|
+
--color-system-palettes-mint-alpha-dark-8: hsla(170, 100%, 63%, 0.46);
|
|
891
|
+
--color-system-palettes-mint-alpha-dark-9: hsla(167, 100%, 79%, 0.91);
|
|
892
|
+
--color-system-palettes-mint-alpha-dark-10: hsla(167, 98%, 84%, 0.96);
|
|
893
|
+
--color-system-palettes-mint-alpha-dark-11: hsla(167, 100%, 70%, 0.82);
|
|
894
|
+
--color-system-palettes-mint-alpha-dark-12: hsla(155, 96%, 90%, 0.96);
|
|
895
|
+
--color-system-palettes-mint-alpha-dark-default: hsla(167, 100%, 79%, 0.91);
|
|
896
|
+
--color-system-palettes-mint-alpha-dark-contrast: hsl(0, 0%, 0%);
|
|
897
|
+
--color-system-palettes-orange-light-1: hsl(20, 60%, 99%);
|
|
898
|
+
--color-system-palettes-orange-light-2: hsl(33, 100%, 96%);
|
|
899
|
+
--color-system-palettes-orange-light-3: hsl(37, 100%, 92%);
|
|
900
|
+
--color-system-palettes-orange-light-4: hsl(34, 100%, 85%);
|
|
901
|
+
--color-system-palettes-orange-light-5: hsl(33, 100%, 80%);
|
|
902
|
+
--color-system-palettes-orange-light-6: hsl(30, 100%, 75%);
|
|
903
|
+
--color-system-palettes-orange-light-7: hsl(27, 87%, 71%);
|
|
904
|
+
--color-system-palettes-orange-light-8: hsl(25, 80%, 63%);
|
|
905
|
+
--color-system-palettes-orange-light-9: hsl(23, 93%, 53%);
|
|
906
|
+
--color-system-palettes-orange-light-10: hsl(24, 100%, 47%);
|
|
907
|
+
--color-system-palettes-orange-light-11: hsl(23, 100%, 40%);
|
|
908
|
+
--color-system-palettes-orange-light-12: hsl(16, 50%, 23%);
|
|
909
|
+
--color-system-palettes-orange-light-default: hsl(23, 93%, 53%);
|
|
910
|
+
--color-system-palettes-orange-light-contrast: hsl(0, 0%, 100%);
|
|
911
|
+
--color-system-palettes-orange-dark-1: hsl(27, 24%, 7%);
|
|
912
|
+
--color-system-palettes-orange-dark-2: hsl(28, 33%, 9%);
|
|
913
|
+
--color-system-palettes-orange-dark-3: hsl(29, 65%, 12%);
|
|
914
|
+
--color-system-palettes-orange-dark-4: hsl(28, 100%, 14%);
|
|
915
|
+
--color-system-palettes-orange-dark-5: hsl(28, 100%, 17%);
|
|
916
|
+
--color-system-palettes-orange-dark-6: hsl(27, 79%, 22%);
|
|
917
|
+
--color-system-palettes-orange-dark-7: hsl(25, 63%, 30%);
|
|
918
|
+
--color-system-palettes-orange-dark-8: hsl(23, 60%, 40%);
|
|
919
|
+
--color-system-palettes-orange-dark-9: hsl(23, 93%, 53%);
|
|
920
|
+
--color-system-palettes-orange-dark-10: hsl(26, 100%, 56%);
|
|
921
|
+
--color-system-palettes-orange-dark-11: hsl(26, 100%, 67%);
|
|
922
|
+
--color-system-palettes-orange-dark-12: hsl(30, 100%, 88%);
|
|
923
|
+
--color-system-palettes-orange-dark-default: hsl(23, 93%, 53%);
|
|
924
|
+
--color-system-palettes-orange-dark-contrast: hsl(0, 0%, 100%);
|
|
925
|
+
--color-system-palettes-orange-alpha-light-1: hsla(20, 100%, 38%, 0.02);
|
|
926
|
+
--color-system-palettes-orange-alpha-light-2: hsla(33, 100%, 50%, 0.07);
|
|
927
|
+
--color-system-palettes-orange-alpha-light-3: hsla(37, 100%, 50%, 0.16);
|
|
928
|
+
--color-system-palettes-orange-alpha-light-4: hsla(34, 100%, 50%, 0.29);
|
|
929
|
+
--color-system-palettes-orange-alpha-light-5: hsla(33, 100%, 50%, 0.4);
|
|
930
|
+
--color-system-palettes-orange-alpha-light-6: hsla(30, 100%, 50%, 0.49);
|
|
931
|
+
--color-system-palettes-orange-alpha-light-7: hsla(27, 100%, 46%, 0.55);
|
|
932
|
+
--color-system-palettes-orange-alpha-light-8: hsla(25, 100%, 45%, 0.67);
|
|
933
|
+
--color-system-palettes-orange-alpha-light-9: hsla(23, 100%, 48%, 0.92);
|
|
934
|
+
--color-system-palettes-orange-alpha-light-10: hsl(24, 100%, 47%);
|
|
935
|
+
--color-system-palettes-orange-alpha-light-11: hsl(23, 100%, 40%);
|
|
936
|
+
--color-system-palettes-orange-alpha-light-12: hsla(16, 100%, 13%, 0.89);
|
|
937
|
+
--color-system-palettes-orange-alpha-light-default: hsla(23, 100%, 48%, 0.92);
|
|
938
|
+
--color-system-palettes-orange-alpha-light-contrast: hsl(0, 0%, 100%);
|
|
939
|
+
--color-system-palettes-orange-alpha-dark-1: hsla(14, 100%, 46%, 0.03);
|
|
940
|
+
--color-system-palettes-orange-alpha-dark-2: hsla(26, 100%, 50%, 0.05);
|
|
941
|
+
--color-system-palettes-orange-alpha-dark-3: hsla(25, 100%, 49%, 0.15);
|
|
942
|
+
--color-system-palettes-orange-alpha-dark-4: hsla(21, 100%, 50%, 0.22);
|
|
943
|
+
--color-system-palettes-orange-alpha-dark-5: hsla(23, 100%, 50%, 0.29);
|
|
944
|
+
--color-system-palettes-orange-alpha-dark-6: hsla(27, 98%, 50%, 0.36);
|
|
945
|
+
--color-system-palettes-orange-alpha-dark-7: hsla(25, 100%, 59%, 0.46);
|
|
946
|
+
--color-system-palettes-orange-alpha-dark-8: hsla(23, 99%, 61%, 0.62);
|
|
947
|
+
--color-system-palettes-orange-alpha-dark-9: hsla(23, 99%, 54%, 0.97);
|
|
948
|
+
--color-system-palettes-orange-alpha-dark-10: hsl(26, 100%, 56%);
|
|
949
|
+
--color-system-palettes-orange-alpha-dark-11: hsl(26, 100%, 67%);
|
|
950
|
+
--color-system-palettes-orange-alpha-dark-12: hsl(30, 100%, 88%);
|
|
951
|
+
--color-system-palettes-orange-alpha-dark-default: hsla(23, 99%, 54%, 0.97);
|
|
952
|
+
--color-system-palettes-orange-alpha-dark-contrast: hsl(0, 0%, 0%);
|
|
953
|
+
--color-system-palettes-pink-light-1: hsl(320, 100%, 99%);
|
|
954
|
+
--color-system-palettes-pink-light-2: hsl(326, 78%, 98%);
|
|
955
|
+
--color-system-palettes-pink-light-3: hsl(326, 91%, 95%);
|
|
956
|
+
--color-system-palettes-pink-light-4: hsl(323, 79%, 92%);
|
|
957
|
+
--color-system-palettes-pink-light-5: hsl(323, 69%, 89%);
|
|
958
|
+
--color-system-palettes-pink-light-6: hsl(323, 60%, 84%);
|
|
959
|
+
--color-system-palettes-pink-light-7: hsl(323, 55%, 79%);
|
|
960
|
+
--color-system-palettes-pink-light-8: hsl(322, 52%, 72%);
|
|
961
|
+
--color-system-palettes-pink-light-9: hsl(322, 65%, 55%);
|
|
962
|
+
--color-system-palettes-pink-light-10: hsl(322, 61%, 52%);
|
|
963
|
+
--color-system-palettes-pink-light-11: hsl(322, 65%, 46%);
|
|
964
|
+
--color-system-palettes-pink-light-12: hsl(320, 70%, 23%);
|
|
965
|
+
--color-system-palettes-pink-light-default: hsl(322, 65%, 55%);
|
|
966
|
+
--color-system-palettes-pink-light-contrast: hsl(0, 0%, 100%);
|
|
967
|
+
--color-system-palettes-pink-dark-1: hsl(315, 19%, 8%);
|
|
968
|
+
--color-system-palettes-pink-dark-2: hsl(316, 29%, 10%);
|
|
969
|
+
--color-system-palettes-pink-dark-3: hsl(315, 41%, 15%);
|
|
970
|
+
--color-system-palettes-pink-dark-4: hsl(315, 58%, 19%);
|
|
971
|
+
--color-system-palettes-pink-dark-5: hsl(318, 52%, 23%);
|
|
972
|
+
--color-system-palettes-pink-dark-6: hsl(319, 44%, 29%);
|
|
973
|
+
--color-system-palettes-pink-dark-7: hsl(321, 40%, 37%);
|
|
974
|
+
--color-system-palettes-pink-dark-8: hsl(322, 40%, 47%);
|
|
975
|
+
--color-system-palettes-pink-dark-9: hsl(322, 65%, 55%);
|
|
976
|
+
--color-system-palettes-pink-dark-10: hsl(323, 68%, 59%);
|
|
977
|
+
--color-system-palettes-pink-dark-11: hsl(327, 100%, 78%);
|
|
978
|
+
--color-system-palettes-pink-dark-12: hsl(326, 92%, 91%);
|
|
979
|
+
--color-system-palettes-pink-dark-default: hsl(322, 65%, 55%);
|
|
980
|
+
--color-system-palettes-pink-dark-contrast: hsl(0, 0%, 100%);
|
|
981
|
+
--color-system-palettes-pink-alpha-light-1: hsla(320, 100%, 50%, 0.01);
|
|
982
|
+
--color-system-palettes-pink-alpha-light-2: hsla(326, 100%, 44%, 0.03);
|
|
983
|
+
--color-system-palettes-pink-alpha-light-3: hsla(326, 100%, 48%, 0.09);
|
|
984
|
+
--color-system-palettes-pink-alpha-light-4: hsla(323, 100%, 44%, 0.14);
|
|
985
|
+
--color-system-palettes-pink-alpha-light-5: hsla(322, 100%, 41%, 0.19);
|
|
986
|
+
--color-system-palettes-pink-alpha-light-6: hsla(323, 100%, 38%, 0.25);
|
|
987
|
+
--color-system-palettes-pink-alpha-light-7: hsla(323, 100%, 36%, 0.33);
|
|
988
|
+
--color-system-palettes-pink-alpha-light-8: hsla(322, 100%, 34%, 0.42);
|
|
989
|
+
--color-system-palettes-pink-alpha-light-9: hsla(322, 100%, 39%, 0.75);
|
|
990
|
+
--color-system-palettes-pink-alpha-light-10: hsla(322, 100%, 38%, 0.78);
|
|
991
|
+
--color-system-palettes-pink-alpha-light-11: hsla(322, 100%, 36%, 0.84);
|
|
992
|
+
--color-system-palettes-pink-alpha-light-12: hsla(320, 100%, 17%, 0.93);
|
|
993
|
+
--color-system-palettes-pink-alpha-light-default: hsla(322, 100%, 39%, 0.75);
|
|
994
|
+
--color-system-palettes-pink-alpha-light-contrast: hsl(0, 0%, 100%);
|
|
995
|
+
--color-system-palettes-pink-alpha-dark-1: hsla(315, 91%, 51%, 0.04);
|
|
996
|
+
--color-system-palettes-pink-alpha-dark-2: hsla(316, 91%, 54%, 0.07);
|
|
997
|
+
--color-system-palettes-pink-alpha-dark-3: hsla(315, 99%, 61%, 0.16);
|
|
998
|
+
--color-system-palettes-pink-alpha-dark-4: hsla(315, 97%, 55%, 0.25);
|
|
999
|
+
--color-system-palettes-pink-alpha-dark-5: hsla(318, 98%, 60%, 0.31);
|
|
1000
|
+
--color-system-palettes-pink-alpha-dark-6: hsla(319, 98%, 65%, 0.37);
|
|
1001
|
+
--color-system-palettes-pink-alpha-dark-7: hsla(321, 97%, 69%, 0.48);
|
|
1002
|
+
--color-system-palettes-pink-alpha-dark-8: hsla(322, 100%, 70%, 0.64);
|
|
1003
|
+
--color-system-palettes-pink-alpha-dark-9: hsla(322, 99%, 64%, 0.83);
|
|
1004
|
+
--color-system-palettes-pink-alpha-dark-10: hsla(323, 100%, 68%, 0.86);
|
|
1005
|
+
--color-system-palettes-pink-alpha-dark-11: hsl(327, 100%, 78%);
|
|
1006
|
+
--color-system-palettes-pink-alpha-dark-12: hsla(326, 100%, 91%, 0.99);
|
|
1007
|
+
--color-system-palettes-pink-alpha-dark-default: hsla(322, 99%, 64%, 0.83);
|
|
1008
|
+
--color-system-palettes-pink-alpha-dark-contrast: hsl(0, 0%, 100%);
|
|
1009
|
+
--color-system-palettes-plum-light-1: hsl(280, 100%, 99%);
|
|
1010
|
+
--color-system-palettes-plum-light-2: hsl(300, 60%, 98%);
|
|
1011
|
+
--color-system-palettes-plum-light-3: hsl(300, 67%, 95%);
|
|
1012
|
+
--color-system-palettes-plum-light-4: hsl(298, 65%, 92%);
|
|
1013
|
+
--color-system-palettes-plum-light-5: hsl(298, 59%, 89%);
|
|
1014
|
+
--color-system-palettes-plum-light-6: hsl(296, 53%, 84%);
|
|
1015
|
+
--color-system-palettes-plum-light-7: hsl(294, 49%, 78%);
|
|
1016
|
+
--color-system-palettes-plum-light-8: hsl(292, 48%, 71%);
|
|
1017
|
+
--color-system-palettes-plum-light-9: hsl(292, 45%, 51%);
|
|
1018
|
+
--color-system-palettes-plum-light-10: hsl(292, 44%, 48%);
|
|
1019
|
+
--color-system-palettes-plum-light-11: hsl(292, 45%, 44%);
|
|
1020
|
+
--color-system-palettes-plum-light-12: hsl(291, 58%, 23%);
|
|
1021
|
+
--color-system-palettes-plum-light-default: hsl(292, 45%, 51%);
|
|
1022
|
+
--color-system-palettes-plum-light-contrast: hsl(0, 0%, 100%);
|
|
1023
|
+
--color-system-palettes-plum-dark-1: hsl(300, 17%, 8%);
|
|
1024
|
+
--color-system-palettes-plum-dark-2: hsl(300, 25%, 10%);
|
|
1025
|
+
--color-system-palettes-plum-dark-3: hsl(300, 34%, 15%);
|
|
1026
|
+
--color-system-palettes-plum-dark-4: hsl(297, 42%, 20%);
|
|
1027
|
+
--color-system-palettes-plum-dark-5: hsl(296, 40%, 24%);
|
|
1028
|
+
--color-system-palettes-plum-dark-6: hsl(296, 34%, 28%);
|
|
1029
|
+
--color-system-palettes-plum-dark-7: hsl(294, 31%, 36%);
|
|
1030
|
+
--color-system-palettes-plum-dark-8: hsl(292, 30%, 47%);
|
|
1031
|
+
--color-system-palettes-plum-dark-9: hsl(292, 45%, 51%);
|
|
1032
|
+
--color-system-palettes-plum-dark-10: hsl(292, 48%, 56%);
|
|
1033
|
+
--color-system-palettes-plum-dark-11: hsl(292, 79%, 77%);
|
|
1034
|
+
--color-system-palettes-plum-dark-12: hsl(300, 59%, 89%);
|
|
1035
|
+
--color-system-palettes-plum-dark-default: hsl(292, 45%, 51%);
|
|
1036
|
+
--color-system-palettes-plum-dark-contrast: hsl(0, 0%, 100%);
|
|
1037
|
+
--color-system-palettes-plum-alpha-light-1: hsla(280, 100%, 50%, 0.01);
|
|
1038
|
+
--color-system-palettes-plum-alpha-light-2: hsla(300, 100%, 38%, 0.03);
|
|
1039
|
+
--color-system-palettes-plum-alpha-light-3: hsla(300, 100%, 40%, 0.08);
|
|
1040
|
+
--color-system-palettes-plum-alpha-light-4: hsla(298, 100%, 39%, 0.13);
|
|
1041
|
+
--color-system-palettes-plum-alpha-light-5: hsla(298, 100%, 37%, 0.18);
|
|
1042
|
+
--color-system-palettes-plum-alpha-light-6: hsla(296, 100%, 35%, 0.24);
|
|
1043
|
+
--color-system-palettes-plum-alpha-light-7: hsla(295, 100%, 33%, 0.32);
|
|
1044
|
+
--color-system-palettes-plum-alpha-light-8: hsla(292, 100%, 32%, 0.43);
|
|
1045
|
+
--color-system-palettes-plum-alpha-light-9: hsla(292, 100%, 31%, 0.71);
|
|
1046
|
+
--color-system-palettes-plum-alpha-light-10: hsla(292, 100%, 29%, 0.73);
|
|
1047
|
+
--color-system-palettes-plum-alpha-light-11: hsla(291, 100%, 26%, 0.76);
|
|
1048
|
+
--color-system-palettes-plum-alpha-light-12: hsla(291, 100%, 15%, 0.9);
|
|
1049
|
+
--color-system-palettes-plum-alpha-light-default: hsla(292, 100%, 31%, 0.71);
|
|
1050
|
+
--color-system-palettes-plum-alpha-light-contrast: hsl(0, 0%, 100%);
|
|
1051
|
+
--color-system-palettes-plum-alpha-dark-1: hsla(300, 89%, 51%, 0.03);
|
|
1052
|
+
--color-system-palettes-plum-alpha-dark-2: hsla(300, 88%, 57%, 0.07);
|
|
1053
|
+
--color-system-palettes-plum-alpha-dark-3: hsla(300, 98%, 65%, 0.15);
|
|
1054
|
+
--color-system-palettes-plum-alpha-dark-4: hsla(297, 100%, 64%, 0.23);
|
|
1055
|
+
--color-system-palettes-plum-alpha-dark-5: hsla(296, 100%, 67%, 0.28);
|
|
1056
|
+
--color-system-palettes-plum-alpha-dark-6: hsla(296, 100%, 71%, 0.34);
|
|
1057
|
+
--color-system-palettes-plum-alpha-dark-7: hsla(294, 97%, 74%, 0.44);
|
|
1058
|
+
--color-system-palettes-plum-alpha-dark-8: hsla(292, 100%, 76%, 0.58);
|
|
1059
|
+
--color-system-palettes-plum-alpha-dark-9: hsla(292, 99%, 69%, 0.71);
|
|
1060
|
+
--color-system-palettes-plum-alpha-dark-10: hsla(292, 100%, 72%, 0.75);
|
|
1061
|
+
--color-system-palettes-plum-alpha-dark-11: hsla(292, 98%, 80%, 0.95);
|
|
1062
|
+
--color-system-palettes-plum-alpha-dark-12: hsla(300, 94%, 93%, 0.96);
|
|
1063
|
+
--color-system-palettes-plum-alpha-dark-default: hsla(292, 99%, 69%, 0.71);
|
|
1064
|
+
--color-system-palettes-plum-alpha-dark-contrast: hsl(0, 0%, 0%);
|
|
1065
|
+
--color-system-palettes-purple-light-1: hsl(300, 50%, 99%);
|
|
1066
|
+
--color-system-palettes-purple-light-2: hsl(274, 78%, 98%);
|
|
1067
|
+
--color-system-palettes-purple-light-3: hsl(275, 89%, 96%);
|
|
1068
|
+
--color-system-palettes-purple-light-4: hsl(277, 81%, 94%);
|
|
1069
|
+
--color-system-palettes-purple-light-5: hsl(275, 75%, 91%);
|
|
1070
|
+
--color-system-palettes-purple-light-6: hsl(275, 69%, 86%);
|
|
1071
|
+
--color-system-palettes-purple-light-7: hsl(273, 62%, 81%);
|
|
1072
|
+
--color-system-palettes-purple-light-8: hsl(272, 60%, 74%);
|
|
1073
|
+
--color-system-palettes-purple-light-9: hsl(272, 51%, 54%);
|
|
1074
|
+
--color-system-palettes-purple-light-10: hsl(272, 45%, 50%);
|
|
1075
|
+
--color-system-palettes-purple-light-11: hsl(272, 45%, 49%);
|
|
1076
|
+
--color-system-palettes-purple-light-12: hsl(270, 50%, 25%);
|
|
1077
|
+
--color-system-palettes-purple-light-default: hsl(272, 51%, 54%);
|
|
1078
|
+
--color-system-palettes-purple-light-contrast: hsl(0, 0%, 100%);
|
|
1079
|
+
--color-system-palettes-purple-dark-1: hsl(282, 23%, 9%);
|
|
1080
|
+
--color-system-palettes-purple-dark-2: hsl(279, 25%, 11%);
|
|
1081
|
+
--color-system-palettes-purple-dark-3: hsl(279, 36%, 17%);
|
|
1082
|
+
--color-system-palettes-purple-dark-4: hsl(277, 39%, 22%);
|
|
1083
|
+
--color-system-palettes-purple-dark-5: hsl(276, 38%, 26%);
|
|
1084
|
+
--color-system-palettes-purple-dark-6: hsl(275, 35%, 31%);
|
|
1085
|
+
--color-system-palettes-purple-dark-7: hsl(274, 33%, 38%);
|
|
1086
|
+
--color-system-palettes-purple-dark-8: hsl(273, 33%, 50%);
|
|
1087
|
+
--color-system-palettes-purple-dark-9: hsl(272, 51%, 54%);
|
|
1088
|
+
--color-system-palettes-purple-dark-10: hsl(272, 55%, 59%);
|
|
1089
|
+
--color-system-palettes-purple-dark-11: hsl(272, 100%, 81%);
|
|
1090
|
+
--color-system-palettes-purple-dark-12: hsl(275, 77%, 92%);
|
|
1091
|
+
--color-system-palettes-purple-dark-default: hsl(272, 51%, 54%);
|
|
1092
|
+
--color-system-palettes-purple-dark-contrast: hsl(0, 0%, 100%);
|
|
1093
|
+
--color-system-palettes-purple-alpha-light-1: hsla(300, 100%, 33%, 0.01);
|
|
1094
|
+
--color-system-palettes-purple-alpha-light-2: hsla(274, 100%, 44%, 0.03);
|
|
1095
|
+
--color-system-palettes-purple-alpha-light-3: hsla(275, 100%, 47%, 0.07);
|
|
1096
|
+
--color-system-palettes-purple-alpha-light-4: hsla(277, 100%, 45%, 0.11);
|
|
1097
|
+
--color-system-palettes-purple-alpha-light-5: hsla(275, 100%, 43%, 0.16);
|
|
1098
|
+
--color-system-palettes-purple-alpha-light-6: hsla(275, 99%, 41%, 0.23);
|
|
1099
|
+
--color-system-palettes-purple-alpha-light-7: hsla(274, 100%, 38%, 0.31);
|
|
1100
|
+
--color-system-palettes-purple-alpha-light-8: hsla(272, 100%, 38%, 0.42);
|
|
1101
|
+
--color-system-palettes-purple-alpha-light-9: hsla(272, 100%, 34%, 0.69);
|
|
1102
|
+
--color-system-palettes-purple-alpha-light-10: hsla(272, 100%, 31%, 0.72);
|
|
1103
|
+
--color-system-palettes-purple-alpha-light-11: hsla(272, 100%, 30%, 0.73);
|
|
1104
|
+
--color-system-palettes-purple-alpha-light-12: hsla(270, 100%, 14%, 0.87);
|
|
1105
|
+
--color-system-palettes-purple-alpha-light-default: hsla(272, 100%, 34%, 0.69);
|
|
1106
|
+
--color-system-palettes-purple-alpha-light-contrast: hsl(0, 0%, 100%);
|
|
1107
|
+
--color-system-palettes-purple-alpha-dark-1: hsla(282, 95%, 52%, 0.04);
|
|
1108
|
+
--color-system-palettes-purple-alpha-dark-2: hsla(279, 92%, 62%, 0.08);
|
|
1109
|
+
--color-system-palettes-purple-alpha-dark-3: hsla(279, 100%, 66%, 0.18);
|
|
1110
|
+
--color-system-palettes-purple-alpha-dark-4: hsla(277, 98%, 66%, 0.26);
|
|
1111
|
+
--color-system-palettes-purple-alpha-dark-5: hsla(277, 98%, 68%, 0.32);
|
|
1112
|
+
--color-system-palettes-purple-alpha-dark-6: hsla(275, 97%, 71%, 0.38);
|
|
1113
|
+
--color-system-palettes-purple-alpha-dark-7: hsla(274, 97%, 73%, 0.48);
|
|
1114
|
+
--color-system-palettes-purple-alpha-dark-8: hsla(273, 100%, 75%, 0.64);
|
|
1115
|
+
--color-system-palettes-purple-alpha-dark-9: hsla(272, 100%, 69%, 0.76);
|
|
1116
|
+
--color-system-palettes-purple-alpha-dark-10: hsla(272, 100%, 72%, 0.8);
|
|
1117
|
+
--color-system-palettes-purple-alpha-dark-11: hsl(272, 100%, 81%);
|
|
1118
|
+
--color-system-palettes-purple-alpha-dark-12: hsla(275, 100%, 93%, 0.98);
|
|
1119
|
+
--color-system-palettes-purple-alpha-dark-default: hsla(272, 100%, 69%, 0.76);
|
|
1120
|
+
--color-system-palettes-purple-alpha-dark-contrast: hsl(0, 0%, 100%);
|
|
1121
|
+
--color-system-palettes-red-light-1: hsl(0, 100%, 99%);
|
|
1122
|
+
--color-system-palettes-red-light-2: hsl(0, 100%, 98%);
|
|
1123
|
+
--color-system-palettes-red-light-3: hsl(357, 90%, 96%);
|
|
1124
|
+
--color-system-palettes-red-light-4: hsl(358, 100%, 93%);
|
|
1125
|
+
--color-system-palettes-red-light-5: hsl(359, 100%, 90%);
|
|
1126
|
+
--color-system-palettes-red-light-6: hsl(359, 94%, 87%);
|
|
1127
|
+
--color-system-palettes-red-light-7: hsl(359, 77%, 81%);
|
|
1128
|
+
--color-system-palettes-red-light-8: hsl(359, 70%, 74%);
|
|
1129
|
+
--color-system-palettes-red-light-9: hsl(358, 75%, 59%);
|
|
1130
|
+
--color-system-palettes-red-light-10: hsl(358, 69%, 55%);
|
|
1131
|
+
--color-system-palettes-red-light-11: hsl(358, 65%, 49%);
|
|
1132
|
+
--color-system-palettes-red-light-12: hsl(351, 63%, 24%);
|
|
1133
|
+
--color-system-palettes-red-light-default: hsl(358, 75%, 59%);
|
|
1134
|
+
--color-system-palettes-red-light-contrast: hsl(0, 0%, 100%);
|
|
1135
|
+
--color-system-palettes-red-dark-1: hsl(0, 19%, 8%);
|
|
1136
|
+
--color-system-palettes-red-dark-2: hsl(355, 25%, 10%);
|
|
1137
|
+
--color-system-palettes-red-dark-3: hsl(350, 53%, 15%);
|
|
1138
|
+
--color-system-palettes-red-dark-4: hsl(348, 68%, 19%);
|
|
1139
|
+
--color-system-palettes-red-dark-5: hsl(350, 63%, 23%);
|
|
1140
|
+
--color-system-palettes-red-dark-6: hsl(352, 53%, 29%);
|
|
1141
|
+
--color-system-palettes-red-dark-7: hsl(355, 47%, 37%);
|
|
1142
|
+
--color-system-palettes-red-dark-8: hsl(358, 45%, 49%);
|
|
1143
|
+
--color-system-palettes-red-dark-9: hsl(358, 75%, 59%);
|
|
1144
|
+
--color-system-palettes-red-dark-10: hsl(360, 79%, 65%);
|
|
1145
|
+
--color-system-palettes-red-dark-11: hsl(2, 100%, 79%);
|
|
1146
|
+
--color-system-palettes-red-dark-12: hsl(350, 100%, 91%);
|
|
1147
|
+
--color-system-palettes-red-dark-default: hsl(358, 75%, 59%);
|
|
1148
|
+
--color-system-palettes-red-dark-contrast: hsl(0, 0%, 100%);
|
|
1149
|
+
--color-system-palettes-red-alpha-light-1: hsla(0, 100%, 50%, 0.01);
|
|
1150
|
+
--color-system-palettes-red-alpha-light-2: hsla(0, 100%, 50%, 0.03);
|
|
1151
|
+
--color-system-palettes-red-alpha-light-3: hsla(357, 100%, 48%, 0.08);
|
|
1152
|
+
--color-system-palettes-red-alpha-light-4: hsla(358, 100%, 50%, 0.14);
|
|
1153
|
+
--color-system-palettes-red-alpha-light-5: hsla(359, 100%, 50%, 0.2);
|
|
1154
|
+
--color-system-palettes-red-alpha-light-6: hsla(359, 100%, 49%, 0.26);
|
|
1155
|
+
--color-system-palettes-red-alpha-light-7: hsla(359, 100%, 44%, 0.34);
|
|
1156
|
+
--color-system-palettes-red-alpha-light-8: hsla(359, 100%, 41%, 0.44);
|
|
1157
|
+
--color-system-palettes-red-alpha-light-9: hsla(358, 100%, 43%, 0.72);
|
|
1158
|
+
--color-system-palettes-red-alpha-light-10: hsla(359, 100%, 41%, 0.76);
|
|
1159
|
+
--color-system-palettes-red-alpha-light-11: hsla(358, 100%, 38%, 0.83);
|
|
1160
|
+
--color-system-palettes-red-alpha-light-12: hsla(351, 100%, 17%, 0.91);
|
|
1161
|
+
--color-system-palettes-red-alpha-light-default: hsla(358, 100%, 43%, 0.72);
|
|
1162
|
+
--color-system-palettes-red-alpha-light-contrast: hsl(0, 0%, 100%);
|
|
1163
|
+
--color-system-palettes-red-alpha-dark-1: hsla(0, 91%, 51%, 0.04);
|
|
1164
|
+
--color-system-palettes-red-alpha-dark-2: hsla(355, 88%, 57%, 0.07);
|
|
1165
|
+
--color-system-palettes-red-alpha-dark-3: hsla(350, 100%, 55%, 0.18);
|
|
1166
|
+
--color-system-palettes-red-alpha-dark-4: hsla(348, 99%, 52%, 0.27);
|
|
1167
|
+
--color-system-palettes-red-alpha-dark-5: hsla(350, 100%, 56%, 0.34);
|
|
1168
|
+
--color-system-palettes-red-alpha-dark-6: hsla(353, 100%, 62%, 0.41);
|
|
1169
|
+
--color-system-palettes-red-alpha-dark-7: hsla(355, 100%, 66%, 0.52);
|
|
1170
|
+
--color-system-palettes-red-alpha-dark-8: hsla(359, 100%, 68%, 0.69);
|
|
1171
|
+
--color-system-palettes-red-alpha-dark-9: hsla(358, 99%, 65%, 0.89);
|
|
1172
|
+
--color-system-palettes-red-alpha-dark-10: hsla(360, 100%, 70%, 0.92);
|
|
1173
|
+
--color-system-palettes-red-alpha-dark-11: hsl(2, 100%, 79%);
|
|
1174
|
+
--color-system-palettes-red-alpha-dark-12: hsl(350, 100%, 91%);
|
|
1175
|
+
--color-system-palettes-red-alpha-dark-default: hsla(358, 99%, 65%, 0.89);
|
|
1176
|
+
--color-system-palettes-red-alpha-dark-contrast: hsl(0, 0%, 100%);
|
|
1177
|
+
--color-system-palettes-ruby-light-1: hsl(340, 100%, 99%);
|
|
1178
|
+
--color-system-palettes-ruby-light-2: hsl(353, 100%, 98%);
|
|
1179
|
+
--color-system-palettes-ruby-light-3: hsl(351, 91%, 96%);
|
|
1180
|
+
--color-system-palettes-ruby-light-4: hsl(351, 100%, 93%);
|
|
1181
|
+
--color-system-palettes-ruby-light-5: hsl(350, 100%, 90%);
|
|
1182
|
+
--color-system-palettes-ruby-light-6: hsl(351, 80%, 86%);
|
|
1183
|
+
--color-system-palettes-ruby-light-7: hsl(349, 68%, 81%);
|
|
1184
|
+
--color-system-palettes-ruby-light-8: hsl(348, 61%, 74%);
|
|
1185
|
+
--color-system-palettes-ruby-light-9: hsl(348, 75%, 59%);
|
|
1186
|
+
--color-system-palettes-ruby-light-10: hsl(347, 70%, 55%);
|
|
1187
|
+
--color-system-palettes-ruby-light-11: hsl(345, 70%, 47%);
|
|
1188
|
+
--color-system-palettes-ruby-light-12: hsl(344, 63%, 24%);
|
|
1189
|
+
--color-system-palettes-ruby-light-default: hsl(348, 75%, 59%);
|
|
1190
|
+
--color-system-palettes-ruby-light-contrast: hsl(0, 0%, 100%);
|
|
1191
|
+
--color-system-palettes-ruby-dark-1: hsl(345, 19%, 8%);
|
|
1192
|
+
--color-system-palettes-ruby-dark-2: hsl(347, 18%, 10%);
|
|
1193
|
+
--color-system-palettes-ruby-dark-3: hsl(344, 49%, 15%);
|
|
1194
|
+
--color-system-palettes-ruby-dark-4: hsl(342, 61%, 19%);
|
|
1195
|
+
--color-system-palettes-ruby-dark-5: hsl(342, 57%, 24%);
|
|
1196
|
+
--color-system-palettes-ruby-dark-6: hsl(344, 50%, 29%);
|
|
1197
|
+
--color-system-palettes-ruby-dark-7: hsl(346, 45%, 37%);
|
|
1198
|
+
--color-system-palettes-ruby-dark-8: hsl(348, 45%, 48%);
|
|
1199
|
+
--color-system-palettes-ruby-dark-9: hsl(348, 75%, 59%);
|
|
1200
|
+
--color-system-palettes-ruby-dark-10: hsl(350, 79%, 64%);
|
|
1201
|
+
--color-system-palettes-ruby-dark-11: hsl(355, 100%, 79%);
|
|
1202
|
+
--color-system-palettes-ruby-dark-12: hsl(340, 96%, 91%);
|
|
1203
|
+
--color-system-palettes-ruby-dark-default: hsl(348, 75%, 59%);
|
|
1204
|
+
--color-system-palettes-ruby-dark-contrast: hsl(0, 0%, 100%);
|
|
1205
|
+
--color-system-palettes-ruby-alpha-light-1: hsla(340, 100%, 50%, 0.01);
|
|
1206
|
+
--color-system-palettes-ruby-alpha-light-2: hsla(352, 100%, 50%, 0.03);
|
|
1207
|
+
--color-system-palettes-ruby-alpha-light-3: hsla(351, 100%, 48%, 0.08);
|
|
1208
|
+
--color-system-palettes-ruby-alpha-light-4: hsla(351, 100%, 50%, 0.14);
|
|
1209
|
+
--color-system-palettes-ruby-alpha-light-5: hsla(350, 100%, 50%, 0.19);
|
|
1210
|
+
--color-system-palettes-ruby-alpha-light-6: hsla(351, 100%, 45%, 0.25);
|
|
1211
|
+
--color-system-palettes-ruby-alpha-light-7: hsla(349, 100%, 40%, 0.33);
|
|
1212
|
+
--color-system-palettes-ruby-alpha-light-8: hsla(348, 100%, 38%, 0.43);
|
|
1213
|
+
--color-system-palettes-ruby-alpha-light-9: hsla(348, 100%, 43%, 0.73);
|
|
1214
|
+
--color-system-palettes-ruby-alpha-light-10: hsla(347, 100%, 41%, 0.77);
|
|
1215
|
+
--color-system-palettes-ruby-alpha-light-11: hsla(345, 100%, 38%, 0.86);
|
|
1216
|
+
--color-system-palettes-ruby-alpha-light-12: hsla(344, 100%, 17%, 0.91);
|
|
1217
|
+
--color-system-palettes-ruby-alpha-light-default: hsla(348, 100%, 43%, 0.73);
|
|
1218
|
+
--color-system-palettes-ruby-alpha-light-contrast: hsl(0, 0%, 100%);
|
|
1219
|
+
--color-system-palettes-ruby-alpha-dark-1: hsla(345, 91%, 51%, 0.04);
|
|
1220
|
+
--color-system-palettes-ruby-alpha-dark-2: hsla(346, 99%, 67%, 0.05);
|
|
1221
|
+
--color-system-palettes-ruby-alpha-dark-3: hsla(344, 100%, 57%, 0.17);
|
|
1222
|
+
--color-system-palettes-ruby-alpha-dark-4: hsla(342, 98%, 55%, 0.26);
|
|
1223
|
+
--color-system-palettes-ruby-alpha-dark-5: hsla(342, 99%, 59%, 0.33);
|
|
1224
|
+
--color-system-palettes-ruby-alpha-dark-6: hsla(344, 100%, 63%, 0.4);
|
|
1225
|
+
--color-system-palettes-ruby-alpha-dark-7: hsla(346, 100%, 67%, 0.5);
|
|
1226
|
+
--color-system-palettes-ruby-alpha-dark-8: hsla(348, 100%, 68%, 0.68);
|
|
1227
|
+
--color-system-palettes-ruby-alpha-dark-9: hsla(348, 99%, 65%, 0.89);
|
|
1228
|
+
--color-system-palettes-ruby-alpha-dark-10: hsla(350, 100%, 69%, 0.92);
|
|
1229
|
+
--color-system-palettes-ruby-alpha-dark-11: hsl(355, 100%, 79%);
|
|
1230
|
+
--color-system-palettes-ruby-alpha-dark-12: hsla(340, 100%, 91%, 1);
|
|
1231
|
+
--color-system-palettes-ruby-alpha-dark-default: hsla(348, 99%, 65%, 0.89);
|
|
1232
|
+
--color-system-palettes-ruby-alpha-dark-contrast: hsl(0, 0%, 100%);
|
|
1233
|
+
--color-system-palettes-sky-light-1: hsl(190, 100%, 99%);
|
|
1234
|
+
--color-system-palettes-sky-light-2: hsl(195, 75%, 97%);
|
|
1235
|
+
--color-system-palettes-sky-light-3: hsl(195, 88%, 94%);
|
|
1236
|
+
--color-system-palettes-sky-light-4: hsl(195, 80%, 90%);
|
|
1237
|
+
--color-system-palettes-sky-light-5: hsl(195, 73%, 85%);
|
|
1238
|
+
--color-system-palettes-sky-light-6: hsl(197, 65%, 80%);
|
|
1239
|
+
--color-system-palettes-sky-light-7: hsl(197, 61%, 72%);
|
|
1240
|
+
--color-system-palettes-sky-light-8: hsl(198, 60%, 61%);
|
|
1241
|
+
--color-system-palettes-sky-light-9: hsl(193, 98%, 74%);
|
|
1242
|
+
--color-system-palettes-sky-light-10: hsl(194, 90%, 71%);
|
|
1243
|
+
--color-system-palettes-sky-light-11: hsl(196, 100%, 31%);
|
|
1244
|
+
--color-system-palettes-sky-light-12: hsl(205, 50%, 23%);
|
|
1245
|
+
--color-system-palettes-sky-light-default: hsl(193, 98%, 74%);
|
|
1246
|
+
--color-system-palettes-sky-light-contrast: hsl(0, 0%, 0%);
|
|
1247
|
+
--color-system-palettes-sky-dark-1: hsl(217, 41%, 9%);
|
|
1248
|
+
--color-system-palettes-sky-dark-2: hsl(215, 39%, 11%);
|
|
1249
|
+
--color-system-palettes-sky-dark-3: hsl(211, 58%, 16%);
|
|
1250
|
+
--color-system-palettes-sky-dark-4: hsl(208, 67%, 20%);
|
|
1251
|
+
--color-system-palettes-sky-dark-5: hsl(206, 66%, 24%);
|
|
1252
|
+
--color-system-palettes-sky-dark-6: hsl(205, 64%, 29%);
|
|
1253
|
+
--color-system-palettes-sky-dark-7: hsl(203, 65%, 35%);
|
|
1254
|
+
--color-system-palettes-sky-dark-8: hsl(200, 75%, 39%);
|
|
1255
|
+
--color-system-palettes-sky-dark-9: hsl(193, 98%, 74%);
|
|
1256
|
+
--color-system-palettes-sky-dark-10: hsl(192, 100%, 83%);
|
|
1257
|
+
--color-system-palettes-sky-dark-11: hsl(200, 80%, 70%);
|
|
1258
|
+
--color-system-palettes-sky-dark-12: hsl(192, 100%, 88%);
|
|
1259
|
+
--color-system-palettes-sky-dark-default: hsl(193, 98%, 74%);
|
|
1260
|
+
--color-system-palettes-sky-dark-contrast: hsl(0, 0%, 0%);
|
|
1261
|
+
--color-system-palettes-sky-alpha-light-1: hsla(190, 100%, 50%, 0.02);
|
|
1262
|
+
--color-system-palettes-sky-alpha-light-2: hsla(195, 100%, 43%, 0.05);
|
|
1263
|
+
--color-system-palettes-sky-alpha-light-3: hsla(195, 100%, 47%, 0.12);
|
|
1264
|
+
--color-system-palettes-sky-alpha-light-4: hsla(195, 100%, 45%, 0.18);
|
|
1265
|
+
--color-system-palettes-sky-alpha-light-5: hsla(195, 100%, 42%, 0.25);
|
|
1266
|
+
--color-system-palettes-sky-alpha-light-6: hsla(197, 100%, 40%, 0.34);
|
|
1267
|
+
--color-system-palettes-sky-alpha-light-7: hsla(197, 100%, 38%, 0.45);
|
|
1268
|
+
--color-system-palettes-sky-alpha-light-8: hsla(198, 100%, 37%, 0.62);
|
|
1269
|
+
--color-system-palettes-sky-alpha-light-9: hsla(193, 100%, 50%, 0.51);
|
|
1270
|
+
--color-system-palettes-sky-alpha-light-10: hsla(194, 100%, 48%, 0.55);
|
|
1271
|
+
--color-system-palettes-sky-alpha-light-11: hsl(196, 100%, 31%);
|
|
1272
|
+
--color-system-palettes-sky-alpha-light-12: hsla(205, 100%, 13%, 0.89);
|
|
1273
|
+
--color-system-palettes-sky-alpha-light-default: hsla(193, 100%, 50%, 0.51);
|
|
1274
|
+
--color-system-palettes-sky-alpha-light-contrast: hsl(0, 0%, 0%);
|
|
1275
|
+
--color-system-palettes-sky-alpha-dark-1: hsla(224, 100%, 50%, 0.06);
|
|
1276
|
+
--color-system-palettes-sky-alpha-dark-2: hsla(215, 97%, 53%, 0.09);
|
|
1277
|
+
--color-system-palettes-sky-alpha-dark-3: hsla(211, 98%, 53%, 0.2);
|
|
1278
|
+
--color-system-palettes-sky-alpha-dark-4: hsla(208, 100%, 54%, 0.29);
|
|
1279
|
+
--color-system-palettes-sky-alpha-dark-5: hsla(206, 98%, 55%, 0.36);
|
|
1280
|
+
--color-system-palettes-sky-alpha-dark-6: hsla(205, 100%, 58%, 0.45);
|
|
1281
|
+
--color-system-palettes-sky-alpha-dark-7: hsla(203, 99%, 58%, 0.55);
|
|
1282
|
+
--color-system-palettes-sky-alpha-dark-8: hsla(200, 99%, 55%, 0.66);
|
|
1283
|
+
--color-system-palettes-sky-alpha-dark-9: hsla(193, 100%, 74%, 1);
|
|
1284
|
+
--color-system-palettes-sky-alpha-dark-10: hsl(192, 100%, 83%);
|
|
1285
|
+
--color-system-palettes-sky-alpha-dark-11: hsla(200, 100%, 74%, 0.94);
|
|
1286
|
+
--color-system-palettes-sky-alpha-dark-12: hsl(192, 100%, 88%);
|
|
1287
|
+
--color-system-palettes-sky-alpha-dark-default: hsla(193, 100%, 74%, 1);
|
|
1288
|
+
--color-system-palettes-sky-alpha-dark-contrast: hsl(0, 0%, 0%);
|
|
1289
|
+
--color-system-palettes-slate-light-1: hsl(240, 20%, 99%);
|
|
1290
|
+
--color-system-palettes-slate-light-2: hsl(240, 20%, 98%);
|
|
1291
|
+
--color-system-palettes-slate-light-3: hsl(240, 11%, 95%);
|
|
1292
|
+
--color-system-palettes-slate-light-4: hsl(240, 10%, 92%);
|
|
1293
|
+
--color-system-palettes-slate-light-5: hsl(230, 11%, 89%);
|
|
1294
|
+
--color-system-palettes-slate-light-6: hsl(240, 10%, 86%);
|
|
1295
|
+
--color-system-palettes-slate-light-7: hsl(233, 10%, 82%);
|
|
1296
|
+
--color-system-palettes-slate-light-8: hsl(231, 10%, 75%);
|
|
1297
|
+
--color-system-palettes-slate-light-9: hsl(231, 6%, 57%);
|
|
1298
|
+
--color-system-palettes-slate-light-10: hsl(226, 5%, 53%);
|
|
1299
|
+
--color-system-palettes-slate-light-11: hsl(220, 6%, 40%);
|
|
1300
|
+
--color-system-palettes-slate-light-12: hsl(210, 13%, 13%);
|
|
1301
|
+
--color-system-palettes-slate-light-default: hsl(231, 6%, 57%);
|
|
1302
|
+
--color-system-palettes-slate-light-contrast: hsl(0, 0%, 100%);
|
|
1303
|
+
--color-system-palettes-slate-dark-1: hsl(240, 6%, 7%);
|
|
1304
|
+
--color-system-palettes-slate-dark-2: hsl(220, 6%, 10%);
|
|
1305
|
+
--color-system-palettes-slate-dark-3: hsl(225, 6%, 14%);
|
|
1306
|
+
--color-system-palettes-slate-dark-4: hsl(210, 7%, 16%);
|
|
1307
|
+
--color-system-palettes-slate-dark-5: hsl(214, 7%, 19%);
|
|
1308
|
+
--color-system-palettes-slate-dark-6: hsl(213, 8%, 23%);
|
|
1309
|
+
--color-system-palettes-slate-dark-7: hsl(213, 8%, 28%);
|
|
1310
|
+
--color-system-palettes-slate-dark-8: hsl(212, 8%, 38%);
|
|
1311
|
+
--color-system-palettes-slate-dark-9: hsl(219, 6%, 44%);
|
|
1312
|
+
--color-system-palettes-slate-dark-10: hsl(222, 5%, 49%);
|
|
1313
|
+
--color-system-palettes-slate-dark-11: hsl(216, 7%, 71%);
|
|
1314
|
+
--color-system-palettes-slate-dark-12: hsl(220, 9%, 94%);
|
|
1315
|
+
--color-system-palettes-slate-dark-default: hsl(219, 6%, 44%);
|
|
1316
|
+
--color-system-palettes-slate-dark-contrast: hsl(0, 0%, 100%);
|
|
1317
|
+
--color-system-palettes-slate-alpha-light-1: hsla(240, 100%, 17%, 0.01);
|
|
1318
|
+
--color-system-palettes-slate-alpha-light-2: hsla(240, 100%, 17%, 0.02);
|
|
1319
|
+
--color-system-palettes-slate-alpha-light-3: hsla(240, 100%, 10%, 0.06);
|
|
1320
|
+
--color-system-palettes-slate-alpha-light-4: hsla(240, 100%, 9%, 0.09);
|
|
1321
|
+
--color-system-palettes-slate-alpha-light-5: hsla(229, 100%, 10%, 0.12);
|
|
1322
|
+
--color-system-palettes-slate-alpha-light-6: hsla(240, 100%, 9%, 0.15);
|
|
1323
|
+
--color-system-palettes-slate-alpha-light-7: hsla(232, 100%, 9%, 0.2);
|
|
1324
|
+
--color-system-palettes-slate-alpha-light-8: hsla(230, 100%, 9%, 0.27);
|
|
1325
|
+
--color-system-palettes-slate-alpha-light-9: hsla(230, 100%, 6%, 0.45);
|
|
1326
|
+
--color-system-palettes-slate-alpha-light-10: hsla(224, 100%, 5%, 0.5);
|
|
1327
|
+
--color-system-palettes-slate-alpha-light-11: hsla(219, 100%, 4%, 0.62);
|
|
1328
|
+
--color-system-palettes-slate-alpha-light-12: hsla(207, 100%, 2%, 0.89);
|
|
1329
|
+
--color-system-palettes-slate-alpha-light-default: hsla(230, 100%, 6%, 0.45);
|
|
1330
|
+
--color-system-palettes-slate-alpha-light-contrast: hsl(0, 0%, 100%);
|
|
1331
|
+
--color-system-palettes-slate-alpha-dark-1: hsla(0, 0%, 0%, 0);
|
|
1332
|
+
--color-system-palettes-slate-alpha-dark-2: hsla(184, 63%, 91%, 0.04);
|
|
1333
|
+
--color-system-palettes-slate-alpha-dark-3: hsla(211, 66%, 92%, 0.08);
|
|
1334
|
+
--color-system-palettes-slate-alpha-dark-4: hsla(198, 73%, 90%, 0.11);
|
|
1335
|
+
--color-system-palettes-slate-alpha-dark-5: hsla(208, 95%, 92%, 0.15);
|
|
1336
|
+
--color-system-palettes-slate-alpha-dark-6: hsla(208, 91%, 92%, 0.19);
|
|
1337
|
+
--color-system-palettes-slate-alpha-dark-7: hsla(208, 100%, 93%, 0.25);
|
|
1338
|
+
--color-system-palettes-slate-alpha-dark-8: hsla(208, 100%, 93%, 0.36);
|
|
1339
|
+
--color-system-palettes-slate-alpha-dark-9: hsla(216, 88%, 93%, 0.43);
|
|
1340
|
+
--color-system-palettes-slate-alpha-dark-10: hsla(220, 86%, 95%, 0.48);
|
|
1341
|
+
--color-system-palettes-slate-alpha-dark-11: hsla(212, 87%, 97%, 0.71);
|
|
1342
|
+
--color-system-palettes-slate-alpha-dark-12: hsla(220, 100%, 99%, 0.94);
|
|
1343
|
+
--color-system-palettes-slate-alpha-dark-default: hsla(216, 88%, 93%, 0.43);
|
|
1344
|
+
--color-system-palettes-slate-alpha-dark-contrast: hsl(0, 0%, 0%);
|
|
1345
|
+
--color-system-palettes-teal-light-1: hsl(165, 67%, 99%);
|
|
1346
|
+
--color-system-palettes-teal-light-2: hsl(165, 50%, 97%);
|
|
1347
|
+
--color-system-palettes-teal-light-3: hsl(167, 63%, 93%);
|
|
1348
|
+
--color-system-palettes-teal-light-4: hsl(166, 62%, 88%);
|
|
1349
|
+
--color-system-palettes-teal-light-5: hsl(168, 54%, 82%);
|
|
1350
|
+
--color-system-palettes-teal-light-6: hsl(168, 48%, 75%);
|
|
1351
|
+
--color-system-palettes-teal-light-7: hsl(170, 43%, 66%);
|
|
1352
|
+
--color-system-palettes-teal-light-8: hsl(172, 42%, 53%);
|
|
1353
|
+
--color-system-palettes-teal-light-9: hsl(173, 80%, 36%);
|
|
1354
|
+
--color-system-palettes-teal-light-10: hsl(173, 85%, 33%);
|
|
1355
|
+
--color-system-palettes-teal-light-11: hsl(172, 100%, 26%);
|
|
1356
|
+
--color-system-palettes-teal-light-12: hsl(174, 65%, 15%);
|
|
1357
|
+
--color-system-palettes-teal-light-default: hsl(173, 80%, 36%);
|
|
1358
|
+
--color-system-palettes-teal-light-contrast: hsl(0, 0%, 100%);
|
|
1359
|
+
--color-system-palettes-teal-dark-1: hsl(173, 24%, 7%);
|
|
1360
|
+
--color-system-palettes-teal-dark-2: hsl(175, 24%, 9%);
|
|
1361
|
+
--color-system-palettes-teal-dark-3: hsl(174, 55%, 11%);
|
|
1362
|
+
--color-system-palettes-teal-dark-4: hsl(176, 93%, 12%);
|
|
1363
|
+
--color-system-palettes-teal-dark-5: hsl(175, 80%, 16%);
|
|
1364
|
+
--color-system-palettes-teal-dark-6: hsl(174, 63%, 21%);
|
|
1365
|
+
--color-system-palettes-teal-dark-7: hsl(174, 58%, 26%);
|
|
1366
|
+
--color-system-palettes-teal-dark-8: hsl(173, 59%, 31%);
|
|
1367
|
+
--color-system-palettes-teal-dark-9: hsl(173, 80%, 36%);
|
|
1368
|
+
--color-system-palettes-teal-dark-10: hsl(172, 85%, 38%);
|
|
1369
|
+
--color-system-palettes-teal-dark-11: hsl(170, 90%, 45%);
|
|
1370
|
+
--color-system-palettes-teal-dark-12: hsl(163, 69%, 81%);
|
|
1371
|
+
--color-system-palettes-teal-dark-default: hsl(173, 80%, 36%);
|
|
1372
|
+
--color-system-palettes-teal-dark-contrast: hsl(0, 0%, 100%);
|
|
1373
|
+
--color-system-palettes-teal-alpha-light-1: hsla(165, 100%, 40%, 0.02);
|
|
1374
|
+
--color-system-palettes-teal-alpha-light-2: hsla(165, 100%, 33%, 0.05);
|
|
1375
|
+
--color-system-palettes-teal-alpha-light-3: hsla(168, 100%, 39%, 0.12);
|
|
1376
|
+
--color-system-palettes-teal-alpha-light-4: hsla(166, 100%, 38%, 0.2);
|
|
1377
|
+
--color-system-palettes-teal-alpha-light-5: hsla(168, 100%, 35%, 0.28);
|
|
1378
|
+
--color-system-palettes-teal-alpha-light-6: hsla(168, 100%, 33%, 0.37);
|
|
1379
|
+
--color-system-palettes-teal-alpha-light-7: hsla(170, 100%, 30%, 0.49);
|
|
1380
|
+
--color-system-palettes-teal-alpha-light-8: hsla(172, 100%, 30%, 0.67);
|
|
1381
|
+
--color-system-palettes-teal-alpha-light-9: hsla(173, 100%, 31%, 0.93);
|
|
1382
|
+
--color-system-palettes-teal-alpha-light-10: hsla(173, 100%, 29%, 0.95);
|
|
1383
|
+
--color-system-palettes-teal-alpha-light-11: hsl(172, 100%, 26%);
|
|
1384
|
+
--color-system-palettes-teal-alpha-light-12: hsla(173, 100%, 10%, 0.95);
|
|
1385
|
+
--color-system-palettes-teal-alpha-light-default: hsla(173, 100%, 31%, 0.93);
|
|
1386
|
+
--color-system-palettes-teal-alpha-light-contrast: hsl(0, 0%, 100%);
|
|
1387
|
+
--color-system-palettes-teal-alpha-dark-1: hsla(166, 100%, 44%, 0.02);
|
|
1388
|
+
--color-system-palettes-teal-alpha-dark-2: hsla(175, 97%, 53%, 0.05);
|
|
1389
|
+
--color-system-palettes-teal-alpha-dark-3: hsla(174, 100%, 50%, 0.12);
|
|
1390
|
+
--color-system-palettes-teal-alpha-dark-4: hsla(175, 100%, 50%, 0.18);
|
|
1391
|
+
--color-system-palettes-teal-alpha-dark-5: hsla(175, 100%, 50%, 0.23);
|
|
1392
|
+
--color-system-palettes-teal-alpha-dark-6: hsla(174, 100%, 55%, 0.29);
|
|
1393
|
+
--color-system-palettes-teal-alpha-dark-7: hsla(174, 98%, 59%, 0.37);
|
|
1394
|
+
--color-system-palettes-teal-alpha-dark-8: hsla(173, 100%, 60%, 0.46);
|
|
1395
|
+
--color-system-palettes-teal-alpha-dark-9: hsla(173, 100%, 54%, 0.62);
|
|
1396
|
+
--color-system-palettes-teal-alpha-dark-10: hsla(172, 100%, 53%, 0.68);
|
|
1397
|
+
--color-system-palettes-teal-alpha-dark-11: hsla(170, 99%, 52%, 0.84);
|
|
1398
|
+
--color-system-palettes-teal-alpha-dark-12: hsla(163, 100%, 86%, 0.94);
|
|
1399
|
+
--color-system-palettes-teal-alpha-dark-default: hsla(173, 100%, 54%, 0.62);
|
|
1400
|
+
--color-system-palettes-teal-alpha-dark-contrast: hsl(0, 0%, 0%);
|
|
1401
|
+
--color-system-palettes-tomato-light-1: hsl(0, 100%, 99%);
|
|
1402
|
+
--color-system-palettes-tomato-light-2: hsl(7, 100%, 98%);
|
|
1403
|
+
--color-system-palettes-tomato-light-3: hsl(10, 92%, 95%);
|
|
1404
|
+
--color-system-palettes-tomato-light-4: hsl(12, 100%, 91%);
|
|
1405
|
+
--color-system-palettes-tomato-light-5: hsl(11, 100%, 88%);
|
|
1406
|
+
--color-system-palettes-tomato-light-6: hsl(11, 95%, 84%);
|
|
1407
|
+
--color-system-palettes-tomato-light-7: hsl(10, 82%, 78%);
|
|
1408
|
+
--color-system-palettes-tomato-light-8: hsl(10, 75%, 70%);
|
|
1409
|
+
--color-system-palettes-tomato-light-9: hsl(10, 78%, 54%);
|
|
1410
|
+
--color-system-palettes-tomato-light-10: hsl(10, 73%, 51%);
|
|
1411
|
+
--color-system-palettes-tomato-light-11: hsl(10, 82%, 45%);
|
|
1412
|
+
--color-system-palettes-tomato-light-12: hsl(8, 50%, 24%);
|
|
1413
|
+
--color-system-palettes-tomato-light-default: hsl(10, 78%, 54%);
|
|
1414
|
+
--color-system-palettes-tomato-light-contrast: hsl(0, 0%, 100%);
|
|
1415
|
+
--color-system-palettes-tomato-dark-1: hsl(0, 17%, 8%);
|
|
1416
|
+
--color-system-palettes-tomato-dark-2: hsl(10, 24%, 10%);
|
|
1417
|
+
--color-system-palettes-tomato-dark-3: hsl(5, 48%, 15%);
|
|
1418
|
+
--color-system-palettes-tomato-dark-4: hsl(4, 64%, 19%);
|
|
1419
|
+
--color-system-palettes-tomato-dark-5: hsl(5, 62%, 23%);
|
|
1420
|
+
--color-system-palettes-tomato-dark-6: hsl(7, 55%, 28%);
|
|
1421
|
+
--color-system-palettes-tomato-dark-7: hsl(9, 49%, 35%);
|
|
1422
|
+
--color-system-palettes-tomato-dark-8: hsl(10, 50%, 45%);
|
|
1423
|
+
--color-system-palettes-tomato-dark-9: hsl(10, 78%, 54%);
|
|
1424
|
+
--color-system-palettes-tomato-dark-10: hsl(11, 82%, 59%);
|
|
1425
|
+
--color-system-palettes-tomato-dark-11: hsl(12, 100%, 75%);
|
|
1426
|
+
--color-system-palettes-tomato-dark-12: hsl(10, 86%, 89%);
|
|
1427
|
+
--color-system-palettes-tomato-dark-default: hsl(10, 78%, 54%);
|
|
1428
|
+
--color-system-palettes-tomato-dark-contrast: hsl(0, 0%, 100%);
|
|
1429
|
+
--color-system-palettes-tomato-alpha-light-1: hsla(0, 100%, 50%, 0.01);
|
|
1430
|
+
--color-system-palettes-tomato-alpha-light-2: hsla(8, 100%, 50%, 0.03);
|
|
1431
|
+
--color-system-palettes-tomato-alpha-light-3: hsla(11, 100%, 48%, 0.09);
|
|
1432
|
+
--color-system-palettes-tomato-alpha-light-4: hsla(12, 100%, 50%, 0.17);
|
|
1433
|
+
--color-system-palettes-tomato-alpha-light-5: hsla(11, 100%, 50%, 0.24);
|
|
1434
|
+
--color-system-palettes-tomato-alpha-light-6: hsla(11, 100%, 49%, 0.31);
|
|
1435
|
+
--color-system-palettes-tomato-alpha-light-7: hsla(10, 100%, 45%, 0.4);
|
|
1436
|
+
--color-system-palettes-tomato-alpha-light-8: hsla(10, 100%, 43%, 0.52);
|
|
1437
|
+
--color-system-palettes-tomato-alpha-light-9: hsla(10, 100%, 44%, 0.82);
|
|
1438
|
+
--color-system-palettes-tomato-alpha-light-10: hsla(10, 100%, 42%, 0.85);
|
|
1439
|
+
--color-system-palettes-tomato-alpha-light-11: hsla(10, 100%, 40%, 0.92);
|
|
1440
|
+
--color-system-palettes-tomato-alpha-light-12: hsla(8, 100%, 14%, 0.88);
|
|
1441
|
+
--color-system-palettes-tomato-alpha-light-default: hsla(10, 100%, 44%, 0.82);
|
|
1442
|
+
--color-system-palettes-tomato-alpha-light-contrast: hsl(0, 0%, 100%);
|
|
1443
|
+
--color-system-palettes-tomato-alpha-dark-1: hsla(0, 89%, 51%, 0.03);
|
|
1444
|
+
--color-system-palettes-tomato-alpha-dark-2: hsla(10, 100%, 60%, 0.06);
|
|
1445
|
+
--color-system-palettes-tomato-alpha-dark-3: hsla(5, 100%, 57%, 0.17);
|
|
1446
|
+
--color-system-palettes-tomato-alpha-dark-4: hsla(4, 98%, 53%, 0.26);
|
|
1447
|
+
--color-system-palettes-tomato-alpha-dark-5: hsla(5, 99%, 56%, 0.33);
|
|
1448
|
+
--color-system-palettes-tomato-alpha-dark-6: hsla(7, 100%, 61%, 0.39);
|
|
1449
|
+
--color-system-palettes-tomato-alpha-dark-7: hsla(9, 98%, 64%, 0.49);
|
|
1450
|
+
--color-system-palettes-tomato-alpha-dark-8: hsla(11, 99%, 65%, 0.65);
|
|
1451
|
+
--color-system-palettes-tomato-alpha-dark-9: hsla(10, 99%, 59%, 0.89);
|
|
1452
|
+
--color-system-palettes-tomato-alpha-dark-10: hsla(11, 100%, 64%, 0.92);
|
|
1453
|
+
--color-system-palettes-tomato-alpha-dark-11: hsl(12, 100%, 75%);
|
|
1454
|
+
--color-system-palettes-tomato-alpha-dark-12: hsla(10, 100%, 90%, 0.98);
|
|
1455
|
+
--color-system-palettes-tomato-alpha-dark-default: hsla(10, 99%, 59%, 0.89);
|
|
1456
|
+
--color-system-palettes-tomato-alpha-dark-contrast: hsl(0, 0%, 100%);
|
|
1457
|
+
--color-system-palettes-violet-light-1: hsl(270, 50%, 99%);
|
|
1458
|
+
--color-system-palettes-violet-light-2: hsl(257, 100%, 99%);
|
|
1459
|
+
--color-system-palettes-violet-light-3: hsl(257, 88%, 97%);
|
|
1460
|
+
--color-system-palettes-violet-light-4: hsl(256, 100%, 95%);
|
|
1461
|
+
--color-system-palettes-violet-light-5: hsl(253, 100%, 93%);
|
|
1462
|
+
--color-system-palettes-violet-light-6: hsl(252, 96%, 89%);
|
|
1463
|
+
--color-system-palettes-violet-light-7: hsl(252, 76%, 84%);
|
|
1464
|
+
--color-system-palettes-violet-light-8: hsl(252, 69%, 76%);
|
|
1465
|
+
--color-system-palettes-violet-light-9: hsl(252, 56%, 57%);
|
|
1466
|
+
--color-system-palettes-violet-light-10: hsl(252, 50%, 54%);
|
|
1467
|
+
--color-system-palettes-violet-light-11: hsl(252, 43%, 52%);
|
|
1468
|
+
--color-system-palettes-violet-light-12: hsl(249, 43%, 26%);
|
|
1469
|
+
--color-system-palettes-violet-light-default: hsl(252, 56%, 57%);
|
|
1470
|
+
--color-system-palettes-violet-light-contrast: hsl(0, 0%, 100%);
|
|
1471
|
+
--color-system-palettes-violet-dark-1: hsl(249, 27%, 10%);
|
|
1472
|
+
--color-system-palettes-violet-dark-2: hsl(263, 28%, 11%);
|
|
1473
|
+
--color-system-palettes-violet-dark-3: hsl(257, 37%, 19%);
|
|
1474
|
+
--color-system-palettes-violet-dark-4: hsl(256, 42%, 25%);
|
|
1475
|
+
--color-system-palettes-violet-dark-5: hsl(254, 39%, 30%);
|
|
1476
|
+
--color-system-palettes-violet-dark-6: hsl(255, 36%, 34%);
|
|
1477
|
+
--color-system-palettes-violet-dark-7: hsl(254, 33%, 41%);
|
|
1478
|
+
--color-system-palettes-violet-dark-8: hsl(252, 34%, 51%);
|
|
1479
|
+
--color-system-palettes-violet-dark-9: hsl(252, 56%, 57%);
|
|
1480
|
+
--color-system-palettes-violet-dark-10: hsl(252, 60%, 63%);
|
|
1481
|
+
--color-system-palettes-violet-dark-11: hsl(253, 100%, 83%);
|
|
1482
|
+
--color-system-palettes-violet-dark-12: hsl(249, 94%, 93%);
|
|
1483
|
+
--color-system-palettes-violet-dark-default: hsl(252, 56%, 57%);
|
|
1484
|
+
--color-system-palettes-violet-dark-contrast: hsl(0, 0%, 100%);
|
|
1485
|
+
--color-system-palettes-violet-alpha-light-1: hsla(270, 100%, 33%, 0.01);
|
|
1486
|
+
--color-system-palettes-violet-alpha-light-2: hsla(257, 100%, 50%, 0.03);
|
|
1487
|
+
--color-system-palettes-violet-alpha-light-3: hsla(257, 100%, 47%, 0.06);
|
|
1488
|
+
--color-system-palettes-violet-alpha-light-4: hsla(256, 100%, 50%, 0.11);
|
|
1489
|
+
--color-system-palettes-violet-alpha-light-5: hsla(253, 100%, 50%, 0.15);
|
|
1490
|
+
--color-system-palettes-violet-alpha-light-6: hsla(252, 100%, 49%, 0.21);
|
|
1491
|
+
--color-system-palettes-violet-alpha-light-7: hsla(252, 99%, 44%, 0.29);
|
|
1492
|
+
--color-system-palettes-violet-alpha-light-8: hsla(252, 100%, 41%, 0.4);
|
|
1493
|
+
--color-system-palettes-violet-alpha-light-9: hsla(252, 100%, 36%, 0.66);
|
|
1494
|
+
--color-system-palettes-violet-alpha-light-10: hsla(252, 100%, 34%, 0.7);
|
|
1495
|
+
--color-system-palettes-violet-alpha-light-11: hsla(252, 100%, 30%, 0.69);
|
|
1496
|
+
--color-system-palettes-violet-alpha-light-12: hsla(250, 100%, 13%, 0.85);
|
|
1497
|
+
--color-system-palettes-violet-alpha-light-default: hsla(252, 100%, 36%, 0.66);
|
|
1498
|
+
--color-system-palettes-violet-alpha-light-contrast: hsl(0, 0%, 100%);
|
|
1499
|
+
--color-system-palettes-violet-alpha-dark-1: hsla(249, 100%, 57%, 0.06);
|
|
1500
|
+
--color-system-palettes-violet-alpha-dark-2: hsla(263, 94%, 61%, 0.09);
|
|
1501
|
+
--color-system-palettes-violet-alpha-dark-3: hsla(257, 99%, 66%, 0.21);
|
|
1502
|
+
--color-system-palettes-violet-alpha-dark-4: hsla(255, 98%, 65%, 0.31);
|
|
1503
|
+
--color-system-palettes-violet-alpha-dark-5: hsla(254, 98%, 68%, 0.37);
|
|
1504
|
+
--color-system-palettes-violet-alpha-dark-6: hsla(254, 97%, 71%, 0.43);
|
|
1505
|
+
--color-system-palettes-violet-alpha-dark-7: hsla(254, 100%, 74%, 0.51);
|
|
1506
|
+
--color-system-palettes-violet-alpha-dark-8: hsla(252, 98%, 74%, 0.66);
|
|
1507
|
+
--color-system-palettes-violet-alpha-dark-9: hsla(252, 100%, 70%, 0.8);
|
|
1508
|
+
--color-system-palettes-violet-alpha-dark-10: hsla(252, 99%, 73%, 0.84);
|
|
1509
|
+
--color-system-palettes-violet-alpha-dark-11: hsl(253, 100%, 83%);
|
|
1510
|
+
--color-system-palettes-violet-alpha-dark-12: hsla(249, 100%, 94%, 1);
|
|
1511
|
+
--color-system-palettes-violet-alpha-dark-default: hsla(252, 100%, 70%, 0.8);
|
|
1512
|
+
--color-system-palettes-violet-alpha-dark-contrast: hsl(0, 0%, 100%);
|
|
1513
|
+
--color-system-palettes-yellow-light-1: hsl(60, 50%, 98%);
|
|
1514
|
+
--color-system-palettes-yellow-light-2: hsl(54, 91%, 95%);
|
|
1515
|
+
--color-system-palettes-yellow-light-3: hsl(56, 100%, 86%);
|
|
1516
|
+
--color-system-palettes-yellow-light-4: hsl(53, 100%, 79%);
|
|
1517
|
+
--color-system-palettes-yellow-light-5: hsl(50, 100%, 72%);
|
|
1518
|
+
--color-system-palettes-yellow-light-6: hsl(48, 85%, 68%);
|
|
1519
|
+
--color-system-palettes-yellow-light-7: hsl(46, 70%, 65%);
|
|
1520
|
+
--color-system-palettes-yellow-light-8: hsl(45, 65%, 53%);
|
|
1521
|
+
--color-system-palettes-yellow-light-9: hsl(53, 100%, 58%);
|
|
1522
|
+
--color-system-palettes-yellow-light-10: hsl(52, 100%, 50%);
|
|
1523
|
+
--color-system-palettes-yellow-light-11: hsl(41, 100%, 31%);
|
|
1524
|
+
--color-system-palettes-yellow-light-12: hsl(42, 39%, 20%);
|
|
1525
|
+
--color-system-palettes-yellow-light-default: hsl(53, 100%, 58%);
|
|
1526
|
+
--color-system-palettes-yellow-light-contrast: hsl(0, 0%, 0%);
|
|
1527
|
+
--color-system-palettes-yellow-dark-1: hsl(47, 29%, 6%);
|
|
1528
|
+
--color-system-palettes-yellow-dark-2: hsl(45, 29%, 8%);
|
|
1529
|
+
--color-system-palettes-yellow-dark-3: hsl(45, 80%, 10%);
|
|
1530
|
+
--color-system-palettes-yellow-dark-4: hsl(48, 100%, 11%);
|
|
1531
|
+
--color-system-palettes-yellow-dark-5: hsl(47, 100%, 13%);
|
|
1532
|
+
--color-system-palettes-yellow-dark-6: hsl(48, 95%, 16%);
|
|
1533
|
+
--color-system-palettes-yellow-dark-7: hsl(46, 63%, 25%);
|
|
1534
|
+
--color-system-palettes-yellow-dark-8: hsl(45, 60%, 32%);
|
|
1535
|
+
--color-system-palettes-yellow-dark-9: hsl(53, 100%, 58%);
|
|
1536
|
+
--color-system-palettes-yellow-dark-10: hsl(60, 100%, 67%);
|
|
1537
|
+
--color-system-palettes-yellow-dark-11: hsl(53, 90%, 62%);
|
|
1538
|
+
--color-system-palettes-yellow-dark-12: hsl(53, 79%, 84%);
|
|
1539
|
+
--color-system-palettes-yellow-dark-default: hsl(53, 100%, 58%);
|
|
1540
|
+
--color-system-palettes-yellow-dark-contrast: hsl(0, 0%, 0%);
|
|
1541
|
+
--color-system-palettes-yellow-alpha-light-1: hsla(60, 100%, 33%, 0.02);
|
|
1542
|
+
--color-system-palettes-yellow-alpha-light-2: hsla(54, 100%, 48%, 0.09);
|
|
1543
|
+
--color-system-palettes-yellow-alpha-light-3: hsla(56, 100%, 50%, 0.28);
|
|
1544
|
+
--color-system-palettes-yellow-alpha-light-4: hsla(53, 100%, 50%, 0.42);
|
|
1545
|
+
--color-system-palettes-yellow-alpha-light-5: hsla(50, 100%, 50%, 0.56);
|
|
1546
|
+
--color-system-palettes-yellow-alpha-light-6: hsla(48, 100%, 46%, 0.59);
|
|
1547
|
+
--color-system-palettes-yellow-alpha-light-7: hsla(46, 100%, 41%, 0.6);
|
|
1548
|
+
--color-system-palettes-yellow-alpha-light-8: hsla(45, 100%, 39%, 0.78);
|
|
1549
|
+
--color-system-palettes-yellow-alpha-light-9: hsla(53, 100%, 50%, 0.84);
|
|
1550
|
+
--color-system-palettes-yellow-alpha-light-10: hsl(52, 100%, 50%);
|
|
1551
|
+
--color-system-palettes-yellow-alpha-light-11: hsl(41, 100%, 31%);
|
|
1552
|
+
--color-system-palettes-yellow-alpha-light-12: hsla(42, 100%, 9%, 0.88);
|
|
1553
|
+
--color-system-palettes-yellow-alpha-light-default: hsla(53, 100%, 50%, 0.84);
|
|
1554
|
+
--color-system-palettes-yellow-alpha-light-contrast: hsl(0, 0%, 0%);
|
|
1555
|
+
--color-system-palettes-yellow-alpha-dark-1: hsla(23, 100%, 41%, 0.02);
|
|
1556
|
+
--color-system-palettes-yellow-alpha-dark-2: hsla(43, 100%, 49%, 0.04);
|
|
1557
|
+
--color-system-palettes-yellow-alpha-dark-3: hsla(40, 100%, 50%, 0.12);
|
|
1558
|
+
--color-system-palettes-yellow-alpha-dark-4: hsla(43, 100%, 50%, 0.16);
|
|
1559
|
+
--color-system-palettes-yellow-alpha-dark-5: hsla(44, 100%, 50%, 0.21);
|
|
1560
|
+
--color-system-palettes-yellow-alpha-dark-6: hsla(46, 100%, 50%, 0.27);
|
|
1561
|
+
--color-system-palettes-yellow-alpha-dark-7: hsla(46, 98%, 56%, 0.36);
|
|
1562
|
+
--color-system-palettes-yellow-alpha-dark-8: hsla(45, 98%, 59%, 0.48);
|
|
1563
|
+
--color-system-palettes-yellow-alpha-dark-9: hsl(53, 100%, 58%);
|
|
1564
|
+
--color-system-palettes-yellow-alpha-dark-10: hsl(60, 100%, 67%);
|
|
1565
|
+
--color-system-palettes-yellow-alpha-dark-11: hsla(53, 99%, 64%, 0.96);
|
|
1566
|
+
--color-system-palettes-yellow-alpha-dark-12: hsla(53, 97%, 86%, 0.96);
|
|
1567
|
+
--color-system-palettes-yellow-alpha-dark-default: hsl(53, 100%, 58%);
|
|
1568
|
+
--color-system-palettes-yellow-alpha-dark-contrast: hsl(0, 0%, 0%);
|
|
1569
|
+
--color-brand-palettes-ctyellow-light-1: hsl(40, 60%, 99%);
|
|
1570
|
+
--color-brand-palettes-ctyellow-light-2: hsl(46, 100%, 96%);
|
|
1571
|
+
--color-brand-palettes-ctyellow-light-3: hsl(46, 100%, 91%);
|
|
1572
|
+
--color-brand-palettes-ctyellow-light-4: hsl(46, 100%, 84%);
|
|
1573
|
+
--color-brand-palettes-ctyellow-light-5: hsl(45, 100%, 75%);
|
|
1574
|
+
--color-brand-palettes-ctyellow-light-6: hsl(43, 92%, 72%);
|
|
1575
|
+
--color-brand-palettes-ctyellow-light-7: hsl(43, 72%, 65%);
|
|
1576
|
+
--color-brand-palettes-ctyellow-light-8: hsl(44, 64%, 53%);
|
|
1577
|
+
--color-brand-palettes-ctyellow-light-9: hsl(47, 100%, 54%);
|
|
1578
|
+
--color-brand-palettes-ctyellow-light-10: hsl(45, 92%, 56%);
|
|
1579
|
+
--color-brand-palettes-ctyellow-light-11: hsl(46, 100%, 29%);
|
|
1580
|
+
--color-brand-palettes-ctyellow-light-12: hsl(43, 39%, 19%);
|
|
1581
|
+
--color-brand-palettes-ctyellow-light-default: hsl(47, 100%, 54%);
|
|
1582
|
+
--color-brand-palettes-ctyellow-light-contrast: hsl(0, 0%, 0%);
|
|
1583
|
+
--color-brand-palettes-ctyellow-dark-1: hsl(0, 0%, 0%);
|
|
1584
|
+
--color-brand-palettes-ctyellow-dark-2: hsl(40, 40%, 6%);
|
|
1585
|
+
--color-brand-palettes-ctyellow-dark-3: hsl(45, 82%, 9%);
|
|
1586
|
+
--color-brand-palettes-ctyellow-dark-4: hsl(43, 100%, 11%);
|
|
1587
|
+
--color-brand-palettes-ctyellow-dark-5: hsl(44, 100%, 14%);
|
|
1588
|
+
--color-brand-palettes-ctyellow-dark-6: hsl(46, 98%, 17%);
|
|
1589
|
+
--color-brand-palettes-ctyellow-dark-7: hsl(45, 65%, 25%);
|
|
1590
|
+
--color-brand-palettes-ctyellow-dark-8: hsl(45, 61%, 32%);
|
|
1591
|
+
--color-brand-palettes-ctyellow-dark-9: hsl(47, 100%, 54%);
|
|
1592
|
+
--color-brand-palettes-ctyellow-dark-10: hsl(48, 100%, 48%);
|
|
1593
|
+
--color-brand-palettes-ctyellow-dark-11: hsl(47, 100%, 56%);
|
|
1594
|
+
--color-brand-palettes-ctyellow-dark-12: hsl(44, 92%, 85%);
|
|
1595
|
+
--color-brand-palettes-ctyellow-dark-default: hsl(47, 100%, 54%);
|
|
1596
|
+
--color-brand-palettes-ctyellow-dark-contrast: hsl(0, 0%, 0%);
|
|
1597
|
+
--color-brand-palettes-ctyellow-alpha-light-1: hsla(45, 100%, 40%, 0.02);
|
|
1598
|
+
--color-brand-palettes-ctyellow-alpha-light-2: hsla(47, 100%, 50%, 0.09);
|
|
1599
|
+
--color-brand-palettes-ctyellow-alpha-light-3: hsla(50, 100%, 50%, 0.26);
|
|
1600
|
+
--color-brand-palettes-ctyellow-alpha-light-4: hsla(49, 100%, 50%, 0.41);
|
|
1601
|
+
--color-brand-palettes-ctyellow-alpha-light-5: hsla(48, 100%, 50%, 0.56);
|
|
1602
|
+
--color-brand-palettes-ctyellow-alpha-light-6: hsla(44, 100%, 48%, 0.57);
|
|
1603
|
+
--color-brand-palettes-ctyellow-alpha-light-7: hsla(45, 100%, 42%, 0.61);
|
|
1604
|
+
--color-brand-palettes-ctyellow-alpha-light-8: hsla(45, 100%, 40%, 0.8);
|
|
1605
|
+
--color-brand-palettes-ctyellow-alpha-light-9: hsl(49, 100%, 50%);
|
|
1606
|
+
--color-brand-palettes-ctyellow-alpha-light-10: hsl(48, 100%, 49%);
|
|
1607
|
+
--color-brand-palettes-ctyellow-alpha-light-11: hsl(45, 100%, 30%);
|
|
1608
|
+
--color-brand-palettes-ctyellow-alpha-light-12: hsla(44, 100%, 9%, 0.88);
|
|
1609
|
+
--color-brand-palettes-ctyellow-alpha-light-default: hsl(49, 100%, 50%);
|
|
1610
|
+
--color-brand-palettes-ctyellow-alpha-light-contrast: hsl(0, 0%, 0%);
|
|
1611
|
+
--color-brand-palettes-ctyellow-alpha-dark-1: hsla(0, 0%, 0%, 0);
|
|
1612
|
+
--color-brand-palettes-ctyellow-alpha-dark-2: hsla(40, 100%, 72%, 0.08);
|
|
1613
|
+
--color-brand-palettes-ctyellow-alpha-dark-3: hsla(45, 100%, 55%, 0.16);
|
|
1614
|
+
--color-brand-palettes-ctyellow-alpha-dark-4: hsla(43, 100%, 50%, 0.22);
|
|
1615
|
+
--color-brand-palettes-ctyellow-alpha-dark-5: hsla(44, 100%, 50%, 0.27);
|
|
1616
|
+
--color-brand-palettes-ctyellow-alpha-dark-6: hsla(46, 100%, 51%, 0.33);
|
|
1617
|
+
--color-brand-palettes-ctyellow-alpha-dark-7: hsla(45, 100%, 61%, 0.4);
|
|
1618
|
+
--color-brand-palettes-ctyellow-alpha-dark-8: hsla(45, 100%, 62%, 0.51);
|
|
1619
|
+
--color-brand-palettes-ctyellow-alpha-dark-9: hsl(47, 100%, 54%);
|
|
1620
|
+
--color-brand-palettes-ctyellow-alpha-dark-10: hsla(48, 100%, 50%, 0.96);
|
|
1621
|
+
--color-brand-palettes-ctyellow-alpha-dark-11: hsl(47, 100%, 56%);
|
|
1622
|
+
--color-brand-palettes-ctyellow-alpha-dark-12: hsla(44, 100%, 85%, 0.99);
|
|
1623
|
+
--color-brand-palettes-ctyellow-alpha-dark-default: hsl(47, 100%, 54%);
|
|
1624
|
+
--color-brand-palettes-ctyellow-alpha-dark-contrast: hsl(0, 0%, 0%);
|
|
1625
|
+
--color-brand-palettes-ctviolet-light-1: hsl(240, 100%, 100%);
|
|
1626
|
+
--color-brand-palettes-ctviolet-light-2: hsl(233, 100%, 98%);
|
|
1627
|
+
--color-brand-palettes-ctviolet-light-3: hsl(229, 100%, 97%);
|
|
1628
|
+
--color-brand-palettes-ctviolet-light-4: hsl(228, 100%, 94%);
|
|
1629
|
+
--color-brand-palettes-ctviolet-light-5: hsl(229, 100%, 92%);
|
|
1630
|
+
--color-brand-palettes-ctviolet-light-6: hsl(229, 100%, 88%);
|
|
1631
|
+
--color-brand-palettes-ctviolet-light-7: hsl(231, 100%, 84%);
|
|
1632
|
+
--color-brand-palettes-ctviolet-light-8: hsl(232, 88%, 77%);
|
|
1633
|
+
--color-brand-palettes-ctviolet-light-9: hsl(240, 64%, 58%);
|
|
1634
|
+
--color-brand-palettes-ctviolet-light-10: hsl(240, 49%, 50%);
|
|
1635
|
+
--color-brand-palettes-ctviolet-light-11: hsl(239, 47%, 47%);
|
|
1636
|
+
--color-brand-palettes-ctviolet-light-12: hsl(237, 47%, 27%);
|
|
1637
|
+
--color-brand-palettes-ctviolet-light-default: hsl(240, 64%, 58%);
|
|
1638
|
+
--color-brand-palettes-ctviolet-light-contrast: hsl(0, 0%, 100%);
|
|
1639
|
+
--color-brand-palettes-ctviolet-dark-1: hsl(0, 0%, 0%);
|
|
1640
|
+
--color-brand-palettes-ctviolet-dark-2: hsl(233, 41%, 9%);
|
|
1641
|
+
--color-brand-palettes-ctviolet-dark-3: hsl(236, 45%, 19%);
|
|
1642
|
+
--color-brand-palettes-ctviolet-dark-4: hsl(238, 49%, 27%);
|
|
1643
|
+
--color-brand-palettes-ctviolet-dark-5: hsl(237, 46%, 33%);
|
|
1644
|
+
--color-brand-palettes-ctviolet-dark-6: hsl(236, 42%, 37%);
|
|
1645
|
+
--color-brand-palettes-ctviolet-dark-7: hsl(236, 40%, 44%);
|
|
1646
|
+
--color-brand-palettes-ctviolet-dark-8: hsl(235, 43%, 52%);
|
|
1647
|
+
--color-brand-palettes-ctviolet-dark-9: hsl(240, 64%, 58%);
|
|
1648
|
+
--color-brand-palettes-ctviolet-dark-10: hsl(242, 55%, 51%);
|
|
1649
|
+
--color-brand-palettes-ctviolet-dark-11: hsl(231, 100%, 81%);
|
|
1650
|
+
--color-brand-palettes-ctviolet-dark-12: hsl(229, 100%, 93%);
|
|
1651
|
+
--color-brand-palettes-ctviolet-dark-default: hsl(240, 64%, 58%);
|
|
1652
|
+
--color-brand-palettes-ctviolet-dark-contrast: hsl(0, 0%, 100%);
|
|
1653
|
+
--color-brand-palettes-ctviolet-alpha-light-1: hsl(240, 100%, 100%);
|
|
1654
|
+
--color-brand-palettes-ctviolet-alpha-light-2: hsla(232, 100%, 50%, 0.03);
|
|
1655
|
+
--color-brand-palettes-ctviolet-alpha-light-3: hsla(229, 100%, 50%, 0.07);
|
|
1656
|
+
--color-brand-palettes-ctviolet-alpha-light-4: hsla(228, 100%, 50%, 0.11);
|
|
1657
|
+
--color-brand-palettes-ctviolet-alpha-light-5: hsla(228, 100%, 50%, 0.16);
|
|
1658
|
+
--color-brand-palettes-ctviolet-alpha-light-6: hsla(229, 100%, 50%, 0.23);
|
|
1659
|
+
--color-brand-palettes-ctviolet-alpha-light-7: hsla(231, 100%, 50%, 0.31);
|
|
1660
|
+
--color-brand-palettes-ctviolet-alpha-light-8: hsla(232, 100%, 47%, 0.43);
|
|
1661
|
+
--color-brand-palettes-ctviolet-alpha-light-9: hsla(240, 100%, 39%, 0.69);
|
|
1662
|
+
--color-brand-palettes-ctviolet-alpha-light-10: hsla(241, 100%, 33%, 0.74);
|
|
1663
|
+
--color-brand-palettes-ctviolet-alpha-light-11: hsla(238, 100%, 37%, 0.69);
|
|
1664
|
+
--color-brand-palettes-ctviolet-alpha-light-12: hsla(237, 100%, 15%, 0.85);
|
|
1665
|
+
--color-brand-palettes-ctviolet-alpha-light-default: hsla(240, 100%, 39%, 0.69);
|
|
1666
|
+
--color-brand-palettes-ctviolet-alpha-light-contrast: hsl(0, 0%, 100%);
|
|
1667
|
+
--color-brand-palettes-ctviolet-alpha-dark-1: hsla(0, 0%, 0%, 0);
|
|
1668
|
+
--color-brand-palettes-ctviolet-alpha-dark-2: hsla(233, 100%, 71%, 0.12);
|
|
1669
|
+
--color-brand-palettes-ctviolet-alpha-dark-3: hsla(236, 100%, 69%, 0.28);
|
|
1670
|
+
--color-brand-palettes-ctviolet-alpha-dark-4: hsla(238, 100%, 67%, 0.41);
|
|
1671
|
+
--color-brand-palettes-ctviolet-alpha-dark-5: hsla(237, 100%, 69%, 0.47);
|
|
1672
|
+
--color-brand-palettes-ctviolet-alpha-dark-6: hsla(236, 100%, 70%, 0.53);
|
|
1673
|
+
--color-brand-palettes-ctviolet-alpha-dark-7: hsla(236, 100%, 71%, 0.62);
|
|
1674
|
+
--color-brand-palettes-ctviolet-alpha-dark-8: hsla(235, 100%, 72%, 0.73);
|
|
1675
|
+
--color-brand-palettes-ctviolet-alpha-dark-9: hsla(240, 100%, 68%, 0.85);
|
|
1676
|
+
--color-brand-palettes-ctviolet-alpha-dark-10: hsla(242, 100%, 65%, 0.78);
|
|
1677
|
+
--color-brand-palettes-ctviolet-alpha-dark-11: hsl(231, 100%, 81%);
|
|
1678
|
+
--color-brand-palettes-ctviolet-alpha-dark-12: hsl(229, 100%, 93%);
|
|
1679
|
+
--color-brand-palettes-ctviolet-alpha-dark-default: hsla(240, 100%, 68%, 0.85);
|
|
1680
|
+
--color-brand-palettes-ctviolet-alpha-dark-contrast: hsl(0, 0%, 100%);
|
|
1681
|
+
--color-brand-palettes-ctteal-light-1: hsl(180, 71%, 99%);
|
|
1682
|
+
--color-brand-palettes-ctteal-light-2: hsl(180, 56%, 96%);
|
|
1683
|
+
--color-brand-palettes-ctteal-light-3: hsl(178, 72%, 92%);
|
|
1684
|
+
--color-brand-palettes-ctteal-light-4: hsl(179, 69%, 86%);
|
|
1685
|
+
--color-brand-palettes-ctteal-light-5: hsl(179, 63%, 80%);
|
|
1686
|
+
--color-brand-palettes-ctteal-light-6: hsl(179, 57%, 73%);
|
|
1687
|
+
--color-brand-palettes-ctteal-light-7: hsl(180, 52%, 62%);
|
|
1688
|
+
--color-brand-palettes-ctteal-light-8: hsl(180, 98%, 37%);
|
|
1689
|
+
--color-brand-palettes-ctteal-light-9: hsl(180, 89%, 40%);
|
|
1690
|
+
--color-brand-palettes-ctteal-light-10: hsl(180, 100%, 35%);
|
|
1691
|
+
--color-brand-palettes-ctteal-light-11: hsl(180, 100%, 25%);
|
|
1692
|
+
--color-brand-palettes-ctteal-light-12: hsl(180, 100%, 12%);
|
|
1693
|
+
--color-brand-palettes-ctteal-light-default: hsl(180, 89%, 40%);
|
|
1694
|
+
--color-brand-palettes-ctteal-light-contrast: hsl(0, 0%, 0%);
|
|
1695
|
+
--color-brand-palettes-ctteal-dark-1: hsl(0, 0%, 0%);
|
|
1696
|
+
--color-brand-palettes-ctteal-dark-2: hsl(180, 45%, 6%);
|
|
1697
|
+
--color-brand-palettes-ctteal-dark-3: hsl(180, 82%, 9%);
|
|
1698
|
+
--color-brand-palettes-ctteal-dark-4: hsl(180, 100%, 11%);
|
|
1699
|
+
--color-brand-palettes-ctteal-dark-5: hsl(180, 100%, 14%);
|
|
1700
|
+
--color-brand-palettes-ctteal-dark-6: hsl(180, 100%, 17%);
|
|
1701
|
+
--color-brand-palettes-ctteal-dark-7: hsl(180, 84%, 22%);
|
|
1702
|
+
--color-brand-palettes-ctteal-dark-8: hsl(180, 95%, 26%);
|
|
1703
|
+
--color-brand-palettes-ctteal-dark-9: hsl(180, 89%, 40%);
|
|
1704
|
+
--color-brand-palettes-ctteal-dark-10: hsl(180, 100%, 35%);
|
|
1705
|
+
--color-brand-palettes-ctteal-dark-11: hsl(180, 63%, 52%);
|
|
1706
|
+
--color-brand-palettes-ctteal-dark-12: hsl(179, 68%, 80%);
|
|
1707
|
+
--color-brand-palettes-ctteal-dark-default: hsl(180, 89%, 40%);
|
|
1708
|
+
--color-brand-palettes-ctteal-dark-contrast: hsl(0, 0%, 0%);
|
|
1709
|
+
--color-brand-palettes-ctteal-alpha-light-1: hsla(180, 100%, 42%, 0.02);
|
|
1710
|
+
--color-brand-palettes-ctteal-alpha-light-2: hsla(180, 100%, 36%, 0.05);
|
|
1711
|
+
--color-brand-palettes-ctteal-alpha-light-3: hsla(178, 100%, 42%, 0.15);
|
|
1712
|
+
--color-brand-palettes-ctteal-alpha-light-4: hsla(179, 100%, 41%, 0.24);
|
|
1713
|
+
--color-brand-palettes-ctteal-alpha-light-5: hsla(179, 100%, 39%, 0.33);
|
|
1714
|
+
--color-brand-palettes-ctteal-alpha-light-6: hsla(179, 100%, 36%, 0.43);
|
|
1715
|
+
--color-brand-palettes-ctteal-alpha-light-7: hsla(180, 100%, 35%, 0.58);
|
|
1716
|
+
--color-brand-palettes-ctteal-alpha-light-8: hsla(180, 100%, 37%, 0.99);
|
|
1717
|
+
--color-brand-palettes-ctteal-alpha-light-9: hsla(180, 100%, 37%, 0.96);
|
|
1718
|
+
--color-brand-palettes-ctteal-alpha-light-10: hsl(180, 100%, 35%);
|
|
1719
|
+
--color-brand-palettes-ctteal-alpha-light-11: hsl(180, 100%, 25%);
|
|
1720
|
+
--color-brand-palettes-ctteal-alpha-light-12: hsl(180, 100%, 12%);
|
|
1721
|
+
--color-brand-palettes-ctteal-alpha-light-default: hsla(180, 100%, 37%, 0.96);
|
|
1722
|
+
--color-brand-palettes-ctteal-alpha-light-contrast: hsl(0, 0%, 0%);
|
|
1723
|
+
--color-brand-palettes-ctteal-alpha-dark-1: hsla(0, 0%, 0%, 0);
|
|
1724
|
+
--color-brand-palettes-ctteal-alpha-dark-2: hsla(180, 100%, 69%, 0.08);
|
|
1725
|
+
--color-brand-palettes-ctteal-alpha-dark-3: hsla(180, 100%, 55%, 0.16);
|
|
1726
|
+
--color-brand-palettes-ctteal-alpha-dark-4: hsla(180, 100%, 50%, 0.22);
|
|
1727
|
+
--color-brand-palettes-ctteal-alpha-dark-5: hsla(180, 100%, 50%, 0.28);
|
|
1728
|
+
--color-brand-palettes-ctteal-alpha-dark-6: hsla(180, 100%, 50%, 0.34);
|
|
1729
|
+
--color-brand-palettes-ctteal-alpha-dark-7: hsla(180, 100%, 54%, 0.41);
|
|
1730
|
+
--color-brand-palettes-ctteal-alpha-dark-8: hsla(180, 100%, 51%, 0.51);
|
|
1731
|
+
--color-brand-palettes-ctteal-alpha-dark-9: hsla(180, 100%, 53%, 0.75);
|
|
1732
|
+
--color-brand-palettes-ctteal-alpha-dark-10: hsla(180, 100%, 50%, 0.71);
|
|
1733
|
+
--color-brand-palettes-ctteal-alpha-dark-11: hsla(180, 100%, 63%, 0.82);
|
|
1734
|
+
--color-brand-palettes-ctteal-alpha-dark-12: hsla(179, 100%, 85%, 0.94);
|
|
1735
|
+
--color-brand-palettes-ctteal-alpha-dark-default: hsla(180, 100%, 53%, 0.75);
|
|
1736
|
+
--color-brand-palettes-ctteal-alpha-dark-contrast: hsl(0, 0%, 0%);
|
|
1737
|
+
--color-semantic-palettes-neutral-light-1: hsl(0, 0%, 99%);
|
|
1738
|
+
--color-semantic-palettes-neutral-light-2: hsl(0, 0%, 98%);
|
|
1739
|
+
--color-semantic-palettes-neutral-light-3: hsl(0, 0%, 94%);
|
|
1740
|
+
--color-semantic-palettes-neutral-light-4: hsl(0, 0%, 91%);
|
|
1741
|
+
--color-semantic-palettes-neutral-light-5: hsl(0, 0%, 88%);
|
|
1742
|
+
--color-semantic-palettes-neutral-light-6: hsl(0, 0%, 85%);
|
|
1743
|
+
--color-semantic-palettes-neutral-light-7: hsl(0, 0%, 81%);
|
|
1744
|
+
--color-semantic-palettes-neutral-light-8: hsl(0, 0%, 73%);
|
|
1745
|
+
--color-semantic-palettes-neutral-light-9: hsl(0, 0%, 55%);
|
|
1746
|
+
--color-semantic-palettes-neutral-light-10: hsl(0, 0%, 51%);
|
|
1747
|
+
--color-semantic-palettes-neutral-light-11: hsl(0, 0%, 39%);
|
|
1748
|
+
--color-semantic-palettes-neutral-light-12: hsl(0, 0%, 13%);
|
|
1749
|
+
--color-semantic-palettes-neutral-light-default: hsl(0, 0%, 55%);
|
|
1750
|
+
--color-semantic-palettes-neutral-light-contrast: hsl(0, 0%, 100%);
|
|
1751
|
+
--color-semantic-palettes-neutral-dark-1: hsl(0, 0%, 7%);
|
|
1752
|
+
--color-semantic-palettes-neutral-dark-2: hsl(0, 0%, 10%);
|
|
1753
|
+
--color-semantic-palettes-neutral-dark-3: hsl(0, 0%, 13%);
|
|
1754
|
+
--color-semantic-palettes-neutral-dark-4: hsl(0, 0%, 16%);
|
|
1755
|
+
--color-semantic-palettes-neutral-dark-5: hsl(0, 0%, 19%);
|
|
1756
|
+
--color-semantic-palettes-neutral-dark-6: hsl(0, 0%, 23%);
|
|
1757
|
+
--color-semantic-palettes-neutral-dark-7: hsl(0, 0%, 28%);
|
|
1758
|
+
--color-semantic-palettes-neutral-dark-8: hsl(0, 0%, 38%);
|
|
1759
|
+
--color-semantic-palettes-neutral-dark-9: hsl(0, 0%, 43%);
|
|
1760
|
+
--color-semantic-palettes-neutral-dark-10: hsl(0, 0%, 48%);
|
|
1761
|
+
--color-semantic-palettes-neutral-dark-11: hsl(0, 0%, 71%);
|
|
1762
|
+
--color-semantic-palettes-neutral-dark-12: hsl(0, 0%, 93%);
|
|
1763
|
+
--color-semantic-palettes-neutral-dark-default: hsl(0, 0%, 43%);
|
|
1764
|
+
--color-semantic-palettes-neutral-dark-contrast: hsl(0, 0%, 100%);
|
|
1765
|
+
--color-semantic-palettes-neutral-alpha-light-1: hsl(0, 0%, 99%);
|
|
1766
|
+
--color-semantic-palettes-neutral-alpha-light-2: hsl(0, 0%, 98%);
|
|
1767
|
+
--color-semantic-palettes-neutral-alpha-light-3: hsl(0, 0%, 94%);
|
|
1768
|
+
--color-semantic-palettes-neutral-alpha-light-4: hsl(0, 0%, 91%);
|
|
1769
|
+
--color-semantic-palettes-neutral-alpha-light-5: hsl(0, 0%, 88%);
|
|
1770
|
+
--color-semantic-palettes-neutral-alpha-light-6: hsl(0, 0%, 85%);
|
|
1771
|
+
--color-semantic-palettes-neutral-alpha-light-7: hsl(0, 0%, 81%);
|
|
1772
|
+
--color-semantic-palettes-neutral-alpha-light-8: hsl(0, 0%, 73%);
|
|
1773
|
+
--color-semantic-palettes-neutral-alpha-light-9: hsl(0, 0%, 55%);
|
|
1774
|
+
--color-semantic-palettes-neutral-alpha-light-10: hsl(0, 0%, 51%);
|
|
1775
|
+
--color-semantic-palettes-neutral-alpha-light-11: hsl(0, 0%, 39%);
|
|
1776
|
+
--color-semantic-palettes-neutral-alpha-light-12: hsl(0, 0%, 13%);
|
|
1777
|
+
--color-semantic-palettes-neutral-alpha-light-default: hsl(0, 0%, 55%);
|
|
1778
|
+
--color-semantic-palettes-neutral-alpha-light-contrast: hsl(0, 0%, 100%);
|
|
1779
|
+
--color-semantic-palettes-neutral-alpha-dark-1: hsl(0, 0%, 7%);
|
|
1780
|
+
--color-semantic-palettes-neutral-alpha-dark-2: hsl(0, 0%, 10%);
|
|
1781
|
+
--color-semantic-palettes-neutral-alpha-dark-3: hsl(0, 0%, 13%);
|
|
1782
|
+
--color-semantic-palettes-neutral-alpha-dark-4: hsl(0, 0%, 16%);
|
|
1783
|
+
--color-semantic-palettes-neutral-alpha-dark-5: hsl(0, 0%, 19%);
|
|
1784
|
+
--color-semantic-palettes-neutral-alpha-dark-6: hsl(0, 0%, 23%);
|
|
1785
|
+
--color-semantic-palettes-neutral-alpha-dark-7: hsl(0, 0%, 28%);
|
|
1786
|
+
--color-semantic-palettes-neutral-alpha-dark-8: hsl(0, 0%, 38%);
|
|
1787
|
+
--color-semantic-palettes-neutral-alpha-dark-9: hsl(0, 0%, 43%);
|
|
1788
|
+
--color-semantic-palettes-neutral-alpha-dark-10: hsl(0, 0%, 48%);
|
|
1789
|
+
--color-semantic-palettes-neutral-alpha-dark-11: hsl(0, 0%, 71%);
|
|
1790
|
+
--color-semantic-palettes-neutral-alpha-dark-12: hsl(0, 0%, 93%);
|
|
1791
|
+
--color-semantic-palettes-neutral-alpha-dark-default: hsl(0, 0%, 43%);
|
|
1792
|
+
--color-semantic-palettes-neutral-alpha-dark-contrast: hsl(0, 0%, 100%);
|
|
1793
|
+
--color-semantic-palettes-primary-light-1: hsl(240, 100%, 100%);
|
|
1794
|
+
--color-semantic-palettes-primary-light-2: hsl(233, 100%, 98%);
|
|
1795
|
+
--color-semantic-palettes-primary-light-3: hsl(229, 100%, 97%);
|
|
1796
|
+
--color-semantic-palettes-primary-light-4: hsl(228, 100%, 94%);
|
|
1797
|
+
--color-semantic-palettes-primary-light-5: hsl(229, 100%, 92%);
|
|
1798
|
+
--color-semantic-palettes-primary-light-6: hsl(229, 100%, 88%);
|
|
1799
|
+
--color-semantic-palettes-primary-light-7: hsl(231, 100%, 84%);
|
|
1800
|
+
--color-semantic-palettes-primary-light-8: hsl(232, 88%, 77%);
|
|
1801
|
+
--color-semantic-palettes-primary-light-9: hsl(240, 64%, 58%);
|
|
1802
|
+
--color-semantic-palettes-primary-light-10: hsl(240, 49%, 50%);
|
|
1803
|
+
--color-semantic-palettes-primary-light-11: hsl(239, 47%, 47%);
|
|
1804
|
+
--color-semantic-palettes-primary-light-12: hsl(237, 47%, 27%);
|
|
1805
|
+
--color-semantic-palettes-primary-light-default: hsl(240, 64%, 58%);
|
|
1806
|
+
--color-semantic-palettes-primary-light-contrast: hsl(0, 0%, 100%);
|
|
1807
|
+
--color-semantic-palettes-primary-dark-1: hsl(0, 0%, 0%);
|
|
1808
|
+
--color-semantic-palettes-primary-dark-2: hsl(233, 41%, 9%);
|
|
1809
|
+
--color-semantic-palettes-primary-dark-3: hsl(236, 45%, 19%);
|
|
1810
|
+
--color-semantic-palettes-primary-dark-4: hsl(238, 49%, 27%);
|
|
1811
|
+
--color-semantic-palettes-primary-dark-5: hsl(237, 46%, 33%);
|
|
1812
|
+
--color-semantic-palettes-primary-dark-6: hsl(236, 42%, 37%);
|
|
1813
|
+
--color-semantic-palettes-primary-dark-7: hsl(236, 40%, 44%);
|
|
1814
|
+
--color-semantic-palettes-primary-dark-8: hsl(235, 43%, 52%);
|
|
1815
|
+
--color-semantic-palettes-primary-dark-9: hsl(240, 64%, 58%);
|
|
1816
|
+
--color-semantic-palettes-primary-dark-10: hsl(242, 55%, 51%);
|
|
1817
|
+
--color-semantic-palettes-primary-dark-11: hsl(231, 100%, 81%);
|
|
1818
|
+
--color-semantic-palettes-primary-dark-12: hsl(229, 100%, 93%);
|
|
1819
|
+
--color-semantic-palettes-primary-dark-default: hsl(240, 64%, 58%);
|
|
1820
|
+
--color-semantic-palettes-primary-dark-contrast: hsl(0, 0%, 100%);
|
|
1821
|
+
--color-semantic-palettes-primary-alpha-light-1: hsl(240, 100%, 100%);
|
|
1822
|
+
--color-semantic-palettes-primary-alpha-light-2: hsl(233, 100%, 98%);
|
|
1823
|
+
--color-semantic-palettes-primary-alpha-light-3: hsl(229, 100%, 97%);
|
|
1824
|
+
--color-semantic-palettes-primary-alpha-light-4: hsl(228, 100%, 94%);
|
|
1825
|
+
--color-semantic-palettes-primary-alpha-light-5: hsl(229, 100%, 92%);
|
|
1826
|
+
--color-semantic-palettes-primary-alpha-light-6: hsl(229, 100%, 88%);
|
|
1827
|
+
--color-semantic-palettes-primary-alpha-light-7: hsl(231, 100%, 84%);
|
|
1828
|
+
--color-semantic-palettes-primary-alpha-light-8: hsl(232, 88%, 77%);
|
|
1829
|
+
--color-semantic-palettes-primary-alpha-light-9: hsl(240, 64%, 58%);
|
|
1830
|
+
--color-semantic-palettes-primary-alpha-light-10: hsl(240, 49%, 50%);
|
|
1831
|
+
--color-semantic-palettes-primary-alpha-light-11: hsl(239, 47%, 47%);
|
|
1832
|
+
--color-semantic-palettes-primary-alpha-light-12: hsl(237, 47%, 27%);
|
|
1833
|
+
--color-semantic-palettes-primary-alpha-light-default: hsl(240, 64%, 58%);
|
|
1834
|
+
--color-semantic-palettes-primary-alpha-light-contrast: hsl(0, 0%, 100%);
|
|
1835
|
+
--color-semantic-palettes-primary-alpha-dark-1: hsl(0, 0%, 0%);
|
|
1836
|
+
--color-semantic-palettes-primary-alpha-dark-2: hsl(233, 41%, 9%);
|
|
1837
|
+
--color-semantic-palettes-primary-alpha-dark-3: hsl(236, 45%, 19%);
|
|
1838
|
+
--color-semantic-palettes-primary-alpha-dark-4: hsl(238, 49%, 27%);
|
|
1839
|
+
--color-semantic-palettes-primary-alpha-dark-5: hsl(237, 46%, 33%);
|
|
1840
|
+
--color-semantic-palettes-primary-alpha-dark-6: hsl(236, 42%, 37%);
|
|
1841
|
+
--color-semantic-palettes-primary-alpha-dark-7: hsl(236, 40%, 44%);
|
|
1842
|
+
--color-semantic-palettes-primary-alpha-dark-8: hsl(235, 43%, 52%);
|
|
1843
|
+
--color-semantic-palettes-primary-alpha-dark-9: hsl(240, 64%, 58%);
|
|
1844
|
+
--color-semantic-palettes-primary-alpha-dark-10: hsl(242, 55%, 51%);
|
|
1845
|
+
--color-semantic-palettes-primary-alpha-dark-11: hsl(231, 100%, 81%);
|
|
1846
|
+
--color-semantic-palettes-primary-alpha-dark-12: hsl(229, 100%, 93%);
|
|
1847
|
+
--color-semantic-palettes-primary-alpha-dark-default: hsl(240, 64%, 58%);
|
|
1848
|
+
--color-semantic-palettes-primary-alpha-dark-contrast: hsl(0, 0%, 100%);
|
|
1849
|
+
--color-semantic-palettes-info-light-1: hsl(210, 100%, 99%);
|
|
1850
|
+
--color-semantic-palettes-info-light-2: hsl(207, 100%, 98%);
|
|
1851
|
+
--color-semantic-palettes-info-light-3: hsl(205, 92%, 95%);
|
|
1852
|
+
--color-semantic-palettes-info-light-4: hsl(203, 100%, 92%);
|
|
1853
|
+
--color-semantic-palettes-info-light-5: hsl(206, 100%, 88%);
|
|
1854
|
+
--color-semantic-palettes-info-light-6: hsl(207, 93%, 83%);
|
|
1855
|
+
--color-semantic-palettes-info-light-7: hsl(207, 85%, 76%);
|
|
1856
|
+
--color-semantic-palettes-info-light-8: hsl(206, 82%, 65%);
|
|
1857
|
+
--color-semantic-palettes-info-light-9: hsl(206, 100%, 50%);
|
|
1858
|
+
--color-semantic-palettes-info-light-10: hsl(207, 96%, 48%);
|
|
1859
|
+
--color-semantic-palettes-info-light-11: hsl(208, 88%, 43%);
|
|
1860
|
+
--color-semantic-palettes-info-light-12: hsl(216, 71%, 23%);
|
|
1861
|
+
--color-semantic-palettes-info-light-default: hsl(206, 100%, 50%);
|
|
1862
|
+
--color-semantic-palettes-info-light-contrast: hsl(0, 0%, 100%);
|
|
1863
|
+
--color-semantic-palettes-info-dark-1: hsl(215, 42%, 9%);
|
|
1864
|
+
--color-semantic-palettes-info-dark-2: hsl(218, 39%, 11%);
|
|
1865
|
+
--color-semantic-palettes-info-dark-3: hsl(212, 69%, 16%);
|
|
1866
|
+
--color-semantic-palettes-info-dark-4: hsl(209, 100%, 19%);
|
|
1867
|
+
--color-semantic-palettes-info-dark-5: hsl(207, 100%, 23%);
|
|
1868
|
+
--color-semantic-palettes-info-dark-6: hsl(209, 79%, 30%);
|
|
1869
|
+
--color-semantic-palettes-info-dark-7: hsl(211, 66%, 37%);
|
|
1870
|
+
--color-semantic-palettes-info-dark-8: hsl(211, 65%, 45%);
|
|
1871
|
+
--color-semantic-palettes-info-dark-9: hsl(206, 100%, 50%);
|
|
1872
|
+
--color-semantic-palettes-info-dark-10: hsl(210, 100%, 62%);
|
|
1873
|
+
--color-semantic-palettes-info-dark-11: hsl(210, 100%, 72%);
|
|
1874
|
+
--color-semantic-palettes-info-dark-12: hsl(205, 100%, 88%);
|
|
1875
|
+
--color-semantic-palettes-info-dark-default: hsl(206, 100%, 50%);
|
|
1876
|
+
--color-semantic-palettes-info-dark-contrast: hsl(0, 0%, 100%);
|
|
1877
|
+
--color-semantic-palettes-info-alpha-light-1: hsl(210, 100%, 99%);
|
|
1878
|
+
--color-semantic-palettes-info-alpha-light-2: hsl(207, 100%, 98%);
|
|
1879
|
+
--color-semantic-palettes-info-alpha-light-3: hsl(205, 92%, 95%);
|
|
1880
|
+
--color-semantic-palettes-info-alpha-light-4: hsl(203, 100%, 92%);
|
|
1881
|
+
--color-semantic-palettes-info-alpha-light-5: hsl(206, 100%, 88%);
|
|
1882
|
+
--color-semantic-palettes-info-alpha-light-6: hsl(207, 93%, 83%);
|
|
1883
|
+
--color-semantic-palettes-info-alpha-light-7: hsl(207, 85%, 76%);
|
|
1884
|
+
--color-semantic-palettes-info-alpha-light-8: hsl(206, 82%, 65%);
|
|
1885
|
+
--color-semantic-palettes-info-alpha-light-9: hsl(206, 100%, 50%);
|
|
1886
|
+
--color-semantic-palettes-info-alpha-light-10: hsl(207, 96%, 48%);
|
|
1887
|
+
--color-semantic-palettes-info-alpha-light-11: hsl(208, 88%, 43%);
|
|
1888
|
+
--color-semantic-palettes-info-alpha-light-12: hsl(216, 71%, 23%);
|
|
1889
|
+
--color-semantic-palettes-info-alpha-light-default: hsl(206, 100%, 50%);
|
|
1890
|
+
--color-semantic-palettes-info-alpha-light-contrast: hsl(0, 0%, 100%);
|
|
1891
|
+
--color-semantic-palettes-info-alpha-dark-1: hsl(215, 42%, 9%);
|
|
1892
|
+
--color-semantic-palettes-info-alpha-dark-2: hsl(218, 39%, 11%);
|
|
1893
|
+
--color-semantic-palettes-info-alpha-dark-3: hsl(212, 69%, 16%);
|
|
1894
|
+
--color-semantic-palettes-info-alpha-dark-4: hsl(209, 100%, 19%);
|
|
1895
|
+
--color-semantic-palettes-info-alpha-dark-5: hsl(207, 100%, 23%);
|
|
1896
|
+
--color-semantic-palettes-info-alpha-dark-6: hsl(209, 79%, 30%);
|
|
1897
|
+
--color-semantic-palettes-info-alpha-dark-7: hsl(211, 66%, 37%);
|
|
1898
|
+
--color-semantic-palettes-info-alpha-dark-8: hsl(211, 65%, 45%);
|
|
1899
|
+
--color-semantic-palettes-info-alpha-dark-9: hsl(206, 100%, 50%);
|
|
1900
|
+
--color-semantic-palettes-info-alpha-dark-10: hsl(210, 100%, 62%);
|
|
1901
|
+
--color-semantic-palettes-info-alpha-dark-11: hsl(210, 100%, 72%);
|
|
1902
|
+
--color-semantic-palettes-info-alpha-dark-12: hsl(205, 100%, 88%);
|
|
1903
|
+
--color-semantic-palettes-info-alpha-dark-default: hsl(206, 100%, 50%);
|
|
1904
|
+
--color-semantic-palettes-info-alpha-dark-contrast: hsl(0, 0%, 100%);
|
|
1905
|
+
--color-semantic-palettes-critical-light-1: hsl(0, 100%, 99%);
|
|
1906
|
+
--color-semantic-palettes-critical-light-2: hsl(0, 100%, 98%);
|
|
1907
|
+
--color-semantic-palettes-critical-light-3: hsl(357, 90%, 96%);
|
|
1908
|
+
--color-semantic-palettes-critical-light-4: hsl(358, 100%, 93%);
|
|
1909
|
+
--color-semantic-palettes-critical-light-5: hsl(359, 100%, 90%);
|
|
1910
|
+
--color-semantic-palettes-critical-light-6: hsl(359, 94%, 87%);
|
|
1911
|
+
--color-semantic-palettes-critical-light-7: hsl(359, 77%, 81%);
|
|
1912
|
+
--color-semantic-palettes-critical-light-8: hsl(359, 70%, 74%);
|
|
1913
|
+
--color-semantic-palettes-critical-light-9: hsl(358, 75%, 59%);
|
|
1914
|
+
--color-semantic-palettes-critical-light-10: hsl(358, 69%, 55%);
|
|
1915
|
+
--color-semantic-palettes-critical-light-11: hsl(358, 65%, 49%);
|
|
1916
|
+
--color-semantic-palettes-critical-light-12: hsl(351, 63%, 24%);
|
|
1917
|
+
--color-semantic-palettes-critical-light-default: hsl(358, 75%, 59%);
|
|
1918
|
+
--color-semantic-palettes-critical-light-contrast: hsl(0, 0%, 100%);
|
|
1919
|
+
--color-semantic-palettes-critical-dark-1: hsl(0, 19%, 8%);
|
|
1920
|
+
--color-semantic-palettes-critical-dark-2: hsl(355, 25%, 10%);
|
|
1921
|
+
--color-semantic-palettes-critical-dark-3: hsl(350, 53%, 15%);
|
|
1922
|
+
--color-semantic-palettes-critical-dark-4: hsl(348, 68%, 19%);
|
|
1923
|
+
--color-semantic-palettes-critical-dark-5: hsl(350, 63%, 23%);
|
|
1924
|
+
--color-semantic-palettes-critical-dark-6: hsl(352, 53%, 29%);
|
|
1925
|
+
--color-semantic-palettes-critical-dark-7: hsl(355, 47%, 37%);
|
|
1926
|
+
--color-semantic-palettes-critical-dark-8: hsl(358, 45%, 49%);
|
|
1927
|
+
--color-semantic-palettes-critical-dark-9: hsl(358, 75%, 59%);
|
|
1928
|
+
--color-semantic-palettes-critical-dark-10: hsl(360, 79%, 65%);
|
|
1929
|
+
--color-semantic-palettes-critical-dark-11: hsl(2, 100%, 79%);
|
|
1930
|
+
--color-semantic-palettes-critical-dark-12: hsl(350, 100%, 91%);
|
|
1931
|
+
--color-semantic-palettes-critical-dark-default: hsl(358, 75%, 59%);
|
|
1932
|
+
--color-semantic-palettes-critical-dark-contrast: hsl(0, 0%, 100%);
|
|
1933
|
+
--color-semantic-palettes-critical-alpha-light-1: hsl(0, 100%, 99%);
|
|
1934
|
+
--color-semantic-palettes-critical-alpha-light-2: hsl(0, 100%, 98%);
|
|
1935
|
+
--color-semantic-palettes-critical-alpha-light-3: hsl(357, 90%, 96%);
|
|
1936
|
+
--color-semantic-palettes-critical-alpha-light-4: hsl(358, 100%, 93%);
|
|
1937
|
+
--color-semantic-palettes-critical-alpha-light-5: hsl(359, 100%, 90%);
|
|
1938
|
+
--color-semantic-palettes-critical-alpha-light-6: hsl(359, 94%, 87%);
|
|
1939
|
+
--color-semantic-palettes-critical-alpha-light-7: hsl(359, 77%, 81%);
|
|
1940
|
+
--color-semantic-palettes-critical-alpha-light-8: hsl(359, 70%, 74%);
|
|
1941
|
+
--color-semantic-palettes-critical-alpha-light-9: hsl(358, 75%, 59%);
|
|
1942
|
+
--color-semantic-palettes-critical-alpha-light-10: hsl(358, 69%, 55%);
|
|
1943
|
+
--color-semantic-palettes-critical-alpha-light-11: hsl(358, 65%, 49%);
|
|
1944
|
+
--color-semantic-palettes-critical-alpha-light-12: hsl(351, 63%, 24%);
|
|
1945
|
+
--color-semantic-palettes-critical-alpha-light-default: hsl(358, 75%, 59%);
|
|
1946
|
+
--color-semantic-palettes-critical-alpha-light-contrast: hsl(0, 0%, 100%);
|
|
1947
|
+
--color-semantic-palettes-critical-alpha-dark-1: hsl(0, 19%, 8%);
|
|
1948
|
+
--color-semantic-palettes-critical-alpha-dark-2: hsl(355, 25%, 10%);
|
|
1949
|
+
--color-semantic-palettes-critical-alpha-dark-3: hsl(350, 53%, 15%);
|
|
1950
|
+
--color-semantic-palettes-critical-alpha-dark-4: hsl(348, 68%, 19%);
|
|
1951
|
+
--color-semantic-palettes-critical-alpha-dark-5: hsl(350, 63%, 23%);
|
|
1952
|
+
--color-semantic-palettes-critical-alpha-dark-6: hsl(352, 53%, 29%);
|
|
1953
|
+
--color-semantic-palettes-critical-alpha-dark-7: hsl(355, 47%, 37%);
|
|
1954
|
+
--color-semantic-palettes-critical-alpha-dark-8: hsl(358, 45%, 49%);
|
|
1955
|
+
--color-semantic-palettes-critical-alpha-dark-9: hsl(358, 75%, 59%);
|
|
1956
|
+
--color-semantic-palettes-critical-alpha-dark-10: hsl(360, 79%, 65%);
|
|
1957
|
+
--color-semantic-palettes-critical-alpha-dark-11: hsl(2, 100%, 79%);
|
|
1958
|
+
--color-semantic-palettes-critical-alpha-dark-12: hsl(350, 100%, 91%);
|
|
1959
|
+
--color-semantic-palettes-critical-alpha-dark-default: hsl(358, 75%, 59%);
|
|
1960
|
+
--color-semantic-palettes-critical-alpha-dark-contrast: hsl(0, 0%, 100%);
|
|
1961
|
+
--color-semantic-palettes-warning-light-1: hsl(40, 60%, 99%);
|
|
1962
|
+
--color-semantic-palettes-warning-light-2: hsl(51, 91%, 95%);
|
|
1963
|
+
--color-semantic-palettes-warning-light-3: hsl(52, 100%, 88%);
|
|
1964
|
+
--color-semantic-palettes-warning-light-4: hsl(50, 100%, 81%);
|
|
1965
|
+
--color-semantic-palettes-warning-light-5: hsl(50, 94%, 73%);
|
|
1966
|
+
--color-semantic-palettes-warning-light-6: hsl(46, 84%, 70%);
|
|
1967
|
+
--color-semantic-palettes-warning-light-7: hsl(42, 75%, 65%);
|
|
1968
|
+
--color-semantic-palettes-warning-light-8: hsl(38, 75%, 55%);
|
|
1969
|
+
--color-semantic-palettes-warning-light-9: hsl(42, 100%, 62%);
|
|
1970
|
+
--color-semantic-palettes-warning-light-10: hsl(42, 100%, 55%);
|
|
1971
|
+
--color-semantic-palettes-warning-light-11: hsl(35, 100%, 34%);
|
|
1972
|
+
--color-semantic-palettes-warning-light-12: hsl(24, 40%, 22%);
|
|
1973
|
+
--color-semantic-palettes-warning-light-default: hsl(42, 100%, 62%);
|
|
1974
|
+
--color-semantic-palettes-warning-light-contrast: hsl(0, 0%, 0%);
|
|
1975
|
+
--color-semantic-palettes-warning-dark-1: hsl(36, 29%, 7%);
|
|
1976
|
+
--color-semantic-palettes-warning-dark-2: hsl(39, 32%, 9%);
|
|
1977
|
+
--color-semantic-palettes-warning-dark-3: hsl(36, 71%, 11%);
|
|
1978
|
+
--color-semantic-palettes-warning-dark-4: hsl(37, 100%, 12%);
|
|
1979
|
+
--color-semantic-palettes-warning-dark-5: hsl(37, 100%, 15%);
|
|
1980
|
+
--color-semantic-palettes-warning-dark-6: hsl(39, 90%, 19%);
|
|
1981
|
+
--color-semantic-palettes-warning-dark-7: hsl(37, 64%, 27%);
|
|
1982
|
+
--color-semantic-palettes-warning-dark-8: hsl(36, 60%, 35%);
|
|
1983
|
+
--color-semantic-palettes-warning-dark-9: hsl(42, 100%, 62%);
|
|
1984
|
+
--color-semantic-palettes-warning-dark-10: hsl(50, 100%, 52%);
|
|
1985
|
+
--color-semantic-palettes-warning-dark-11: hsl(46, 100%, 54%);
|
|
1986
|
+
--color-semantic-palettes-warning-dark-12: hsl(41, 100%, 85%);
|
|
1987
|
+
--color-semantic-palettes-warning-dark-default: hsl(42, 100%, 62%);
|
|
1988
|
+
--color-semantic-palettes-warning-dark-contrast: hsl(0, 0%, 0%);
|
|
1989
|
+
--color-semantic-palettes-warning-alpha-light-1: hsl(40, 60%, 99%);
|
|
1990
|
+
--color-semantic-palettes-warning-alpha-light-2: hsl(51, 91%, 95%);
|
|
1991
|
+
--color-semantic-palettes-warning-alpha-light-3: hsl(52, 100%, 88%);
|
|
1992
|
+
--color-semantic-palettes-warning-alpha-light-4: hsl(50, 100%, 81%);
|
|
1993
|
+
--color-semantic-palettes-warning-alpha-light-5: hsl(50, 94%, 73%);
|
|
1994
|
+
--color-semantic-palettes-warning-alpha-light-6: hsl(46, 84%, 70%);
|
|
1995
|
+
--color-semantic-palettes-warning-alpha-light-7: hsl(42, 75%, 65%);
|
|
1996
|
+
--color-semantic-palettes-warning-alpha-light-8: hsl(38, 75%, 55%);
|
|
1997
|
+
--color-semantic-palettes-warning-alpha-light-9: hsl(42, 100%, 62%);
|
|
1998
|
+
--color-semantic-palettes-warning-alpha-light-10: hsl(42, 100%, 55%);
|
|
1999
|
+
--color-semantic-palettes-warning-alpha-light-11: hsl(35, 100%, 34%);
|
|
2000
|
+
--color-semantic-palettes-warning-alpha-light-12: hsl(24, 40%, 22%);
|
|
2001
|
+
--color-semantic-palettes-warning-alpha-light-default: hsl(42, 100%, 62%);
|
|
2002
|
+
--color-semantic-palettes-warning-alpha-light-contrast: hsl(0, 0%, 0%);
|
|
2003
|
+
--color-semantic-palettes-warning-alpha-dark-1: hsl(36, 29%, 7%);
|
|
2004
|
+
--color-semantic-palettes-warning-alpha-dark-2: hsl(39, 32%, 9%);
|
|
2005
|
+
--color-semantic-palettes-warning-alpha-dark-3: hsl(36, 71%, 11%);
|
|
2006
|
+
--color-semantic-palettes-warning-alpha-dark-4: hsl(37, 100%, 12%);
|
|
2007
|
+
--color-semantic-palettes-warning-alpha-dark-5: hsl(37, 100%, 15%);
|
|
2008
|
+
--color-semantic-palettes-warning-alpha-dark-6: hsl(39, 90%, 19%);
|
|
2009
|
+
--color-semantic-palettes-warning-alpha-dark-7: hsl(37, 64%, 27%);
|
|
2010
|
+
--color-semantic-palettes-warning-alpha-dark-8: hsl(36, 60%, 35%);
|
|
2011
|
+
--color-semantic-palettes-warning-alpha-dark-9: hsl(42, 100%, 62%);
|
|
2012
|
+
--color-semantic-palettes-warning-alpha-dark-10: hsl(50, 100%, 52%);
|
|
2013
|
+
--color-semantic-palettes-warning-alpha-dark-11: hsl(46, 100%, 54%);
|
|
2014
|
+
--color-semantic-palettes-warning-alpha-dark-12: hsl(41, 100%, 85%);
|
|
2015
|
+
--color-semantic-palettes-warning-alpha-dark-default: hsl(42, 100%, 62%);
|
|
2016
|
+
--color-semantic-palettes-warning-alpha-dark-contrast: hsl(0, 0%, 0%);
|
|
2017
|
+
--color-semantic-palettes-positive-light-1: hsl(120, 60%, 99%);
|
|
2018
|
+
--color-semantic-palettes-positive-light-2: hsl(120, 43%, 97%);
|
|
2019
|
+
--color-semantic-palettes-positive-light-3: hsl(120, 42%, 94%);
|
|
2020
|
+
--color-semantic-palettes-positive-light-4: hsl(123, 45%, 90%);
|
|
2021
|
+
--color-semantic-palettes-positive-light-5: hsl(122, 40%, 85%);
|
|
2022
|
+
--color-semantic-palettes-positive-light-6: hsl(124, 39%, 78%);
|
|
2023
|
+
--color-semantic-palettes-positive-light-7: hsl(126, 37%, 69%);
|
|
2024
|
+
--color-semantic-palettes-positive-light-8: hsl(131, 38%, 56%);
|
|
2025
|
+
--color-semantic-palettes-positive-light-9: hsl(131, 41%, 46%);
|
|
2026
|
+
--color-semantic-palettes-positive-light-10: hsl(131, 43%, 43%);
|
|
2027
|
+
--color-semantic-palettes-positive-light-11: hsl(132, 50%, 33%);
|
|
2028
|
+
--color-semantic-palettes-positive-light-12: hsl(131, 30%, 18%);
|
|
2029
|
+
--color-semantic-palettes-positive-light-default: hsl(131, 41%, 46%);
|
|
2030
|
+
--color-semantic-palettes-positive-light-contrast: hsl(0, 0%, 100%);
|
|
2031
|
+
--color-semantic-palettes-positive-dark-1: hsl(146, 20%, 7%);
|
|
2032
|
+
--color-semantic-palettes-positive-dark-2: hsl(130, 13%, 9%);
|
|
2033
|
+
--color-semantic-palettes-positive-dark-3: hsl(132, 22%, 14%);
|
|
2034
|
+
--color-semantic-palettes-positive-dark-4: hsl(134, 33%, 17%);
|
|
2035
|
+
--color-semantic-palettes-positive-dark-5: hsl(134, 32%, 21%);
|
|
2036
|
+
--color-semantic-palettes-positive-dark-6: hsl(133, 32%, 26%);
|
|
2037
|
+
--color-semantic-palettes-positive-dark-7: hsl(132, 31%, 31%);
|
|
2038
|
+
--color-semantic-palettes-positive-dark-8: hsl(131, 32%, 36%);
|
|
2039
|
+
--color-semantic-palettes-positive-dark-9: hsl(131, 41%, 46%);
|
|
2040
|
+
--color-semantic-palettes-positive-dark-10: hsl(131, 39%, 51%);
|
|
2041
|
+
--color-semantic-palettes-positive-dark-11: hsl(131, 50%, 63%);
|
|
2042
|
+
--color-semantic-palettes-positive-dark-12: hsl(120, 61%, 85%);
|
|
2043
|
+
--color-semantic-palettes-positive-dark-default: hsl(131, 41%, 46%);
|
|
2044
|
+
--color-semantic-palettes-positive-dark-contrast: hsl(0, 0%, 100%);
|
|
2045
|
+
--color-semantic-palettes-positive-alpha-light-1: hsl(120, 60%, 99%);
|
|
2046
|
+
--color-semantic-palettes-positive-alpha-light-2: hsl(120, 43%, 97%);
|
|
2047
|
+
--color-semantic-palettes-positive-alpha-light-3: hsl(120, 42%, 94%);
|
|
2048
|
+
--color-semantic-palettes-positive-alpha-light-4: hsl(123, 45%, 90%);
|
|
2049
|
+
--color-semantic-palettes-positive-alpha-light-5: hsl(122, 40%, 85%);
|
|
2050
|
+
--color-semantic-palettes-positive-alpha-light-6: hsl(124, 39%, 78%);
|
|
2051
|
+
--color-semantic-palettes-positive-alpha-light-7: hsl(126, 37%, 69%);
|
|
2052
|
+
--color-semantic-palettes-positive-alpha-light-8: hsl(131, 38%, 56%);
|
|
2053
|
+
--color-semantic-palettes-positive-alpha-light-9: hsl(131, 41%, 46%);
|
|
2054
|
+
--color-semantic-palettes-positive-alpha-light-10: hsl(131, 43%, 43%);
|
|
2055
|
+
--color-semantic-palettes-positive-alpha-light-11: hsl(132, 50%, 33%);
|
|
2056
|
+
--color-semantic-palettes-positive-alpha-light-12: hsl(131, 30%, 18%);
|
|
2057
|
+
--color-semantic-palettes-positive-alpha-light-default: hsl(131, 41%, 46%);
|
|
2058
|
+
--color-semantic-palettes-positive-alpha-light-contrast: hsl(0, 0%, 100%);
|
|
2059
|
+
--color-semantic-palettes-positive-alpha-dark-1: hsl(146, 20%, 7%);
|
|
2060
|
+
--color-semantic-palettes-positive-alpha-dark-2: hsl(130, 13%, 9%);
|
|
2061
|
+
--color-semantic-palettes-positive-alpha-dark-3: hsl(132, 22%, 14%);
|
|
2062
|
+
--color-semantic-palettes-positive-alpha-dark-4: hsl(134, 33%, 17%);
|
|
2063
|
+
--color-semantic-palettes-positive-alpha-dark-5: hsl(134, 32%, 21%);
|
|
2064
|
+
--color-semantic-palettes-positive-alpha-dark-6: hsl(133, 32%, 26%);
|
|
2065
|
+
--color-semantic-palettes-positive-alpha-dark-7: hsl(132, 31%, 31%);
|
|
2066
|
+
--color-semantic-palettes-positive-alpha-dark-8: hsl(131, 32%, 36%);
|
|
2067
|
+
--color-semantic-palettes-positive-alpha-dark-9: hsl(131, 41%, 46%);
|
|
2068
|
+
--color-semantic-palettes-positive-alpha-dark-10: hsl(131, 39%, 51%);
|
|
2069
|
+
--color-semantic-palettes-positive-alpha-dark-11: hsl(131, 50%, 63%);
|
|
2070
|
+
--color-semantic-palettes-positive-alpha-dark-12: hsl(120, 61%, 85%);
|
|
2071
|
+
--color-semantic-palettes-positive-alpha-dark-default: hsl(131, 41%, 46%);
|
|
2072
|
+
--color-semantic-palettes-positive-alpha-dark-contrast: hsl(0, 0%, 100%);
|
|
2073
|
+
--font-family-heading: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
|
|
2074
|
+
--font-family-body: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
|
|
2075
|
+
--font-family-mono: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
|
|
2076
|
+
--font-size-250: 10px;
|
|
2077
|
+
--font-size-300: 12px;
|
|
2078
|
+
--font-size-350: 14px;
|
|
2079
|
+
--font-size-400: 16px;
|
|
2080
|
+
--font-size-450: 18px;
|
|
2081
|
+
--font-size-500: 20px;
|
|
2082
|
+
--font-size-600: 24px;
|
|
2083
|
+
--font-size-750: 30px;
|
|
2084
|
+
--font-size-900: 36px;
|
|
2085
|
+
--font-size-1200: 48px;
|
|
2086
|
+
--font-size-1500: 60px;
|
|
2087
|
+
--font-size-1800: 72px;
|
|
2088
|
+
--font-size-2400: 96px;
|
|
2089
|
+
--font-size-3200: 128px;
|
|
2090
|
+
--font-weight-100: 100;
|
|
2091
|
+
--font-weight-200: 200;
|
|
2092
|
+
--font-weight-300: 300;
|
|
2093
|
+
--font-weight-400: 400;
|
|
2094
|
+
--font-weight-500: 500;
|
|
2095
|
+
--font-weight-600: 600;
|
|
2096
|
+
--font-weight-700: 700;
|
|
2097
|
+
--font-weight-800: 800;
|
|
2098
|
+
--font-weight-900: 900;
|
|
2099
|
+
--duration-fastest: 50ms;
|
|
2100
|
+
--duration-faster: 100ms;
|
|
2101
|
+
--duration-fast: 150ms;
|
|
2102
|
+
--duration-moderate: 200ms;
|
|
2103
|
+
--duration-slow: 300ms;
|
|
2104
|
+
--duration-slower: 400ms;
|
|
2105
|
+
--duration-slowest: 500ms;
|
|
2106
|
+
--duration-1s: 1s;
|
|
2107
|
+
--duration-2s: 2s;
|
|
2108
|
+
--easing-linear: cubic-bezier(0, 0, 1, 1);
|
|
2109
|
+
--easing-ease-in: cubic-bezier(0.42, 0, 1, 1);
|
|
2110
|
+
--easing-ease-out: cubic-bezier(0, 0, 0.58, 1);
|
|
2111
|
+
--easing-ease-in-out: cubic-bezier(0.42, 0, 0.58, 1);
|
|
2112
|
+
--easing-ease-in-smooth: cubic-bezier(0.32, 0.72, 0, 1);
|
|
2113
|
+
--line-height-250: 10px;
|
|
2114
|
+
--line-height-300: 12px;
|
|
2115
|
+
--line-height-350: 14px;
|
|
2116
|
+
--line-height-400: 16px;
|
|
2117
|
+
--line-height-450: 18px;
|
|
2118
|
+
--line-height-500: 20px;
|
|
2119
|
+
--line-height-550: 22px;
|
|
2120
|
+
--line-height-600: 24px;
|
|
2121
|
+
--line-height-650: 26px;
|
|
2122
|
+
--line-height-700: 28px;
|
|
2123
|
+
--line-height-750: 30px;
|
|
2124
|
+
--line-height-800: 32px;
|
|
2125
|
+
--line-height-900: 36px;
|
|
2126
|
+
--line-height-1100: 44px;
|
|
2127
|
+
--line-height-1200: 48px;
|
|
2128
|
+
--line-height-1400: 56px;
|
|
2129
|
+
--line-height-1500: 60px;
|
|
2130
|
+
--line-height-1800: 72px;
|
|
2131
|
+
--line-height-2000: 80px;
|
|
2132
|
+
--line-height-2100: 84px;
|
|
2133
|
+
--line-height-2300: 92px;
|
|
2134
|
+
--line-height-2400: 96px;
|
|
2135
|
+
--line-height-2800: 112px;
|
|
2136
|
+
--line-height-3200: 128px;
|
|
2137
|
+
--line-height-3500: 140px;
|
|
2138
|
+
--line-height-3800: 152px;
|
|
2139
|
+
--text-style-2xs: [object Object];
|
|
2140
|
+
--text-style-xs: [object Object];
|
|
2141
|
+
--text-style-sm: [object Object];
|
|
2142
|
+
--text-style-md: [object Object];
|
|
2143
|
+
--text-style-lg: [object Object];
|
|
2144
|
+
--text-style-xl: [object Object];
|
|
2145
|
+
--text-style-2xl: [object Object];
|
|
2146
|
+
--text-style-3xl: [object Object];
|
|
2147
|
+
--text-style-4xl: [object Object];
|
|
2148
|
+
--text-style-5xl: [object Object];
|
|
2149
|
+
--text-style-6xl: [object Object];
|
|
2150
|
+
--text-style-7xl: [object Object];
|
|
2151
|
+
--text-style-caption: [object Object];
|
|
2152
|
+
--text-style-detail: [object Object];
|
|
2153
|
+
--text-style-body: [object Object];
|
|
2154
|
+
--size-25: 1px;
|
|
2155
|
+
--size-50: 2px;
|
|
2156
|
+
--size-100: 4px;
|
|
2157
|
+
--size-150: 6px;
|
|
2158
|
+
--size-200: 8px;
|
|
2159
|
+
--size-250: 10px;
|
|
2160
|
+
--size-300: 12px;
|
|
2161
|
+
--size-350: 14px;
|
|
2162
|
+
--size-400: 16px;
|
|
2163
|
+
--size-450: 18px;
|
|
2164
|
+
--size-500: 20px;
|
|
2165
|
+
--size-600: 24px;
|
|
2166
|
+
--size-700: 28px;
|
|
2167
|
+
--size-800: 32px;
|
|
2168
|
+
--size-900: 36px;
|
|
2169
|
+
--size-1000: 40px;
|
|
2170
|
+
--size-1100: 44px;
|
|
2171
|
+
--size-1200: 48px;
|
|
2172
|
+
--size-1400: 56px;
|
|
2173
|
+
--size-1600: 64px;
|
|
2174
|
+
--size-2000: 80px;
|
|
2175
|
+
--size-2400: 96px;
|
|
2176
|
+
--size-2800: 112px;
|
|
2177
|
+
--size-3200: 128px;
|
|
2178
|
+
--size-3600: 144px;
|
|
2179
|
+
--size-4000: 160px;
|
|
2180
|
+
--size-4400: 176px;
|
|
2181
|
+
--size-4800: 192px;
|
|
2182
|
+
--size-5200: 208px;
|
|
2183
|
+
--size-5600: 224px;
|
|
2184
|
+
--size-6000: 240px;
|
|
2185
|
+
--size-6400: 256px;
|
|
2186
|
+
--size-7200: 288px;
|
|
2187
|
+
--size-8000: 320px;
|
|
2188
|
+
--size-9600: 384px;
|
|
2189
|
+
--size-3xs: 224px;
|
|
2190
|
+
--size-2xs: 256px;
|
|
2191
|
+
--size-xs: 320px;
|
|
2192
|
+
--size-sm: 384px;
|
|
2193
|
+
--size-md: 448px;
|
|
2194
|
+
--size-lg: 512px;
|
|
2195
|
+
--size-xl: 576px;
|
|
2196
|
+
--size-2xl: 672px;
|
|
2197
|
+
--size-3xl: 768px;
|
|
2198
|
+
--size-4xl: 896px;
|
|
2199
|
+
--size-5xl: 1024px;
|
|
2200
|
+
--size-6xl: 1152px;
|
|
2201
|
+
--size-7xl: 1280px;
|
|
2202
|
+
--size-8xl: 1440px;
|
|
2203
|
+
--size-breakpoint-sm: 480px;
|
|
2204
|
+
--size-breakpoint-md: 768px;
|
|
2205
|
+
--size-breakpoint-lg: 1024px;
|
|
2206
|
+
--size-breakpoint-xl: 1280px;
|
|
2207
|
+
--size-breakpoint-2xl: 1536px;
|
|
2208
|
+
--spacing-25: 1px;
|
|
2209
|
+
--spacing-50: 2px;
|
|
2210
|
+
--spacing-100: 4px;
|
|
2211
|
+
--spacing-150: 6px;
|
|
2212
|
+
--spacing-200: 8px;
|
|
2213
|
+
--spacing-250: 10px;
|
|
2214
|
+
--spacing-300: 12px;
|
|
2215
|
+
--spacing-350: 14px;
|
|
2216
|
+
--spacing-400: 16px;
|
|
2217
|
+
--spacing-450: 18px;
|
|
2218
|
+
--spacing-500: 20px;
|
|
2219
|
+
--spacing-600: 24px;
|
|
2220
|
+
--spacing-700: 28px;
|
|
2221
|
+
--spacing-800: 32px;
|
|
2222
|
+
--spacing-900: 36px;
|
|
2223
|
+
--spacing-1000: 40px;
|
|
2224
|
+
--spacing-1100: 44px;
|
|
2225
|
+
--spacing-1200: 48px;
|
|
2226
|
+
--spacing-1400: 56px;
|
|
2227
|
+
--spacing-1600: 64px;
|
|
2228
|
+
--spacing-2000: 80px;
|
|
2229
|
+
--spacing-2400: 96px;
|
|
2230
|
+
--spacing-2800: 112px;
|
|
2231
|
+
--spacing-3200: 128px;
|
|
2232
|
+
--z-index-hide: -1;
|
|
2233
|
+
--z-index-base: 0;
|
|
2234
|
+
--z-index-docked: 10;
|
|
2235
|
+
--z-index-dropdown: 1000;
|
|
2236
|
+
--z-index-sticky: 1100;
|
|
2237
|
+
--z-index-banner: 1200;
|
|
2238
|
+
--z-index-overlay: 1300;
|
|
2239
|
+
--z-index-modal: 1400;
|
|
2240
|
+
--z-index-popver: 1500;
|
|
2241
|
+
--z-index-skip-nav: 1600;
|
|
2242
|
+
--z-index-toast: 1700;
|
|
2243
|
+
--z-index-tooltip: 1800;
|
|
2244
|
+
--z-index-max: 2147483647;
|
|
2245
|
+
--shadow-1: 0 1px 4px hsla(0, 0%, 0%, 0.05);
|
|
2246
|
+
--shadow-2: 0 2px 8px hsla(0, 0%, 0%, 0.05);
|
|
2247
|
+
--shadow-3: 0 4px 12px hsla(0, 0%, 0%, 0.1);
|
|
2248
|
+
--shadow-4: 0 6px 16px hsla(0, 0%, 0%, 0.1);
|
|
2249
|
+
--shadow-5: 0 8px 20px hsla(0, 0%, 0%, 0.1);
|
|
2250
|
+
--shadow-6: 0 10px 24px hsla(0, 0%, 0%, 0.15);
|
|
2251
|
+
--opacity-5: 0.05;
|
|
2252
|
+
--opacity-10: 0.1;
|
|
2253
|
+
--opacity-15: 0.15;
|
|
2254
|
+
--opacity-20: 0.2;
|
|
2255
|
+
--opacity-25: 0.25;
|
|
2256
|
+
--opacity-30: 0.3;
|
|
2257
|
+
--opacity-35: 0.35;
|
|
2258
|
+
--opacity-40: 0.4;
|
|
2259
|
+
--opacity-45: 0.45;
|
|
2260
|
+
--opacity-50: 0.5;
|
|
2261
|
+
--opacity-55: 0.55;
|
|
2262
|
+
--opacity-60: 0.6;
|
|
2263
|
+
--opacity-65: 0.65;
|
|
2264
|
+
--opacity-70: 0.7;
|
|
2265
|
+
--opacity-75: 0.75;
|
|
2266
|
+
--opacity-80: 0.8;
|
|
2267
|
+
--opacity-85: 0.85;
|
|
2268
|
+
--opacity-90: 0.9;
|
|
2269
|
+
--opacity-95: 0.95;
|
|
2270
|
+
--opacity-none: 0;
|
|
2271
|
+
--opacity-full: 1;
|
|
2272
|
+
--text-decoration-underline: underline;
|
|
2273
|
+
--text-decoration-strike-through: strike-through;
|
|
2274
|
+
--text-case-lower: lowercase;
|
|
2275
|
+
--text-case-upper: uppercase;
|
|
2276
|
+
--text-case-caps: capitalize;
|
|
2277
|
+
--cursor-button: pointer;
|
|
2278
|
+
--cursor-checkbox: default;
|
|
2279
|
+
--cursor-disabled: not-allowed;
|
|
2280
|
+
--cursor-menuitem: default;
|
|
2281
|
+
--cursor-option: default;
|
|
2282
|
+
--cursor-radio: default;
|
|
2283
|
+
--cursor-slider: default;
|
|
2284
|
+
--cursor-switch: pointer;
|
|
2285
|
+
--breakpoints-sm: 480px;
|
|
2286
|
+
--breakpoints-md: 768px;
|
|
2287
|
+
--breakpoints-lg: 1024px;
|
|
2288
|
+
--breakpoints-xl: 1280px;
|
|
2289
|
+
--breakpoints-2xl: 1536px;
|
|
2290
|
+
}
|