@ctrliq/quantic-tokens 0.0.1 → 1.61.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +11 -41
- package/dist/breakpoints.scss +8 -0
- package/dist/dark-mode.css +1430 -0
- package/dist/dark-mode.json +1426 -0
- package/dist/dark-mode.scss +1431 -0
- package/dist/light-mode.css +1432 -0
- package/dist/light-mode.json +1428 -0
- package/dist/light-mode.scss +1433 -0
- package/package.json +27 -7
|
@@ -0,0 +1,1430 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
:root {
|
|
6
|
+
--quantic-breakpoint-mobile: 36rem;
|
|
7
|
+
--quantic-breakpoint-tablet-portrait: 48rem;
|
|
8
|
+
--quantic-breakpoint-tablet-landscape: 62rem;
|
|
9
|
+
--quantic-breakpoint-desktop: 75rem;
|
|
10
|
+
--quantic-breakpoint-large-desktop: 87.5rem;
|
|
11
|
+
--quantic-container-padding-mobile: 1rem;
|
|
12
|
+
--quantic-container-padding-desktop: 2rem;
|
|
13
|
+
--quantic-container-max-width-desktop: 80rem;
|
|
14
|
+
--quantic-color-base-white: #ffffff;
|
|
15
|
+
--quantic-color-base-white-rgb: 255 255 255;
|
|
16
|
+
--quantic-color-base-black: #000000;
|
|
17
|
+
--quantic-color-base-black-rgb: 0 0 0;
|
|
18
|
+
--quantic-color-base-transparent: rgba(255, 255, 255, 0);
|
|
19
|
+
--quantic-color-gray-light-mode-25: #fdfdfd;
|
|
20
|
+
--quantic-color-gray-light-mode-50: #fafafa;
|
|
21
|
+
--quantic-color-gray-light-mode-100: #f5f5f5;
|
|
22
|
+
--quantic-color-gray-light-mode-200: #e9eaeb;
|
|
23
|
+
--quantic-color-gray-light-mode-300: #d5d7da;
|
|
24
|
+
--quantic-color-gray-light-mode-400: #a4a7ae;
|
|
25
|
+
--quantic-color-gray-light-mode-500: #717680;
|
|
26
|
+
--quantic-color-gray-light-mode-600: #535862;
|
|
27
|
+
--quantic-color-gray-light-mode-700: #414651;
|
|
28
|
+
--quantic-color-gray-light-mode-800: #252b37;
|
|
29
|
+
--quantic-color-gray-light-mode-900: #181d27;
|
|
30
|
+
--quantic-color-gray-light-mode-950: #0a0d12;
|
|
31
|
+
--quantic-color-gray-light-mode-25-rgb: 253 253 253;
|
|
32
|
+
--quantic-color-gray-light-mode-50-rgb: 250 250 250;
|
|
33
|
+
--quantic-color-gray-light-mode-100-rgb: 245 245 245;
|
|
34
|
+
--quantic-color-gray-light-mode-200-rgb: 233 234 235;
|
|
35
|
+
--quantic-color-gray-light-mode-300-rgb: 213 215 218;
|
|
36
|
+
--quantic-color-gray-light-mode-400-rgb: 164 167 174;
|
|
37
|
+
--quantic-color-gray-light-mode-500-rgb: 113 118 128;
|
|
38
|
+
--quantic-color-gray-light-mode-600-rgb: 83 88 98;
|
|
39
|
+
--quantic-color-gray-light-mode-700-rgb: 65 70 81;
|
|
40
|
+
--quantic-color-gray-light-mode-800-rgb: 37 43 55;
|
|
41
|
+
--quantic-color-gray-light-mode-900-rgb: 24 29 39;
|
|
42
|
+
--quantic-color-gray-light-mode-950-rgb: 10 13 18;
|
|
43
|
+
--quantic-color-gray-dark-mode-25: #fafafa;
|
|
44
|
+
--quantic-color-gray-dark-mode-50: #f7f7f7;
|
|
45
|
+
--quantic-color-gray-dark-mode-100: #f0f0f1;
|
|
46
|
+
--quantic-color-gray-dark-mode-200: #ececed;
|
|
47
|
+
--quantic-color-gray-dark-mode-300: #cecfd2;
|
|
48
|
+
--quantic-color-gray-dark-mode-400: #94979c;
|
|
49
|
+
--quantic-color-gray-dark-mode-500: #85888e;
|
|
50
|
+
--quantic-color-gray-dark-mode-600: #61656c;
|
|
51
|
+
--quantic-color-gray-dark-mode-700: #373a41;
|
|
52
|
+
--quantic-color-gray-dark-mode-800: #22262f;
|
|
53
|
+
--quantic-color-gray-dark-mode-850: #1a1e25;
|
|
54
|
+
--quantic-color-gray-dark-mode-900: #13161b;
|
|
55
|
+
--quantic-color-gray-dark-mode-950: #0c0e12;
|
|
56
|
+
--quantic-color-gray-dark-mode-25-rgb: 250 250 250;
|
|
57
|
+
--quantic-color-gray-dark-mode-50-rgb: 247 247 247;
|
|
58
|
+
--quantic-color-gray-dark-mode-100-rgb: 240 240 241;
|
|
59
|
+
--quantic-color-gray-dark-mode-200-rgb: 236 236 237;
|
|
60
|
+
--quantic-color-gray-dark-mode-300-rgb: 206 207 210;
|
|
61
|
+
--quantic-color-gray-dark-mode-400-rgb: 148 151 156;
|
|
62
|
+
--quantic-color-gray-dark-mode-500-rgb: 133 136 142;
|
|
63
|
+
--quantic-color-gray-dark-mode-600-rgb: 97 101 108;
|
|
64
|
+
--quantic-color-gray-dark-mode-700-rgb: 55 58 65;
|
|
65
|
+
--quantic-color-gray-dark-mode-800-rgb: 34 38 47;
|
|
66
|
+
--quantic-color-gray-dark-mode-850-rgb: 26 30 37;
|
|
67
|
+
--quantic-color-gray-dark-mode-900-rgb: 19 22 27;
|
|
68
|
+
--quantic-color-gray-dark-mode-950-rgb: 12 14 18;
|
|
69
|
+
--quantic-color-gray-dark-mode-alpha-25: rgba(255, 255, 255, 0.98);
|
|
70
|
+
--quantic-color-gray-dark-mode-alpha-50: rgba(255, 255, 255, 0.96);
|
|
71
|
+
--quantic-color-gray-dark-mode-alpha-100: rgba(255, 255, 255, 0.94);
|
|
72
|
+
--quantic-color-gray-dark-mode-alpha-200: rgba(255, 255, 255, 0.92);
|
|
73
|
+
--quantic-color-gray-dark-mode-alpha-300: rgba(255, 255, 255, 0.8);
|
|
74
|
+
--quantic-color-gray-dark-mode-alpha-400: rgba(255, 255, 255, 0.56);
|
|
75
|
+
--quantic-color-gray-dark-mode-alpha-500: rgba(255, 255, 255, 0.5);
|
|
76
|
+
--quantic-color-gray-dark-mode-alpha-600: rgba(255, 255, 255, 0.35);
|
|
77
|
+
--quantic-color-gray-dark-mode-alpha-700: rgba(255, 255, 255, 0.16);
|
|
78
|
+
--quantic-color-gray-dark-mode-alpha-800: rgba(255, 255, 255, 0.08);
|
|
79
|
+
--quantic-color-gray-dark-mode-alpha-900: rgba(255, 255, 255, 0.04);
|
|
80
|
+
--quantic-color-gray-dark-mode-alpha-950: rgba(255, 255, 255, 0);
|
|
81
|
+
--quantic-color-brand-25: #e9fdf1;
|
|
82
|
+
--quantic-color-brand-50: #cbfce1;
|
|
83
|
+
--quantic-color-brand-100: #52fbb2;
|
|
84
|
+
--quantic-color-brand-200: #2be099;
|
|
85
|
+
--quantic-color-brand-300: #17c484;
|
|
86
|
+
--quantic-color-brand-400: #12a66f;
|
|
87
|
+
--quantic-color-brand-500: #0b8759;
|
|
88
|
+
--quantic-color-brand-600: #097049;
|
|
89
|
+
--quantic-color-brand-700: #045134;
|
|
90
|
+
--quantic-color-brand-800: #053722;
|
|
91
|
+
--quantic-color-brand-900: #052315;
|
|
92
|
+
--quantic-color-brand-950: #04140c;
|
|
93
|
+
--quantic-color-brand-25-rgb: 233 253 241;
|
|
94
|
+
--quantic-color-brand-50-rgb: 203 252 225;
|
|
95
|
+
--quantic-color-brand-100-rgb: 82 251 178;
|
|
96
|
+
--quantic-color-brand-200-rgb: 43 224 153;
|
|
97
|
+
--quantic-color-brand-300-rgb: 23 196 132;
|
|
98
|
+
--quantic-color-brand-400-rgb: 18 166 111;
|
|
99
|
+
--quantic-color-brand-500-rgb: 11 135 89;
|
|
100
|
+
--quantic-color-brand-600-rgb: 9 112 73;
|
|
101
|
+
--quantic-color-brand-700-rgb: 4 81 52;
|
|
102
|
+
--quantic-color-brand-800-rgb: 5 55 34;
|
|
103
|
+
--quantic-color-brand-900-rgb: 5 35 21;
|
|
104
|
+
--quantic-color-brand-950-rgb: 4 20 12;
|
|
105
|
+
--quantic-color-error-25: #fffbfa;
|
|
106
|
+
--quantic-color-error-50: #fef3f2;
|
|
107
|
+
--quantic-color-error-100: #fee4e2;
|
|
108
|
+
--quantic-color-error-200: #fecdca;
|
|
109
|
+
--quantic-color-error-300: #fda29b;
|
|
110
|
+
--quantic-color-error-400: #f97066;
|
|
111
|
+
--quantic-color-error-500: #f04438;
|
|
112
|
+
--quantic-color-error-600: #d92d20;
|
|
113
|
+
--quantic-color-error-700: #b42318;
|
|
114
|
+
--quantic-color-error-800: #912018;
|
|
115
|
+
--quantic-color-error-900: #7a271a;
|
|
116
|
+
--quantic-color-error-950: #55160c;
|
|
117
|
+
--quantic-color-error-25-rgb: 255 251 250;
|
|
118
|
+
--quantic-color-error-50-rgb: 254 243 242;
|
|
119
|
+
--quantic-color-error-100-rgb: 254 228 226;
|
|
120
|
+
--quantic-color-error-200-rgb: 254 205 202;
|
|
121
|
+
--quantic-color-error-300-rgb: 253 162 155;
|
|
122
|
+
--quantic-color-error-400-rgb: 249 112 102;
|
|
123
|
+
--quantic-color-error-500-rgb: 240 68 56;
|
|
124
|
+
--quantic-color-error-600-rgb: 217 45 32;
|
|
125
|
+
--quantic-color-error-700-rgb: 180 35 24;
|
|
126
|
+
--quantic-color-error-800-rgb: 145 32 24;
|
|
127
|
+
--quantic-color-error-900-rgb: 122 39 26;
|
|
128
|
+
--quantic-color-error-950-rgb: 85 22 12;
|
|
129
|
+
--quantic-color-warning-25: #fffcf5;
|
|
130
|
+
--quantic-color-warning-50: #fffaeb;
|
|
131
|
+
--quantic-color-warning-100: #fef0c7;
|
|
132
|
+
--quantic-color-warning-200: #fedf89;
|
|
133
|
+
--quantic-color-warning-300: #fec84b;
|
|
134
|
+
--quantic-color-warning-400: #fdb022;
|
|
135
|
+
--quantic-color-warning-500: #f79009;
|
|
136
|
+
--quantic-color-warning-600: #dc6803;
|
|
137
|
+
--quantic-color-warning-700: #b54708;
|
|
138
|
+
--quantic-color-warning-800: #93370d;
|
|
139
|
+
--quantic-color-warning-900: #7a2e0e;
|
|
140
|
+
--quantic-color-warning-950: #4e1d09;
|
|
141
|
+
--quantic-color-warning-25-rgb: 255 252 245;
|
|
142
|
+
--quantic-color-warning-50-rgb: 255 250 235;
|
|
143
|
+
--quantic-color-warning-100-rgb: 254 240 199;
|
|
144
|
+
--quantic-color-warning-200-rgb: 254 223 137;
|
|
145
|
+
--quantic-color-warning-300-rgb: 254 200 75;
|
|
146
|
+
--quantic-color-warning-400-rgb: 253 176 34;
|
|
147
|
+
--quantic-color-warning-500-rgb: 247 144 9;
|
|
148
|
+
--quantic-color-warning-600-rgb: 220 104 3;
|
|
149
|
+
--quantic-color-warning-700-rgb: 181 71 8;
|
|
150
|
+
--quantic-color-warning-800-rgb: 147 55 13;
|
|
151
|
+
--quantic-color-warning-900-rgb: 122 46 14;
|
|
152
|
+
--quantic-color-warning-950-rgb: 78 29 9;
|
|
153
|
+
--quantic-color-success-25: #f6fef9;
|
|
154
|
+
--quantic-color-success-50: #ecfdf3;
|
|
155
|
+
--quantic-color-success-100: #dcfae6;
|
|
156
|
+
--quantic-color-success-200: #abefc6;
|
|
157
|
+
--quantic-color-success-300: #75e0a7;
|
|
158
|
+
--quantic-color-success-400: #47cd89;
|
|
159
|
+
--quantic-color-success-500: #17b26a;
|
|
160
|
+
--quantic-color-success-600: #079455;
|
|
161
|
+
--quantic-color-success-700: #067647;
|
|
162
|
+
--quantic-color-success-800: #085d3a;
|
|
163
|
+
--quantic-color-success-900: #074d31;
|
|
164
|
+
--quantic-color-success-950: #053321;
|
|
165
|
+
--quantic-color-success-25-rgb: 246 254 249;
|
|
166
|
+
--quantic-color-success-50-rgb: 236 253 243;
|
|
167
|
+
--quantic-color-success-100-rgb: 220 250 230;
|
|
168
|
+
--quantic-color-success-200-rgb: 171 239 198;
|
|
169
|
+
--quantic-color-success-300-rgb: 117 224 167;
|
|
170
|
+
--quantic-color-success-400-rgb: 71 205 137;
|
|
171
|
+
--quantic-color-success-500-rgb: 23 178 106;
|
|
172
|
+
--quantic-color-success-600-rgb: 7 148 85;
|
|
173
|
+
--quantic-color-success-700-rgb: 6 118 71;
|
|
174
|
+
--quantic-color-success-800-rgb: 8 93 58;
|
|
175
|
+
--quantic-color-success-900-rgb: 7 77 49;
|
|
176
|
+
--quantic-color-success-950-rgb: 5 51 33;
|
|
177
|
+
--quantic-color-gray-blue-25: #fcfcfd;
|
|
178
|
+
--quantic-color-gray-blue-50: #f8f9fc;
|
|
179
|
+
--quantic-color-gray-blue-100: #eaecf5;
|
|
180
|
+
--quantic-color-gray-blue-200: #d5d9eb;
|
|
181
|
+
--quantic-color-gray-blue-300: #b3b8db;
|
|
182
|
+
--quantic-color-gray-blue-400: #717bbc;
|
|
183
|
+
--quantic-color-gray-blue-500: #4e5ba6;
|
|
184
|
+
--quantic-color-gray-blue-600: #3e4784;
|
|
185
|
+
--quantic-color-gray-blue-700: #363f72;
|
|
186
|
+
--quantic-color-gray-blue-800: #293056;
|
|
187
|
+
--quantic-color-gray-blue-900: #101323;
|
|
188
|
+
--quantic-color-gray-blue-950: #0d0f1c;
|
|
189
|
+
--quantic-color-gray-blue-25-rgb: 252 252 253;
|
|
190
|
+
--quantic-color-gray-blue-50-rgb: 248 249 252;
|
|
191
|
+
--quantic-color-gray-blue-100-rgb: 234 236 245;
|
|
192
|
+
--quantic-color-gray-blue-200-rgb: 213 217 235;
|
|
193
|
+
--quantic-color-gray-blue-300-rgb: 179 184 219;
|
|
194
|
+
--quantic-color-gray-blue-400-rgb: 113 123 188;
|
|
195
|
+
--quantic-color-gray-blue-500-rgb: 78 91 166;
|
|
196
|
+
--quantic-color-gray-blue-600-rgb: 62 71 132;
|
|
197
|
+
--quantic-color-gray-blue-700-rgb: 54 63 114;
|
|
198
|
+
--quantic-color-gray-blue-800-rgb: 41 48 86;
|
|
199
|
+
--quantic-color-gray-blue-900-rgb: 16 19 35;
|
|
200
|
+
--quantic-color-gray-blue-950-rgb: 13 15 28;
|
|
201
|
+
--quantic-color-gray-cool-25: #fcfcfd;
|
|
202
|
+
--quantic-color-gray-cool-50: #f9f9fb;
|
|
203
|
+
--quantic-color-gray-cool-100: #eff1f5;
|
|
204
|
+
--quantic-color-gray-cool-200: #dcdfea;
|
|
205
|
+
--quantic-color-gray-cool-300: #b9c0d4;
|
|
206
|
+
--quantic-color-gray-cool-400: #7d89b0;
|
|
207
|
+
--quantic-color-gray-cool-500: #5d6b98;
|
|
208
|
+
--quantic-color-gray-cool-600: #4a5578;
|
|
209
|
+
--quantic-color-gray-cool-700: #404968;
|
|
210
|
+
--quantic-color-gray-cool-800: #30374f;
|
|
211
|
+
--quantic-color-gray-cool-900: #111322;
|
|
212
|
+
--quantic-color-gray-cool-950: #0e101b;
|
|
213
|
+
--quantic-color-gray-cool-25-rgb: 252 252 253;
|
|
214
|
+
--quantic-color-gray-cool-50-rgb: 249 249 251;
|
|
215
|
+
--quantic-color-gray-cool-100-rgb: 239 241 245;
|
|
216
|
+
--quantic-color-gray-cool-200-rgb: 220 223 234;
|
|
217
|
+
--quantic-color-gray-cool-300-rgb: 185 192 212;
|
|
218
|
+
--quantic-color-gray-cool-400-rgb: 125 137 176;
|
|
219
|
+
--quantic-color-gray-cool-500-rgb: 93 107 152;
|
|
220
|
+
--quantic-color-gray-cool-600-rgb: 74 85 120;
|
|
221
|
+
--quantic-color-gray-cool-700-rgb: 64 73 104;
|
|
222
|
+
--quantic-color-gray-cool-800-rgb: 48 55 79;
|
|
223
|
+
--quantic-color-gray-cool-900-rgb: 17 19 34;
|
|
224
|
+
--quantic-color-gray-cool-950-rgb: 14 16 27;
|
|
225
|
+
--quantic-color-gray-modern-25: #fcfcfd;
|
|
226
|
+
--quantic-color-gray-modern-50: #f8fafc;
|
|
227
|
+
--quantic-color-gray-modern-100: #eef2f6;
|
|
228
|
+
--quantic-color-gray-modern-200: #e3e8ef;
|
|
229
|
+
--quantic-color-gray-modern-300: #cdd5df;
|
|
230
|
+
--quantic-color-gray-modern-400: #9aa4b2;
|
|
231
|
+
--quantic-color-gray-modern-500: #697586;
|
|
232
|
+
--quantic-color-gray-modern-600: #4b5565;
|
|
233
|
+
--quantic-color-gray-modern-700: #364152;
|
|
234
|
+
--quantic-color-gray-modern-800: #202939;
|
|
235
|
+
--quantic-color-gray-modern-900: #121926;
|
|
236
|
+
--quantic-color-gray-modern-950: #0d121c;
|
|
237
|
+
--quantic-color-gray-modern-25-rgb: 252 252 253;
|
|
238
|
+
--quantic-color-gray-modern-50-rgb: 248 250 252;
|
|
239
|
+
--quantic-color-gray-modern-100-rgb: 238 242 246;
|
|
240
|
+
--quantic-color-gray-modern-200-rgb: 227 232 239;
|
|
241
|
+
--quantic-color-gray-modern-300-rgb: 205 213 223;
|
|
242
|
+
--quantic-color-gray-modern-400-rgb: 154 164 178;
|
|
243
|
+
--quantic-color-gray-modern-500-rgb: 105 117 134;
|
|
244
|
+
--quantic-color-gray-modern-600-rgb: 75 85 101;
|
|
245
|
+
--quantic-color-gray-modern-700-rgb: 54 65 82;
|
|
246
|
+
--quantic-color-gray-modern-800-rgb: 32 41 57;
|
|
247
|
+
--quantic-color-gray-modern-900-rgb: 18 25 38;
|
|
248
|
+
--quantic-color-gray-modern-950-rgb: 13 18 28;
|
|
249
|
+
--quantic-color-gray-neutral-25: #fcfcfd;
|
|
250
|
+
--quantic-color-gray-neutral-50: #f9fafb;
|
|
251
|
+
--quantic-color-gray-neutral-100: #f3f4f6;
|
|
252
|
+
--quantic-color-gray-neutral-200: #e5e7eb;
|
|
253
|
+
--quantic-color-gray-neutral-300: #d2d6db;
|
|
254
|
+
--quantic-color-gray-neutral-400: #9da4ae;
|
|
255
|
+
--quantic-color-gray-neutral-500: #6c737f;
|
|
256
|
+
--quantic-color-gray-neutral-600: #4d5761;
|
|
257
|
+
--quantic-color-gray-neutral-700: #384250;
|
|
258
|
+
--quantic-color-gray-neutral-800: #1f2a37;
|
|
259
|
+
--quantic-color-gray-neutral-900: #111927;
|
|
260
|
+
--quantic-color-gray-neutral-950: #0d121c;
|
|
261
|
+
--quantic-color-gray-neutral-25-rgb: 252 252 253;
|
|
262
|
+
--quantic-color-gray-neutral-50-rgb: 249 250 251;
|
|
263
|
+
--quantic-color-gray-neutral-100-rgb: 243 244 246;
|
|
264
|
+
--quantic-color-gray-neutral-200-rgb: 229 231 235;
|
|
265
|
+
--quantic-color-gray-neutral-300-rgb: 210 214 219;
|
|
266
|
+
--quantic-color-gray-neutral-400-rgb: 157 164 174;
|
|
267
|
+
--quantic-color-gray-neutral-500-rgb: 108 115 127;
|
|
268
|
+
--quantic-color-gray-neutral-600-rgb: 77 87 97;
|
|
269
|
+
--quantic-color-gray-neutral-700-rgb: 56 66 80;
|
|
270
|
+
--quantic-color-gray-neutral-800-rgb: 31 42 55;
|
|
271
|
+
--quantic-color-gray-neutral-900-rgb: 17 25 39;
|
|
272
|
+
--quantic-color-gray-neutral-950-rgb: 13 18 28;
|
|
273
|
+
--quantic-color-gray-iron-25: #fcfcfc;
|
|
274
|
+
--quantic-color-gray-iron-50: #fafafa;
|
|
275
|
+
--quantic-color-gray-iron-100: #f4f4f5;
|
|
276
|
+
--quantic-color-gray-iron-200: #e4e4e7;
|
|
277
|
+
--quantic-color-gray-iron-300: #d1d1d6;
|
|
278
|
+
--quantic-color-gray-iron-400: #a0a0ab;
|
|
279
|
+
--quantic-color-gray-iron-500: #70707b;
|
|
280
|
+
--quantic-color-gray-iron-600: #51525c;
|
|
281
|
+
--quantic-color-gray-iron-700: #3f3f46;
|
|
282
|
+
--quantic-color-gray-iron-800: #26272b;
|
|
283
|
+
--quantic-color-gray-iron-900: #1a1a1e;
|
|
284
|
+
--quantic-color-gray-iron-950: #131316;
|
|
285
|
+
--quantic-color-gray-iron-25-rgb: 252 252 252;
|
|
286
|
+
--quantic-color-gray-iron-50-rgb: 250 250 250;
|
|
287
|
+
--quantic-color-gray-iron-100-rgb: 244 244 245;
|
|
288
|
+
--quantic-color-gray-iron-200-rgb: 228 228 231;
|
|
289
|
+
--quantic-color-gray-iron-300-rgb: 209 209 214;
|
|
290
|
+
--quantic-color-gray-iron-400-rgb: 160 160 171;
|
|
291
|
+
--quantic-color-gray-iron-500-rgb: 112 112 123;
|
|
292
|
+
--quantic-color-gray-iron-600-rgb: 81 82 92;
|
|
293
|
+
--quantic-color-gray-iron-700-rgb: 63 63 70;
|
|
294
|
+
--quantic-color-gray-iron-800-rgb: 38 39 43;
|
|
295
|
+
--quantic-color-gray-iron-900-rgb: 26 26 30;
|
|
296
|
+
--quantic-color-gray-iron-950-rgb: 19 19 22;
|
|
297
|
+
--quantic-color-gray-true-25: #fcfcfc;
|
|
298
|
+
--quantic-color-gray-true-50: #f7f7f7;
|
|
299
|
+
--quantic-color-gray-true-100: #f5f5f5;
|
|
300
|
+
--quantic-color-gray-true-200: #e5e5e5;
|
|
301
|
+
--quantic-color-gray-true-300: #d6d6d6;
|
|
302
|
+
--quantic-color-gray-true-400: #a3a3a3;
|
|
303
|
+
--quantic-color-gray-true-500: #737373;
|
|
304
|
+
--quantic-color-gray-true-600: #525252;
|
|
305
|
+
--quantic-color-gray-true-700: #424242;
|
|
306
|
+
--quantic-color-gray-true-800: #292929;
|
|
307
|
+
--quantic-color-gray-true-900: #141414;
|
|
308
|
+
--quantic-color-gray-true-950: #0f0f0f;
|
|
309
|
+
--quantic-color-gray-true-25-rgb: 252 252 252;
|
|
310
|
+
--quantic-color-gray-true-50-rgb: 247 247 247;
|
|
311
|
+
--quantic-color-gray-true-100-rgb: 245 245 245;
|
|
312
|
+
--quantic-color-gray-true-200-rgb: 229 229 229;
|
|
313
|
+
--quantic-color-gray-true-300-rgb: 214 214 214;
|
|
314
|
+
--quantic-color-gray-true-400-rgb: 163 163 163;
|
|
315
|
+
--quantic-color-gray-true-500-rgb: 115 115 115;
|
|
316
|
+
--quantic-color-gray-true-600-rgb: 82 82 82;
|
|
317
|
+
--quantic-color-gray-true-700-rgb: 66 66 66;
|
|
318
|
+
--quantic-color-gray-true-800-rgb: 41 41 41;
|
|
319
|
+
--quantic-color-gray-true-900-rgb: 20 20 20;
|
|
320
|
+
--quantic-color-gray-true-950-rgb: 15 15 15;
|
|
321
|
+
--quantic-color-gray-warm-25: #fdfdfc;
|
|
322
|
+
--quantic-color-gray-warm-50: #fafaf9;
|
|
323
|
+
--quantic-color-gray-warm-100: #f5f5f4;
|
|
324
|
+
--quantic-color-gray-warm-200: #e7e5e4;
|
|
325
|
+
--quantic-color-gray-warm-300: #d7d3d0;
|
|
326
|
+
--quantic-color-gray-warm-400: #a9a29d;
|
|
327
|
+
--quantic-color-gray-warm-500: #79716b;
|
|
328
|
+
--quantic-color-gray-warm-600: #57534e;
|
|
329
|
+
--quantic-color-gray-warm-700: #44403c;
|
|
330
|
+
--quantic-color-gray-warm-800: #292524;
|
|
331
|
+
--quantic-color-gray-warm-900: #1c1917;
|
|
332
|
+
--quantic-color-gray-warm-950: #171412;
|
|
333
|
+
--quantic-color-gray-warm-25-rgb: 253 253 252;
|
|
334
|
+
--quantic-color-gray-warm-50-rgb: 250 250 249;
|
|
335
|
+
--quantic-color-gray-warm-100-rgb: 245 245 244;
|
|
336
|
+
--quantic-color-gray-warm-200-rgb: 231 229 228;
|
|
337
|
+
--quantic-color-gray-warm-300-rgb: 215 211 208;
|
|
338
|
+
--quantic-color-gray-warm-400-rgb: 169 162 157;
|
|
339
|
+
--quantic-color-gray-warm-500-rgb: 121 113 107;
|
|
340
|
+
--quantic-color-gray-warm-600-rgb: 87 83 78;
|
|
341
|
+
--quantic-color-gray-warm-700-rgb: 68 64 60;
|
|
342
|
+
--quantic-color-gray-warm-800-rgb: 41 37 36;
|
|
343
|
+
--quantic-color-gray-warm-900-rgb: 28 25 23;
|
|
344
|
+
--quantic-color-gray-warm-950-rgb: 23 20 18;
|
|
345
|
+
--quantic-color-moss-25: #fafdf7;
|
|
346
|
+
--quantic-color-moss-50: #f5fbee;
|
|
347
|
+
--quantic-color-moss-100: #e6f4d7;
|
|
348
|
+
--quantic-color-moss-200: #ceeab0;
|
|
349
|
+
--quantic-color-moss-300: #acdc79;
|
|
350
|
+
--quantic-color-moss-400: #86cb3c;
|
|
351
|
+
--quantic-color-moss-500: #669f2a;
|
|
352
|
+
--quantic-color-moss-600: #4f7a21;
|
|
353
|
+
--quantic-color-moss-700: #3f621a;
|
|
354
|
+
--quantic-color-moss-800: #335015;
|
|
355
|
+
--quantic-color-moss-900: #2b4212;
|
|
356
|
+
--quantic-color-moss-950: #1a280b;
|
|
357
|
+
--quantic-color-moss-25-rgb: 250 253 247;
|
|
358
|
+
--quantic-color-moss-50-rgb: 245 251 238;
|
|
359
|
+
--quantic-color-moss-100-rgb: 230 244 215;
|
|
360
|
+
--quantic-color-moss-200-rgb: 206 234 176;
|
|
361
|
+
--quantic-color-moss-300-rgb: 172 220 121;
|
|
362
|
+
--quantic-color-moss-400-rgb: 134 203 60;
|
|
363
|
+
--quantic-color-moss-500-rgb: 102 159 42;
|
|
364
|
+
--quantic-color-moss-600-rgb: 79 122 33;
|
|
365
|
+
--quantic-color-moss-700-rgb: 63 98 26;
|
|
366
|
+
--quantic-color-moss-800-rgb: 51 80 21;
|
|
367
|
+
--quantic-color-moss-900-rgb: 43 66 18;
|
|
368
|
+
--quantic-color-moss-950-rgb: 26 40 11;
|
|
369
|
+
--quantic-color-green-light-25: #fafef5;
|
|
370
|
+
--quantic-color-green-light-50: #f3fee7;
|
|
371
|
+
--quantic-color-green-light-100: #e3fbcc;
|
|
372
|
+
--quantic-color-green-light-200: #d0f8ab;
|
|
373
|
+
--quantic-color-green-light-300: #a6ef67;
|
|
374
|
+
--quantic-color-green-light-400: #85e13a;
|
|
375
|
+
--quantic-color-green-light-500: #66c61c;
|
|
376
|
+
--quantic-color-green-light-600: #4ca30d;
|
|
377
|
+
--quantic-color-green-light-700: #3b7c0f;
|
|
378
|
+
--quantic-color-green-light-800: #326212;
|
|
379
|
+
--quantic-color-green-light-900: #2b5314;
|
|
380
|
+
--quantic-color-green-light-950: #15290a;
|
|
381
|
+
--quantic-color-green-light-25-rgb: 250 254 245;
|
|
382
|
+
--quantic-color-green-light-50-rgb: 243 254 231;
|
|
383
|
+
--quantic-color-green-light-100-rgb: 227 251 204;
|
|
384
|
+
--quantic-color-green-light-200-rgb: 208 248 171;
|
|
385
|
+
--quantic-color-green-light-300-rgb: 166 239 103;
|
|
386
|
+
--quantic-color-green-light-400-rgb: 133 225 58;
|
|
387
|
+
--quantic-color-green-light-500-rgb: 102 198 28;
|
|
388
|
+
--quantic-color-green-light-600-rgb: 76 163 13;
|
|
389
|
+
--quantic-color-green-light-700-rgb: 59 124 15;
|
|
390
|
+
--quantic-color-green-light-800-rgb: 50 98 18;
|
|
391
|
+
--quantic-color-green-light-900-rgb: 43 83 20;
|
|
392
|
+
--quantic-color-green-light-950-rgb: 21 41 10;
|
|
393
|
+
--quantic-color-green-25: #e9fdf1;
|
|
394
|
+
--quantic-color-green-50: #cbfce1;
|
|
395
|
+
--quantic-color-green-100: #52fbb2;
|
|
396
|
+
--quantic-color-green-200: #2be099;
|
|
397
|
+
--quantic-color-green-300: #17c484;
|
|
398
|
+
--quantic-color-green-400: #12a66f;
|
|
399
|
+
--quantic-color-green-500: #0b8759;
|
|
400
|
+
--quantic-color-green-600: #097049;
|
|
401
|
+
--quantic-color-green-700: #045134;
|
|
402
|
+
--quantic-color-green-800: #053722;
|
|
403
|
+
--quantic-color-green-900: #052315;
|
|
404
|
+
--quantic-color-green-950: #04140c;
|
|
405
|
+
--quantic-color-green-25-rgb: 233 253 241;
|
|
406
|
+
--quantic-color-green-50-rgb: 203 252 225;
|
|
407
|
+
--quantic-color-green-100-rgb: 82 251 178;
|
|
408
|
+
--quantic-color-green-200-rgb: 43 224 153;
|
|
409
|
+
--quantic-color-green-300-rgb: 23 196 132;
|
|
410
|
+
--quantic-color-green-400-rgb: 18 166 111;
|
|
411
|
+
--quantic-color-green-500-rgb: 11 135 89;
|
|
412
|
+
--quantic-color-green-600-rgb: 9 112 73;
|
|
413
|
+
--quantic-color-green-700-rgb: 4 81 52;
|
|
414
|
+
--quantic-color-green-800-rgb: 5 55 34;
|
|
415
|
+
--quantic-color-green-900-rgb: 5 35 21;
|
|
416
|
+
--quantic-color-green-950-rgb: 4 20 12;
|
|
417
|
+
--quantic-color-teal-25: #f6fefc;
|
|
418
|
+
--quantic-color-teal-50: #f0fdf9;
|
|
419
|
+
--quantic-color-teal-100: #ccfbef;
|
|
420
|
+
--quantic-color-teal-200: #99f6e0;
|
|
421
|
+
--quantic-color-teal-300: #5fe9d0;
|
|
422
|
+
--quantic-color-teal-400: #2ed3b7;
|
|
423
|
+
--quantic-color-teal-500: #15b79e;
|
|
424
|
+
--quantic-color-teal-600: #0e9384;
|
|
425
|
+
--quantic-color-teal-700: #107569;
|
|
426
|
+
--quantic-color-teal-800: #125d56;
|
|
427
|
+
--quantic-color-teal-900: #134e48;
|
|
428
|
+
--quantic-color-teal-950: #0a2926;
|
|
429
|
+
--quantic-color-teal-25-rgb: 246 254 252;
|
|
430
|
+
--quantic-color-teal-50-rgb: 240 253 249;
|
|
431
|
+
--quantic-color-teal-100-rgb: 204 251 239;
|
|
432
|
+
--quantic-color-teal-200-rgb: 153 246 224;
|
|
433
|
+
--quantic-color-teal-300-rgb: 95 233 208;
|
|
434
|
+
--quantic-color-teal-400-rgb: 46 211 183;
|
|
435
|
+
--quantic-color-teal-500-rgb: 21 183 158;
|
|
436
|
+
--quantic-color-teal-600-rgb: 14 147 132;
|
|
437
|
+
--quantic-color-teal-700-rgb: 16 117 105;
|
|
438
|
+
--quantic-color-teal-800-rgb: 18 93 86;
|
|
439
|
+
--quantic-color-teal-900-rgb: 19 78 72;
|
|
440
|
+
--quantic-color-teal-950-rgb: 10 41 38;
|
|
441
|
+
--quantic-color-cyan-25: #f5feff;
|
|
442
|
+
--quantic-color-cyan-50: #ecfdff;
|
|
443
|
+
--quantic-color-cyan-100: #cff9fe;
|
|
444
|
+
--quantic-color-cyan-200: #a5f0fc;
|
|
445
|
+
--quantic-color-cyan-300: #67e3f9;
|
|
446
|
+
--quantic-color-cyan-400: #22ccee;
|
|
447
|
+
--quantic-color-cyan-500: #06aed4;
|
|
448
|
+
--quantic-color-cyan-600: #088ab2;
|
|
449
|
+
--quantic-color-cyan-700: #0e7090;
|
|
450
|
+
--quantic-color-cyan-800: #155b75;
|
|
451
|
+
--quantic-color-cyan-900: #164c63;
|
|
452
|
+
--quantic-color-cyan-950: #0d2d3a;
|
|
453
|
+
--quantic-color-cyan-25-rgb: 245 254 255;
|
|
454
|
+
--quantic-color-cyan-50-rgb: 236 253 255;
|
|
455
|
+
--quantic-color-cyan-100-rgb: 207 249 254;
|
|
456
|
+
--quantic-color-cyan-200-rgb: 165 240 252;
|
|
457
|
+
--quantic-color-cyan-300-rgb: 103 227 249;
|
|
458
|
+
--quantic-color-cyan-400-rgb: 34 204 238;
|
|
459
|
+
--quantic-color-cyan-500-rgb: 6 174 212;
|
|
460
|
+
--quantic-color-cyan-600-rgb: 8 138 178;
|
|
461
|
+
--quantic-color-cyan-700-rgb: 14 112 144;
|
|
462
|
+
--quantic-color-cyan-800-rgb: 21 91 117;
|
|
463
|
+
--quantic-color-cyan-900-rgb: 22 76 99;
|
|
464
|
+
--quantic-color-cyan-950-rgb: 13 45 58;
|
|
465
|
+
--quantic-color-blue-light-25: #f5fbff;
|
|
466
|
+
--quantic-color-blue-light-50: #f0f9ff;
|
|
467
|
+
--quantic-color-blue-light-100: #e0f2fe;
|
|
468
|
+
--quantic-color-blue-light-200: #b9e6fe;
|
|
469
|
+
--quantic-color-blue-light-300: #7cd4fd;
|
|
470
|
+
--quantic-color-blue-light-400: #36bffa;
|
|
471
|
+
--quantic-color-blue-light-500: #0ba5ec;
|
|
472
|
+
--quantic-color-blue-light-600: #0086c9;
|
|
473
|
+
--quantic-color-blue-light-700: #026aa2;
|
|
474
|
+
--quantic-color-blue-light-800: #065986;
|
|
475
|
+
--quantic-color-blue-light-900: #0b4a6f;
|
|
476
|
+
--quantic-color-blue-light-950: #062c41;
|
|
477
|
+
--quantic-color-blue-light-25-rgb: 245 251 255;
|
|
478
|
+
--quantic-color-blue-light-50-rgb: 240 249 255;
|
|
479
|
+
--quantic-color-blue-light-100-rgb: 224 242 254;
|
|
480
|
+
--quantic-color-blue-light-200-rgb: 185 230 254;
|
|
481
|
+
--quantic-color-blue-light-300-rgb: 124 212 253;
|
|
482
|
+
--quantic-color-blue-light-400-rgb: 54 191 250;
|
|
483
|
+
--quantic-color-blue-light-500-rgb: 11 165 236;
|
|
484
|
+
--quantic-color-blue-light-600-rgb: 0 134 201;
|
|
485
|
+
--quantic-color-blue-light-700-rgb: 2 106 162;
|
|
486
|
+
--quantic-color-blue-light-800-rgb: 6 89 134;
|
|
487
|
+
--quantic-color-blue-light-900-rgb: 11 74 111;
|
|
488
|
+
--quantic-color-blue-light-950-rgb: 6 44 65;
|
|
489
|
+
--quantic-color-blue-25: #f5faff;
|
|
490
|
+
--quantic-color-blue-50: #eff8ff;
|
|
491
|
+
--quantic-color-blue-100: #d1e9ff;
|
|
492
|
+
--quantic-color-blue-200: #b2ddff;
|
|
493
|
+
--quantic-color-blue-300: #84caff;
|
|
494
|
+
--quantic-color-blue-400: #53b1fd;
|
|
495
|
+
--quantic-color-blue-500: #2e90fa;
|
|
496
|
+
--quantic-color-blue-600: #1570ef;
|
|
497
|
+
--quantic-color-blue-700: #175cd3;
|
|
498
|
+
--quantic-color-blue-800: #1849a9;
|
|
499
|
+
--quantic-color-blue-900: #194185;
|
|
500
|
+
--quantic-color-blue-950: #102a56;
|
|
501
|
+
--quantic-color-blue-25-rgb: 245 250 255;
|
|
502
|
+
--quantic-color-blue-50-rgb: 239 248 255;
|
|
503
|
+
--quantic-color-blue-100-rgb: 209 233 255;
|
|
504
|
+
--quantic-color-blue-200-rgb: 178 221 255;
|
|
505
|
+
--quantic-color-blue-300-rgb: 132 202 255;
|
|
506
|
+
--quantic-color-blue-400-rgb: 83 177 253;
|
|
507
|
+
--quantic-color-blue-500-rgb: 46 144 250;
|
|
508
|
+
--quantic-color-blue-600-rgb: 21 112 239;
|
|
509
|
+
--quantic-color-blue-700-rgb: 23 92 211;
|
|
510
|
+
--quantic-color-blue-800-rgb: 24 73 169;
|
|
511
|
+
--quantic-color-blue-900-rgb: 25 65 133;
|
|
512
|
+
--quantic-color-blue-950-rgb: 16 42 86;
|
|
513
|
+
--quantic-color-blue-dark-25: #f5f8ff;
|
|
514
|
+
--quantic-color-blue-dark-50: #eff4ff;
|
|
515
|
+
--quantic-color-blue-dark-100: #d1e0ff;
|
|
516
|
+
--quantic-color-blue-dark-200: #b2ccff;
|
|
517
|
+
--quantic-color-blue-dark-300: #84adff;
|
|
518
|
+
--quantic-color-blue-dark-400: #528bff;
|
|
519
|
+
--quantic-color-blue-dark-500: #2970ff;
|
|
520
|
+
--quantic-color-blue-dark-600: #155eef;
|
|
521
|
+
--quantic-color-blue-dark-700: #004eeb;
|
|
522
|
+
--quantic-color-blue-dark-800: #0040c1;
|
|
523
|
+
--quantic-color-blue-dark-900: #00359e;
|
|
524
|
+
--quantic-color-blue-dark-950: #002266;
|
|
525
|
+
--quantic-color-blue-dark-25-rgb: 245 248 255;
|
|
526
|
+
--quantic-color-blue-dark-50-rgb: 239 244 255;
|
|
527
|
+
--quantic-color-blue-dark-100-rgb: 209 224 255;
|
|
528
|
+
--quantic-color-blue-dark-200-rgb: 178 204 255;
|
|
529
|
+
--quantic-color-blue-dark-300-rgb: 132 173 255;
|
|
530
|
+
--quantic-color-blue-dark-400-rgb: 82 139 255;
|
|
531
|
+
--quantic-color-blue-dark-500-rgb: 41 112 255;
|
|
532
|
+
--quantic-color-blue-dark-600-rgb: 21 94 239;
|
|
533
|
+
--quantic-color-blue-dark-700-rgb: 0 78 235;
|
|
534
|
+
--quantic-color-blue-dark-800-rgb: 0 64 193;
|
|
535
|
+
--quantic-color-blue-dark-900-rgb: 0 53 158;
|
|
536
|
+
--quantic-color-blue-dark-950-rgb: 0 34 102;
|
|
537
|
+
--quantic-color-indigo-25: #f5f8ff;
|
|
538
|
+
--quantic-color-indigo-50: #eef4ff;
|
|
539
|
+
--quantic-color-indigo-100: #e0eaff;
|
|
540
|
+
--quantic-color-indigo-200: #c7d7fe;
|
|
541
|
+
--quantic-color-indigo-300: #a4bcfd;
|
|
542
|
+
--quantic-color-indigo-400: #8098f9;
|
|
543
|
+
--quantic-color-indigo-500: #6172f3;
|
|
544
|
+
--quantic-color-indigo-600: #444ce7;
|
|
545
|
+
--quantic-color-indigo-700: #3538cd;
|
|
546
|
+
--quantic-color-indigo-800: #2d31a6;
|
|
547
|
+
--quantic-color-indigo-900: #2d3282;
|
|
548
|
+
--quantic-color-indigo-950: #1f235b;
|
|
549
|
+
--quantic-color-indigo-25-rgb: 245 248 255;
|
|
550
|
+
--quantic-color-indigo-50-rgb: 238 244 255;
|
|
551
|
+
--quantic-color-indigo-100-rgb: 224 234 255;
|
|
552
|
+
--quantic-color-indigo-200-rgb: 199 215 254;
|
|
553
|
+
--quantic-color-indigo-300-rgb: 164 188 253;
|
|
554
|
+
--quantic-color-indigo-400-rgb: 128 152 249;
|
|
555
|
+
--quantic-color-indigo-500-rgb: 97 114 243;
|
|
556
|
+
--quantic-color-indigo-600-rgb: 68 76 231;
|
|
557
|
+
--quantic-color-indigo-700-rgb: 53 56 205;
|
|
558
|
+
--quantic-color-indigo-800-rgb: 45 49 166;
|
|
559
|
+
--quantic-color-indigo-900-rgb: 45 50 130;
|
|
560
|
+
--quantic-color-indigo-950-rgb: 31 35 91;
|
|
561
|
+
--quantic-color-violet-25: #fbfaff;
|
|
562
|
+
--quantic-color-violet-50: #f5f3ff;
|
|
563
|
+
--quantic-color-violet-100: #ece9fe;
|
|
564
|
+
--quantic-color-violet-200: #ddd6fe;
|
|
565
|
+
--quantic-color-violet-300: #c3b5fd;
|
|
566
|
+
--quantic-color-violet-400: #a48afb;
|
|
567
|
+
--quantic-color-violet-500: #875bf7;
|
|
568
|
+
--quantic-color-violet-600: #7839ee;
|
|
569
|
+
--quantic-color-violet-700: #6927da;
|
|
570
|
+
--quantic-color-violet-800: #5720b7;
|
|
571
|
+
--quantic-color-violet-900: #491c96;
|
|
572
|
+
--quantic-color-violet-950: #2e125e;
|
|
573
|
+
--quantic-color-violet-25-rgb: 251 250 255;
|
|
574
|
+
--quantic-color-violet-50-rgb: 245 243 255;
|
|
575
|
+
--quantic-color-violet-100-rgb: 236 233 254;
|
|
576
|
+
--quantic-color-violet-200-rgb: 221 214 254;
|
|
577
|
+
--quantic-color-violet-300-rgb: 195 181 253;
|
|
578
|
+
--quantic-color-violet-400-rgb: 164 138 251;
|
|
579
|
+
--quantic-color-violet-500-rgb: 135 91 247;
|
|
580
|
+
--quantic-color-violet-600-rgb: 120 57 238;
|
|
581
|
+
--quantic-color-violet-700-rgb: 105 39 218;
|
|
582
|
+
--quantic-color-violet-800-rgb: 87 32 183;
|
|
583
|
+
--quantic-color-violet-900-rgb: 73 28 150;
|
|
584
|
+
--quantic-color-violet-950-rgb: 46 18 94;
|
|
585
|
+
--quantic-color-purple-25: #fafaff;
|
|
586
|
+
--quantic-color-purple-50: #f4f3ff;
|
|
587
|
+
--quantic-color-purple-100: #ebe9fe;
|
|
588
|
+
--quantic-color-purple-200: #d9d6fe;
|
|
589
|
+
--quantic-color-purple-300: #bdb4fe;
|
|
590
|
+
--quantic-color-purple-400: #9b8afb;
|
|
591
|
+
--quantic-color-purple-500: #7a5af8;
|
|
592
|
+
--quantic-color-purple-600: #6938ef;
|
|
593
|
+
--quantic-color-purple-700: #5925dc;
|
|
594
|
+
--quantic-color-purple-800: #4a1fb8;
|
|
595
|
+
--quantic-color-purple-900: #3e1c96;
|
|
596
|
+
--quantic-color-purple-950: #27115f;
|
|
597
|
+
--quantic-color-purple-25-rgb: 250 250 255;
|
|
598
|
+
--quantic-color-purple-50-rgb: 244 243 255;
|
|
599
|
+
--quantic-color-purple-100-rgb: 235 233 254;
|
|
600
|
+
--quantic-color-purple-200-rgb: 217 214 254;
|
|
601
|
+
--quantic-color-purple-300-rgb: 189 180 254;
|
|
602
|
+
--quantic-color-purple-400-rgb: 155 138 251;
|
|
603
|
+
--quantic-color-purple-500-rgb: 122 90 248;
|
|
604
|
+
--quantic-color-purple-600-rgb: 105 56 239;
|
|
605
|
+
--quantic-color-purple-700-rgb: 89 37 220;
|
|
606
|
+
--quantic-color-purple-800-rgb: 74 31 184;
|
|
607
|
+
--quantic-color-purple-900-rgb: 62 28 150;
|
|
608
|
+
--quantic-color-purple-950-rgb: 39 17 95;
|
|
609
|
+
--quantic-color-fuchsia-25: #fefaff;
|
|
610
|
+
--quantic-color-fuchsia-50: #fdf4ff;
|
|
611
|
+
--quantic-color-fuchsia-100: #fbe8ff;
|
|
612
|
+
--quantic-color-fuchsia-200: #f6d0fe;
|
|
613
|
+
--quantic-color-fuchsia-300: #eeaafd;
|
|
614
|
+
--quantic-color-fuchsia-400: #e478fa;
|
|
615
|
+
--quantic-color-fuchsia-500: #d444f1;
|
|
616
|
+
--quantic-color-fuchsia-600: #ba24d5;
|
|
617
|
+
--quantic-color-fuchsia-700: #9f1ab1;
|
|
618
|
+
--quantic-color-fuchsia-800: #821890;
|
|
619
|
+
--quantic-color-fuchsia-900: #6f1877;
|
|
620
|
+
--quantic-color-fuchsia-950: #47104c;
|
|
621
|
+
--quantic-color-fuchsia-25-rgb: 254 250 255;
|
|
622
|
+
--quantic-color-fuchsia-50-rgb: 253 244 255;
|
|
623
|
+
--quantic-color-fuchsia-100-rgb: 251 232 255;
|
|
624
|
+
--quantic-color-fuchsia-200-rgb: 246 208 254;
|
|
625
|
+
--quantic-color-fuchsia-300-rgb: 238 170 253;
|
|
626
|
+
--quantic-color-fuchsia-400-rgb: 228 120 250;
|
|
627
|
+
--quantic-color-fuchsia-500-rgb: 212 68 241;
|
|
628
|
+
--quantic-color-fuchsia-600-rgb: 186 36 213;
|
|
629
|
+
--quantic-color-fuchsia-700-rgb: 159 26 177;
|
|
630
|
+
--quantic-color-fuchsia-800-rgb: 130 24 144;
|
|
631
|
+
--quantic-color-fuchsia-900-rgb: 111 24 119;
|
|
632
|
+
--quantic-color-fuchsia-950-rgb: 71 16 76;
|
|
633
|
+
--quantic-color-pink-25: #fef6fb;
|
|
634
|
+
--quantic-color-pink-50: #fdf2fa;
|
|
635
|
+
--quantic-color-pink-100: #fce7f6;
|
|
636
|
+
--quantic-color-pink-200: #fcceee;
|
|
637
|
+
--quantic-color-pink-300: #faa7e0;
|
|
638
|
+
--quantic-color-pink-400: #f670c7;
|
|
639
|
+
--quantic-color-pink-500: #ee46bc;
|
|
640
|
+
--quantic-color-pink-600: #dd2590;
|
|
641
|
+
--quantic-color-pink-700: #c11574;
|
|
642
|
+
--quantic-color-pink-800: #9e165f;
|
|
643
|
+
--quantic-color-pink-900: #851651;
|
|
644
|
+
--quantic-color-pink-950: #4e0d30;
|
|
645
|
+
--quantic-color-pink-25-rgb: 254 246 251;
|
|
646
|
+
--quantic-color-pink-50-rgb: 253 242 250;
|
|
647
|
+
--quantic-color-pink-100-rgb: 252 231 246;
|
|
648
|
+
--quantic-color-pink-200-rgb: 252 206 238;
|
|
649
|
+
--quantic-color-pink-300-rgb: 250 167 224;
|
|
650
|
+
--quantic-color-pink-400-rgb: 246 112 199;
|
|
651
|
+
--quantic-color-pink-500-rgb: 238 70 188;
|
|
652
|
+
--quantic-color-pink-600-rgb: 221 37 144;
|
|
653
|
+
--quantic-color-pink-700-rgb: 193 21 116;
|
|
654
|
+
--quantic-color-pink-800-rgb: 158 22 95;
|
|
655
|
+
--quantic-color-pink-900-rgb: 133 22 81;
|
|
656
|
+
--quantic-color-pink-950-rgb: 78 13 48;
|
|
657
|
+
--quantic-color-rose-25: #fff5f6;
|
|
658
|
+
--quantic-color-rose-50: #fff1f3;
|
|
659
|
+
--quantic-color-rose-100: #ffe4e8;
|
|
660
|
+
--quantic-color-rose-200: #fecdd6;
|
|
661
|
+
--quantic-color-rose-300: #fea3b4;
|
|
662
|
+
--quantic-color-rose-400: #fd6f8e;
|
|
663
|
+
--quantic-color-rose-500: #f63d68;
|
|
664
|
+
--quantic-color-rose-600: #e31b54;
|
|
665
|
+
--quantic-color-rose-700: #c01048;
|
|
666
|
+
--quantic-color-rose-800: #a11043;
|
|
667
|
+
--quantic-color-rose-900: #89123e;
|
|
668
|
+
--quantic-color-rose-950: #510b24;
|
|
669
|
+
--quantic-color-rose-25-rgb: 255 245 246;
|
|
670
|
+
--quantic-color-rose-50-rgb: 255 241 243;
|
|
671
|
+
--quantic-color-rose-100-rgb: 255 228 232;
|
|
672
|
+
--quantic-color-rose-200-rgb: 254 205 214;
|
|
673
|
+
--quantic-color-rose-300-rgb: 254 163 180;
|
|
674
|
+
--quantic-color-rose-400-rgb: 253 111 142;
|
|
675
|
+
--quantic-color-rose-500-rgb: 246 61 104;
|
|
676
|
+
--quantic-color-rose-600-rgb: 227 27 84;
|
|
677
|
+
--quantic-color-rose-700-rgb: 192 16 72;
|
|
678
|
+
--quantic-color-rose-800-rgb: 161 16 67;
|
|
679
|
+
--quantic-color-rose-900-rgb: 137 18 62;
|
|
680
|
+
--quantic-color-rose-950-rgb: 81 11 36;
|
|
681
|
+
--quantic-color-orange-dark-25: #fff9f5;
|
|
682
|
+
--quantic-color-orange-dark-50: #fff4ed;
|
|
683
|
+
--quantic-color-orange-dark-100: #ffe6d5;
|
|
684
|
+
--quantic-color-orange-dark-200: #ffd6ae;
|
|
685
|
+
--quantic-color-orange-dark-300: #ff9c66;
|
|
686
|
+
--quantic-color-orange-dark-400: #ff692e;
|
|
687
|
+
--quantic-color-orange-dark-500: #ff4405;
|
|
688
|
+
--quantic-color-orange-dark-600: #e62e05;
|
|
689
|
+
--quantic-color-orange-dark-700: #bc1b06;
|
|
690
|
+
--quantic-color-orange-dark-800: #97180c;
|
|
691
|
+
--quantic-color-orange-dark-900: #771a0d;
|
|
692
|
+
--quantic-color-orange-dark-950: #57130a;
|
|
693
|
+
--quantic-color-orange-dark-25-rgb: 255 249 245;
|
|
694
|
+
--quantic-color-orange-dark-50-rgb: 255 244 237;
|
|
695
|
+
--quantic-color-orange-dark-100-rgb: 255 230 213;
|
|
696
|
+
--quantic-color-orange-dark-200-rgb: 255 214 174;
|
|
697
|
+
--quantic-color-orange-dark-300-rgb: 255 156 102;
|
|
698
|
+
--quantic-color-orange-dark-400-rgb: 255 105 46;
|
|
699
|
+
--quantic-color-orange-dark-500-rgb: 255 68 5;
|
|
700
|
+
--quantic-color-orange-dark-600-rgb: 230 46 5;
|
|
701
|
+
--quantic-color-orange-dark-700-rgb: 188 27 6;
|
|
702
|
+
--quantic-color-orange-dark-800-rgb: 151 24 12;
|
|
703
|
+
--quantic-color-orange-dark-900-rgb: 119 26 13;
|
|
704
|
+
--quantic-color-orange-dark-950-rgb: 87 19 10;
|
|
705
|
+
--quantic-color-orange-25: #fefaf5;
|
|
706
|
+
--quantic-color-orange-50: #fef6ee;
|
|
707
|
+
--quantic-color-orange-100: #fdead7;
|
|
708
|
+
--quantic-color-orange-200: #f9dbaf;
|
|
709
|
+
--quantic-color-orange-300: #f7b27a;
|
|
710
|
+
--quantic-color-orange-400: #f38744;
|
|
711
|
+
--quantic-color-orange-500: #ef6820;
|
|
712
|
+
--quantic-color-orange-600: #e04f16;
|
|
713
|
+
--quantic-color-orange-700: #b93815;
|
|
714
|
+
--quantic-color-orange-800: #932f19;
|
|
715
|
+
--quantic-color-orange-900: #772917;
|
|
716
|
+
--quantic-color-orange-950: #511c10;
|
|
717
|
+
--quantic-color-orange-25-rgb: 254 250 245;
|
|
718
|
+
--quantic-color-orange-50-rgb: 254 246 238;
|
|
719
|
+
--quantic-color-orange-100-rgb: 253 234 215;
|
|
720
|
+
--quantic-color-orange-200-rgb: 249 219 175;
|
|
721
|
+
--quantic-color-orange-300-rgb: 247 178 122;
|
|
722
|
+
--quantic-color-orange-400-rgb: 243 135 68;
|
|
723
|
+
--quantic-color-orange-500-rgb: 239 104 32;
|
|
724
|
+
--quantic-color-orange-600-rgb: 224 79 22;
|
|
725
|
+
--quantic-color-orange-700-rgb: 185 56 21;
|
|
726
|
+
--quantic-color-orange-800-rgb: 147 47 25;
|
|
727
|
+
--quantic-color-orange-900-rgb: 119 41 23;
|
|
728
|
+
--quantic-color-orange-950-rgb: 81 28 16;
|
|
729
|
+
--quantic-color-yellow-25: #fefdf0;
|
|
730
|
+
--quantic-color-yellow-50: #fefbe8;
|
|
731
|
+
--quantic-color-yellow-100: #fef7c3;
|
|
732
|
+
--quantic-color-yellow-200: #feee95;
|
|
733
|
+
--quantic-color-yellow-300: #fde272;
|
|
734
|
+
--quantic-color-yellow-400: #fac515;
|
|
735
|
+
--quantic-color-yellow-500: #eaaa08;
|
|
736
|
+
--quantic-color-yellow-600: #ca8504;
|
|
737
|
+
--quantic-color-yellow-700: #a15c07;
|
|
738
|
+
--quantic-color-yellow-800: #854a0e;
|
|
739
|
+
--quantic-color-yellow-900: #713b12;
|
|
740
|
+
--quantic-color-yellow-950: #542c0d;
|
|
741
|
+
--quantic-color-yellow-25-rgb: 254 253 240;
|
|
742
|
+
--quantic-color-yellow-50-rgb: 254 251 232;
|
|
743
|
+
--quantic-color-yellow-100-rgb: 254 247 195;
|
|
744
|
+
--quantic-color-yellow-200-rgb: 254 238 149;
|
|
745
|
+
--quantic-color-yellow-300-rgb: 253 226 114;
|
|
746
|
+
--quantic-color-yellow-400-rgb: 250 197 21;
|
|
747
|
+
--quantic-color-yellow-500-rgb: 234 170 8;
|
|
748
|
+
--quantic-color-yellow-600-rgb: 202 133 4;
|
|
749
|
+
--quantic-color-yellow-700-rgb: 161 92 7;
|
|
750
|
+
--quantic-color-yellow-800-rgb: 133 74 14;
|
|
751
|
+
--quantic-color-yellow-900-rgb: 113 59 18;
|
|
752
|
+
--quantic-color-yellow-950-rgb: 84 44 13;
|
|
753
|
+
--quantic-spacing-0: 0;
|
|
754
|
+
--quantic-spacing-1: 0.25rem;
|
|
755
|
+
--quantic-spacing-2: 0.5rem;
|
|
756
|
+
--quantic-spacing-3: 0.75rem;
|
|
757
|
+
--quantic-spacing-4: 1rem;
|
|
758
|
+
--quantic-spacing-5: 1.25rem;
|
|
759
|
+
--quantic-spacing-6: 1.5rem;
|
|
760
|
+
--quantic-spacing-8: 2rem;
|
|
761
|
+
--quantic-spacing-10: 2.5rem;
|
|
762
|
+
--quantic-spacing-12: 3rem;
|
|
763
|
+
--quantic-spacing-15: 3.75rem;
|
|
764
|
+
--quantic-spacing-16: 4rem;
|
|
765
|
+
--quantic-spacing-20: 5rem;
|
|
766
|
+
--quantic-spacing-24: 6rem;
|
|
767
|
+
--quantic-spacing-32: 8rem;
|
|
768
|
+
--quantic-spacing-40: 10rem;
|
|
769
|
+
--quantic-spacing-48: 12rem;
|
|
770
|
+
--quantic-spacing-56: 14rem;
|
|
771
|
+
--quantic-spacing-64: 16rem;
|
|
772
|
+
--quantic-spacing-80: 20rem;
|
|
773
|
+
--quantic-spacing-96: 24rem;
|
|
774
|
+
--quantic-spacing-120: 30rem;
|
|
775
|
+
--quantic-spacing-140: 35rem;
|
|
776
|
+
--quantic-spacing-160: 40rem;
|
|
777
|
+
--quantic-spacing-180: 45rem;
|
|
778
|
+
--quantic-spacing-192: 48rem;
|
|
779
|
+
--quantic-spacing-256: 64rem;
|
|
780
|
+
--quantic-spacing-320: 80rem;
|
|
781
|
+
--quantic-spacing-360: 90rem;
|
|
782
|
+
--quantic-spacing-400: 100rem;
|
|
783
|
+
--quantic-spacing-480: 120rem;
|
|
784
|
+
--quantic-spacing-0-5: 0.125rem;
|
|
785
|
+
--quantic-spacing-1-5: 0.375rem;
|
|
786
|
+
--quantic-radius-xxs: 0.125rem;
|
|
787
|
+
--quantic-radius-xs: 0.25rem;
|
|
788
|
+
--quantic-radius-sm: 0.375rem;
|
|
789
|
+
--quantic-radius-md: 0.5rem;
|
|
790
|
+
--quantic-radius-lg: 0.625rem;
|
|
791
|
+
--quantic-radius-xl: 0.75rem;
|
|
792
|
+
--quantic-radius-2xl: 1rem;
|
|
793
|
+
--quantic-radius-3xl: 1.25rem;
|
|
794
|
+
--quantic-radius-4xl: 1.5rem;
|
|
795
|
+
--quantic-radius-full: 624.9375rem;
|
|
796
|
+
--quantic-spacing-none: 0;
|
|
797
|
+
--quantic-spacing-xxs: 0.125rem;
|
|
798
|
+
--quantic-spacing-xs: 0.25rem;
|
|
799
|
+
--quantic-spacing-sm: 0.375rem;
|
|
800
|
+
--quantic-spacing-md: 0.5rem;
|
|
801
|
+
--quantic-spacing-lg: 0.75rem;
|
|
802
|
+
--quantic-spacing-xl: 1rem;
|
|
803
|
+
--quantic-spacing-2xl: 1.25rem;
|
|
804
|
+
--quantic-spacing-3xl: 1.5rem;
|
|
805
|
+
--quantic-spacing-4xl: 2rem;
|
|
806
|
+
--quantic-spacing-5xl: 2.5rem;
|
|
807
|
+
--quantic-spacing-6xl: 3rem;
|
|
808
|
+
--quantic-spacing-7xl: 4rem;
|
|
809
|
+
--quantic-spacing-8xl: 5rem;
|
|
810
|
+
--quantic-spacing-9xl: 6rem;
|
|
811
|
+
--quantic-spacing-10xl: 8rem;
|
|
812
|
+
--quantic-spacing-11xl: 10rem;
|
|
813
|
+
--quantic-font-family-display: Satoshi, -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
|
|
814
|
+
--quantic-font-family-body: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
|
|
815
|
+
--quantic-font-weight-regular: 400;
|
|
816
|
+
--quantic-font-weight-regular-italic: 400;
|
|
817
|
+
--quantic-font-weight-medium: 500;
|
|
818
|
+
--quantic-font-weight-medium-italic: 400;
|
|
819
|
+
--quantic-font-weight-semibold: 600;
|
|
820
|
+
--quantic-font-weight-semibold-italic: 400;
|
|
821
|
+
--quantic-font-weight-bold: 700;
|
|
822
|
+
--quantic-font-weight-bold-italic: 400;
|
|
823
|
+
--quantic-font-size-body-xs: 0.75rem;
|
|
824
|
+
--quantic-line-height-body-xs: 1.125rem;
|
|
825
|
+
--quantic-line-height-body-sm: 1.25rem;
|
|
826
|
+
--quantic-line-height-body-md: 1.5rem;
|
|
827
|
+
--quantic-line-height-body-lg: 1.75rem;
|
|
828
|
+
--quantic-line-height-body-xl: 1.875rem;
|
|
829
|
+
--quantic-line-height-display-xs: 2rem;
|
|
830
|
+
--quantic-line-height-display-sm: 2.375rem;
|
|
831
|
+
--quantic-line-height-display-md: 2.75rem;
|
|
832
|
+
--quantic-line-height-display-lg: 3.75rem;
|
|
833
|
+
--quantic-line-height-display-xl: 4.5rem;
|
|
834
|
+
--quantic-line-height-display-2xl: 5.625rem;
|
|
835
|
+
--quantic-font-size-body-sm: 0.875rem;
|
|
836
|
+
--quantic-font-size-body-md: 1rem;
|
|
837
|
+
--quantic-font-size-body-lg: 1.125rem;
|
|
838
|
+
--quantic-font-size-body-xl: 1.25rem;
|
|
839
|
+
--quantic-font-size-display-xs: 1.5rem;
|
|
840
|
+
--quantic-font-size-display-sm: 1.875rem;
|
|
841
|
+
--quantic-font-size-display-md: 2.25rem;
|
|
842
|
+
--quantic-font-size-display-lg: 3rem;
|
|
843
|
+
--quantic-font-size-display-xl: 3.75rem;
|
|
844
|
+
--quantic-font-size-display-2xl: 4.5rem;
|
|
845
|
+
--quantic-width-xxs: 20rem;
|
|
846
|
+
--quantic-width-xs: 24rem;
|
|
847
|
+
--quantic-width-sm: 30rem;
|
|
848
|
+
--quantic-width-md: 35rem;
|
|
849
|
+
--quantic-width-lg: 40rem;
|
|
850
|
+
--quantic-width-xl: 48rem;
|
|
851
|
+
--quantic-width-2xl: 64rem;
|
|
852
|
+
--quantic-width-3xl: 80rem;
|
|
853
|
+
--quantic-width-4xl: 90rem;
|
|
854
|
+
--quantic-width-5xl: 100rem;
|
|
855
|
+
--quantic-width-6xl: 120rem;
|
|
856
|
+
--quantic-width-paragraph-max: 45rem;
|
|
857
|
+
--quantic-text-primary: #f7f7f7;
|
|
858
|
+
--quantic-text-primary-rgb: 247 247 247;
|
|
859
|
+
--quantic-text-primary-on-brand: #13161b;
|
|
860
|
+
--quantic-text-primary-on-brand-rgb: 19 22 27;
|
|
861
|
+
--quantic-text-secondary: #cecfd2;
|
|
862
|
+
--quantic-text-secondary-rgb: 206 207 210;
|
|
863
|
+
--quantic-text-secondary-hover: #ececed;
|
|
864
|
+
--quantic-text-secondary-hover-rgb: 236 236 237;
|
|
865
|
+
--quantic-text-secondary-on-brand: #cecfd2;
|
|
866
|
+
--quantic-text-secondary-on-brand-rgb: 206 207 210;
|
|
867
|
+
--quantic-text-tertiary: #94979c;
|
|
868
|
+
--quantic-text-tertiary-rgb: 148 151 156;
|
|
869
|
+
--quantic-text-tertiary-hover: #cecfd2;
|
|
870
|
+
--quantic-text-tertiary-hover-rgb: 206 207 210;
|
|
871
|
+
--quantic-text-tertiary-on-brand: #94979c;
|
|
872
|
+
--quantic-text-tertiary-on-brand-rgb: 148 151 156;
|
|
873
|
+
--quantic-text-quaternary: #94979c;
|
|
874
|
+
--quantic-text-quaternary-rgb: 148 151 156;
|
|
875
|
+
--quantic-text-quaternary-on-brand: #94979c;
|
|
876
|
+
--quantic-text-quaternary-on-brand-rgb: 148 151 156;
|
|
877
|
+
--quantic-text-white: #ffffff;
|
|
878
|
+
--quantic-text-white-rgb: 255 255 255;
|
|
879
|
+
--quantic-text-disabled: #85888e;
|
|
880
|
+
--quantic-text-disabled-rgb: 133 136 142;
|
|
881
|
+
--quantic-text-placeholder: #85888e;
|
|
882
|
+
--quantic-text-placeholder-rgb: 133 136 142;
|
|
883
|
+
--quantic-text-placeholder-subtle: #373a41;
|
|
884
|
+
--quantic-text-placeholder-subtle-rgb: 55 58 65;
|
|
885
|
+
--quantic-text-brand-primary: #f7f7f7;
|
|
886
|
+
--quantic-text-brand-primary-rgb: 247 247 247;
|
|
887
|
+
--quantic-text-brand-secondary: #cecfd2;
|
|
888
|
+
--quantic-text-brand-secondary-rgb: 206 207 210;
|
|
889
|
+
--quantic-text-brand-secondary-hover: #ececed;
|
|
890
|
+
--quantic-text-brand-secondary-hover-rgb: 236 236 237;
|
|
891
|
+
--quantic-text-brand-tertiary: #94979c;
|
|
892
|
+
--quantic-text-brand-tertiary-rgb: 148 151 156;
|
|
893
|
+
--quantic-text-brand-tertiary-alt: #f7f7f7;
|
|
894
|
+
--quantic-text-brand-tertiary-alt-rgb: 247 247 247;
|
|
895
|
+
--quantic-text-error-primary: #f97066;
|
|
896
|
+
--quantic-text-error-primary-rgb: 249 112 102;
|
|
897
|
+
--quantic-text-error-primary-hover: #fda29b;
|
|
898
|
+
--quantic-text-error-primary-hover-rgb: 253 162 155;
|
|
899
|
+
--quantic-text-warning-primary: #fdb022;
|
|
900
|
+
--quantic-text-warning-primary-rgb: 253 176 34;
|
|
901
|
+
--quantic-text-success-primary: #47cd89;
|
|
902
|
+
--quantic-text-success-primary-rgb: 71 205 137;
|
|
903
|
+
--quantic-text-logo-green: #0b8759;
|
|
904
|
+
--quantic-text-logo-green-rgb: 11 135 89;
|
|
905
|
+
--quantic-text-logo-neutral: #d5d7da;
|
|
906
|
+
--quantic-text-logo-neutral-rgb: 213 215 218;
|
|
907
|
+
--quantic-border-primary: #373a41;
|
|
908
|
+
--quantic-border-primary-rgb: 55 58 65;
|
|
909
|
+
--quantic-border-secondary: #22262f;
|
|
910
|
+
--quantic-border-secondary-rgb: 34 38 47;
|
|
911
|
+
--quantic-border-secondary-alt: #373a41;
|
|
912
|
+
--quantic-border-secondary-alt-rgb: 55 58 65;
|
|
913
|
+
--quantic-border-tertiary: #22262f;
|
|
914
|
+
--quantic-border-tertiary-rgb: 34 38 47;
|
|
915
|
+
--quantic-border-disabled: #373a41;
|
|
916
|
+
--quantic-border-disabled-rgb: 55 58 65;
|
|
917
|
+
--quantic-border-disabled-subtle: #22262f;
|
|
918
|
+
--quantic-border-disabled-subtle-rgb: 34 38 47;
|
|
919
|
+
--quantic-border-brand: #12a66f;
|
|
920
|
+
--quantic-border-brand-rgb: 18 166 111;
|
|
921
|
+
--quantic-border-brand-alt: #373a41;
|
|
922
|
+
--quantic-border-brand-alt-rgb: 55 58 65;
|
|
923
|
+
--quantic-border-error: #f97066;
|
|
924
|
+
--quantic-border-error-rgb: 249 112 102;
|
|
925
|
+
--quantic-border-error-subtle: #f04438;
|
|
926
|
+
--quantic-border-error-subtle-rgb: 240 68 56;
|
|
927
|
+
--quantic-fg-primary: #ffffff;
|
|
928
|
+
--quantic-fg-primary-rgb: 255 255 255;
|
|
929
|
+
--quantic-alpha-white-10: rgba(12, 14, 18, 0.1);
|
|
930
|
+
--quantic-alpha-white-20: rgba(12, 14, 18, 0.2);
|
|
931
|
+
--quantic-alpha-white-30: rgba(12, 14, 18, 0.3);
|
|
932
|
+
--quantic-alpha-white-40: rgba(12, 14, 18, 0.4);
|
|
933
|
+
--quantic-alpha-white-50: rgba(12, 14, 18, 0.5);
|
|
934
|
+
--quantic-alpha-white-60: rgba(12, 14, 18, 0.6);
|
|
935
|
+
--quantic-alpha-white-70: rgba(12, 14, 18, 0.7);
|
|
936
|
+
--quantic-alpha-white-80: rgba(12, 14, 18, 0.8);
|
|
937
|
+
--quantic-alpha-white-90: rgba(12, 14, 18, 0.9);
|
|
938
|
+
--quantic-alpha-white-100: #0c0e12;
|
|
939
|
+
--quantic-alpha-white-100-rgb: 12 14 18;
|
|
940
|
+
--quantic-alpha-black-10: rgba(255, 255, 255, 0.1);
|
|
941
|
+
--quantic-alpha-black-20: rgba(255, 255, 255, 0.2);
|
|
942
|
+
--quantic-alpha-black-30: rgba(255, 255, 255, 0.3);
|
|
943
|
+
--quantic-alpha-black-40: rgba(255, 255, 255, 0.4);
|
|
944
|
+
--quantic-alpha-black-50: rgba(255, 255, 255, 0.5);
|
|
945
|
+
--quantic-alpha-black-60: rgba(255, 255, 255, 0.6);
|
|
946
|
+
--quantic-alpha-black-70: rgba(255, 255, 255, 0.7);
|
|
947
|
+
--quantic-alpha-black-80: rgba(255, 255, 255, 0.8);
|
|
948
|
+
--quantic-alpha-black-90: rgba(255, 255, 255, 0.9);
|
|
949
|
+
--quantic-alpha-black-100: #ffffff;
|
|
950
|
+
--quantic-alpha-black-100-rgb: 255 255 255;
|
|
951
|
+
--quantic-utility-gray-50: #13161b;
|
|
952
|
+
--quantic-utility-gray-50-rgb: 19 22 27;
|
|
953
|
+
--quantic-app-store-badge-border: #ffffff;
|
|
954
|
+
--quantic-app-store-badge-border-rgb: 255 255 255;
|
|
955
|
+
--quantic-avatar-styles-bg-neutral: #e0e0e0;
|
|
956
|
+
--quantic-avatar-styles-bg-neutral-rgb: 224 224 224;
|
|
957
|
+
--quantic-button-primary-icon: #04140c;
|
|
958
|
+
--quantic-button-primary-icon-rgb: 4 20 12;
|
|
959
|
+
--quantic-button-primary-icon-hover: #04140c;
|
|
960
|
+
--quantic-button-primary-icon-hover-rgb: 4 20 12;
|
|
961
|
+
--quantic-button-destructive-primary-icon: #fda29b;
|
|
962
|
+
--quantic-button-destructive-primary-icon-rgb: 253 162 155;
|
|
963
|
+
--quantic-button-destructive-primary-icon-hover: #fecdca;
|
|
964
|
+
--quantic-button-destructive-primary-icon-hover-rgb: 254 205 202;
|
|
965
|
+
--quantic-button-tertiary: rgba(19, 22, 27, 0.5);
|
|
966
|
+
--quantic-button-tertiary-hover: #1a1e25;
|
|
967
|
+
--quantic-button-tertiary-hover-rgb: 26 30 37;
|
|
968
|
+
--quantic-footer-button-fg: #cecfd2;
|
|
969
|
+
--quantic-footer-button-fg-rgb: 206 207 210;
|
|
970
|
+
--quantic-footer-button-fg-hover: #f0f0f1;
|
|
971
|
+
--quantic-footer-button-fg-hover-rgb: 240 240 241;
|
|
972
|
+
--quantic-icon-fg-brand: #94979c;
|
|
973
|
+
--quantic-icon-fg-brand-rgb: 148 151 156;
|
|
974
|
+
--quantic-icon-fg-brand-on-brand: #94979c;
|
|
975
|
+
--quantic-icon-fg-brand-on-brand-rgb: 148 151 156;
|
|
976
|
+
--quantic-featured-icon-light-fg-brand: #2be099;
|
|
977
|
+
--quantic-featured-icon-light-fg-brand-rgb: 43 224 153;
|
|
978
|
+
--quantic-featured-icon-light-fg-gray: #ececed;
|
|
979
|
+
--quantic-featured-icon-light-fg-gray-rgb: 236 236 237;
|
|
980
|
+
--quantic-featured-icon-light-fg-error: #fecdca;
|
|
981
|
+
--quantic-featured-icon-light-fg-error-rgb: 254 205 202;
|
|
982
|
+
--quantic-featured-icon-light-fg-warning: #fedf89;
|
|
983
|
+
--quantic-featured-icon-light-fg-warning-rgb: 254 223 137;
|
|
984
|
+
--quantic-featured-icon-light-fg-success: #abefc6;
|
|
985
|
+
--quantic-featured-icon-light-fg-success-rgb: 171 239 198;
|
|
986
|
+
--quantic-screen-mockup-border: #373a41;
|
|
987
|
+
--quantic-screen-mockup-border-rgb: 55 58 65;
|
|
988
|
+
--quantic-slider-handle-bg: #12a66f;
|
|
989
|
+
--quantic-slider-handle-bg-rgb: 18 166 111;
|
|
990
|
+
--quantic-slider-handle-border: #13161b;
|
|
991
|
+
--quantic-slider-handle-border-rgb: 19 22 27;
|
|
992
|
+
--quantic-toggle-button-fg-disabled: #61656c;
|
|
993
|
+
--quantic-toggle-button-fg-disabled-rgb: 97 101 108;
|
|
994
|
+
--quantic-toggle-border: rgba(255, 255, 255, 0);
|
|
995
|
+
--quantic-toggle-slim-border-pressed: rgba(255, 255, 255, 0);
|
|
996
|
+
--quantic-toggle-slim-border-pressed-hover: rgba(255, 255, 255, 0);
|
|
997
|
+
--quantic-tooltip-supporting-text: #cecfd2;
|
|
998
|
+
--quantic-tooltip-supporting-text-rgb: 206 207 210;
|
|
999
|
+
--quantic-text-editor-icon-fg: #94979c;
|
|
1000
|
+
--quantic-text-editor-icon-fg-rgb: 148 151 156;
|
|
1001
|
+
--quantic-text-editor-icon-fg-active: #ffffff;
|
|
1002
|
+
--quantic-text-editor-icon-fg-active-rgb: 255 255 255;
|
|
1003
|
+
--quantic-utility-gray-100: #22262f;
|
|
1004
|
+
--quantic-utility-gray-100-rgb: 34 38 47;
|
|
1005
|
+
--quantic-utility-gray-200: #373a41;
|
|
1006
|
+
--quantic-utility-gray-200-rgb: 55 58 65;
|
|
1007
|
+
--quantic-utility-gray-300: #373a41;
|
|
1008
|
+
--quantic-utility-gray-300-rgb: 55 58 65;
|
|
1009
|
+
--quantic-utility-gray-400: #61656c;
|
|
1010
|
+
--quantic-utility-gray-400-rgb: 97 101 108;
|
|
1011
|
+
--quantic-utility-gray-500: #85888e;
|
|
1012
|
+
--quantic-utility-gray-500-rgb: 133 136 142;
|
|
1013
|
+
--quantic-utility-gray-600: #94979c;
|
|
1014
|
+
--quantic-utility-gray-600-rgb: 148 151 156;
|
|
1015
|
+
--quantic-utility-gray-700: #cecfd2;
|
|
1016
|
+
--quantic-utility-gray-700-rgb: 206 207 210;
|
|
1017
|
+
--quantic-utility-gray-800: #ececed;
|
|
1018
|
+
--quantic-utility-gray-800-rgb: 236 236 237;
|
|
1019
|
+
--quantic-utility-gray-900: #f0f0f1;
|
|
1020
|
+
--quantic-utility-gray-900-rgb: 240 240 241;
|
|
1021
|
+
--quantic-utility-brand-50: #04140c;
|
|
1022
|
+
--quantic-utility-brand-50-rgb: 4 20 12;
|
|
1023
|
+
--quantic-utility-brand-50-alt: #13161b;
|
|
1024
|
+
--quantic-utility-brand-50-alt-rgb: 19 22 27;
|
|
1025
|
+
--quantic-utility-brand-100: #052315;
|
|
1026
|
+
--quantic-utility-brand-100-rgb: 5 35 21;
|
|
1027
|
+
--quantic-utility-brand-100-alt: #22262f;
|
|
1028
|
+
--quantic-utility-brand-100-alt-rgb: 34 38 47;
|
|
1029
|
+
--quantic-utility-brand-200: #053722;
|
|
1030
|
+
--quantic-utility-brand-200-rgb: 5 55 34;
|
|
1031
|
+
--quantic-utility-brand-200-alt: #373a41;
|
|
1032
|
+
--quantic-utility-brand-200-alt-rgb: 55 58 65;
|
|
1033
|
+
--quantic-utility-brand-300: #045134;
|
|
1034
|
+
--quantic-utility-brand-300-rgb: 4 81 52;
|
|
1035
|
+
--quantic-utility-brand-300-alt: #373a41;
|
|
1036
|
+
--quantic-utility-brand-300-alt-rgb: 55 58 65;
|
|
1037
|
+
--quantic-utility-brand-400: #097049;
|
|
1038
|
+
--quantic-utility-brand-400-rgb: 9 112 73;
|
|
1039
|
+
--quantic-utility-brand-400-alt: #61656c;
|
|
1040
|
+
--quantic-utility-brand-400-alt-rgb: 97 101 108;
|
|
1041
|
+
--quantic-utility-brand-500: #0b8759;
|
|
1042
|
+
--quantic-utility-brand-500-rgb: 11 135 89;
|
|
1043
|
+
--quantic-utility-brand-500-alt: #85888e;
|
|
1044
|
+
--quantic-utility-brand-500-alt-rgb: 133 136 142;
|
|
1045
|
+
--quantic-utility-brand-600: #12a66f;
|
|
1046
|
+
--quantic-utility-brand-600-rgb: 18 166 111;
|
|
1047
|
+
--quantic-utility-brand-600-alt: #94979c;
|
|
1048
|
+
--quantic-utility-brand-600-alt-rgb: 148 151 156;
|
|
1049
|
+
--quantic-utility-brand-700: #17c484;
|
|
1050
|
+
--quantic-utility-brand-700-rgb: 23 196 132;
|
|
1051
|
+
--quantic-utility-brand-700-alt: #cecfd2;
|
|
1052
|
+
--quantic-utility-brand-700-alt-rgb: 206 207 210;
|
|
1053
|
+
--quantic-utility-brand-800: #2be099;
|
|
1054
|
+
--quantic-utility-brand-800-rgb: 43 224 153;
|
|
1055
|
+
--quantic-utility-brand-800-alt: #ececed;
|
|
1056
|
+
--quantic-utility-brand-800-alt-rgb: 236 236 237;
|
|
1057
|
+
--quantic-utility-brand-900: #52fbb2;
|
|
1058
|
+
--quantic-utility-brand-900-rgb: 82 251 178;
|
|
1059
|
+
--quantic-utility-brand-900-alt: #f0f0f1;
|
|
1060
|
+
--quantic-utility-brand-900-alt-rgb: 240 240 241;
|
|
1061
|
+
--quantic-utility-error-50: #55160c;
|
|
1062
|
+
--quantic-utility-error-50-rgb: 85 22 12;
|
|
1063
|
+
--quantic-utility-error-100: #7a271a;
|
|
1064
|
+
--quantic-utility-error-100-rgb: 122 39 26;
|
|
1065
|
+
--quantic-utility-error-200: #912018;
|
|
1066
|
+
--quantic-utility-error-200-rgb: 145 32 24;
|
|
1067
|
+
--quantic-utility-error-300: #b42318;
|
|
1068
|
+
--quantic-utility-error-300-rgb: 180 35 24;
|
|
1069
|
+
--quantic-utility-error-400: #d92d20;
|
|
1070
|
+
--quantic-utility-error-400-rgb: 217 45 32;
|
|
1071
|
+
--quantic-utility-error-500: #f04438;
|
|
1072
|
+
--quantic-utility-error-500-rgb: 240 68 56;
|
|
1073
|
+
--quantic-utility-error-600: #f97066;
|
|
1074
|
+
--quantic-utility-error-600-rgb: 249 112 102;
|
|
1075
|
+
--quantic-utility-error-700: #fda29b;
|
|
1076
|
+
--quantic-utility-error-700-rgb: 253 162 155;
|
|
1077
|
+
--quantic-utility-warning-50: #4e1d09;
|
|
1078
|
+
--quantic-utility-warning-50-rgb: 78 29 9;
|
|
1079
|
+
--quantic-utility-warning-100: #7a2e0e;
|
|
1080
|
+
--quantic-utility-warning-100-rgb: 122 46 14;
|
|
1081
|
+
--quantic-utility-warning-200: #93370d;
|
|
1082
|
+
--quantic-utility-warning-200-rgb: 147 55 13;
|
|
1083
|
+
--quantic-utility-warning-300: #b54708;
|
|
1084
|
+
--quantic-utility-warning-300-rgb: 181 71 8;
|
|
1085
|
+
--quantic-utility-warning-400: #dc6803;
|
|
1086
|
+
--quantic-utility-warning-400-rgb: 220 104 3;
|
|
1087
|
+
--quantic-utility-warning-500: #f79009;
|
|
1088
|
+
--quantic-utility-warning-500-rgb: 247 144 9;
|
|
1089
|
+
--quantic-utility-warning-600: #fdb022;
|
|
1090
|
+
--quantic-utility-warning-600-rgb: 253 176 34;
|
|
1091
|
+
--quantic-utility-warning-700: #fec84b;
|
|
1092
|
+
--quantic-utility-warning-700-rgb: 254 200 75;
|
|
1093
|
+
--quantic-utility-success-50: #053321;
|
|
1094
|
+
--quantic-utility-success-50-rgb: 5 51 33;
|
|
1095
|
+
--quantic-utility-success-100: #074d31;
|
|
1096
|
+
--quantic-utility-success-100-rgb: 7 77 49;
|
|
1097
|
+
--quantic-utility-success-200: #085d3a;
|
|
1098
|
+
--quantic-utility-success-200-rgb: 8 93 58;
|
|
1099
|
+
--quantic-utility-success-300: #067647;
|
|
1100
|
+
--quantic-utility-success-300-rgb: 6 118 71;
|
|
1101
|
+
--quantic-utility-success-400: #079455;
|
|
1102
|
+
--quantic-utility-success-400-rgb: 7 148 85;
|
|
1103
|
+
--quantic-utility-success-500: #17b26a;
|
|
1104
|
+
--quantic-utility-success-500-rgb: 23 178 106;
|
|
1105
|
+
--quantic-utility-success-600: #47cd89;
|
|
1106
|
+
--quantic-utility-success-600-rgb: 71 205 137;
|
|
1107
|
+
--quantic-utility-success-700: #75e0a7;
|
|
1108
|
+
--quantic-utility-success-700-rgb: 117 224 167;
|
|
1109
|
+
--quantic-utility-gray-blue-50: #0d0f1c;
|
|
1110
|
+
--quantic-utility-gray-blue-50-rgb: 13 15 28;
|
|
1111
|
+
--quantic-utility-gray-blue-100: #101323;
|
|
1112
|
+
--quantic-utility-gray-blue-100-rgb: 16 19 35;
|
|
1113
|
+
--quantic-utility-gray-blue-200: #293056;
|
|
1114
|
+
--quantic-utility-gray-blue-200-rgb: 41 48 86;
|
|
1115
|
+
--quantic-utility-gray-blue-300: #363f72;
|
|
1116
|
+
--quantic-utility-gray-blue-300-rgb: 54 63 114;
|
|
1117
|
+
--quantic-utility-gray-blue-400: #3e4784;
|
|
1118
|
+
--quantic-utility-gray-blue-400-rgb: 62 71 132;
|
|
1119
|
+
--quantic-utility-gray-blue-500: #4e5ba6;
|
|
1120
|
+
--quantic-utility-gray-blue-500-rgb: 78 91 166;
|
|
1121
|
+
--quantic-utility-gray-blue-600: #717bbc;
|
|
1122
|
+
--quantic-utility-gray-blue-600-rgb: 113 123 188;
|
|
1123
|
+
--quantic-utility-gray-blue-700: #b3b8db;
|
|
1124
|
+
--quantic-utility-gray-blue-700-rgb: 179 184 219;
|
|
1125
|
+
--quantic-utility-green-50: #04140c;
|
|
1126
|
+
--quantic-utility-green-50-rgb: 4 20 12;
|
|
1127
|
+
--quantic-utility-green-100: #052315;
|
|
1128
|
+
--quantic-utility-green-100-rgb: 5 35 21;
|
|
1129
|
+
--quantic-utility-green-200: #053722;
|
|
1130
|
+
--quantic-utility-green-200-rgb: 5 55 34;
|
|
1131
|
+
--quantic-utility-green-300: #045134;
|
|
1132
|
+
--quantic-utility-green-300-rgb: 4 81 52;
|
|
1133
|
+
--quantic-utility-green-400: #097049;
|
|
1134
|
+
--quantic-utility-green-400-rgb: 9 112 73;
|
|
1135
|
+
--quantic-utility-green-500: #0b8759;
|
|
1136
|
+
--quantic-utility-green-500-rgb: 11 135 89;
|
|
1137
|
+
--quantic-utility-green-600: #12a66f;
|
|
1138
|
+
--quantic-utility-green-600-rgb: 18 166 111;
|
|
1139
|
+
--quantic-utility-green-700: #17c484;
|
|
1140
|
+
--quantic-utility-green-700-rgb: 23 196 132;
|
|
1141
|
+
--quantic-utility-blue-light-50: #062c41;
|
|
1142
|
+
--quantic-utility-blue-light-50-rgb: 6 44 65;
|
|
1143
|
+
--quantic-utility-blue-light-100: #0b4a6f;
|
|
1144
|
+
--quantic-utility-blue-light-100-rgb: 11 74 111;
|
|
1145
|
+
--quantic-utility-blue-light-200: #065986;
|
|
1146
|
+
--quantic-utility-blue-light-200-rgb: 6 89 134;
|
|
1147
|
+
--quantic-utility-blue-light-300: #026aa2;
|
|
1148
|
+
--quantic-utility-blue-light-300-rgb: 2 106 162;
|
|
1149
|
+
--quantic-utility-blue-light-400: #0086c9;
|
|
1150
|
+
--quantic-utility-blue-light-400-rgb: 0 134 201;
|
|
1151
|
+
--quantic-utility-blue-light-500: #0ba5ec;
|
|
1152
|
+
--quantic-utility-blue-light-500-rgb: 11 165 236;
|
|
1153
|
+
--quantic-utility-blue-light-600: #36bffa;
|
|
1154
|
+
--quantic-utility-blue-light-600-rgb: 54 191 250;
|
|
1155
|
+
--quantic-utility-blue-light-700: #7cd4fd;
|
|
1156
|
+
--quantic-utility-blue-light-700-rgb: 124 212 253;
|
|
1157
|
+
--quantic-utility-blue-50: #102a56;
|
|
1158
|
+
--quantic-utility-blue-50-rgb: 16 42 86;
|
|
1159
|
+
--quantic-utility-blue-100: #194185;
|
|
1160
|
+
--quantic-utility-blue-100-rgb: 25 65 133;
|
|
1161
|
+
--quantic-utility-blue-200: #1849a9;
|
|
1162
|
+
--quantic-utility-blue-200-rgb: 24 73 169;
|
|
1163
|
+
--quantic-utility-blue-300: #175cd3;
|
|
1164
|
+
--quantic-utility-blue-300-rgb: 23 92 211;
|
|
1165
|
+
--quantic-utility-blue-400: #1570ef;
|
|
1166
|
+
--quantic-utility-blue-400-rgb: 21 112 239;
|
|
1167
|
+
--quantic-utility-blue-500: #2e90fa;
|
|
1168
|
+
--quantic-utility-blue-500-rgb: 46 144 250;
|
|
1169
|
+
--quantic-utility-blue-600: #53b1fd;
|
|
1170
|
+
--quantic-utility-blue-600-rgb: 83 177 253;
|
|
1171
|
+
--quantic-utility-blue-700: #84caff;
|
|
1172
|
+
--quantic-utility-blue-700-rgb: 132 202 255;
|
|
1173
|
+
--quantic-utility-blue-dark-50: #002266;
|
|
1174
|
+
--quantic-utility-blue-dark-50-rgb: 0 34 102;
|
|
1175
|
+
--quantic-utility-blue-dark-100: #00359e;
|
|
1176
|
+
--quantic-utility-blue-dark-100-rgb: 0 53 158;
|
|
1177
|
+
--quantic-utility-blue-dark-200: #0040c1;
|
|
1178
|
+
--quantic-utility-blue-dark-200-rgb: 0 64 193;
|
|
1179
|
+
--quantic-utility-blue-dark-300: #004eeb;
|
|
1180
|
+
--quantic-utility-blue-dark-300-rgb: 0 78 235;
|
|
1181
|
+
--quantic-utility-blue-dark-400: #155eef;
|
|
1182
|
+
--quantic-utility-blue-dark-400-rgb: 21 94 239;
|
|
1183
|
+
--quantic-utility-blue-dark-500: #2970ff;
|
|
1184
|
+
--quantic-utility-blue-dark-500-rgb: 41 112 255;
|
|
1185
|
+
--quantic-utility-blue-dark-600: #528bff;
|
|
1186
|
+
--quantic-utility-blue-dark-600-rgb: 82 139 255;
|
|
1187
|
+
--quantic-utility-blue-dark-700: #84adff;
|
|
1188
|
+
--quantic-utility-blue-dark-700-rgb: 132 173 255;
|
|
1189
|
+
--quantic-utility-indigo-50: #1f235b;
|
|
1190
|
+
--quantic-utility-indigo-50-rgb: 31 35 91;
|
|
1191
|
+
--quantic-utility-indigo-100: #2d3282;
|
|
1192
|
+
--quantic-utility-indigo-100-rgb: 45 50 130;
|
|
1193
|
+
--quantic-utility-indigo-200: #2d31a6;
|
|
1194
|
+
--quantic-utility-indigo-200-rgb: 45 49 166;
|
|
1195
|
+
--quantic-utility-indigo-300: #3538cd;
|
|
1196
|
+
--quantic-utility-indigo-300-rgb: 53 56 205;
|
|
1197
|
+
--quantic-utility-indigo-400: #444ce7;
|
|
1198
|
+
--quantic-utility-indigo-400-rgb: 68 76 231;
|
|
1199
|
+
--quantic-utility-indigo-500: #6172f3;
|
|
1200
|
+
--quantic-utility-indigo-500-rgb: 97 114 243;
|
|
1201
|
+
--quantic-utility-indigo-600: #8098f9;
|
|
1202
|
+
--quantic-utility-indigo-600-rgb: 128 152 249;
|
|
1203
|
+
--quantic-utility-indigo-700: #a4bcfd;
|
|
1204
|
+
--quantic-utility-indigo-700-rgb: 164 188 253;
|
|
1205
|
+
--quantic-utility-purple-50: #27115f;
|
|
1206
|
+
--quantic-utility-purple-50-rgb: 39 17 95;
|
|
1207
|
+
--quantic-utility-purple-100: #3e1c96;
|
|
1208
|
+
--quantic-utility-purple-100-rgb: 62 28 150;
|
|
1209
|
+
--quantic-utility-purple-200: #4a1fb8;
|
|
1210
|
+
--quantic-utility-purple-200-rgb: 74 31 184;
|
|
1211
|
+
--quantic-utility-purple-300: #5925dc;
|
|
1212
|
+
--quantic-utility-purple-300-rgb: 89 37 220;
|
|
1213
|
+
--quantic-utility-purple-400: #6938ef;
|
|
1214
|
+
--quantic-utility-purple-400-rgb: 105 56 239;
|
|
1215
|
+
--quantic-utility-purple-500: #7a5af8;
|
|
1216
|
+
--quantic-utility-purple-500-rgb: 122 90 248;
|
|
1217
|
+
--quantic-utility-purple-600: #9b8afb;
|
|
1218
|
+
--quantic-utility-purple-600-rgb: 155 138 251;
|
|
1219
|
+
--quantic-utility-purple-700: #bdb4fe;
|
|
1220
|
+
--quantic-utility-purple-700-rgb: 189 180 254;
|
|
1221
|
+
--quantic-utility-fuchsia-50: #47104c;
|
|
1222
|
+
--quantic-utility-fuchsia-50-rgb: 71 16 76;
|
|
1223
|
+
--quantic-utility-fuchsia-100: #6f1877;
|
|
1224
|
+
--quantic-utility-fuchsia-100-rgb: 111 24 119;
|
|
1225
|
+
--quantic-utility-fuchsia-200: #821890;
|
|
1226
|
+
--quantic-utility-fuchsia-200-rgb: 130 24 144;
|
|
1227
|
+
--quantic-utility-fuchsia-300: #9f1ab1;
|
|
1228
|
+
--quantic-utility-fuchsia-300-rgb: 159 26 177;
|
|
1229
|
+
--quantic-utility-fuchsia-400: #ba24d5;
|
|
1230
|
+
--quantic-utility-fuchsia-400-rgb: 186 36 213;
|
|
1231
|
+
--quantic-utility-fuchsia-500: #d444f1;
|
|
1232
|
+
--quantic-utility-fuchsia-500-rgb: 212 68 241;
|
|
1233
|
+
--quantic-utility-fuchsia-600: #e478fa;
|
|
1234
|
+
--quantic-utility-fuchsia-600-rgb: 228 120 250;
|
|
1235
|
+
--quantic-utility-fuchsia-700: #eeaafd;
|
|
1236
|
+
--quantic-utility-fuchsia-700-rgb: 238 170 253;
|
|
1237
|
+
--quantic-utility-pink-50: #4e0d30;
|
|
1238
|
+
--quantic-utility-pink-50-rgb: 78 13 48;
|
|
1239
|
+
--quantic-utility-pink-100: #851651;
|
|
1240
|
+
--quantic-utility-pink-100-rgb: 133 22 81;
|
|
1241
|
+
--quantic-utility-pink-200: #9e165f;
|
|
1242
|
+
--quantic-utility-pink-200-rgb: 158 22 95;
|
|
1243
|
+
--quantic-utility-pink-300: #c11574;
|
|
1244
|
+
--quantic-utility-pink-300-rgb: 193 21 116;
|
|
1245
|
+
--quantic-utility-pink-400: #dd2590;
|
|
1246
|
+
--quantic-utility-pink-400-rgb: 221 37 144;
|
|
1247
|
+
--quantic-utility-pink-500: #ee46bc;
|
|
1248
|
+
--quantic-utility-pink-500-rgb: 238 70 188;
|
|
1249
|
+
--quantic-utility-pink-600: #f670c7;
|
|
1250
|
+
--quantic-utility-pink-600-rgb: 246 112 199;
|
|
1251
|
+
--quantic-utility-pink-700: #faa7e0;
|
|
1252
|
+
--quantic-utility-pink-700-rgb: 250 167 224;
|
|
1253
|
+
--quantic-utility-orange-dark-50: #57130a;
|
|
1254
|
+
--quantic-utility-orange-dark-50-rgb: 87 19 10;
|
|
1255
|
+
--quantic-utility-orange-dark-100: #771a0d;
|
|
1256
|
+
--quantic-utility-orange-dark-100-rgb: 119 26 13;
|
|
1257
|
+
--quantic-utility-orange-dark-200: #97180c;
|
|
1258
|
+
--quantic-utility-orange-dark-200-rgb: 151 24 12;
|
|
1259
|
+
--quantic-utility-orange-dark-300: #bc1b06;
|
|
1260
|
+
--quantic-utility-orange-dark-300-rgb: 188 27 6;
|
|
1261
|
+
--quantic-utility-orange-dark-400: #e62e05;
|
|
1262
|
+
--quantic-utility-orange-dark-400-rgb: 230 46 5;
|
|
1263
|
+
--quantic-utility-orange-dark-500: #ff4405;
|
|
1264
|
+
--quantic-utility-orange-dark-500-rgb: 255 68 5;
|
|
1265
|
+
--quantic-utility-orange-dark-600: #ff692e;
|
|
1266
|
+
--quantic-utility-orange-dark-600-rgb: 255 105 46;
|
|
1267
|
+
--quantic-utility-orange-dark-700: #ff9c66;
|
|
1268
|
+
--quantic-utility-orange-dark-700-rgb: 255 156 102;
|
|
1269
|
+
--quantic-utility-orange-50: #511c10;
|
|
1270
|
+
--quantic-utility-orange-50-rgb: 81 28 16;
|
|
1271
|
+
--quantic-utility-orange-100: #772917;
|
|
1272
|
+
--quantic-utility-orange-100-rgb: 119 41 23;
|
|
1273
|
+
--quantic-utility-orange-200: #932f19;
|
|
1274
|
+
--quantic-utility-orange-200-rgb: 147 47 25;
|
|
1275
|
+
--quantic-utility-orange-300: #b93815;
|
|
1276
|
+
--quantic-utility-orange-300-rgb: 185 56 21;
|
|
1277
|
+
--quantic-utility-orange-400: #e04f16;
|
|
1278
|
+
--quantic-utility-orange-400-rgb: 224 79 22;
|
|
1279
|
+
--quantic-utility-orange-500: #ef6820;
|
|
1280
|
+
--quantic-utility-orange-500-rgb: 239 104 32;
|
|
1281
|
+
--quantic-utility-orange-600: #f38744;
|
|
1282
|
+
--quantic-utility-orange-600-rgb: 243 135 68;
|
|
1283
|
+
--quantic-utility-orange-700: #f7b27a;
|
|
1284
|
+
--quantic-utility-orange-700-rgb: 247 178 122;
|
|
1285
|
+
--quantic-fg-secondary: #cecfd2;
|
|
1286
|
+
--quantic-fg-secondary-rgb: 206 207 210;
|
|
1287
|
+
--quantic-fg-secondary-hover: #ececed;
|
|
1288
|
+
--quantic-fg-secondary-hover-rgb: 236 236 237;
|
|
1289
|
+
--quantic-fg-tertiary: #94979c;
|
|
1290
|
+
--quantic-fg-tertiary-rgb: 148 151 156;
|
|
1291
|
+
--quantic-fg-tertiary-hover: #cecfd2;
|
|
1292
|
+
--quantic-fg-tertiary-hover-rgb: 206 207 210;
|
|
1293
|
+
--quantic-fg-quaternary: #61656c;
|
|
1294
|
+
--quantic-fg-quaternary-rgb: 97 101 108;
|
|
1295
|
+
--quantic-fg-quaternary-hover: #85888e;
|
|
1296
|
+
--quantic-fg-quaternary-hover-rgb: 133 136 142;
|
|
1297
|
+
--quantic-fg-white: #ffffff;
|
|
1298
|
+
--quantic-fg-white-rgb: 255 255 255;
|
|
1299
|
+
--quantic-fg-disabled: #85888e;
|
|
1300
|
+
--quantic-fg-disabled-rgb: 133 136 142;
|
|
1301
|
+
--quantic-fg-disabled-subtle: #61656c;
|
|
1302
|
+
--quantic-fg-disabled-subtle-rgb: 97 101 108;
|
|
1303
|
+
--quantic-fg-brand-primary: #12a66f;
|
|
1304
|
+
--quantic-fg-brand-primary-rgb: 18 166 111;
|
|
1305
|
+
--quantic-fg-brand-primary-alt: #cecfd2;
|
|
1306
|
+
--quantic-fg-brand-primary-alt-rgb: 206 207 210;
|
|
1307
|
+
--quantic-fg-brand-secondary: #0b8759;
|
|
1308
|
+
--quantic-fg-brand-secondary-rgb: 11 135 89;
|
|
1309
|
+
--quantic-fg-brand-secondary-alt: #61656c;
|
|
1310
|
+
--quantic-fg-brand-secondary-alt-rgb: 97 101 108;
|
|
1311
|
+
--quantic-fg-brand-secondary-hover: #85888e;
|
|
1312
|
+
--quantic-fg-brand-secondary-hover-rgb: 133 136 142;
|
|
1313
|
+
--quantic-fg-error-primary: #f04438;
|
|
1314
|
+
--quantic-fg-error-primary-rgb: 240 68 56;
|
|
1315
|
+
--quantic-fg-error-secondary: #f97066;
|
|
1316
|
+
--quantic-fg-error-secondary-rgb: 249 112 102;
|
|
1317
|
+
--quantic-fg-warning-primary: #f79009;
|
|
1318
|
+
--quantic-fg-warning-primary-rgb: 247 144 9;
|
|
1319
|
+
--quantic-fg-warning-secondary: #fdb022;
|
|
1320
|
+
--quantic-fg-warning-secondary-rgb: 253 176 34;
|
|
1321
|
+
--quantic-fg-success-primary: #17b26a;
|
|
1322
|
+
--quantic-fg-success-primary-rgb: 23 178 106;
|
|
1323
|
+
--quantic-fg-success-secondary: #47cd89;
|
|
1324
|
+
--quantic-fg-success-secondary-rgb: 71 205 137;
|
|
1325
|
+
--quantic-bg-primary: #13161b;
|
|
1326
|
+
--quantic-bg-primary-rgb: 19 22 27;
|
|
1327
|
+
--quantic-focus-ring: #0b8759;
|
|
1328
|
+
--quantic-focus-ring-rgb: 11 135 89;
|
|
1329
|
+
--quantic-focus-ring-error: #f04438;
|
|
1330
|
+
--quantic-focus-ring-error-rgb: 240 68 56;
|
|
1331
|
+
--quantic-shadow-xs: rgba(255, 255, 255, 0);
|
|
1332
|
+
--quantic-shadow-main-centre-md: rgba(255, 255, 255, 0);
|
|
1333
|
+
--quantic-shadow-main-centre-lg: rgba(255, 255, 255, 0);
|
|
1334
|
+
--quantic-shadow-overlay-lg: rgba(255, 255, 255, 0);
|
|
1335
|
+
--quantic-shadow-grid-md: rgba(255, 255, 255, 0);
|
|
1336
|
+
--quantic-shadow-sm-01: rgba(255, 255, 255, 0);
|
|
1337
|
+
--quantic-shadow-sm-02: rgba(255, 255, 255, 0);
|
|
1338
|
+
--quantic-shadow-md-01: rgba(255, 255, 255, 0);
|
|
1339
|
+
--quantic-shadow-md-02: rgba(255, 255, 255, 0);
|
|
1340
|
+
--quantic-shadow-lg-01: rgba(255, 255, 255, 0);
|
|
1341
|
+
--quantic-shadow-lg-02: rgba(255, 255, 255, 0);
|
|
1342
|
+
--quantic-shadow-lg-03: rgba(255, 255, 255, 0);
|
|
1343
|
+
--quantic-shadow-xl-01: rgba(255, 255, 255, 0);
|
|
1344
|
+
--quantic-shadow-xl-02: rgba(255, 255, 255, 0);
|
|
1345
|
+
--quantic-shadow-xl-03: rgba(255, 255, 255, 0);
|
|
1346
|
+
--quantic-shadow-2xl-01: rgba(255, 255, 255, 0);
|
|
1347
|
+
--quantic-shadow-2xl-02: rgba(255, 255, 255, 0);
|
|
1348
|
+
--quantic-shadow-3xl-01: rgba(255, 255, 255, 0);
|
|
1349
|
+
--quantic-shadow-3xl-02: rgba(255, 255, 255, 0);
|
|
1350
|
+
--quantic-shadow-skeumorphic-inner: rgba(12, 14, 18, 0.05);
|
|
1351
|
+
--quantic-shadow-skeumorphic-inner-border: rgba(12, 14, 18, 0.18);
|
|
1352
|
+
--quantic-bg-primary-alt: #1a1e25;
|
|
1353
|
+
--quantic-bg-primary-alt-rgb: 26 30 37;
|
|
1354
|
+
--quantic-bg-primary-hover: #22262f;
|
|
1355
|
+
--quantic-bg-primary-hover-rgb: 34 38 47;
|
|
1356
|
+
--quantic-bg-primary-solid: #1a1e25;
|
|
1357
|
+
--quantic-bg-primary-solid-rgb: 26 30 37;
|
|
1358
|
+
--quantic-bg-secondary: #1a1e25;
|
|
1359
|
+
--quantic-bg-secondary-rgb: 26 30 37;
|
|
1360
|
+
--quantic-bg-secondary-alt: #13161b;
|
|
1361
|
+
--quantic-bg-secondary-alt-rgb: 19 22 27;
|
|
1362
|
+
--quantic-bg-secondary-hover: #22262f;
|
|
1363
|
+
--quantic-bg-secondary-hover-rgb: 34 38 47;
|
|
1364
|
+
--quantic-bg-secondary-subtle: #13161b;
|
|
1365
|
+
--quantic-bg-secondary-subtle-rgb: 19 22 27;
|
|
1366
|
+
--quantic-bg-secondary-solid: #61656c;
|
|
1367
|
+
--quantic-bg-secondary-solid-rgb: 97 101 108;
|
|
1368
|
+
--quantic-bg-tertiary: #373a41;
|
|
1369
|
+
--quantic-bg-tertiary-rgb: 55 58 65;
|
|
1370
|
+
--quantic-bg-quaternary: #373a41;
|
|
1371
|
+
--quantic-bg-quaternary-rgb: 55 58 65;
|
|
1372
|
+
--quantic-bg-active: #22262f;
|
|
1373
|
+
--quantic-bg-active-rgb: 34 38 47;
|
|
1374
|
+
--quantic-bg-disabled: #22262f;
|
|
1375
|
+
--quantic-bg-disabled-rgb: 34 38 47;
|
|
1376
|
+
--quantic-bg-disabled-subtle: #13161b;
|
|
1377
|
+
--quantic-bg-disabled-subtle-rgb: 19 22 27;
|
|
1378
|
+
--quantic-bg-overlay: #22262f;
|
|
1379
|
+
--quantic-bg-overlay-rgb: 34 38 47;
|
|
1380
|
+
--quantic-bg-brand-primary: #12a66f;
|
|
1381
|
+
--quantic-bg-brand-primary-rgb: 18 166 111;
|
|
1382
|
+
--quantic-bg-brand-primary-hover: #17c484;
|
|
1383
|
+
--quantic-bg-brand-primary-hover-rgb: 23 196 132;
|
|
1384
|
+
--quantic-bg-brand-primary-alt: #1a1e25;
|
|
1385
|
+
--quantic-bg-brand-primary-alt-rgb: 26 30 37;
|
|
1386
|
+
--quantic-bg-brand-secondary: #097049;
|
|
1387
|
+
--quantic-bg-brand-secondary-rgb: 9 112 73;
|
|
1388
|
+
--quantic-bg-brand-solid: #12a66f;
|
|
1389
|
+
--quantic-bg-brand-solid-rgb: 18 166 111;
|
|
1390
|
+
--quantic-bg-brand-solid-hover: #0b8759;
|
|
1391
|
+
--quantic-bg-brand-solid-hover-rgb: 11 135 89;
|
|
1392
|
+
--quantic-bg-brand-section: #1a1e25;
|
|
1393
|
+
--quantic-bg-brand-section-rgb: 26 30 37;
|
|
1394
|
+
--quantic-bg-brand-section-subtle: #13161b;
|
|
1395
|
+
--quantic-bg-brand-section-subtle-rgb: 19 22 27;
|
|
1396
|
+
--quantic-bg-error-primary: #55160c;
|
|
1397
|
+
--quantic-bg-error-primary-rgb: 85 22 12;
|
|
1398
|
+
--quantic-bg-error-secondary: #d92d20;
|
|
1399
|
+
--quantic-bg-error-secondary-rgb: 217 45 32;
|
|
1400
|
+
--quantic-bg-error-solid: #d92d20;
|
|
1401
|
+
--quantic-bg-error-solid-rgb: 217 45 32;
|
|
1402
|
+
--quantic-bg-warning-primary: #4e1d09;
|
|
1403
|
+
--quantic-bg-warning-primary-rgb: 78 29 9;
|
|
1404
|
+
--quantic-bg-warning-secondary: #dc6803;
|
|
1405
|
+
--quantic-bg-warning-secondary-rgb: 220 104 3;
|
|
1406
|
+
--quantic-bg-warning-solid: #dc6803;
|
|
1407
|
+
--quantic-bg-warning-solid-rgb: 220 104 3;
|
|
1408
|
+
--quantic-bg-success-primary: #053321;
|
|
1409
|
+
--quantic-bg-success-primary-rgb: 5 51 33;
|
|
1410
|
+
--quantic-bg-success-secondary: #079455;
|
|
1411
|
+
--quantic-bg-success-secondary-rgb: 7 148 85;
|
|
1412
|
+
--quantic-bg-success-solid: #079455;
|
|
1413
|
+
--quantic-bg-success-solid-rgb: 7 148 85;
|
|
1414
|
+
--quantic-utility-yellow-50: #542c0d;
|
|
1415
|
+
--quantic-utility-yellow-50-rgb: 84 44 13;
|
|
1416
|
+
--quantic-utility-yellow-100: #713b12;
|
|
1417
|
+
--quantic-utility-yellow-100-rgb: 113 59 18;
|
|
1418
|
+
--quantic-utility-yellow-200: #854a0e;
|
|
1419
|
+
--quantic-utility-yellow-200-rgb: 133 74 14;
|
|
1420
|
+
--quantic-utility-yellow-300: #a15c07;
|
|
1421
|
+
--quantic-utility-yellow-300-rgb: 161 92 7;
|
|
1422
|
+
--quantic-utility-yellow-400: #ca8504;
|
|
1423
|
+
--quantic-utility-yellow-400-rgb: 202 133 4;
|
|
1424
|
+
--quantic-utility-yellow-500: #eaaa08;
|
|
1425
|
+
--quantic-utility-yellow-500-rgb: 234 170 8;
|
|
1426
|
+
--quantic-utility-yellow-600: #fac515;
|
|
1427
|
+
--quantic-utility-yellow-600-rgb: 250 197 21;
|
|
1428
|
+
--quantic-utility-yellow-700: #fde272;
|
|
1429
|
+
--quantic-utility-yellow-700-rgb: 253 226 114;
|
|
1430
|
+
}
|