1 | {
|
2 | "borderRadius": {
|
3 | "--radius-conditional-6": {
|
4 | "value": "clamp(0px, calc(100vw - 100%) * 1e5, var(--radius-6))",
|
5 | "type": "borderRadius"
|
6 | },
|
7 | "--radius-conditional-5": {
|
8 | "value": "clamp(0px, calc(100vw - 100%) * 1e5, var(--radius-5))",
|
9 | "type": "borderRadius"
|
10 | },
|
11 | "--radius-conditional-4": {
|
12 | "value": "clamp(0px, calc(100vw - 100%) * 1e5, var(--radius-4))",
|
13 | "type": "borderRadius"
|
14 | },
|
15 | "--radius-conditional-3": {
|
16 | "value": "clamp(0px, calc(100vw - 100%) * 1e5, var(--radius-3))",
|
17 | "type": "borderRadius"
|
18 | },
|
19 | "--radius-conditional-2": {
|
20 | "value": "clamp(0px, calc(100vw - 100%) * 1e5, var(--radius-2))",
|
21 | "type": "borderRadius"
|
22 | },
|
23 | "--radius-conditional-1": {
|
24 | "value": "clamp(0px, calc(100vw - 100%) * 1e5, var(--radius-1))",
|
25 | "type": "borderRadius"
|
26 | },
|
27 | "--radius-blob-5": {
|
28 | "value": "49% 51% 48% 52% / 57% 44% 56% 43%",
|
29 | "type": "borderRadius"
|
30 | },
|
31 | "--radius-blob-4": {
|
32 | "value": "63% 37% 37% 63% / 43% 37% 63% 57%",
|
33 | "type": "borderRadius"
|
34 | },
|
35 | "--radius-blob-3": {
|
36 | "value": "37% 63% 56% 44% / 49% 56% 44% 51%",
|
37 | "type": "borderRadius"
|
38 | },
|
39 | "--radius-blob-2": {
|
40 | "value": "53% 47% 34% 66% / 63% 46% 54% 37%",
|
41 | "type": "borderRadius"
|
42 | },
|
43 | "--radius-blob-1": {
|
44 | "value": "30% 70% 70% 30% / 53% 30% 70% 47%",
|
45 | "type": "borderRadius"
|
46 | },
|
47 | "--radius-round": {
|
48 | "value": "1e5px",
|
49 | "type": "borderRadius"
|
50 | },
|
51 | "--radius-6": {
|
52 | "value": "8rem",
|
53 | "type": "borderRadius"
|
54 | },
|
55 | "--radius-5": {
|
56 | "value": "4rem",
|
57 | "type": "borderRadius"
|
58 | },
|
59 | "--radius-4": {
|
60 | "value": "2rem",
|
61 | "type": "borderRadius"
|
62 | },
|
63 | "--radius-3": {
|
64 | "value": "1rem",
|
65 | "type": "borderRadius"
|
66 | },
|
67 | "--radius-2": {
|
68 | "value": "5px",
|
69 | "type": "borderRadius"
|
70 | },
|
71 | "--radius-1": {
|
72 | "value": "2px",
|
73 | "type": "borderRadius"
|
74 | }
|
75 | },
|
76 | "borderWidth": {
|
77 | "--border-size-5": {
|
78 | "value": "25px",
|
79 | "type": "borderWidth"
|
80 | },
|
81 | "--border-size-4": {
|
82 | "value": "10px",
|
83 | "type": "borderWidth"
|
84 | },
|
85 | "--border-size-3": {
|
86 | "value": "5px",
|
87 | "type": "borderWidth"
|
88 | },
|
89 | "--border-size-2": {
|
90 | "value": "2px",
|
91 | "type": "borderWidth"
|
92 | },
|
93 | "--border-size-1": {
|
94 | "value": "1px",
|
95 | "type": "borderWidth"
|
96 | }
|
97 | },
|
98 | "other": {
|
99 | "--noise-filter-5": {
|
100 | "value": "contrast(200%) brightness(1000%)",
|
101 | "type": "other"
|
102 | },
|
103 | "--noise-filter-4": {
|
104 | "value": "contrast(200%) brightness(500%)",
|
105 | "type": "other"
|
106 | },
|
107 | "--noise-filter-3": {
|
108 | "value": "contrast(200%) brightness(250%)",
|
109 | "type": "other"
|
110 | },
|
111 | "--noise-filter-2": {
|
112 | "value": "contrast(200%) brightness(150%)",
|
113 | "type": "other"
|
114 | },
|
115 | "--noise-filter-1": {
|
116 | "value": "contrast(300%) brightness(100%)",
|
117 | "type": "other"
|
118 | },
|
119 | "--noise-5": {
|
120 | "value": "url(\"data:image/svg+xml,%3Csvg viewBox='0 0 2056 2056' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='1' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E\")",
|
121 | "type": "other"
|
122 | },
|
123 | "--noise-4": {
|
124 | "value": "url(\"data:image/svg+xml,%3Csvg viewBox='0 0 2056 2056' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.5' numOctaves='1' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E\")",
|
125 | "type": "other"
|
126 | },
|
127 | "--noise-3": {
|
128 | "value": "url(\"data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.25' numOctaves='1' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E\")",
|
129 | "type": "other"
|
130 | },
|
131 | "--noise-2": {
|
132 | "value": "url(\"data:image/svg+xml,%3Csvg viewBox='0 0 300 300' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.05' numOctaves='1' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E\")",
|
133 | "type": "other"
|
134 | },
|
135 | "--noise-1": {
|
136 | "value": "url(\"data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.005' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E\")",
|
137 | "type": "other"
|
138 | },
|
139 | "--gradient-30": {
|
140 | "value": "radial-gradient(\n circle at top right, \n hsl(150 100% 50%), hsl(150 100% 50% / 0%)\n ),\n radial-gradient(\n circle at bottom left, \n hsl(150 100% 84%), hsl(150 100% 84% / 0%)\n )",
|
141 | "type": "other"
|
142 | },
|
143 | "--gradient-29": {
|
144 | "value": "\n radial-gradient(\n circle at top right, \n hsl(250 100% 85%), hsl(250 100% 85% / 0%)\n ),\n radial-gradient(\n circle at bottom left, \n hsl(220 90% 75%), hsl(220 90% 75% / 0%)\n )",
|
145 | "type": "other"
|
146 | },
|
147 | "--gradient-28": {
|
148 | "value": "conic-gradient(from -90deg at 50% 105%, white, orchid)",
|
149 | "type": "other"
|
150 | },
|
151 | "--gradient-27": {
|
152 | "value": "conic-gradient(from .5turn at bottom left, deeppink, rebeccapurple)",
|
153 | "type": "other"
|
154 | },
|
155 | "--gradient-26": {
|
156 | "value": "linear-gradient(to bottom right,#9796f0,#fbc7d4)",
|
157 | "type": "other"
|
158 | },
|
159 | "--gradient-25": {
|
160 | "value": "conic-gradient(at 125% 50%, #b78cf7, #ff7c94, #ffcf0d, #ff7c94, #b78cf7)",
|
161 | "type": "other"
|
162 | },
|
163 | "--gradient-24": {
|
164 | "value": "conic-gradient(from .5turn at 0% 0%, #00c476, 10%, #82b0ff, 90%, #00c476)",
|
165 | "type": "other"
|
166 | },
|
167 | "--gradient-23": {
|
168 | "value": "linear-gradient(to bottom right,#536976,#292E49)",
|
169 | "type": "other"
|
170 | },
|
171 | "--gradient-22": {
|
172 | "value": "linear-gradient(to bottom right,#acb6e5,#86fde8)",
|
173 | "type": "other"
|
174 | },
|
175 | "--gradient-21": {
|
176 | "value": "conic-gradient(from -90deg at 25% 115%, #ff0000, #ff0066, #ff00cc, #cc00ff, #6600ff, #0000ff, #0000ff, #0000ff, #0000ff)",
|
177 | "type": "other"
|
178 | },
|
179 | "--gradient-20": {
|
180 | "value": "conic-gradient(from -135deg at -10% center, #ffa500, #ff7715, #ff522a, #ff3f47, #ff5482, #ff69b4)",
|
181 | "type": "other"
|
182 | },
|
183 | "--gradient-19": {
|
184 | "value": "linear-gradient(to bottom right,#ffe259,#ffa751)",
|
185 | "type": "other"
|
186 | },
|
187 | "--gradient-18": {
|
188 | "value": "\n linear-gradient(0deg, hsla(0 100% 50% / 80%), hsla(0 100% 50% / 0) 75%),\n linear-gradient(60deg, hsla(60 100% 50% / 80%), hsla(60 100% 50% / 0) 75%),\n linear-gradient(120deg, hsla(120 100% 50% / 80%), hsla(120 100% 50% / 0) 75%),\n linear-gradient(180deg, hsla(180 100% 50% / 80%), hsla(180 100% 50% / 0) 75%),\n linear-gradient(240deg, hsla(240 100% 50% / 80%), hsla(240 100% 50% / 0) 75%),\n linear-gradient(300deg, hsla(300 100% 50% / 80%), hsla(300 100% 50% / 0) 75%)\n ",
|
189 | "type": "other"
|
190 | },
|
191 | "--gradient-17": {
|
192 | "value": "conic-gradient(from -90deg at 50% -25%, blue, blueviolet)",
|
193 | "type": "other"
|
194 | },
|
195 | "--gradient-16": {
|
196 | "value": "radial-gradient(circle at 50% -250%, #374151, #111827, #000)",
|
197 | "type": "other"
|
198 | },
|
199 | "--gradient-15": {
|
200 | "value": "linear-gradient(to bottom right, #c7d2fe, #fecaca, #fef3c7)",
|
201 | "type": "other"
|
202 | },
|
203 | "--gradient-14": {
|
204 | "value": "conic-gradient(at top right, lime, cyan)",
|
205 | "type": "other"
|
206 | },
|
207 | "--gradient-13": {
|
208 | "value": "radial-gradient(circle at 50% 200%, #000142, #3b0083, #b300c3, #ff059f, #ff4661, #ffad86, #fff3c7)",
|
209 | "type": "other"
|
210 | },
|
211 | "--gradient-12": {
|
212 | "value": "conic-gradient(from 90deg at 25% -10%, #ff4500, #d3f340, #7bee85, #afeeee, #7bee85)",
|
213 | "type": "other"
|
214 | },
|
215 | "--gradient-11": {
|
216 | "value": "conic-gradient(at bottom left, deeppink, cyan)",
|
217 | "type": "other"
|
218 | },
|
219 | "--gradient-10": {
|
220 | "value": "conic-gradient(from 90deg at 40% -25%, #ffd700, #f79d03, #ee6907, #e6390a, #de0d0d, #d61039, #cf1261, #c71585, #cf1261, #d61039, #de0d0d, #ee6907, #f79d03, #ffd700, #ffd700, #ffd700)",
|
221 | "type": "other"
|
222 | },
|
223 | "--gradient-9": {
|
224 | "value": "conic-gradient(from .5turn at bottom center, lightblue, white)",
|
225 | "type": "other"
|
226 | },
|
227 | "--gradient-8": {
|
228 | "value": "conic-gradient(from 90deg at 50% 0%, #111, 50%, #222, #111)",
|
229 | "type": "other"
|
230 | },
|
231 | "--gradient-7": {
|
232 | "value": "linear-gradient(to bottom right,#72C6EF,#004E8F)",
|
233 | "type": "other"
|
234 | },
|
235 | "--gradient-6": {
|
236 | "value": "conic-gradient(from -90deg at top left, black, white)",
|
237 | "type": "other"
|
238 | },
|
239 | "--gradient-5": {
|
240 | "value": "conic-gradient(from -270deg at 75% 110%, fuchsia, floralwhite)",
|
241 | "type": "other"
|
242 | },
|
243 | "--gradient-4": {
|
244 | "value": "linear-gradient(to bottom right,#00F5A0,#00D9F5)",
|
245 | "type": "other"
|
246 | },
|
247 | "--gradient-3": {
|
248 | "value": "\n radial-gradient(\n circle at top right, \n hsl(180 100% 50%), hsl(180 100% 50% / 0%)\n ),\n radial-gradient(\n circle at bottom left, \n hsl(328 100% 54%), hsl(328 100% 54% / 0%)\n )",
|
249 | "type": "other"
|
250 | },
|
251 | "--gradient-2": {
|
252 | "value": "linear-gradient(to bottom right,#48005c, #8300e2, #a269ff)",
|
253 | "type": "other"
|
254 | },
|
255 | "--gradient-1": {
|
256 | "value": "linear-gradient(to bottom right,#1f005c, #5b0060, #870160, #ac255e, #ca485c, #e16b5c, #f39060, #ffb56b)",
|
257 | "type": "other"
|
258 | },
|
259 | "--ratio-golden": {
|
260 | "value": "1.6180/1",
|
261 | "type": "other"
|
262 | },
|
263 | "--ratio-ultrawide": {
|
264 | "value": "18/5",
|
265 | "type": "other"
|
266 | },
|
267 | "--ratio-widescreen": {
|
268 | "value": "16/9",
|
269 | "type": "other"
|
270 | },
|
271 | "--ratio-portrait": {
|
272 | "value": "3/4",
|
273 | "type": "other"
|
274 | },
|
275 | "--ratio-landscape": {
|
276 | "value": "4/3",
|
277 | "type": "other"
|
278 | },
|
279 | "--ratio-square": {
|
280 | "value": "1",
|
281 | "type": "other"
|
282 | },
|
283 | "--layer-important": {
|
284 | "value": 2147483647,
|
285 | "type": "other"
|
286 | },
|
287 | "--layer-5": {
|
288 | "value": 5,
|
289 | "type": "other"
|
290 | },
|
291 | "--layer-4": {
|
292 | "value": 4,
|
293 | "type": "other"
|
294 | },
|
295 | "--layer-3": {
|
296 | "value": 3,
|
297 | "type": "other"
|
298 | },
|
299 | "--layer-2": {
|
300 | "value": 2,
|
301 | "type": "other"
|
302 | },
|
303 | "--layer-1": {
|
304 | "value": 1,
|
305 | "type": "other"
|
306 | },
|
307 | "--ease-step-5": {
|
308 | "value": "steps(10)",
|
309 | "type": "other"
|
310 | },
|
311 | "--ease-step-4": {
|
312 | "value": "steps(7)",
|
313 | "type": "other"
|
314 | },
|
315 | "--ease-step-3": {
|
316 | "value": "steps(4)",
|
317 | "type": "other"
|
318 | },
|
319 | "--ease-step-2": {
|
320 | "value": "steps(3)",
|
321 | "type": "other"
|
322 | },
|
323 | "--ease-step-1": {
|
324 | "value": "steps(2)",
|
325 | "type": "other"
|
326 | },
|
327 | "--ease-squish-5": {
|
328 | "value": "cubic-bezier(.5, -.9, .1, 1.5)",
|
329 | "type": "other"
|
330 | },
|
331 | "--ease-squish-4": {
|
332 | "value": "cubic-bezier(.5, -.7, .1, 1.5)",
|
333 | "type": "other"
|
334 | },
|
335 | "--ease-squish-3": {
|
336 | "value": "cubic-bezier(.5, -.5, .1, 1.5)",
|
337 | "type": "other"
|
338 | },
|
339 | "--ease-squish-2": {
|
340 | "value": "cubic-bezier(.5, -.3, .1, 1.5)",
|
341 | "type": "other"
|
342 | },
|
343 | "--ease-squish-1": {
|
344 | "value": "cubic-bezier(.5, -.1, .1, 1.5)",
|
345 | "type": "other"
|
346 | },
|
347 | "--ease-elastic-5": {
|
348 | "value": "cubic-bezier(.5, 1.75, .75, 1.25)",
|
349 | "type": "other"
|
350 | },
|
351 | "--ease-elastic-4": {
|
352 | "value": "cubic-bezier(.5, 1.5, .75, 1.25)",
|
353 | "type": "other"
|
354 | },
|
355 | "--ease-elastic-3": {
|
356 | "value": "cubic-bezier(.5, 1.25, .75, 1.25)",
|
357 | "type": "other"
|
358 | },
|
359 | "--ease-elastic-2": {
|
360 | "value": "cubic-bezier(.5, 1, .75, 1.25)",
|
361 | "type": "other"
|
362 | },
|
363 | "--ease-elastic-1": {
|
364 | "value": "cubic-bezier(.5, .75, .75, 1.25)",
|
365 | "type": "other"
|
366 | },
|
367 | "--ease-in-out-5": {
|
368 | "value": "cubic-bezier(.9, 0, .1, 1)",
|
369 | "type": "other"
|
370 | },
|
371 | "--ease-in-out-4": {
|
372 | "value": "cubic-bezier(.7, 0, .3, 1)",
|
373 | "type": "other"
|
374 | },
|
375 | "--ease-in-out-3": {
|
376 | "value": "cubic-bezier(.5, 0, .5, 1)",
|
377 | "type": "other"
|
378 | },
|
379 | "--ease-in-out-2": {
|
380 | "value": "cubic-bezier(.3, 0, .7, 1)",
|
381 | "type": "other"
|
382 | },
|
383 | "--ease-in-out-1": {
|
384 | "value": "cubic-bezier(.1, 0, .9, 1)",
|
385 | "type": "other"
|
386 | },
|
387 | "--ease-out-5": {
|
388 | "value": "cubic-bezier(0, 0, 0, 1)",
|
389 | "type": "other"
|
390 | },
|
391 | "--ease-out-4": {
|
392 | "value": "cubic-bezier(0, 0, .1, 1)",
|
393 | "type": "other"
|
394 | },
|
395 | "--ease-out-3": {
|
396 | "value": "cubic-bezier(0, 0, .3, 1)",
|
397 | "type": "other"
|
398 | },
|
399 | "--ease-out-2": {
|
400 | "value": "cubic-bezier(0, 0, .50, 1)",
|
401 | "type": "other"
|
402 | },
|
403 | "--ease-out-1": {
|
404 | "value": "cubic-bezier(0, 0, .75, 1)",
|
405 | "type": "other"
|
406 | },
|
407 | "--ease-in-5": {
|
408 | "value": "cubic-bezier(1, 0, 1, 1)",
|
409 | "type": "other"
|
410 | },
|
411 | "--ease-in-4": {
|
412 | "value": "cubic-bezier(.90, 0, 1, 1)",
|
413 | "type": "other"
|
414 | },
|
415 | "--ease-in-3": {
|
416 | "value": "cubic-bezier(.70, 0, 1, 1)",
|
417 | "type": "other"
|
418 | },
|
419 | "--ease-in-2": {
|
420 | "value": "cubic-bezier(.50, 0, 1, 1)",
|
421 | "type": "other"
|
422 | },
|
423 | "--ease-in-1": {
|
424 | "value": "cubic-bezier(.25, 0, 1, 1)",
|
425 | "type": "other"
|
426 | },
|
427 | "--ease-5": {
|
428 | "value": "cubic-bezier(.25, 0, .1, 1)",
|
429 | "type": "other"
|
430 | },
|
431 | "--ease-4": {
|
432 | "value": "cubic-bezier(.25, 0, .2, 1)",
|
433 | "type": "other"
|
434 | },
|
435 | "--ease-3": {
|
436 | "value": "cubic-bezier(.25, 0, .3, 1)",
|
437 | "type": "other"
|
438 | },
|
439 | "--ease-2": {
|
440 | "value": "cubic-bezier(.25, 0, .4, 1)",
|
441 | "type": "other"
|
442 | },
|
443 | "--ease-1": {
|
444 | "value": "cubic-bezier(.25, 0, .5, 1)",
|
445 | "type": "other"
|
446 | }
|
447 | },
|
448 | "sizing": {
|
449 | "--size-xxl": {
|
450 | "value": "1920px",
|
451 | "type": "sizing"
|
452 | },
|
453 | "--size-xl": {
|
454 | "value": "1440px",
|
455 | "type": "sizing"
|
456 | },
|
457 | "--size-lg": {
|
458 | "value": "1024px",
|
459 | "type": "sizing"
|
460 | },
|
461 | "--size-md": {
|
462 | "value": "768px",
|
463 | "type": "sizing"
|
464 | },
|
465 | "--size-sm": {
|
466 | "value": "480px",
|
467 | "type": "sizing"
|
468 | },
|
469 | "--size-xs": {
|
470 | "value": "360px",
|
471 | "type": "sizing"
|
472 | },
|
473 | "--size-xxs": {
|
474 | "value": "240px",
|
475 | "type": "sizing"
|
476 | },
|
477 | "--size-header-3": {
|
478 | "value": "35ch",
|
479 | "type": "sizing"
|
480 | },
|
481 | "--size-header-2": {
|
482 | "value": "25ch",
|
483 | "type": "sizing"
|
484 | },
|
485 | "--size-header-1": {
|
486 | "value": "20ch",
|
487 | "type": "sizing"
|
488 | },
|
489 | "--size-content-3": {
|
490 | "value": "60ch",
|
491 | "type": "sizing"
|
492 | },
|
493 | "--size-content-2": {
|
494 | "value": "45ch",
|
495 | "type": "sizing"
|
496 | },
|
497 | "--size-content-1": {
|
498 | "value": "20ch",
|
499 | "type": "sizing"
|
500 | },
|
501 | "--size-fluid-10": {
|
502 | "value": "clamp(20rem, 40vw, 30rem)",
|
503 | "type": "sizing"
|
504 | },
|
505 | "--size-fluid-9": {
|
506 | "value": "clamp(15rem, 30vw, 20rem)",
|
507 | "type": "sizing"
|
508 | },
|
509 | "--size-fluid-8": {
|
510 | "value": "clamp(10rem, 20vw, 15rem)",
|
511 | "type": "sizing"
|
512 | },
|
513 | "--size-fluid-7": {
|
514 | "value": "clamp(7.5rem, 10vw, 10rem)",
|
515 | "type": "sizing"
|
516 | },
|
517 | "--size-fluid-6": {
|
518 | "value": "clamp(5rem, 7vw, 7.5rem)",
|
519 | "type": "sizing"
|
520 | },
|
521 | "--size-fluid-5": {
|
522 | "value": "clamp(4rem, 5vw, 5rem)",
|
523 | "type": "sizing"
|
524 | },
|
525 | "--size-fluid-4": {
|
526 | "value": "clamp(2rem, 4vw, 3rem)",
|
527 | "type": "sizing"
|
528 | },
|
529 | "--size-fluid-3": {
|
530 | "value": "clamp(1.5rem, 3vw, 2rem)",
|
531 | "type": "sizing"
|
532 | },
|
533 | "--size-fluid-2": {
|
534 | "value": "clamp(1rem, 2vw, 1.5rem)",
|
535 | "type": "sizing"
|
536 | },
|
537 | "--size-fluid-1": {
|
538 | "value": "clamp(.5rem, 1vw, 1rem)",
|
539 | "type": "sizing"
|
540 | },
|
541 | "--size-15": {
|
542 | "value": "30rem",
|
543 | "type": "sizing"
|
544 | },
|
545 | "--size-14": {
|
546 | "value": "20rem",
|
547 | "type": "sizing"
|
548 | },
|
549 | "--size-13": {
|
550 | "value": "15rem",
|
551 | "type": "sizing"
|
552 | },
|
553 | "--size-12": {
|
554 | "value": "10rem",
|
555 | "type": "sizing"
|
556 | },
|
557 | "--size-11": {
|
558 | "value": "7.5rem",
|
559 | "type": "sizing"
|
560 | },
|
561 | "--size-10": {
|
562 | "value": "5rem",
|
563 | "type": "sizing"
|
564 | },
|
565 | "--size-9": {
|
566 | "value": "4rem",
|
567 | "type": "sizing"
|
568 | },
|
569 | "--size-8": {
|
570 | "value": "3rem",
|
571 | "type": "sizing"
|
572 | },
|
573 | "--size-7": {
|
574 | "value": "2rem",
|
575 | "type": "sizing"
|
576 | },
|
577 | "--size-6": {
|
578 | "value": "1.75rem",
|
579 | "type": "sizing"
|
580 | },
|
581 | "--size-5": {
|
582 | "value": "1.5rem",
|
583 | "type": "sizing"
|
584 | },
|
585 | "--size-4": {
|
586 | "value": "1.25rem",
|
587 | "type": "sizing"
|
588 | },
|
589 | "--size-3": {
|
590 | "value": "1rem",
|
591 | "type": "sizing"
|
592 | },
|
593 | "--size-2": {
|
594 | "value": ".5rem",
|
595 | "type": "sizing"
|
596 | },
|
597 | "--size-1": {
|
598 | "value": ".25rem",
|
599 | "type": "sizing"
|
600 | },
|
601 | "--size-00": {
|
602 | "value": "-.25rem",
|
603 | "type": "sizing"
|
604 | },
|
605 | "--size-000": {
|
606 | "value": "-.5rem",
|
607 | "type": "sizing"
|
608 | }
|
609 | },
|
610 | "color": {
|
611 | "yellow": {
|
612 | "--yellow-12": {
|
613 | "value": "#663500",
|
614 | "type": "color"
|
615 | },
|
616 | "--yellow-11": {
|
617 | "value": "#804200",
|
618 | "type": "color"
|
619 | },
|
620 | "--yellow-10": {
|
621 | "value": "#b35c00",
|
622 | "type": "color"
|
623 | },
|
624 | "--yellow-9": {
|
625 | "value": "#e67700",
|
626 | "type": "color"
|
627 | },
|
628 | "--yellow-8": {
|
629 | "value": "#f08c00",
|
630 | "type": "color"
|
631 | },
|
632 | "--yellow-7": {
|
633 | "value": "#f59f00",
|
634 | "type": "color"
|
635 | },
|
636 | "--yellow-6": {
|
637 | "value": "#fab005",
|
638 | "type": "color"
|
639 | },
|
640 | "--yellow-5": {
|
641 | "value": "#fcc419",
|
642 | "type": "color"
|
643 | },
|
644 | "--yellow-4": {
|
645 | "value": "#ffd43b",
|
646 | "type": "color"
|
647 | },
|
648 | "--yellow-3": {
|
649 | "value": "#ffe066",
|
650 | "type": "color"
|
651 | },
|
652 | "--yellow-2": {
|
653 | "value": "#ffec99",
|
654 | "type": "color"
|
655 | },
|
656 | "--yellow-1": {
|
657 | "value": "#fff3bf",
|
658 | "type": "color"
|
659 | },
|
660 | "--yellow-0": {
|
661 | "value": "#fff9db",
|
662 | "type": "color"
|
663 | }
|
664 | },
|
665 | "violet": {
|
666 | "--violet-12": {
|
667 | "value": "#3a2578",
|
668 | "type": "color"
|
669 | },
|
670 | "--violet-11": {
|
671 | "value": "#462d91",
|
672 | "type": "color"
|
673 | },
|
674 | "--violet-10": {
|
675 | "value": "#5235ab",
|
676 | "type": "color"
|
677 | },
|
678 | "--violet-9": {
|
679 | "value": "#5f3dc4",
|
680 | "type": "color"
|
681 | },
|
682 | "--violet-8": {
|
683 | "value": "#6741d9",
|
684 | "type": "color"
|
685 | },
|
686 | "--violet-7": {
|
687 | "value": "#7048e8",
|
688 | "type": "color"
|
689 | },
|
690 | "--violet-6": {
|
691 | "value": "#7950f2",
|
692 | "type": "color"
|
693 | },
|
694 | "--violet-5": {
|
695 | "value": "#845ef7",
|
696 | "type": "color"
|
697 | },
|
698 | "--violet-4": {
|
699 | "value": "#9775fa",
|
700 | "type": "color"
|
701 | },
|
702 | "--violet-3": {
|
703 | "value": "#b197fc",
|
704 | "type": "color"
|
705 | },
|
706 | "--violet-2": {
|
707 | "value": "#d0bfff",
|
708 | "type": "color"
|
709 | },
|
710 | "--violet-1": {
|
711 | "value": "#e5dbff",
|
712 | "type": "color"
|
713 | },
|
714 | "--violet-0": {
|
715 | "value": "#f3f0ff",
|
716 | "type": "color"
|
717 | }
|
718 | },
|
719 | "teal": {
|
720 | "--teal-12": {
|
721 | "value": "#033325",
|
722 | "type": "color"
|
723 | },
|
724 | "--teal-11": {
|
725 | "value": "#054d37",
|
726 | "type": "color"
|
727 | },
|
728 | "--teal-10": {
|
729 | "value": "#066649",
|
730 | "type": "color"
|
731 | },
|
732 | "--teal-9": {
|
733 | "value": "#087f5b",
|
734 | "type": "color"
|
735 | },
|
736 | "--teal-8": {
|
737 | "value": "#099268",
|
738 | "type": "color"
|
739 | },
|
740 | "--teal-7": {
|
741 | "value": "#0ca678",
|
742 | "type": "color"
|
743 | },
|
744 | "--teal-6": {
|
745 | "value": "#12b886",
|
746 | "type": "color"
|
747 | },
|
748 | "--teal-5": {
|
749 | "value": "#20c997",
|
750 | "type": "color"
|
751 | },
|
752 | "--teal-4": {
|
753 | "value": "#38d9a9",
|
754 | "type": "color"
|
755 | },
|
756 | "--teal-3": {
|
757 | "value": "#63e6be",
|
758 | "type": "color"
|
759 | },
|
760 | "--teal-2": {
|
761 | "value": "#96f2d7",
|
762 | "type": "color"
|
763 | },
|
764 | "--teal-1": {
|
765 | "value": "#c3fae8",
|
766 | "type": "color"
|
767 | },
|
768 | "--teal-0": {
|
769 | "value": "#e6fcf5",
|
770 | "type": "color"
|
771 | }
|
772 | },
|
773 | "stone": {
|
774 | "--stone-12": {
|
775 | "value": "#121210",
|
776 | "type": "color"
|
777 | },
|
778 | "--stone-11": {
|
779 | "value": "#252521",
|
780 | "type": "color"
|
781 | },
|
782 | "--stone-10": {
|
783 | "value": "#3a3a37",
|
784 | "type": "color"
|
785 | },
|
786 | "--stone-9": {
|
787 | "value": "#50514f",
|
788 | "type": "color"
|
789 | },
|
790 | "--stone-8": {
|
791 | "value": "#666968",
|
792 | "type": "color"
|
793 | },
|
794 | "--stone-7": {
|
795 | "value": "#7e8282",
|
796 | "type": "color"
|
797 | },
|
798 | "--stone-6": {
|
799 | "value": "#979b9d",
|
800 | "type": "color"
|
801 | },
|
802 | "--stone-5": {
|
803 | "value": "#b1b6b9",
|
804 | "type": "color"
|
805 | },
|
806 | "--stone-4": {
|
807 | "value": "#d1d6d8",
|
808 | "type": "color"
|
809 | },
|
810 | "--stone-3": {
|
811 | "value": "#e0e4e5",
|
812 | "type": "color"
|
813 | },
|
814 | "--stone-2": {
|
815 | "value": "#ebedef",
|
816 | "type": "color"
|
817 | },
|
818 | "--stone-1": {
|
819 | "value": "#f2f4f6",
|
820 | "type": "color"
|
821 | },
|
822 | "--stone-0": {
|
823 | "value": "#f8fafb",
|
824 | "type": "color"
|
825 | }
|
826 | },
|
827 | "sand": {
|
828 | "--sand-12": {
|
829 | "value": "#121210",
|
830 | "type": "color"
|
831 | },
|
832 | "--sand-11": {
|
833 | "value": "#252521",
|
834 | "type": "color"
|
835 | },
|
836 | "--sand-10": {
|
837 | "value": "#38352d",
|
838 | "type": "color"
|
839 | },
|
840 | "--sand-9": {
|
841 | "value": "#4b4639",
|
842 | "type": "color"
|
843 | },
|
844 | "--sand-8": {
|
845 | "value": "#5f5746",
|
846 | "type": "color"
|
847 | },
|
848 | "--sand-7": {
|
849 | "value": "#736a53",
|
850 | "type": "color"
|
851 | },
|
852 | "--sand-6": {
|
853 | "value": "#867c65",
|
854 | "type": "color"
|
855 | },
|
856 | "--sand-5": {
|
857 | "value": "#9a9178",
|
858 | "type": "color"
|
859 | },
|
860 | "--sand-4": {
|
861 | "value": "#aea58c",
|
862 | "type": "color"
|
863 | },
|
864 | "--sand-3": {
|
865 | "value": "#c2b9a0",
|
866 | "type": "color"
|
867 | },
|
868 | "--sand-2": {
|
869 | "value": "#d5cfbd",
|
870 | "type": "color"
|
871 | },
|
872 | "--sand-1": {
|
873 | "value": "#e6e4dc",
|
874 | "type": "color"
|
875 | },
|
876 | "--sand-0": {
|
877 | "value": "#f8fafb",
|
878 | "type": "color"
|
879 | }
|
880 | },
|
881 | "red": {
|
882 | "--red-12": {
|
883 | "value": "#7d1a1a",
|
884 | "type": "color"
|
885 | },
|
886 | "--red-11": {
|
887 | "value": "#962020",
|
888 | "type": "color"
|
889 | },
|
890 | "--red-10": {
|
891 | "value": "#b02525",
|
892 | "type": "color"
|
893 | },
|
894 | "--red-9": {
|
895 | "value": "#c92a2a",
|
896 | "type": "color"
|
897 | },
|
898 | "--red-8": {
|
899 | "value": "#e03131",
|
900 | "type": "color"
|
901 | },
|
902 | "--red-7": {
|
903 | "value": "#f03e3e",
|
904 | "type": "color"
|
905 | },
|
906 | "--red-6": {
|
907 | "value": "#fa5252",
|
908 | "type": "color"
|
909 | },
|
910 | "--red-5": {
|
911 | "value": "#ff6b6b",
|
912 | "type": "color"
|
913 | },
|
914 | "--red-4": {
|
915 | "value": "#ff8787",
|
916 | "type": "color"
|
917 | },
|
918 | "--red-3": {
|
919 | "value": "#ffa8a8",
|
920 | "type": "color"
|
921 | },
|
922 | "--red-2": {
|
923 | "value": "#ffc9c9",
|
924 | "type": "color"
|
925 | },
|
926 | "--red-1": {
|
927 | "value": "#ffe3e3",
|
928 | "type": "color"
|
929 | },
|
930 | "--red-0": {
|
931 | "value": "#fff5f5",
|
932 | "type": "color"
|
933 | }
|
934 | },
|
935 | "purple": {
|
936 | "--purple-12": {
|
937 | "value": "#44174f",
|
938 | "type": "color"
|
939 | },
|
940 | "--purple-11": {
|
941 | "value": "#5a1e69",
|
942 | "type": "color"
|
943 | },
|
944 | "--purple-10": {
|
945 | "value": "#702682",
|
946 | "type": "color"
|
947 | },
|
948 | "--purple-9": {
|
949 | "value": "#862e9c",
|
950 | "type": "color"
|
951 | },
|
952 | "--purple-8": {
|
953 | "value": "#9c36b5",
|
954 | "type": "color"
|
955 | },
|
956 | "--purple-7": {
|
957 | "value": "#ae3ec9",
|
958 | "type": "color"
|
959 | },
|
960 | "--purple-6": {
|
961 | "value": "#be4bdb",
|
962 | "type": "color"
|
963 | },
|
964 | "--purple-5": {
|
965 | "value": "#cc5de8",
|
966 | "type": "color"
|
967 | },
|
968 | "--purple-4": {
|
969 | "value": "#da77f2",
|
970 | "type": "color"
|
971 | },
|
972 | "--purple-3": {
|
973 | "value": "#e599f7",
|
974 | "type": "color"
|
975 | },
|
976 | "--purple-2": {
|
977 | "value": "#eebefa",
|
978 | "type": "color"
|
979 | },
|
980 | "--purple-1": {
|
981 | "value": "#f3d9fa",
|
982 | "type": "color"
|
983 | },
|
984 | "--purple-0": {
|
985 | "value": "#f8f0fc",
|
986 | "type": "color"
|
987 | }
|
988 | },
|
989 | "pink": {
|
990 | "--pink-12": {
|
991 | "value": "#59102a",
|
992 | "type": "color"
|
993 | },
|
994 | "--pink-11": {
|
995 | "value": "#731536",
|
996 | "type": "color"
|
997 | },
|
998 | "--pink-10": {
|
999 | "value": "#8c1941",
|
1000 | "type": "color"
|
1001 | },
|
1002 | "--pink-9": {
|
1003 | "value": "#a61e4d",
|
1004 | "type": "color"
|
1005 | },
|
1006 | "--pink-8": {
|
1007 | "value": "#c2255c",
|
1008 | "type": "color"
|
1009 | },
|
1010 | "--pink-7": {
|
1011 | "value": "#d6336c",
|
1012 | "type": "color"
|
1013 | },
|
1014 | "--pink-6": {
|
1015 | "value": "#e64980",
|
1016 | "type": "color"
|
1017 | },
|
1018 | "--pink-5": {
|
1019 | "value": "#f06595",
|
1020 | "type": "color"
|
1021 | },
|
1022 | "--pink-4": {
|
1023 | "value": "#f783ac",
|
1024 | "type": "color"
|
1025 | },
|
1026 | "--pink-3": {
|
1027 | "value": "#faa2c1",
|
1028 | "type": "color"
|
1029 | },
|
1030 | "--pink-2": {
|
1031 | "value": "#fcc2d7",
|
1032 | "type": "color"
|
1033 | },
|
1034 | "--pink-1": {
|
1035 | "value": "#ffdeeb",
|
1036 | "type": "color"
|
1037 | },
|
1038 | "--pink-0": {
|
1039 | "value": "#fff0f6",
|
1040 | "type": "color"
|
1041 | }
|
1042 | },
|
1043 | "orange": {
|
1044 | "--orange-12": {
|
1045 | "value": "#802b09",
|
1046 | "type": "color"
|
1047 | },
|
1048 | "--orange-11": {
|
1049 | "value": "#99330b",
|
1050 | "type": "color"
|
1051 | },
|
1052 | "--orange-10": {
|
1053 | "value": "#bf400d",
|
1054 | "type": "color"
|
1055 | },
|
1056 | "--orange-9": {
|
1057 | "value": "#d9480f",
|
1058 | "type": "color"
|
1059 | },
|
1060 | "--orange-8": {
|
1061 | "value": "#e8590c",
|
1062 | "type": "color"
|
1063 | },
|
1064 | "--orange-7": {
|
1065 | "value": "#f76707",
|
1066 | "type": "color"
|
1067 | },
|
1068 | "--orange-6": {
|
1069 | "value": "#fd7e14",
|
1070 | "type": "color"
|
1071 | },
|
1072 | "--orange-5": {
|
1073 | "value": "#ff922b",
|
1074 | "type": "color"
|
1075 | },
|
1076 | "--orange-4": {
|
1077 | "value": "#ffa94d",
|
1078 | "type": "color"
|
1079 | },
|
1080 | "--orange-3": {
|
1081 | "value": "#ffc078",
|
1082 | "type": "color"
|
1083 | },
|
1084 | "--orange-2": {
|
1085 | "value": "#ffd8a8",
|
1086 | "type": "color"
|
1087 | },
|
1088 | "--orange-1": {
|
1089 | "value": "#ffe8cc",
|
1090 | "type": "color"
|
1091 | },
|
1092 | "--orange-0": {
|
1093 | "value": "#fff4e6",
|
1094 | "type": "color"
|
1095 | }
|
1096 | },
|
1097 | "lime": {
|
1098 | "--lime-12": {
|
1099 | "value": "#2c4706",
|
1100 | "type": "color"
|
1101 | },
|
1102 | "--lime-11": {
|
1103 | "value": "#3c6109",
|
1104 | "type": "color"
|
1105 | },
|
1106 | "--lime-10": {
|
1107 | "value": "#4c7a0b",
|
1108 | "type": "color"
|
1109 | },
|
1110 | "--lime-9": {
|
1111 | "value": "#5c940d",
|
1112 | "type": "color"
|
1113 | },
|
1114 | "--lime-8": {
|
1115 | "value": "#66a80f",
|
1116 | "type": "color"
|
1117 | },
|
1118 | "--lime-7": {
|
1119 | "value": "#74b816",
|
1120 | "type": "color"
|
1121 | },
|
1122 | "--lime-6": {
|
1123 | "value": "#82c91e",
|
1124 | "type": "color"
|
1125 | },
|
1126 | "--lime-5": {
|
1127 | "value": "#94d82d",
|
1128 | "type": "color"
|
1129 | },
|
1130 | "--lime-4": {
|
1131 | "value": "#a9e34b",
|
1132 | "type": "color"
|
1133 | },
|
1134 | "--lime-3": {
|
1135 | "value": "#c0eb75",
|
1136 | "type": "color"
|
1137 | },
|
1138 | "--lime-2": {
|
1139 | "value": "#d8f5a2",
|
1140 | "type": "color"
|
1141 | },
|
1142 | "--lime-1": {
|
1143 | "value": "#e9fac8",
|
1144 | "type": "color"
|
1145 | },
|
1146 | "--lime-0": {
|
1147 | "value": "#f4fce3",
|
1148 | "type": "color"
|
1149 | }
|
1150 | },
|
1151 | "jungle": {
|
1152 | "--jungle-12": {
|
1153 | "value": "#3d4d04",
|
1154 | "type": "color"
|
1155 | },
|
1156 | "--jungle-11": {
|
1157 | "value": "#516605",
|
1158 | "type": "color"
|
1159 | },
|
1160 | "--jungle-10": {
|
1161 | "value": "#658006",
|
1162 | "type": "color"
|
1163 | },
|
1164 | "--jungle-9": {
|
1165 | "value": "#7a9908",
|
1166 | "type": "color"
|
1167 | },
|
1168 | "--jungle-8": {
|
1169 | "value": "#84a513",
|
1170 | "type": "color"
|
1171 | },
|
1172 | "--jungle-7": {
|
1173 | "value": "#8fb024",
|
1174 | "type": "color"
|
1175 | },
|
1176 | "--jungle-6": {
|
1177 | "value": "#9bbb36",
|
1178 | "type": "color"
|
1179 | },
|
1180 | "--jungle-5": {
|
1181 | "value": "#a8c648",
|
1182 | "type": "color"
|
1183 | },
|
1184 | "--jungle-4": {
|
1185 | "value": "#b5d15b",
|
1186 | "type": "color"
|
1187 | },
|
1188 | "--jungle-3": {
|
1189 | "value": "#c2dd6e",
|
1190 | "type": "color"
|
1191 | },
|
1192 | "--jungle-2": {
|
1193 | "value": "#d0e884",
|
1194 | "type": "color"
|
1195 | },
|
1196 | "--jungle-1": {
|
1197 | "value": "#def39a",
|
1198 | "type": "color"
|
1199 | },
|
1200 | "--jungle-0": {
|
1201 | "value": "#ecfeb0",
|
1202 | "type": "color"
|
1203 | }
|
1204 | },
|
1205 | "indigo": {
|
1206 | "--indigo-12": {
|
1207 | "value": "#21307a",
|
1208 | "type": "color"
|
1209 | },
|
1210 | "--indigo-11": {
|
1211 | "value": "#283a94",
|
1212 | "type": "color"
|
1213 | },
|
1214 | "--indigo-10": {
|
1215 | "value": "#2f44ad",
|
1216 | "type": "color"
|
1217 | },
|
1218 | "--indigo-9": {
|
1219 | "value": "#364fc7",
|
1220 | "type": "color"
|
1221 | },
|
1222 | "--indigo-8": {
|
1223 | "value": "#3b5bdb",
|
1224 | "type": "color"
|
1225 | },
|
1226 | "--indigo-7": {
|
1227 | "value": "#4263eb",
|
1228 | "type": "color"
|
1229 | },
|
1230 | "--indigo-6": {
|
1231 | "value": "#4c6ef5",
|
1232 | "type": "color"
|
1233 | },
|
1234 | "--indigo-5": {
|
1235 | "value": "#5c7cfa",
|
1236 | "type": "color"
|
1237 | },
|
1238 | "--indigo-4": {
|
1239 | "value": "#748ffc",
|
1240 | "type": "color"
|
1241 | },
|
1242 | "--indigo-3": {
|
1243 | "value": "#91a7ff",
|
1244 | "type": "color"
|
1245 | },
|
1246 | "--indigo-2": {
|
1247 | "value": "#bac8ff",
|
1248 | "type": "color"
|
1249 | },
|
1250 | "--indigo-1": {
|
1251 | "value": "#dbe4ff",
|
1252 | "type": "color"
|
1253 | },
|
1254 | "--indigo-0": {
|
1255 | "value": "#edf2ff",
|
1256 | "type": "color"
|
1257 | }
|
1258 | },
|
1259 | "green": {
|
1260 | "--green-12": {
|
1261 | "value": "#133d1b",
|
1262 | "type": "color"
|
1263 | },
|
1264 | "--green-11": {
|
1265 | "value": "#1b5727",
|
1266 | "type": "color"
|
1267 | },
|
1268 | "--green-10": {
|
1269 | "value": "#237032",
|
1270 | "type": "color"
|
1271 | },
|
1272 | "--green-9": {
|
1273 | "value": "#2b8a3e",
|
1274 | "type": "color"
|
1275 | },
|
1276 | "--green-8": {
|
1277 | "value": "#2f9e44",
|
1278 | "type": "color"
|
1279 | },
|
1280 | "--green-7": {
|
1281 | "value": "#37b24d",
|
1282 | "type": "color"
|
1283 | },
|
1284 | "--green-6": {
|
1285 | "value": "#40c057",
|
1286 | "type": "color"
|
1287 | },
|
1288 | "--green-5": {
|
1289 | "value": "#51cf66",
|
1290 | "type": "color"
|
1291 | },
|
1292 | "--green-4": {
|
1293 | "value": "#69db7c",
|
1294 | "type": "color"
|
1295 | },
|
1296 | "--green-3": {
|
1297 | "value": "#8ce99a",
|
1298 | "type": "color"
|
1299 | },
|
1300 | "--green-2": {
|
1301 | "value": "#b2f2bb",
|
1302 | "type": "color"
|
1303 | },
|
1304 | "--green-1": {
|
1305 | "value": "#d3f9d8",
|
1306 | "type": "color"
|
1307 | },
|
1308 | "--green-0": {
|
1309 | "value": "#ebfbee",
|
1310 | "type": "color"
|
1311 | }
|
1312 | },
|
1313 | "gray": {
|
1314 | "--gray-12": {
|
1315 | "value": "#030507",
|
1316 | "type": "color"
|
1317 | },
|
1318 | "--gray-11": {
|
1319 | "value": "#0d0f12",
|
1320 | "type": "color"
|
1321 | },
|
1322 | "--gray-10": {
|
1323 | "value": "#16191d",
|
1324 | "type": "color"
|
1325 | },
|
1326 | "--gray-9": {
|
1327 | "value": "#212529",
|
1328 | "type": "color"
|
1329 | },
|
1330 | "--gray-8": {
|
1331 | "value": "#343a40",
|
1332 | "type": "color"
|
1333 | },
|
1334 | "--gray-7": {
|
1335 | "value": "#495057",
|
1336 | "type": "color"
|
1337 | },
|
1338 | "--gray-6": {
|
1339 | "value": "#868e96",
|
1340 | "type": "color"
|
1341 | },
|
1342 | "--gray-5": {
|
1343 | "value": "#adb5bd",
|
1344 | "type": "color"
|
1345 | },
|
1346 | "--gray-4": {
|
1347 | "value": "#ced4da",
|
1348 | "type": "color"
|
1349 | },
|
1350 | "--gray-3": {
|
1351 | "value": "#dee2e6",
|
1352 | "type": "color"
|
1353 | },
|
1354 | "--gray-2": {
|
1355 | "value": "#e9ecef",
|
1356 | "type": "color"
|
1357 | },
|
1358 | "--gray-1": {
|
1359 | "value": "#f1f3f5",
|
1360 | "type": "color"
|
1361 | },
|
1362 | "--gray-0": {
|
1363 | "value": "#f8f9fa",
|
1364 | "type": "color"
|
1365 | }
|
1366 | },
|
1367 | "cyan": {
|
1368 | "--cyan-12": {
|
1369 | "value": "#053038",
|
1370 | "type": "color"
|
1371 | },
|
1372 | "--cyan-11": {
|
1373 | "value": "#074652",
|
1374 | "type": "color"
|
1375 | },
|
1376 | "--cyan-10": {
|
1377 | "value": "#095c6b",
|
1378 | "type": "color"
|
1379 | },
|
1380 | "--cyan-9": {
|
1381 | "value": "#0b7285",
|
1382 | "type": "color"
|
1383 | },
|
1384 | "--cyan-8": {
|
1385 | "value": "#0c8599",
|
1386 | "type": "color"
|
1387 | },
|
1388 | "--cyan-7": {
|
1389 | "value": "#1098ad",
|
1390 | "type": "color"
|
1391 | },
|
1392 | "--cyan-6": {
|
1393 | "value": "#15aabf",
|
1394 | "type": "color"
|
1395 | },
|
1396 | "--cyan-5": {
|
1397 | "value": "#22b8cf",
|
1398 | "type": "color"
|
1399 | },
|
1400 | "--cyan-4": {
|
1401 | "value": "#3bc9db",
|
1402 | "type": "color"
|
1403 | },
|
1404 | "--cyan-3": {
|
1405 | "value": "#66d9e8",
|
1406 | "type": "color"
|
1407 | },
|
1408 | "--cyan-2": {
|
1409 | "value": "#99e9f2",
|
1410 | "type": "color"
|
1411 | },
|
1412 | "--cyan-1": {
|
1413 | "value": "#c5f6fa",
|
1414 | "type": "color"
|
1415 | },
|
1416 | "--cyan-0": {
|
1417 | "value": "#e3fafc",
|
1418 | "type": "color"
|
1419 | }
|
1420 | },
|
1421 | "choco": {
|
1422 | "--choco-12": {
|
1423 | "value": "#3d210d",
|
1424 | "type": "color"
|
1425 | },
|
1426 | "--choco-11": {
|
1427 | "value": "#572f12",
|
1428 | "type": "color"
|
1429 | },
|
1430 | "--choco-10": {
|
1431 | "value": "#703a13",
|
1432 | "type": "color"
|
1433 | },
|
1434 | "--choco-9": {
|
1435 | "value": "#8a4513",
|
1436 | "type": "color"
|
1437 | },
|
1438 | "--choco-8": {
|
1439 | "value": "#a45117",
|
1440 | "type": "color"
|
1441 | },
|
1442 | "--choco-7": {
|
1443 | "value": "#bd5f1b",
|
1444 | "type": "color"
|
1445 | },
|
1446 | "--choco-6": {
|
1447 | "value": "#d46e25",
|
1448 | "type": "color"
|
1449 | },
|
1450 | "--choco-5": {
|
1451 | "value": "#df8545",
|
1452 | "type": "color"
|
1453 | },
|
1454 | "--choco-4": {
|
1455 | "value": "#e99b62",
|
1456 | "type": "color"
|
1457 | },
|
1458 | "--choco-3": {
|
1459 | "value": "#f1b280",
|
1460 | "type": "color"
|
1461 | },
|
1462 | "--choco-2": {
|
1463 | "value": "#f7ca9e",
|
1464 | "type": "color"
|
1465 | },
|
1466 | "--choco-1": {
|
1467 | "value": "#fce1bc",
|
1468 | "type": "color"
|
1469 | },
|
1470 | "--choco-0": {
|
1471 | "value": "#fff8dc",
|
1472 | "type": "color"
|
1473 | }
|
1474 | },
|
1475 | "camo": {
|
1476 | "--camo-12": {
|
1477 | "value": "#36300a",
|
1478 | "type": "color"
|
1479 | },
|
1480 | "--camo-11": {
|
1481 | "value": "#4d460e",
|
1482 | "type": "color"
|
1483 | },
|
1484 | "--camo-10": {
|
1485 | "value": "#5d5411",
|
1486 | "type": "color"
|
1487 | },
|
1488 | "--camo-9": {
|
1489 | "value": "#6d6414",
|
1490 | "type": "color"
|
1491 | },
|
1492 | "--camo-8": {
|
1493 | "value": "#7e7416",
|
1494 | "type": "color"
|
1495 | },
|
1496 | "--camo-7": {
|
1497 | "value": "#8c851c",
|
1498 | "type": "color"
|
1499 | },
|
1500 | "--camo-6": {
|
1501 | "value": "#999621",
|
1502 | "type": "color"
|
1503 | },
|
1504 | "--camo-5": {
|
1505 | "value": "#a7a827",
|
1506 | "type": "color"
|
1507 | },
|
1508 | "--camo-4": {
|
1509 | "value": "#b5bb2e",
|
1510 | "type": "color"
|
1511 | },
|
1512 | "--camo-3": {
|
1513 | "value": "#c2ce34",
|
1514 | "type": "color"
|
1515 | },
|
1516 | "--camo-2": {
|
1517 | "value": "#d2df4e",
|
1518 | "type": "color"
|
1519 | },
|
1520 | "--camo-1": {
|
1521 | "value": "#e8ed9c",
|
1522 | "type": "color"
|
1523 | },
|
1524 | "--camo-0": {
|
1525 | "value": "#f9fbe7",
|
1526 | "type": "color"
|
1527 | }
|
1528 | },
|
1529 | "brown": {
|
1530 | "--brown-12": {
|
1531 | "value": "#422412",
|
1532 | "type": "color"
|
1533 | },
|
1534 | "--brown-11": {
|
1535 | "value": "#4e2b15",
|
1536 | "type": "color"
|
1537 | },
|
1538 | "--brown-10": {
|
1539 | "value": "#5e3a21",
|
1540 | "type": "color"
|
1541 | },
|
1542 | "--brown-9": {
|
1543 | "value": "#6f4b2d",
|
1544 | "type": "color"
|
1545 | },
|
1546 | "--brown-8": {
|
1547 | "value": "#825b3a",
|
1548 | "type": "color"
|
1549 | },
|
1550 | "--brown-7": {
|
1551 | "value": "#956b47",
|
1552 | "type": "color"
|
1553 | },
|
1554 | "--brown-6": {
|
1555 | "value": "#a87c56",
|
1556 | "type": "color"
|
1557 | },
|
1558 | "--brown-5": {
|
1559 | "value": "#b78f6d",
|
1560 | "type": "color"
|
1561 | },
|
1562 | "--brown-4": {
|
1563 | "value": "#c5a285",
|
1564 | "type": "color"
|
1565 | },
|
1566 | "--brown-3": {
|
1567 | "value": "#d3b79e",
|
1568 | "type": "color"
|
1569 | },
|
1570 | "--brown-2": {
|
1571 | "value": "#e0cab7",
|
1572 | "type": "color"
|
1573 | },
|
1574 | "--brown-1": {
|
1575 | "value": "#ede0d1",
|
1576 | "type": "color"
|
1577 | },
|
1578 | "--brown-0": {
|
1579 | "value": "#faf4eb",
|
1580 | "type": "color"
|
1581 | }
|
1582 | },
|
1583 | "blue": {
|
1584 | "--blue-12": {
|
1585 | "value": "#0d375e",
|
1586 | "type": "color"
|
1587 | },
|
1588 | "--blue-11": {
|
1589 | "value": "#114678",
|
1590 | "type": "color"
|
1591 | },
|
1592 | "--blue-10": {
|
1593 | "value": "#145591",
|
1594 | "type": "color"
|
1595 | },
|
1596 | "--blue-9": {
|
1597 | "value": "#1864ab",
|
1598 | "type": "color"
|
1599 | },
|
1600 | "--blue-8": {
|
1601 | "value": "#1971c2",
|
1602 | "type": "color"
|
1603 | },
|
1604 | "--blue-7": {
|
1605 | "value": "#1c7ed6",
|
1606 | "type": "color"
|
1607 | },
|
1608 | "--blue-6": {
|
1609 | "value": "#228be6",
|
1610 | "type": "color"
|
1611 | },
|
1612 | "--blue-5": {
|
1613 | "value": "#339af0",
|
1614 | "type": "color"
|
1615 | },
|
1616 | "--blue-4": {
|
1617 | "value": "#4dabf7",
|
1618 | "type": "color"
|
1619 | },
|
1620 | "--blue-3": {
|
1621 | "value": "#74c0fc",
|
1622 | "type": "color"
|
1623 | },
|
1624 | "--blue-2": {
|
1625 | "value": "#a5d8ff",
|
1626 | "type": "color"
|
1627 | },
|
1628 | "--blue-1": {
|
1629 | "value": "#d0ebff",
|
1630 | "type": "color"
|
1631 | },
|
1632 | "--blue-0": {
|
1633 | "value": "#e7f5ff",
|
1634 | "type": "color"
|
1635 | }
|
1636 | }
|
1637 | }
|
1638 | } |
\ | No newline at end of file |