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