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