forked from radix-ui/design-system
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathstitches.config.ts
632 lines (573 loc) · 18.7 KB
/
stitches.config.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
import { createCss, StitchesCss } from '@stitches/react';
export type { StitchesVariants } from '@stitches/react';
const stitches = createCss({
theme: {
colors: {
gray100: 'hsl(0 0% 98.8%)',
gray200: 'hsl(0 0% 96.0%)',
gray300: 'hsl(0 0% 93.7%)',
gray400: 'hsl(0 0% 92.0%)',
gray500: 'hsl(0 0% 89.5%)',
gray600: 'hsl(0 0% 85.2%)',
gray700: 'hsl(0 0% 80.0%)',
gray800: 'hsl(0 0% 56.1%)',
gray900: 'hsl(0 0% 43.9%)',
gray1000: 'hsl(0 0% 7%)',
quartz100: 'hsl(252 17% 98.8%)',
quartz200: 'hsl(252 11% 96.0%)',
quartz300: 'hsl(252 9% 93.7%)',
quartz400: 'hsl(252 9% 92.0%)',
quartz500: 'hsl(252 8% 89.5%)',
quartz600: 'hsl(252 8% 85.2%)',
quartz700: 'hsl(252 8% 80.0%)',
quartz800: 'hsl(252 4% 56.1%)',
quartz900: 'hsl(252 4% 43.9%)',
quartz1000: 'hsl(252 10% 7%)',
slate100: 'hsl(206 20% 98.8%)',
slate200: 'hsl(206 14% 96.0%)',
slate300: 'hsl(206 13% 93.7%)',
slate400: 'hsl(206 12% 92.0%)',
slate500: 'hsl(206 12% 89.5%)',
slate600: 'hsl(206 11% 85.2%)',
slate700: 'hsl(206 10% 80.0%)',
slate800: 'hsl(206 6% 56.1%)',
slate900: 'hsl(206 6% 43.9%)',
slate1000: 'hsl(206 12% 7%)',
sand100: 'hsl(50 20% 98.8%)',
sand200: 'hsl(50 14% 96.0%)',
sand300: 'hsl(50 13% 93.7%)',
sand400: 'hsl(50 12% 92.0%)',
sand500: 'hsl(50 12% 89.5%)',
sand600: 'hsl(50 11% 85.2%)',
sand700: 'hsl(50 10% 80.0%)',
sand800: 'hsl(50 6% 56.1%)',
sand900: 'hsl(50 6% 43.9%)',
sand1000: 'hsl(50 10% 8%)',
red100: 'hsl(351 100% 98.5%)',
red200: 'hsl(351 89% 96.0%)',
red300: 'hsl(352 86% 93.4%)',
red400: 'hsl(352 85% 90.3%)',
red500: 'hsl(353 84% 86.4%)',
red600: 'hsl(354 83% 80.7%)',
red700: 'hsl(355 82% 71.7%)',
red800: 'hsl(356 91% 59.0%)',
red900: 'hsl(356 80% 47.1%)',
red1000: 'hsl(356 80% 27.1%)',
crimson100: 'hsl(332 100% 98.5%)',
crimson200: 'hsl(332 87% 96.0%)',
crimson300: 'hsl(333 84% 93.3%)',
crimson400: 'hsl(333 83% 90.2%)',
crimson500: 'hsl(334 82% 86.3%)',
crimson600: 'hsl(335 81% 80.3%)',
crimson700: 'hsl(336 80% 70.0%)',
crimson800: 'hsl(336 88% 56.3%)',
crimson900: 'hsl(336 79% 46.1%)',
crimson1000: 'hsl(336 79% 26.1%)',
pink100: 'hsl(322 100% 98.5%)',
pink200: 'hsl(322 90% 95.8%)',
pink300: 'hsl(322 87% 93.0%)',
pink400: 'hsl(322 86% 89.9%)',
pink500: 'hsl(322 85% 86.2%)',
pink600: 'hsl(322 85% 80.3%)',
pink700: 'hsl(322 84% 68.9%)',
pink800: 'hsl(322 75% 60.0%)',
pink900: 'hsl(322 80% 43.9%)',
pink1000: 'hsl(322 80% 23.9%)',
purple100: 'hsl(280 100% 99.0%)',
purple200: 'hsl(279 75% 95.7%)',
purple300: 'hsl(278 71% 92.4%)',
purple400: 'hsl(278 69% 89.0%)',
purple500: 'hsl(277 68% 85.2%)',
purple600: 'hsl(275 67% 80.2%)',
purple700: 'hsl(272 66% 68.1%)',
purple800: 'hsl(272 53% 50.0%)',
purple900: 'hsl(272 62% 44.1%)',
purple1000: 'hsl(272 62% 24.1%)',
violet100: 'hsl(252 100% 99.0%)',
violet200: 'hsl(252 87% 96.4%)',
violet300: 'hsl(252 85% 93.7%)',
violet400: 'hsl(252 84% 90.7%)',
violet500: 'hsl(252 83% 86.8%)',
violet600: 'hsl(252 83% 80.8%)',
violet700: 'hsl(252 82% 72.2%)',
violet800: 'hsl(252 62% 54.9%)',
violet900: 'hsl(250 55% 48.0%)',
violet1000: 'hsl(250 55% 28.0%)',
indigo100: 'hsl(226 100% 99.0%)',
indigo200: 'hsl(226 83% 96.3%)',
indigo300: 'hsl(226 80% 93.3%)',
indigo400: 'hsl(226 79% 89.8%)',
indigo500: 'hsl(226 78% 85.4%)',
indigo600: 'hsl(226 77% 79.1%)',
indigo700: 'hsl(226 76% 70.2%)',
indigo800: 'hsl(226 69% 54.1%)',
indigo900: 'hsl(226 70% 44.1%)',
indigo1000: 'hsl(226 70% 24.1%)',
blue100: 'hsl(206 100% 98.8%)',
blue200: 'hsl(206 98% 95.8%)',
blue300: 'hsl(206 97% 92.6%)',
blue400: 'hsl(206 97% 88.9%)',
blue500: 'hsl(206 97% 83.9%)',
blue600: 'hsl(206 97% 76.7%)',
blue700: 'hsl(206 97% 68.3%)',
blue800: 'hsl(206 100% 50.0%)',
blue900: 'hsl(211 100% 43.9%)',
blue1000: 'hsl(211 73% 12%)',
cyan100: 'hsl(185 78% 97.8%)',
cyan200: 'hsl(185 73% 93.2%)',
cyan300: 'hsl(186 71% 88.2%)',
cyan400: 'hsl(186 71% 82.8%)',
cyan500: 'hsl(187 70% 76.4%)',
cyan600: 'hsl(187 69% 68.2%)',
cyan700: 'hsl(188 68% 59.2%)',
cyan800: 'hsl(190 88% 40.0%)',
cyan900: 'hsl(190 90% 30.0%)',
cyan1000: 'hsl(190 63% 8.0%)',
teal100: 'hsl(165 100% 97.5%)',
teal200: 'hsl(166 73% 93.1%)',
teal300: 'hsl(166 66% 88.1%)',
teal400: 'hsl(167 63% 82.3%)',
teal500: 'hsl(168 60% 75.1%)',
teal600: 'hsl(170 57% 65.2%)',
teal700: 'hsl(172 54% 50.0%)',
teal800: 'hsl(173 79% 36.7%)',
teal900: 'hsl(174 100% 24.5%)',
teal1000: 'hsl(174 70% 7%)',
green100: 'hsl(130 100% 97.5%)',
green200: 'hsl(131 72% 94.0%)',
green300: 'hsl(132 63% 89.8%)',
green400: 'hsl(134 58% 84.6%)',
green500: 'hsl(136 55% 78.0%)',
green600: 'hsl(139 52% 69.0%)',
green700: 'hsl(144 48% 55.8%)',
green800: 'hsl(145 62% 41.0%)',
green900: 'hsl(148 69% 30.0%)',
green1000: 'hsl(148 69% 10.0%)',
lime100: 'hsl(85 86% 96.5%)',
lime200: 'hsl(84 79% 92.6%)',
lime300: 'hsl(83 76% 87.3%)',
lime400: 'hsl(82 74% 80.7%)',
lime500: 'hsl(81 73% 72.6%)',
lime600: 'hsl(79 72% 62.8%)',
lime700: 'hsl(76 74% 48.9%)',
lime800: 'hsl(81 91% 40.0%)',
lime900: 'hsl(78 80% 25.1%)',
lime1000: 'hsl(78 80% 5.1%)',
yellow100: 'hsl(55 100% 95.5%)',
yellow200: 'hsl(55 93% 89.9%)',
yellow300: 'hsl(54 90% 83.6%)',
yellow400: 'hsl(54 89% 76.5%)',
yellow500: 'hsl(53 88% 67.5%)',
yellow600: 'hsl(52 88% 57.1%)',
yellow700: 'hsl(52 88% 51.7%)',
yellow800: 'hsl(49 97% 48.0%)',
yellow900: 'hsl(40 80% 32.0%)',
yellow1000: 'hsl(40 80% 12.0%)',
orange100: 'hsl(40 100% 97.0%)',
orange200: 'hsl(40 97% 93.2%)',
orange300: 'hsl(39 97% 88.7%)',
orange400: 'hsl(39 96% 83.0%)',
orange500: 'hsl(38 96% 75.5%)',
orange600: 'hsl(37 96% 65.5%)',
orange700: 'hsl(36 96% 53.9%)',
orange800: 'hsl(38 100% 53.9%)',
orange900: 'hsl(27 65% 35.9%)',
orange1000: 'hsl(27 65% 15.9%)',
brown100: 'hsl(30 75% 98.0%)',
brown200: 'hsl(30 67% 94.0%)',
brown300: 'hsl(30 66% 90.0%)',
brown400: 'hsl(29 64% 85.7%)',
brown500: 'hsl(29 64% 80.5%)',
brown600: 'hsl(29 62% 72.6%)',
brown700: 'hsl(28 61% 61.6%)',
brown800: 'hsl(28 48% 52.0%)',
brown900: 'hsl(20 50% 37.1%)',
brown1000: 'hsl(20 50% 17.1%)',
bronze100: 'hsl(18 100% 98.5%)',
bronze200: 'hsl(18 57% 94.1%)',
bronze300: 'hsl(18 50% 89.8%)',
bronze400: 'hsl(17 46% 85.3%)',
bronze500: 'hsl(17 44% 80.0%)',
bronze600: 'hsl(17 42% 73.0%)',
bronze700: 'hsl(16 39% 64.0%)',
bronze800: 'hsl(17 28% 52.0%)',
bronze900: 'hsl(15 30% 43.1%)',
bronze1000: 'hsl(15 30% 23.1%)',
gold100: 'hsl(50 75% 98.0%)',
gold200: 'hsl(49 52% 93.8%)',
gold300: 'hsl(47 48% 89.6%)',
gold400: 'hsl(46 45% 85.1%)',
gold500: 'hsl(44 43% 79.6%)',
gold600: 'hsl(41 41% 71.4%)',
gold700: 'hsl(36 37% 60.0%)',
gold800: 'hsl(36 30% 52.0%)',
gold900: 'hsl(36 26% 40.0%)',
gold1000: 'hsl(36 26% 20.0%)',
// Semantic colors
hiContrast: 'hsl(200 12% 5%)',
loContrast: 'white',
canvas: 'hsl(0 0% 93%)',
panel: 'white',
transparentPanel: 'hsl(0 0% 0% / 97%)',
shadowLight: 'hsl(206 22% 7% / 35%)',
shadowDark: 'hsl(206 22% 7% / 20%)',
},
fonts: {
untitled: 'Untitled Sans, -apple-system, system-ui, sans-serif',
mono: 'Söhne Mono, menlo, monospace',
},
space: {
1: '5px',
2: '10px',
3: '15px',
4: '20px',
5: '25px',
6: '35px',
7: '45px',
8: '65px',
9: '80px',
},
sizes: {
1: '5px',
2: '10px',
3: '15px',
4: '20px',
5: '25px',
6: '35px',
7: '45px',
8: '65px',
9: '80px',
},
fontSizes: {
1: '12px',
2: '13px',
3: '15px',
4: '17px',
5: '19px',
6: '21px',
7: '27px',
8: '35px',
9: '59px',
},
radii: {
1: '3px',
2: '5px',
3: '7px',
round: '50%',
pill: '9999px',
},
zIndices: {
1: '100',
2: '200',
3: '300',
4: '400',
max: '999',
},
},
media: {
bp1: '(min-width: 520px)',
bp2: '(min-width: 900px)',
bp3: '(min-width: 1200px)',
bp4: '(min-width: 1800px)',
motion: '(prefers-reduced-motion)',
hover: '(any-hover: hover)',
dark: '(prefers-color-scheme: dark)',
light: '(prefers-color-scheme: light)',
},
utils: {
p: (config) => (value: any) => ({
paddingTop: value,
paddingBottom: value,
paddingLeft: value,
paddingRight: value,
}),
pt: (config) => (value: any) => ({
paddingTop: value,
}),
pr: (config) => (value: any) => ({
paddingRight: value,
}),
pb: (config) => (value: any) => ({
paddingBottom: value,
}),
pl: (config) => (value: any) => ({
paddingLeft: value,
}),
px: (config) => (value: any) => ({
paddingLeft: value,
paddingRight: value,
}),
py: (config) => (value: any) => ({
paddingTop: value,
paddingBottom: value,
}),
m: (config) => (value: any) => ({
marginTop: value,
marginBottom: value,
marginLeft: value,
marginRight: value,
}),
mt: (config) => (value: any) => ({
marginTop: value,
}),
mr: (config) => (value: any) => ({
marginRight: value,
}),
mb: (config) => (value: any) => ({
marginBottom: value,
}),
ml: (config) => (value: any) => ({
marginLeft: value,
}),
mx: (config) => (value: any) => ({
marginLeft: value,
marginRight: value,
}),
my: (config) => (value: any) => ({
marginTop: value,
marginBottom: value,
}),
ta: (config) => (value: any) => ({ textAlign: value }),
fd: (config) => (value: any) => ({ flexDirection: value }),
fw: (config) => (value: any) => ({ flexWrap: value }),
ai: (config) => (value: any) => ({ alignItems: value }),
ac: (config) => (value: any) => ({ alignContent: value }),
jc: (config) => (value: any) => ({ justifyContent: value }),
as: (config) => (value: any) => ({ alignSelf: value }),
fg: (config) => (value: any) => ({ flexGrow: value }),
fs: (config) => (value: any) => ({ flexShrink: value }),
fb: (config) => (value: any) => ({ flexBasis: value }),
bc: (config) => (value: any) => ({
backgroundColor: value,
}),
br: (config) => (value: any) => ({
borderRadius: value,
}),
btrr: (config) => (value: any) => ({
borderTopRightRadius: value,
}),
bbrr: (config) => (value: any) => ({
borderBottomRightRadius: value,
}),
bblr: (config) => (value: any) => ({
borderBottomLeftRadius: value,
}),
btlr: (config) => (value: any) => ({
borderTopLeftRadius: value,
}),
bs: (config) => (value: any) => ({ boxShadow: value }),
lh: (config) => (value: any) => ({ lineHeight: value }),
ox: (config) => (value: any) => ({ overflowX: value }),
oy: (config) => (value: any) => ({ overflowY: value }),
pe: (config) => (value: any) => ({ pointerEvents: value }),
us: (config) => (value: any) => ({ WebkitUserSelect: value, userSelect: value }),
size: (config) => (value: any) => ({
width: value,
height: value,
}),
linearGradient: (config) => (value: any) => ({
backgroundImage: `linear-gradient(${value})`,
}),
appearance: (config) => (value) => ({
WebkitAppearance: value,
appearance: value,
}),
userSelect: (config) => (value) => ({
WebkitUserSelect: value,
userSelect: value,
}),
backgroundClip: (config) => (value) => ({
WebkitBackgroundClip: value,
backgroundClip: value,
}),
},
});
export type CSS = StitchesCss<typeof stitches>;
export const { styled, css, theme, getCssString, global, keyframes, config } = stitches;
export const utils = config.utils;
export const darkTheme = theme('dark-theme', {
colors: {
gray100: 'hsl(0 0% 9.6%)',
gray200: 'hsl(0 0% 11.6%)',
gray300: 'hsl(0 0% 13.9%)',
gray400: 'hsl(0 0% 16.6%)',
gray500: 'hsl(0 0% 20.1%)',
gray600: 'hsl(0 0% 24.8%)',
gray700: 'hsl(0 0% 31.0%)',
gray800: 'hsl(0 0% 43.9%)',
gray900: 'hsl(0 0% 52.9%)',
gray1000: 'hsl(0 0% 93%)',
quartz100: 'hsl(252 2% 10%)',
quartz200: 'hsl(252 2% 11%)',
quartz300: 'hsl(252 3% 14%)',
quartz400: 'hsl(252 3% 16%)',
quartz500: 'hsl(252 3% 20%)',
quartz600: 'hsl(252 5% 24%)',
quartz700: 'hsl(252 5% 31%)',
quartz800: 'hsl(252 4% 44%)',
quartz900: 'hsl(252 4% 53%)',
quartz1000: 'hsl(252 2% 93%)',
slate100: 'hsl(200 6% 9.6%)',
slate200: 'hsl(201 6% 11.6%)',
slate300: 'hsl(201 6% 13.9%)',
slate400: 'hsl(202 6% 16.6%)',
slate500: 'hsl(202 6% 20.1%)',
slate600: 'hsl(203 6% 24.8%)',
slate700: 'hsl(204 6% 31.0%)',
slate800: 'hsl(206 6% 43.9%)',
slate900: 'hsl(205 5% 52.9%)',
slate1000: 'hsl(210 3% 93%)',
red100: 'hsl(353 35% 10.2%)',
red200: 'hsl(353 39% 12.1%)',
red300: 'hsl(353 43% 14.4%)',
red400: 'hsl(353 47% 17.3%)',
red500: 'hsl(353 50% 21.2%)',
red600: 'hsl(353 54% 26.7%)',
red700: 'hsl(353 70% 36.9%)',
red900: 'hsl(358 100% 68.0%)',
red1000: 'hsl(358 100% 88.0%)',
crimson100: 'hsl(335 33% 10.0%)',
crimson200: 'hsl(335 39% 12.4%)',
crimson300: 'hsl(335 45% 15.1%)',
crimson400: 'hsl(335 50% 18.4%)',
crimson500: 'hsl(335 54% 22.8%)',
crimson600: 'hsl(334 60% 28.8%)',
crimson700: 'hsl(334 80% 35.9%)',
crimson900: 'hsl(341 90% 63.1%)',
crimson1000: 'hsl(341 90% 83.1%)',
pink100: 'hsl(318 33% 10.0%)',
pink200: 'hsl(318 39% 12.8%)',
pink300: 'hsl(318 43% 15.9%)',
pink400: 'hsl(319 48% 19.4%)',
pink500: 'hsl(319 51% 23.9%)',
pink600: 'hsl(319 56% 30.3%)',
pink700: 'hsl(320 72% 38.0%)',
pink900: 'hsl(325 90% 67.1%)',
pink1000: 'hsl(325 90% 87.1%)',
purple100: 'hsl(284 28% 10.4%)',
purple200: 'hsl(282 32% 14.1%)',
purple300: 'hsl(280 36% 17.9%)',
purple400: 'hsl(279 39% 22.0%)',
purple500: 'hsl(277 42% 27.0%)',
purple600: 'hsl(276 45% 33.5%)',
purple700: 'hsl(272 55% 42.0%)',
purple900: 'hsl(275 91% 71.0%)',
purple1000: 'hsl(275 91% 91.0%)',
violet100: 'hsl(250 30% 11.8%)',
violet200: 'hsl(250 34% 16.0%)',
violet300: 'hsl(251 38% 20.3%)',
violet400: 'hsl(251 41% 24.9%)',
violet500: 'hsl(251 43% 30.7%)',
violet600: 'hsl(251 46% 39.0%)',
violet700: 'hsl(252 58% 50.0%)',
violet900: 'hsl(250 100% 76.1%)',
violet1000: 'hsl(250 100% 96.1%)',
indigo100: 'hsl(229 37% 11.8%)',
indigo200: 'hsl(228 40% 15.2%)',
indigo300: 'hsl(228 44% 18.8%)',
indigo400: 'hsl(227 46% 22.8%)',
indigo500: 'hsl(227 49% 27.9%)',
indigo600: 'hsl(227 51% 35.3%)',
indigo700: 'hsl(225 62% 47.1%)',
indigo900: 'hsl(228 100% 72.9%)',
indigo1000: 'hsl(228 100% 92.9%)',
blue100: 'hsl(212 50% 10.2%)',
blue200: 'hsl(212 56% 13.6%)',
blue300: 'hsl(211 61% 16.8%)',
blue400: 'hsl(210 66% 20.3%)',
blue500: 'hsl(210 70% 24.6%)',
blue600: 'hsl(210 75% 31.0%)',
blue700: 'hsl(208 93% 40.0%)',
blue900: 'hsl(210 100% 66.1%)',
blue1000: 'hsl(210 100% 86.1%)',
cyan100: 'hsl(192 68% 7.5%)',
cyan200: 'hsl(191 71% 10.2%)',
cyan300: 'hsl(191 74% 13.2%)',
cyan400: 'hsl(191 76% 16.4%)',
cyan500: 'hsl(191 77% 20.1%)',
cyan600: 'hsl(190 79% 24.6%)',
cyan700: 'hsl(190 85% 32.0%)',
cyan900: 'hsl(192 80% 47.1%)',
cyan1000: 'hsl(192 80% 67.1%)',
teal100: 'hsl(168 76% 6.5%)',
teal200: 'hsl(169 76% 8.3%)',
teal300: 'hsl(169 77% 10.3%)',
teal400: 'hsl(170 77% 12.7%)',
teal500: 'hsl(171 78% 15.7%)',
teal600: 'hsl(171 78% 20.0%)',
teal700: 'hsl(173 80% 29.0%)',
teal900: 'hsl(174 90% 40.0%)',
teal1000: 'hsl(174 90% 60.0%)',
green100: 'hsl(140 43% 8.2%)',
green200: 'hsl(141 45% 10.1%)',
green300: 'hsl(141 47% 12.2%)',
green400: 'hsl(142 49% 14.8%)',
green500: 'hsl(142 51% 18.3%)',
green600: 'hsl(143 53% 23.6%)',
green700: 'hsl(145 60% 35.1%)',
green900: 'hsl(130 50% 55.1%)',
green1000: 'hsl(130 50% 75.1%)',
lime100: 'hsl(80 47% 7.5%)',
lime200: 'hsl(79 52% 9.0%)',
lime300: 'hsl(79 56% 10.9%)',
lime400: 'hsl(79 60% 13.6%)',
lime500: 'hsl(78 63% 17.5%)',
lime600: 'hsl(78 66% 23.5%)',
lime700: 'hsl(76 85% 38.0%)',
lime900: 'hsl(81 70% 50.0%)',
lime1000: 'hsl(81 70% 70.0%)',
yellow100: 'hsl(44 59% 7.6%)',
yellow200: 'hsl(45 63% 9.1%)',
yellow300: 'hsl(46 67% 11.2%)',
yellow400: 'hsl(46 72% 14.0%)',
yellow500: 'hsl(47 76% 18.0%)',
yellow600: 'hsl(48 80% 24.3%)',
yellow700: 'hsl(50 100% 45.1%)',
yellow900: 'hsl(49 80% 52.2%)',
yellow1000: 'hsl(49 80% 72.2%)',
orange100: 'hsl(30 50% 8.6%)',
orange200: 'hsl(31 54% 10.3%)',
orange300: 'hsl(32 59% 12.5%)',
orange400: 'hsl(33 63% 15.5%)',
orange500: 'hsl(34 66% 19.9%)',
orange600: 'hsl(34 70% 26.9%)',
orange700: 'hsl(38 90% 48.0%)',
orange900: 'hsl(35 90% 51.2%)',
orange1000: 'hsl(35 90% 71.2%)',
brown100: 'hsl(22 40% 9.2%)',
brown200: 'hsl(23 42% 11.6%)',
brown300: 'hsl(24 42% 14.3%)',
brown400: 'hsl(24 43% 17.7%)',
brown500: 'hsl(25 44% 22.2%)',
brown600: 'hsl(26 45% 29.0%)',
brown700: 'hsl(28 48% 45.1%)',
brown900: 'hsl(28 60% 55.9%)',
brown1000: 'hsl(28 60% 75.9%)',
bronze100: 'hsl(17 14% 10.0%)',
bronze200: 'hsl(17 15% 13.4%)',
bronze300: 'hsl(17 17% 16.8%)',
bronze400: 'hsl(17 18% 20.5%)',
bronze500: 'hsl(18 19% 24.8%)',
bronze600: 'hsl(18 20% 30.8%)',
bronze700: 'hsl(18 25% 44.9%)',
bronze900: 'hsl(18 37% 61.0%)',
bronze1000: 'hsl(18 37% 81.0%)',
gold100: 'hsl(43 15% 9.2%)',
gold200: 'hsl(42 17% 12.0%)',
gold300: 'hsl(41 18% 15.1%)',
gold400: 'hsl(40 20% 18.5%)',
gold500: 'hsl(39 21% 22.9%)',
gold600: 'hsl(39 22% 29.3%)',
gold700: 'hsl(36 28% 45.1%)',
gold900: 'hsl(35 50% 62.9%)',
gold1000: 'hsl(35 50% 82.9%)',
// Semantic colors
hiContrast: 'hsl(240 3% 93%)',
loContrast: 'hsl(200 7% 8.4%)',
canvas: 'hsl(0 0% 15%)',
panel: '$slate200',
transparentPanel: 'hsl(0 100% 100% / 97%)',
shadowLight: 'hsl(206 22% 7% / 35%)',
shadowDark: 'hsl(206 22% 7% / 20%)',
},
});