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