UNPKG

50.4 kBJSONView Raw
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-drawn-6": {
53 "value": "28px 100px 20px 15px / 150px 30px 205px 225px",
54 "type": "borderRadius"
55 },
56 "--radius-drawn-5": {
57 "value": "250px 25px 15px 20px / 15px 80px 105px 115px",
58 "type": "borderRadius"
59 },
60 "--radius-drawn-4": {
61 "value": "15px 25px 155px 25px / 225px 150px 25px 115px",
62 "type": "borderRadius"
63 },
64 "--radius-drawn-3": {
65 "value": "15px 255px 15px 225px / 225px 15px 255px 15px",
66 "type": "borderRadius"
67 },
68 "--radius-drawn-2": {
69 "value": "125px 10px 20px 185px / 25px 205px 205px 25px",
70 "type": "borderRadius"
71 },
72 "--radius-drawn-1": {
73 "value": "255px 15px 225px 15px / 15px 225px 15px 255px",
74 "type": "borderRadius"
75 },
76 "--radius-6": {
77 "value": "8rem",
78 "type": "borderRadius"
79 },
80 "--radius-5": {
81 "value": "4rem",
82 "type": "borderRadius"
83 },
84 "--radius-4": {
85 "value": "2rem",
86 "type": "borderRadius"
87 },
88 "--radius-3": {
89 "value": "1rem",
90 "type": "borderRadius"
91 },
92 "--radius-2": {
93 "value": "5px",
94 "type": "borderRadius"
95 },
96 "--radius-1": {
97 "value": "2px",
98 "type": "borderRadius"
99 }
100 },
101 "borderWidth": {
102 "--border-size-5": {
103 "value": "25px",
104 "type": "borderWidth"
105 },
106 "--border-size-4": {
107 "value": "10px",
108 "type": "borderWidth"
109 },
110 "--border-size-3": {
111 "value": "5px",
112 "type": "borderWidth"
113 },
114 "--border-size-2": {
115 "value": "2px",
116 "type": "borderWidth"
117 },
118 "--border-size-1": {
119 "value": "1px",
120 "type": "borderWidth"
121 }
122 },
123 "other": {
124 "--noise-filter-5": {
125 "value": "contrast(200%) brightness(1000%)",
126 "type": "other"
127 },
128 "--noise-filter-4": {
129 "value": "contrast(200%) brightness(500%)",
130 "type": "other"
131 },
132 "--noise-filter-3": {
133 "value": "contrast(200%) brightness(250%)",
134 "type": "other"
135 },
136 "--noise-filter-2": {
137 "value": "contrast(200%) brightness(150%)",
138 "type": "other"
139 },
140 "--noise-filter-1": {
141 "value": "contrast(300%) brightness(100%)",
142 "type": "other"
143 },
144 "--noise-5": {
145 "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\")",
146 "type": "other"
147 },
148 "--noise-4": {
149 "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\")",
150 "type": "other"
151 },
152 "--noise-3": {
153 "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\")",
154 "type": "other"
155 },
156 "--noise-2": {
157 "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\")",
158 "type": "other"
159 },
160 "--noise-1": {
161 "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\")",
162 "type": "other"
163 },
164 "--gradient-30": {
165 "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 )",
166 "type": "other"
167 },
168 "--gradient-29": {
169 "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 )",
170 "type": "other"
171 },
172 "--gradient-28": {
173 "value": "conic-gradient(from -90deg at 50% 105%, white, orchid)",
174 "type": "other"
175 },
176 "--gradient-27": {
177 "value": "conic-gradient(from .5turn at bottom left, deeppink, rebeccapurple)",
178 "type": "other"
179 },
180 "--gradient-26": {
181 "value": "linear-gradient(to bottom right,#9796f0,#fbc7d4)",
182 "type": "other"
183 },
184 "--gradient-25": {
185 "value": "conic-gradient(at 125% 50%, #b78cf7, #ff7c94, #ffcf0d, #ff7c94, #b78cf7)",
186 "type": "other"
187 },
188 "--gradient-24": {
189 "value": "conic-gradient(from .5turn at 0% 0%, #00c476, 10%, #82b0ff, 90%, #00c476)",
190 "type": "other"
191 },
192 "--gradient-23": {
193 "value": "linear-gradient(to bottom right,#536976,#292E49)",
194 "type": "other"
195 },
196 "--gradient-22": {
197 "value": "linear-gradient(to bottom right,#acb6e5,#86fde8)",
198 "type": "other"
199 },
200 "--gradient-21": {
201 "value": "conic-gradient(from -90deg at 25% 115%, #ff0000, #ff0066, #ff00cc, #cc00ff, #6600ff, #0000ff, #0000ff, #0000ff, #0000ff)",
202 "type": "other"
203 },
204 "--gradient-20": {
205 "value": "conic-gradient(from -135deg at -10% center, #ffa500, #ff7715, #ff522a, #ff3f47, #ff5482, #ff69b4)",
206 "type": "other"
207 },
208 "--gradient-19": {
209 "value": "linear-gradient(to bottom right,#ffe259,#ffa751)",
210 "type": "other"
211 },
212 "--gradient-18": {
213 "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 ",
214 "type": "other"
215 },
216 "--gradient-17": {
217 "value": "conic-gradient(from -90deg at 50% -25%, blue, blueviolet)",
218 "type": "other"
219 },
220 "--gradient-16": {
221 "value": "radial-gradient(circle at 50% -250%, #374151, #111827, #000)",
222 "type": "other"
223 },
224 "--gradient-15": {
225 "value": "linear-gradient(to bottom right, #c7d2fe, #fecaca, #fef3c7)",
226 "type": "other"
227 },
228 "--gradient-14": {
229 "value": "conic-gradient(at top right, lime, cyan)",
230 "type": "other"
231 },
232 "--gradient-13": {
233 "value": "radial-gradient(circle at 50% 200%, #000142, #3b0083, #b300c3, #ff059f, #ff4661, #ffad86, #fff3c7)",
234 "type": "other"
235 },
236 "--gradient-12": {
237 "value": "conic-gradient(from 90deg at 25% -10%, #ff4500, #d3f340, #7bee85, #afeeee, #7bee85)",
238 "type": "other"
239 },
240 "--gradient-11": {
241 "value": "conic-gradient(at bottom left, deeppink, cyan)",
242 "type": "other"
243 },
244 "--gradient-10": {
245 "value": "conic-gradient(from 90deg at 40% -25%, #ffd700, #f79d03, #ee6907, #e6390a, #de0d0d, #d61039, #cf1261, #c71585, #cf1261, #d61039, #de0d0d, #ee6907, #f79d03, #ffd700, #ffd700, #ffd700)",
246 "type": "other"
247 },
248 "--gradient-9": {
249 "value": "conic-gradient(from .5turn at bottom center, lightblue, white)",
250 "type": "other"
251 },
252 "--gradient-8": {
253 "value": "conic-gradient(from 90deg at 50% 0%, #111, 50%, #222, #111)",
254 "type": "other"
255 },
256 "--gradient-7": {
257 "value": "linear-gradient(to bottom right,#72C6EF,#004E8F)",
258 "type": "other"
259 },
260 "--gradient-6": {
261 "value": "conic-gradient(from -90deg at top left, black, white)",
262 "type": "other"
263 },
264 "--gradient-5": {
265 "value": "conic-gradient(from -270deg at 75% 110%, fuchsia, floralwhite)",
266 "type": "other"
267 },
268 "--gradient-4": {
269 "value": "linear-gradient(to bottom right,#00F5A0,#00D9F5)",
270 "type": "other"
271 },
272 "--gradient-3": {
273 "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 )",
274 "type": "other"
275 },
276 "--gradient-2": {
277 "value": "linear-gradient(to bottom right,#48005c, #8300e2, #a269ff)",
278 "type": "other"
279 },
280 "--gradient-1": {
281 "value": "linear-gradient(to bottom right,#1f005c, #5b0060, #870160, #ac255e, #ca485c, #e16b5c, #f39060, #ffb56b)",
282 "type": "other"
283 },
284 "--ratio-golden": {
285 "value": "1.6180/1",
286 "type": "other"
287 },
288 "--ratio-ultrawide": {
289 "value": "18/5",
290 "type": "other"
291 },
292 "--ratio-widescreen": {
293 "value": "16/9",
294 "type": "other"
295 },
296 "--ratio-portrait": {
297 "value": "3/4",
298 "type": "other"
299 },
300 "--ratio-landscape": {
301 "value": "4/3",
302 "type": "other"
303 },
304 "--ratio-square": {
305 "value": "1",
306 "type": "other"
307 },
308 "--layer-important": {
309 "value": 2147483647,
310 "type": "other"
311 },
312 "--layer-5": {
313 "value": 5,
314 "type": "other"
315 },
316 "--layer-4": {
317 "value": 4,
318 "type": "other"
319 },
320 "--layer-3": {
321 "value": 3,
322 "type": "other"
323 },
324 "--layer-2": {
325 "value": 2,
326 "type": "other"
327 },
328 "--layer-1": {
329 "value": 1,
330 "type": "other"
331 },
332 "--ease-bounce-5": {
333 "value": "linear(\n 0, 0.004, 0.016 2.5%, 0.063, 0.141, 0.25 10.1%, 0.562, 1 20.2%, 0.783, 0.627,\n 0.534 30.9%, 0.511, 0.503, 0.511, 0.534 38%, 0.627, 0.782, 1 48.7%, 0.892,\n 0.815, 0.769 56.3%, 0.757, 0.753, 0.757, 0.769 61.3%, 0.815, 0.892, 1 68.8%,\n 0.908 72.4%, 0.885, 0.878, 0.885, 0.908 79.4%, 1 83%, 0.954 85.5%, 0.943,\n 0.939, 0.943, 0.954 90.5%, 1 93%, 0.977, 0.97, 0.977, 1\n )",
334 "type": "other"
335 },
336 "--ease-bounce-4": {
337 "value": "linear(\n 0, 0.004, 0.016 3%, 0.062, 0.141, 0.25, 0.391, 0.562 18.2%, 1 24.3%, 0.81,\n 0.676 32.3%, 0.629, 0.595, 0.575, 0.568, 0.575, 0.595, 0.629, 0.676 48.2%,\n 0.811, 1 56.2%, 0.918, 0.86, 0.825, 0.814, 0.825, 0.86, 0.918, 1 77.2%,\n 0.94 80.6%, 0.925, 0.92, 0.925, 0.94 87.5%, 1 90.9%, 0.974, 0.965, 0.974, 1\n )",
338 "type": "other"
339 },
340 "--ease-bounce-3": {
341 "value": "linear(\n 0, 0.004, 0.016, 0.035, 0.062, 0.098, 0.141 11.4%, 0.25, 0.39, 0.562, 0.764,\n 1 30.3%, 0.847 34.8%, 0.787, 0.737, 0.699, 0.672, 0.655, 0.65, 0.656, 0.672,\n 0.699, 0.738, 0.787, 0.847 61.7%, 1 66.2%, 0.946, 0.908, 0.885 74.2%, 0.879,\n 0.878, 0.879, 0.885 79.5%, 0.908, 0.946, 1 87.4%, 0.981, 0.968, 0.96, 0.957,\n 0.96, 0.968, 0.981, 1\n )",
342 "type": "other"
343 },
344 "--ease-bounce-2": {
345 "value": "linear(\n 0, 0.004, 0.016, 0.035, 0.063, 0.098, 0.141 15.1%, 0.25, 0.391, 0.562, 0.765,\n 1, 0.892 45.2%, 0.849, 0.815, 0.788, 0.769, 0.757, 0.753, 0.757, 0.769, 0.788,\n 0.815, 0.85, 0.892 75.2%, 1 80.2%, 0.973, 0.954, 0.943, 0.939, 0.943, 0.954,\n 0.973, 1\n )",
346 "type": "other"
347 },
348 "--ease-bounce-1": {
349 "value": "linear(\n 0, 0.004, 0.016, 0.035, 0.063, 0.098, 0.141, 0.191, 0.25, 0.316, 0.391 36.8%,\n 0.563, 0.766, 1 58.8%, 0.946, 0.908 69.1%, 0.895, 0.885, 0.879, 0.878, 0.879,\n 0.885, 0.895, 0.908 89.7%, 0.946, 1\n )",
350 "type": "other"
351 },
352 "--ease-spring-5": {
353 "value": "linear(\n 0, 0.01, 0.04 1.6%, 0.161 3.3%, 0.816 9.4%, 1.046, 1.189 14.4%, 1.231,\n 1.254 17%, 1.259, 1.257 18.6%, 1.236, 1.194 22.3%, 1.057 27%, 0.999 29.4%,\n 0.955 32.1%, 0.942, 0.935 34.9%, 0.933, 0.939 38.4%, 1 47.3%, 1.011,\n 1.017 52.6%, 1.016 56.4%, 1 65.2%, 0.996 70.2%, 1.001 87.2%, 1\n )",
354 "type": "other"
355 },
356 "--ease-spring-4": {
357 "value": "linear(\n 0, 0.009, 0.037 1.7%, 0.153 3.6%, 0.776 10.3%, 1.001, 1.142 16%, 1.185,\n 1.209 19%, 1.215 19.9% 20.8%, 1.199, 1.165 25%, 1.056 30.3%, 1.008 33%, 0.973,\n 0.955 39.2%, 0.953 41.1%, 0.957 43.3%, 0.998 53.3%, 1.009 59.1% 63.7%,\n 0.998 78.9%, 1\n )",
358 "type": "other"
359 },
360 "--ease-spring-3": {
361 "value": "linear(\n 0, 0.009, 0.035 2.1%, 0.141 4.4%, 0.723 12.9%, 0.938 16.7%, 1.017, 1.077,\n 1.121, 1.149 24.3%, 1.159, 1.163, 1.161, 1.154 29.9%, 1.129 32.8%,\n 1.051 39.6%, 1.017 43.1%, 0.991, 0.977 51%, 0.974 53.8%, 0.975 57.1%,\n 0.997 69.8%, 1.003 76.9%, 1\n )",
362 "type": "other"
363 },
364 "--ease-spring-2": {
365 "value": "linear(\n 0, 0.007, 0.029 2.2%, 0.118 4.7%, 0.625 14.4%, 0.826 19%, 0.902, 0.962,\n 1.008 26.1%, 1.041 28.7%, 1.064 32.1%, 1.07 36%, 1.061 40.5%, 1.015 53.4%,\n 0.999 61.6%, 0.995 71.2%, 1\n )",
366 "type": "other"
367 },
368 "--ease-spring-1": {
369 "value": "linear(\n 0, 0.006, 0.025 2.8%, 0.101 6.1%, 0.539 18.9%, 0.721 25.3%, 0.849 31.5%,\n 0.937 38.1%, 0.968 41.8%, 0.991 45.7%, 1.006 50.1%, 1.015 55%, 1.017 63.9%,\n 1.001\n )",
370 "type": "other"
371 },
372 "--ease-squish-5": {
373 "value": "var(--ease-elastic-in-out-5)",
374 "type": "other"
375 },
376 "--ease-squish-4": {
377 "value": "var(--ease-elastic-in-out-4)",
378 "type": "other"
379 },
380 "--ease-squish-3": {
381 "value": "var(--ease-elastic-in-out-3)",
382 "type": "other"
383 },
384 "--ease-squish-2": {
385 "value": "var(--ease-elastic-in-out-2)",
386 "type": "other"
387 },
388 "--ease-squish-1": {
389 "value": "var(--ease-elastic-in-out-1)",
390 "type": "other"
391 },
392 "--ease-elastic-5": {
393 "value": "var(--ease-elastic-out-5)",
394 "type": "other"
395 },
396 "--ease-elastic-4": {
397 "value": "var(--ease-elastic-out-4)",
398 "type": "other"
399 },
400 "--ease-elastic-3": {
401 "value": "var(--ease-elastic-out-3)",
402 "type": "other"
403 },
404 "--ease-elastic-2": {
405 "value": "var(--ease-elastic-out-2)",
406 "type": "other"
407 },
408 "--ease-elastic-1": {
409 "value": "var(--ease-elastic-out-1)",
410 "type": "other"
411 },
412 "--ease-step-5": {
413 "value": "steps(10)",
414 "type": "other"
415 },
416 "--ease-step-4": {
417 "value": "steps(7)",
418 "type": "other"
419 },
420 "--ease-step-3": {
421 "value": "steps(4)",
422 "type": "other"
423 },
424 "--ease-step-2": {
425 "value": "steps(3)",
426 "type": "other"
427 },
428 "--ease-step-1": {
429 "value": "steps(2)",
430 "type": "other"
431 },
432 "--ease-elastic-in-out-5": {
433 "value": "cubic-bezier(.5, -.9, .1, 1.5)",
434 "type": "other"
435 },
436 "--ease-elastic-in-out-4": {
437 "value": "cubic-bezier(.5, -.7, .1, 1.5)",
438 "type": "other"
439 },
440 "--ease-elastic-in-out-3": {
441 "value": "cubic-bezier(.5, -.5, .1, 1.5)",
442 "type": "other"
443 },
444 "--ease-elastic-in-out-2": {
445 "value": "cubic-bezier(.5, -.3, .1, 1.5)",
446 "type": "other"
447 },
448 "--ease-elastic-in-out-1": {
449 "value": "cubic-bezier(.5, -.1, .1, 1.5)",
450 "type": "other"
451 },
452 "--ease-elastic-in-5": {
453 "value": "cubic-bezier(.5, -1.25, .75, 1)",
454 "type": "other"
455 },
456 "--ease-elastic-in-4": {
457 "value": "cubic-bezier(.5, -1.00, .75, 1)",
458 "type": "other"
459 },
460 "--ease-elastic-in-3": {
461 "value": "cubic-bezier(.5, -0.75, .75, 1)",
462 "type": "other"
463 },
464 "--ease-elastic-in-2": {
465 "value": "cubic-bezier(.5, -0.50, .75, 1)",
466 "type": "other"
467 },
468 "--ease-elastic-in-1": {
469 "value": "cubic-bezier(.5, -0.25, .75, 1)",
470 "type": "other"
471 },
472 "--ease-elastic-out-5": {
473 "value": "cubic-bezier(.5, 1.75, .75, 1.25)",
474 "type": "other"
475 },
476 "--ease-elastic-out-4": {
477 "value": "cubic-bezier(.5, 1.5, .75, 1.25)",
478 "type": "other"
479 },
480 "--ease-elastic-out-3": {
481 "value": "cubic-bezier(.5, 1.25, .75, 1.25)",
482 "type": "other"
483 },
484 "--ease-elastic-out-2": {
485 "value": "cubic-bezier(.5, 1, .75, 1.25)",
486 "type": "other"
487 },
488 "--ease-elastic-out-1": {
489 "value": "cubic-bezier(.5, .75, .75, 1.25)",
490 "type": "other"
491 },
492 "--ease-in-out-5": {
493 "value": "cubic-bezier(.9, 0, .1, 1)",
494 "type": "other"
495 },
496 "--ease-in-out-4": {
497 "value": "cubic-bezier(.7, 0, .3, 1)",
498 "type": "other"
499 },
500 "--ease-in-out-3": {
501 "value": "cubic-bezier(.5, 0, .5, 1)",
502 "type": "other"
503 },
504 "--ease-in-out-2": {
505 "value": "cubic-bezier(.3, 0, .7, 1)",
506 "type": "other"
507 },
508 "--ease-in-out-1": {
509 "value": "cubic-bezier(.1, 0, .9, 1)",
510 "type": "other"
511 },
512 "--ease-out-5": {
513 "value": "cubic-bezier(0, 0, 0, 1)",
514 "type": "other"
515 },
516 "--ease-out-4": {
517 "value": "cubic-bezier(0, 0, .1, 1)",
518 "type": "other"
519 },
520 "--ease-out-3": {
521 "value": "cubic-bezier(0, 0, .3, 1)",
522 "type": "other"
523 },
524 "--ease-out-2": {
525 "value": "cubic-bezier(0, 0, .50, 1)",
526 "type": "other"
527 },
528 "--ease-out-1": {
529 "value": "cubic-bezier(0, 0, .75, 1)",
530 "type": "other"
531 },
532 "--ease-in-5": {
533 "value": "cubic-bezier(1, 0, 1, 1)",
534 "type": "other"
535 },
536 "--ease-in-4": {
537 "value": "cubic-bezier(.90, 0, 1, 1)",
538 "type": "other"
539 },
540 "--ease-in-3": {
541 "value": "cubic-bezier(.70, 0, 1, 1)",
542 "type": "other"
543 },
544 "--ease-in-2": {
545 "value": "cubic-bezier(.50, 0, 1, 1)",
546 "type": "other"
547 },
548 "--ease-in-1": {
549 "value": "cubic-bezier(.25, 0, 1, 1)",
550 "type": "other"
551 },
552 "--ease-5": {
553 "value": "cubic-bezier(.25, 0, .1, 1)",
554 "type": "other"
555 },
556 "--ease-4": {
557 "value": "cubic-bezier(.25, 0, .2, 1)",
558 "type": "other"
559 },
560 "--ease-3": {
561 "value": "cubic-bezier(.25, 0, .3, 1)",
562 "type": "other"
563 },
564 "--ease-2": {
565 "value": "cubic-bezier(.25, 0, .4, 1)",
566 "type": "other"
567 },
568 "--ease-1": {
569 "value": "cubic-bezier(.25, 0, .5, 1)",
570 "type": "other"
571 }
572 },
573 "sizing": {
574 "--size-relative-15": {
575 "value": "30ch",
576 "type": "sizing"
577 },
578 "--size-relative-14": {
579 "value": "20ch",
580 "type": "sizing"
581 },
582 "--size-relative-13": {
583 "value": "15ch",
584 "type": "sizing"
585 },
586 "--size-relative-12": {
587 "value": "10ch",
588 "type": "sizing"
589 },
590 "--size-relative-11": {
591 "value": "7.5ch",
592 "type": "sizing"
593 },
594 "--size-relative-10": {
595 "value": "5ch",
596 "type": "sizing"
597 },
598 "--size-relative-9": {
599 "value": "4ch",
600 "type": "sizing"
601 },
602 "--size-relative-8": {
603 "value": "3ch",
604 "type": "sizing"
605 },
606 "--size-relative-7": {
607 "value": "2ch",
608 "type": "sizing"
609 },
610 "--size-relative-6": {
611 "value": "1.75ch",
612 "type": "sizing"
613 },
614 "--size-relative-5": {
615 "value": "1.5ch",
616 "type": "sizing"
617 },
618 "--size-relative-4": {
619 "value": "1.25ch",
620 "type": "sizing"
621 },
622 "--size-relative-3": {
623 "value": "1ch",
624 "type": "sizing"
625 },
626 "--size-relative-2": {
627 "value": ".5ch",
628 "type": "sizing"
629 },
630 "--size-relative-1": {
631 "value": ".25ch",
632 "type": "sizing"
633 },
634 "--size-relative-00": {
635 "value": "-.25ch",
636 "type": "sizing"
637 },
638 "--size-relative-000": {
639 "value": "-.5ch",
640 "type": "sizing"
641 },
642 "--size-xxl": {
643 "value": "1920px",
644 "type": "sizing"
645 },
646 "--size-xl": {
647 "value": "1440px",
648 "type": "sizing"
649 },
650 "--size-lg": {
651 "value": "1024px",
652 "type": "sizing"
653 },
654 "--size-md": {
655 "value": "768px",
656 "type": "sizing"
657 },
658 "--size-sm": {
659 "value": "480px",
660 "type": "sizing"
661 },
662 "--size-xs": {
663 "value": "360px",
664 "type": "sizing"
665 },
666 "--size-xxs": {
667 "value": "240px",
668 "type": "sizing"
669 },
670 "--size-header-3": {
671 "value": "35ch",
672 "type": "sizing"
673 },
674 "--size-header-2": {
675 "value": "25ch",
676 "type": "sizing"
677 },
678 "--size-header-1": {
679 "value": "20ch",
680 "type": "sizing"
681 },
682 "--size-content-3": {
683 "value": "60ch",
684 "type": "sizing"
685 },
686 "--size-content-2": {
687 "value": "45ch",
688 "type": "sizing"
689 },
690 "--size-content-1": {
691 "value": "20ch",
692 "type": "sizing"
693 },
694 "--size-fluid-10": {
695 "value": "clamp(20rem, 40vw, 30rem)",
696 "type": "sizing"
697 },
698 "--size-fluid-9": {
699 "value": "clamp(15rem, 30vw, 20rem)",
700 "type": "sizing"
701 },
702 "--size-fluid-8": {
703 "value": "clamp(10rem, 20vw, 15rem)",
704 "type": "sizing"
705 },
706 "--size-fluid-7": {
707 "value": "clamp(7.5rem, 10vw, 10rem)",
708 "type": "sizing"
709 },
710 "--size-fluid-6": {
711 "value": "clamp(5rem, 7vw, 7.5rem)",
712 "type": "sizing"
713 },
714 "--size-fluid-5": {
715 "value": "clamp(4rem, 5vw, 5rem)",
716 "type": "sizing"
717 },
718 "--size-fluid-4": {
719 "value": "clamp(2rem, 4vw, 3rem)",
720 "type": "sizing"
721 },
722 "--size-fluid-3": {
723 "value": "clamp(1.5rem, 3vw, 2rem)",
724 "type": "sizing"
725 },
726 "--size-fluid-2": {
727 "value": "clamp(1rem, 2vw, 1.5rem)",
728 "type": "sizing"
729 },
730 "--size-fluid-1": {
731 "value": "clamp(.5rem, 1vw, 1rem)",
732 "type": "sizing"
733 },
734 "--size-px-15": {
735 "value": "480px",
736 "type": "sizing"
737 },
738 "--size-px-14": {
739 "value": "320px",
740 "type": "sizing"
741 },
742 "--size-px-13": {
743 "value": "240px",
744 "type": "sizing"
745 },
746 "--size-px-12": {
747 "value": "160px",
748 "type": "sizing"
749 },
750 "--size-px-11": {
751 "value": "120px",
752 "type": "sizing"
753 },
754 "--size-px-10": {
755 "value": "80px",
756 "type": "sizing"
757 },
758 "--size-px-9": {
759 "value": "64px",
760 "type": "sizing"
761 },
762 "--size-px-8": {
763 "value": "48px",
764 "type": "sizing"
765 },
766 "--size-px-7": {
767 "value": "32px",
768 "type": "sizing"
769 },
770 "--size-px-6": {
771 "value": "28px",
772 "type": "sizing"
773 },
774 "--size-px-5": {
775 "value": "24px",
776 "type": "sizing"
777 },
778 "--size-px-4": {
779 "value": "20px",
780 "type": "sizing"
781 },
782 "--size-px-3": {
783 "value": "16px",
784 "type": "sizing"
785 },
786 "--size-px-2": {
787 "value": "8px",
788 "type": "sizing"
789 },
790 "--size-px-1": {
791 "value": "4px",
792 "type": "sizing"
793 },
794 "--size-px-00": {
795 "value": "-4px",
796 "type": "sizing"
797 },
798 "--size-px-000": {
799 "value": "-8px",
800 "type": "sizing"
801 },
802 "--size-15": {
803 "value": "30rem",
804 "type": "sizing"
805 },
806 "--size-14": {
807 "value": "20rem",
808 "type": "sizing"
809 },
810 "--size-13": {
811 "value": "15rem",
812 "type": "sizing"
813 },
814 "--size-12": {
815 "value": "10rem",
816 "type": "sizing"
817 },
818 "--size-11": {
819 "value": "7.5rem",
820 "type": "sizing"
821 },
822 "--size-10": {
823 "value": "5rem",
824 "type": "sizing"
825 },
826 "--size-9": {
827 "value": "4rem",
828 "type": "sizing"
829 },
830 "--size-8": {
831 "value": "3rem",
832 "type": "sizing"
833 },
834 "--size-7": {
835 "value": "2rem",
836 "type": "sizing"
837 },
838 "--size-6": {
839 "value": "1.75rem",
840 "type": "sizing"
841 },
842 "--size-5": {
843 "value": "1.5rem",
844 "type": "sizing"
845 },
846 "--size-4": {
847 "value": "1.25rem",
848 "type": "sizing"
849 },
850 "--size-3": {
851 "value": "1rem",
852 "type": "sizing"
853 },
854 "--size-2": {
855 "value": ".5rem",
856 "type": "sizing"
857 },
858 "--size-1": {
859 "value": ".25rem",
860 "type": "sizing"
861 },
862 "--size-00": {
863 "value": "-.25rem",
864 "type": "sizing"
865 },
866 "--size-000": {
867 "value": "-.5rem",
868 "type": "sizing"
869 }
870 },
871 "color": {
872 "yellow": {
873 "--yellow-12": {
874 "value": "#663500",
875 "type": "color"
876 },
877 "--yellow-11": {
878 "value": "#804200",
879 "type": "color"
880 },
881 "--yellow-10": {
882 "value": "#b35c00",
883 "type": "color"
884 },
885 "--yellow-9": {
886 "value": "#e67700",
887 "type": "color"
888 },
889 "--yellow-8": {
890 "value": "#f08c00",
891 "type": "color"
892 },
893 "--yellow-7": {
894 "value": "#f59f00",
895 "type": "color"
896 },
897 "--yellow-6": {
898 "value": "#fab005",
899 "type": "color"
900 },
901 "--yellow-5": {
902 "value": "#fcc419",
903 "type": "color"
904 },
905 "--yellow-4": {
906 "value": "#ffd43b",
907 "type": "color"
908 },
909 "--yellow-3": {
910 "value": "#ffe066",
911 "type": "color"
912 },
913 "--yellow-2": {
914 "value": "#ffec99",
915 "type": "color"
916 },
917 "--yellow-1": {
918 "value": "#fff3bf",
919 "type": "color"
920 },
921 "--yellow-0": {
922 "value": "#fff9db",
923 "type": "color"
924 }
925 },
926 "violet": {
927 "--violet-12": {
928 "value": "#3a2578",
929 "type": "color"
930 },
931 "--violet-11": {
932 "value": "#462d91",
933 "type": "color"
934 },
935 "--violet-10": {
936 "value": "#5235ab",
937 "type": "color"
938 },
939 "--violet-9": {
940 "value": "#5f3dc4",
941 "type": "color"
942 },
943 "--violet-8": {
944 "value": "#6741d9",
945 "type": "color"
946 },
947 "--violet-7": {
948 "value": "#7048e8",
949 "type": "color"
950 },
951 "--violet-6": {
952 "value": "#7950f2",
953 "type": "color"
954 },
955 "--violet-5": {
956 "value": "#845ef7",
957 "type": "color"
958 },
959 "--violet-4": {
960 "value": "#9775fa",
961 "type": "color"
962 },
963 "--violet-3": {
964 "value": "#b197fc",
965 "type": "color"
966 },
967 "--violet-2": {
968 "value": "#d0bfff",
969 "type": "color"
970 },
971 "--violet-1": {
972 "value": "#e5dbff",
973 "type": "color"
974 },
975 "--violet-0": {
976 "value": "#f3f0ff",
977 "type": "color"
978 }
979 },
980 "teal": {
981 "--teal-12": {
982 "value": "#033325",
983 "type": "color"
984 },
985 "--teal-11": {
986 "value": "#054d37",
987 "type": "color"
988 },
989 "--teal-10": {
990 "value": "#066649",
991 "type": "color"
992 },
993 "--teal-9": {
994 "value": "#087f5b",
995 "type": "color"
996 },
997 "--teal-8": {
998 "value": "#099268",
999 "type": "color"
1000 },
1001 "--teal-7": {
1002 "value": "#0ca678",
1003 "type": "color"
1004 },
1005 "--teal-6": {
1006 "value": "#12b886",
1007 "type": "color"
1008 },
1009 "--teal-5": {
1010 "value": "#20c997",
1011 "type": "color"
1012 },
1013 "--teal-4": {
1014 "value": "#38d9a9",
1015 "type": "color"
1016 },
1017 "--teal-3": {
1018 "value": "#63e6be",
1019 "type": "color"
1020 },
1021 "--teal-2": {
1022 "value": "#96f2d7",
1023 "type": "color"
1024 },
1025 "--teal-1": {
1026 "value": "#c3fae8",
1027 "type": "color"
1028 },
1029 "--teal-0": {
1030 "value": "#e6fcf5",
1031 "type": "color"
1032 }
1033 },
1034 "stone": {
1035 "--stone-12": {
1036 "value": "#121210",
1037 "type": "color"
1038 },
1039 "--stone-11": {
1040 "value": "#252521",
1041 "type": "color"
1042 },
1043 "--stone-10": {
1044 "value": "#3a3a37",
1045 "type": "color"
1046 },
1047 "--stone-9": {
1048 "value": "#50514f",
1049 "type": "color"
1050 },
1051 "--stone-8": {
1052 "value": "#666968",
1053 "type": "color"
1054 },
1055 "--stone-7": {
1056 "value": "#7e8282",
1057 "type": "color"
1058 },
1059 "--stone-6": {
1060 "value": "#979b9d",
1061 "type": "color"
1062 },
1063 "--stone-5": {
1064 "value": "#b1b6b9",
1065 "type": "color"
1066 },
1067 "--stone-4": {
1068 "value": "#d1d6d8",
1069 "type": "color"
1070 },
1071 "--stone-3": {
1072 "value": "#e0e4e5",
1073 "type": "color"
1074 },
1075 "--stone-2": {
1076 "value": "#ebedef",
1077 "type": "color"
1078 },
1079 "--stone-1": {
1080 "value": "#f2f4f6",
1081 "type": "color"
1082 },
1083 "--stone-0": {
1084 "value": "#f8fafb",
1085 "type": "color"
1086 }
1087 },
1088 "sand": {
1089 "--sand-12": {
1090 "value": "#121210",
1091 "type": "color"
1092 },
1093 "--sand-11": {
1094 "value": "#252521",
1095 "type": "color"
1096 },
1097 "--sand-10": {
1098 "value": "#38352d",
1099 "type": "color"
1100 },
1101 "--sand-9": {
1102 "value": "#4b4639",
1103 "type": "color"
1104 },
1105 "--sand-8": {
1106 "value": "#5f5746",
1107 "type": "color"
1108 },
1109 "--sand-7": {
1110 "value": "#736a53",
1111 "type": "color"
1112 },
1113 "--sand-6": {
1114 "value": "#867c65",
1115 "type": "color"
1116 },
1117 "--sand-5": {
1118 "value": "#9a9178",
1119 "type": "color"
1120 },
1121 "--sand-4": {
1122 "value": "#aea58c",
1123 "type": "color"
1124 },
1125 "--sand-3": {
1126 "value": "#c2b9a0",
1127 "type": "color"
1128 },
1129 "--sand-2": {
1130 "value": "#d5cfbd",
1131 "type": "color"
1132 },
1133 "--sand-1": {
1134 "value": "#e6e4dc",
1135 "type": "color"
1136 },
1137 "--sand-0": {
1138 "value": "#f8fafb",
1139 "type": "color"
1140 }
1141 },
1142 "red": {
1143 "--red-12": {
1144 "value": "#7d1a1a",
1145 "type": "color"
1146 },
1147 "--red-11": {
1148 "value": "#962020",
1149 "type": "color"
1150 },
1151 "--red-10": {
1152 "value": "#b02525",
1153 "type": "color"
1154 },
1155 "--red-9": {
1156 "value": "#c92a2a",
1157 "type": "color"
1158 },
1159 "--red-8": {
1160 "value": "#e03131",
1161 "type": "color"
1162 },
1163 "--red-7": {
1164 "value": "#f03e3e",
1165 "type": "color"
1166 },
1167 "--red-6": {
1168 "value": "#fa5252",
1169 "type": "color"
1170 },
1171 "--red-5": {
1172 "value": "#ff6b6b",
1173 "type": "color"
1174 },
1175 "--red-4": {
1176 "value": "#ff8787",
1177 "type": "color"
1178 },
1179 "--red-3": {
1180 "value": "#ffa8a8",
1181 "type": "color"
1182 },
1183 "--red-2": {
1184 "value": "#ffc9c9",
1185 "type": "color"
1186 },
1187 "--red-1": {
1188 "value": "#ffe3e3",
1189 "type": "color"
1190 },
1191 "--red-0": {
1192 "value": "#fff5f5",
1193 "type": "color"
1194 }
1195 },
1196 "purple": {
1197 "--purple-12": {
1198 "value": "#44174f",
1199 "type": "color"
1200 },
1201 "--purple-11": {
1202 "value": "#5a1e69",
1203 "type": "color"
1204 },
1205 "--purple-10": {
1206 "value": "#702682",
1207 "type": "color"
1208 },
1209 "--purple-9": {
1210 "value": "#862e9c",
1211 "type": "color"
1212 },
1213 "--purple-8": {
1214 "value": "#9c36b5",
1215 "type": "color"
1216 },
1217 "--purple-7": {
1218 "value": "#ae3ec9",
1219 "type": "color"
1220 },
1221 "--purple-6": {
1222 "value": "#be4bdb",
1223 "type": "color"
1224 },
1225 "--purple-5": {
1226 "value": "#cc5de8",
1227 "type": "color"
1228 },
1229 "--purple-4": {
1230 "value": "#da77f2",
1231 "type": "color"
1232 },
1233 "--purple-3": {
1234 "value": "#e599f7",
1235 "type": "color"
1236 },
1237 "--purple-2": {
1238 "value": "#eebefa",
1239 "type": "color"
1240 },
1241 "--purple-1": {
1242 "value": "#f3d9fa",
1243 "type": "color"
1244 },
1245 "--purple-0": {
1246 "value": "#f8f0fc",
1247 "type": "color"
1248 }
1249 },
1250 "pink": {
1251 "--pink-12": {
1252 "value": "#59102a",
1253 "type": "color"
1254 },
1255 "--pink-11": {
1256 "value": "#731536",
1257 "type": "color"
1258 },
1259 "--pink-10": {
1260 "value": "#8c1941",
1261 "type": "color"
1262 },
1263 "--pink-9": {
1264 "value": "#a61e4d",
1265 "type": "color"
1266 },
1267 "--pink-8": {
1268 "value": "#c2255c",
1269 "type": "color"
1270 },
1271 "--pink-7": {
1272 "value": "#d6336c",
1273 "type": "color"
1274 },
1275 "--pink-6": {
1276 "value": "#e64980",
1277 "type": "color"
1278 },
1279 "--pink-5": {
1280 "value": "#f06595",
1281 "type": "color"
1282 },
1283 "--pink-4": {
1284 "value": "#f783ac",
1285 "type": "color"
1286 },
1287 "--pink-3": {
1288 "value": "#faa2c1",
1289 "type": "color"
1290 },
1291 "--pink-2": {
1292 "value": "#fcc2d7",
1293 "type": "color"
1294 },
1295 "--pink-1": {
1296 "value": "#ffdeeb",
1297 "type": "color"
1298 },
1299 "--pink-0": {
1300 "value": "#fff0f6",
1301 "type": "color"
1302 }
1303 },
1304 "orange": {
1305 "--orange-12": {
1306 "value": "#802b09",
1307 "type": "color"
1308 },
1309 "--orange-11": {
1310 "value": "#99330b",
1311 "type": "color"
1312 },
1313 "--orange-10": {
1314 "value": "#bf400d",
1315 "type": "color"
1316 },
1317 "--orange-9": {
1318 "value": "#d9480f",
1319 "type": "color"
1320 },
1321 "--orange-8": {
1322 "value": "#e8590c",
1323 "type": "color"
1324 },
1325 "--orange-7": {
1326 "value": "#f76707",
1327 "type": "color"
1328 },
1329 "--orange-6": {
1330 "value": "#fd7e14",
1331 "type": "color"
1332 },
1333 "--orange-5": {
1334 "value": "#ff922b",
1335 "type": "color"
1336 },
1337 "--orange-4": {
1338 "value": "#ffa94d",
1339 "type": "color"
1340 },
1341 "--orange-3": {
1342 "value": "#ffc078",
1343 "type": "color"
1344 },
1345 "--orange-2": {
1346 "value": "#ffd8a8",
1347 "type": "color"
1348 },
1349 "--orange-1": {
1350 "value": "#ffe8cc",
1351 "type": "color"
1352 },
1353 "--orange-0": {
1354 "value": "#fff4e6",
1355 "type": "color"
1356 }
1357 },
1358 "lime": {
1359 "--lime-12": {
1360 "value": "#2c4706",
1361 "type": "color"
1362 },
1363 "--lime-11": {
1364 "value": "#3c6109",
1365 "type": "color"
1366 },
1367 "--lime-10": {
1368 "value": "#4c7a0b",
1369 "type": "color"
1370 },
1371 "--lime-9": {
1372 "value": "#5c940d",
1373 "type": "color"
1374 },
1375 "--lime-8": {
1376 "value": "#66a80f",
1377 "type": "color"
1378 },
1379 "--lime-7": {
1380 "value": "#74b816",
1381 "type": "color"
1382 },
1383 "--lime-6": {
1384 "value": "#82c91e",
1385 "type": "color"
1386 },
1387 "--lime-5": {
1388 "value": "#94d82d",
1389 "type": "color"
1390 },
1391 "--lime-4": {
1392 "value": "#a9e34b",
1393 "type": "color"
1394 },
1395 "--lime-3": {
1396 "value": "#c0eb75",
1397 "type": "color"
1398 },
1399 "--lime-2": {
1400 "value": "#d8f5a2",
1401 "type": "color"
1402 },
1403 "--lime-1": {
1404 "value": "#e9fac8",
1405 "type": "color"
1406 },
1407 "--lime-0": {
1408 "value": "#f4fce3",
1409 "type": "color"
1410 }
1411 },
1412 "jungle": {
1413 "--jungle-12": {
1414 "value": "#3d4d04",
1415 "type": "color"
1416 },
1417 "--jungle-11": {
1418 "value": "#516605",
1419 "type": "color"
1420 },
1421 "--jungle-10": {
1422 "value": "#658006",
1423 "type": "color"
1424 },
1425 "--jungle-9": {
1426 "value": "#7a9908",
1427 "type": "color"
1428 },
1429 "--jungle-8": {
1430 "value": "#84a513",
1431 "type": "color"
1432 },
1433 "--jungle-7": {
1434 "value": "#8fb024",
1435 "type": "color"
1436 },
1437 "--jungle-6": {
1438 "value": "#9bbb36",
1439 "type": "color"
1440 },
1441 "--jungle-5": {
1442 "value": "#a8c648",
1443 "type": "color"
1444 },
1445 "--jungle-4": {
1446 "value": "#b5d15b",
1447 "type": "color"
1448 },
1449 "--jungle-3": {
1450 "value": "#c2dd6e",
1451 "type": "color"
1452 },
1453 "--jungle-2": {
1454 "value": "#d0e884",
1455 "type": "color"
1456 },
1457 "--jungle-1": {
1458 "value": "#def39a",
1459 "type": "color"
1460 },
1461 "--jungle-0": {
1462 "value": "#ecfeb0",
1463 "type": "color"
1464 }
1465 },
1466 "indigo": {
1467 "--indigo-12": {
1468 "value": "#21307a",
1469 "type": "color"
1470 },
1471 "--indigo-11": {
1472 "value": "#283a94",
1473 "type": "color"
1474 },
1475 "--indigo-10": {
1476 "value": "#2f44ad",
1477 "type": "color"
1478 },
1479 "--indigo-9": {
1480 "value": "#364fc7",
1481 "type": "color"
1482 },
1483 "--indigo-8": {
1484 "value": "#3b5bdb",
1485 "type": "color"
1486 },
1487 "--indigo-7": {
1488 "value": "#4263eb",
1489 "type": "color"
1490 },
1491 "--indigo-6": {
1492 "value": "#4c6ef5",
1493 "type": "color"
1494 },
1495 "--indigo-5": {
1496 "value": "#5c7cfa",
1497 "type": "color"
1498 },
1499 "--indigo-4": {
1500 "value": "#748ffc",
1501 "type": "color"
1502 },
1503 "--indigo-3": {
1504 "value": "#91a7ff",
1505 "type": "color"
1506 },
1507 "--indigo-2": {
1508 "value": "#bac8ff",
1509 "type": "color"
1510 },
1511 "--indigo-1": {
1512 "value": "#dbe4ff",
1513 "type": "color"
1514 },
1515 "--indigo-0": {
1516 "value": "#edf2ff",
1517 "type": "color"
1518 }
1519 },
1520 "green": {
1521 "--green-12": {
1522 "value": "#133d1b",
1523 "type": "color"
1524 },
1525 "--green-11": {
1526 "value": "#1b5727",
1527 "type": "color"
1528 },
1529 "--green-10": {
1530 "value": "#237032",
1531 "type": "color"
1532 },
1533 "--green-9": {
1534 "value": "#2b8a3e",
1535 "type": "color"
1536 },
1537 "--green-8": {
1538 "value": "#2f9e44",
1539 "type": "color"
1540 },
1541 "--green-7": {
1542 "value": "#37b24d",
1543 "type": "color"
1544 },
1545 "--green-6": {
1546 "value": "#40c057",
1547 "type": "color"
1548 },
1549 "--green-5": {
1550 "value": "#51cf66",
1551 "type": "color"
1552 },
1553 "--green-4": {
1554 "value": "#69db7c",
1555 "type": "color"
1556 },
1557 "--green-3": {
1558 "value": "#8ce99a",
1559 "type": "color"
1560 },
1561 "--green-2": {
1562 "value": "#b2f2bb",
1563 "type": "color"
1564 },
1565 "--green-1": {
1566 "value": "#d3f9d8",
1567 "type": "color"
1568 },
1569 "--green-0": {
1570 "value": "#ebfbee",
1571 "type": "color"
1572 }
1573 },
1574 "gray": {
1575 "--gray-12": {
1576 "value": "#030507",
1577 "type": "color"
1578 },
1579 "--gray-11": {
1580 "value": "#0d0f12",
1581 "type": "color"
1582 },
1583 "--gray-10": {
1584 "value": "#16191d",
1585 "type": "color"
1586 },
1587 "--gray-9": {
1588 "value": "#212529",
1589 "type": "color"
1590 },
1591 "--gray-8": {
1592 "value": "#343a40",
1593 "type": "color"
1594 },
1595 "--gray-7": {
1596 "value": "#495057",
1597 "type": "color"
1598 },
1599 "--gray-6": {
1600 "value": "#868e96",
1601 "type": "color"
1602 },
1603 "--gray-5": {
1604 "value": "#adb5bd",
1605 "type": "color"
1606 },
1607 "--gray-4": {
1608 "value": "#ced4da",
1609 "type": "color"
1610 },
1611 "--gray-3": {
1612 "value": "#dee2e6",
1613 "type": "color"
1614 },
1615 "--gray-2": {
1616 "value": "#e9ecef",
1617 "type": "color"
1618 },
1619 "--gray-1": {
1620 "value": "#f1f3f5",
1621 "type": "color"
1622 },
1623 "--gray-0": {
1624 "value": "#f8f9fa",
1625 "type": "color"
1626 }
1627 },
1628 "cyan": {
1629 "--cyan-12": {
1630 "value": "#053038",
1631 "type": "color"
1632 },
1633 "--cyan-11": {
1634 "value": "#074652",
1635 "type": "color"
1636 },
1637 "--cyan-10": {
1638 "value": "#095c6b",
1639 "type": "color"
1640 },
1641 "--cyan-9": {
1642 "value": "#0b7285",
1643 "type": "color"
1644 },
1645 "--cyan-8": {
1646 "value": "#0c8599",
1647 "type": "color"
1648 },
1649 "--cyan-7": {
1650 "value": "#1098ad",
1651 "type": "color"
1652 },
1653 "--cyan-6": {
1654 "value": "#15aabf",
1655 "type": "color"
1656 },
1657 "--cyan-5": {
1658 "value": "#22b8cf",
1659 "type": "color"
1660 },
1661 "--cyan-4": {
1662 "value": "#3bc9db",
1663 "type": "color"
1664 },
1665 "--cyan-3": {
1666 "value": "#66d9e8",
1667 "type": "color"
1668 },
1669 "--cyan-2": {
1670 "value": "#99e9f2",
1671 "type": "color"
1672 },
1673 "--cyan-1": {
1674 "value": "#c5f6fa",
1675 "type": "color"
1676 },
1677 "--cyan-0": {
1678 "value": "#e3fafc",
1679 "type": "color"
1680 }
1681 },
1682 "choco": {
1683 "--choco-12": {
1684 "value": "#3d210d",
1685 "type": "color"
1686 },
1687 "--choco-11": {
1688 "value": "#572f12",
1689 "type": "color"
1690 },
1691 "--choco-10": {
1692 "value": "#703a13",
1693 "type": "color"
1694 },
1695 "--choco-9": {
1696 "value": "#8a4513",
1697 "type": "color"
1698 },
1699 "--choco-8": {
1700 "value": "#a45117",
1701 "type": "color"
1702 },
1703 "--choco-7": {
1704 "value": "#bd5f1b",
1705 "type": "color"
1706 },
1707 "--choco-6": {
1708 "value": "#d46e25",
1709 "type": "color"
1710 },
1711 "--choco-5": {
1712 "value": "#df8545",
1713 "type": "color"
1714 },
1715 "--choco-4": {
1716 "value": "#e99b62",
1717 "type": "color"
1718 },
1719 "--choco-3": {
1720 "value": "#f1b280",
1721 "type": "color"
1722 },
1723 "--choco-2": {
1724 "value": "#f7ca9e",
1725 "type": "color"
1726 },
1727 "--choco-1": {
1728 "value": "#fce1bc",
1729 "type": "color"
1730 },
1731 "--choco-0": {
1732 "value": "#fff8dc",
1733 "type": "color"
1734 }
1735 },
1736 "camo": {
1737 "--camo-12": {
1738 "value": "#36300a",
1739 "type": "color"
1740 },
1741 "--camo-11": {
1742 "value": "#4d460e",
1743 "type": "color"
1744 },
1745 "--camo-10": {
1746 "value": "#5d5411",
1747 "type": "color"
1748 },
1749 "--camo-9": {
1750 "value": "#6d6414",
1751 "type": "color"
1752 },
1753 "--camo-8": {
1754 "value": "#7e7416",
1755 "type": "color"
1756 },
1757 "--camo-7": {
1758 "value": "#8c851c",
1759 "type": "color"
1760 },
1761 "--camo-6": {
1762 "value": "#999621",
1763 "type": "color"
1764 },
1765 "--camo-5": {
1766 "value": "#a7a827",
1767 "type": "color"
1768 },
1769 "--camo-4": {
1770 "value": "#b5bb2e",
1771 "type": "color"
1772 },
1773 "--camo-3": {
1774 "value": "#c2ce34",
1775 "type": "color"
1776 },
1777 "--camo-2": {
1778 "value": "#d2df4e",
1779 "type": "color"
1780 },
1781 "--camo-1": {
1782 "value": "#e8ed9c",
1783 "type": "color"
1784 },
1785 "--camo-0": {
1786 "value": "#f9fbe7",
1787 "type": "color"
1788 }
1789 },
1790 "brown": {
1791 "--brown-12": {
1792 "value": "#422412",
1793 "type": "color"
1794 },
1795 "--brown-11": {
1796 "value": "#4e2b15",
1797 "type": "color"
1798 },
1799 "--brown-10": {
1800 "value": "#5e3a21",
1801 "type": "color"
1802 },
1803 "--brown-9": {
1804 "value": "#6f4b2d",
1805 "type": "color"
1806 },
1807 "--brown-8": {
1808 "value": "#825b3a",
1809 "type": "color"
1810 },
1811 "--brown-7": {
1812 "value": "#956b47",
1813 "type": "color"
1814 },
1815 "--brown-6": {
1816 "value": "#a87c56",
1817 "type": "color"
1818 },
1819 "--brown-5": {
1820 "value": "#b78f6d",
1821 "type": "color"
1822 },
1823 "--brown-4": {
1824 "value": "#c5a285",
1825 "type": "color"
1826 },
1827 "--brown-3": {
1828 "value": "#d3b79e",
1829 "type": "color"
1830 },
1831 "--brown-2": {
1832 "value": "#e0cab7",
1833 "type": "color"
1834 },
1835 "--brown-1": {
1836 "value": "#ede0d1",
1837 "type": "color"
1838 },
1839 "--brown-0": {
1840 "value": "#faf4eb",
1841 "type": "color"
1842 }
1843 },
1844 "blue": {
1845 "--blue-12": {
1846 "value": "#0d375e",
1847 "type": "color"
1848 },
1849 "--blue-11": {
1850 "value": "#114678",
1851 "type": "color"
1852 },
1853 "--blue-10": {
1854 "value": "#145591",
1855 "type": "color"
1856 },
1857 "--blue-9": {
1858 "value": "#1864ab",
1859 "type": "color"
1860 },
1861 "--blue-8": {
1862 "value": "#1971c2",
1863 "type": "color"
1864 },
1865 "--blue-7": {
1866 "value": "#1c7ed6",
1867 "type": "color"
1868 },
1869 "--blue-6": {
1870 "value": "#228be6",
1871 "type": "color"
1872 },
1873 "--blue-5": {
1874 "value": "#339af0",
1875 "type": "color"
1876 },
1877 "--blue-4": {
1878 "value": "#4dabf7",
1879 "type": "color"
1880 },
1881 "--blue-3": {
1882 "value": "#74c0fc",
1883 "type": "color"
1884 },
1885 "--blue-2": {
1886 "value": "#a5d8ff",
1887 "type": "color"
1888 },
1889 "--blue-1": {
1890 "value": "#d0ebff",
1891 "type": "color"
1892 },
1893 "--blue-0": {
1894 "value": "#e7f5ff",
1895 "type": "color"
1896 }
1897 }
1898 }
1899 }
1900}
\No newline at end of file