Chargement
Chargement
radius 0.5rem
Aperçu
Couleurs
Typographie
Heading
Sous-titre de section
Corps de texte et légendes, ce que lira l'utilisateur.
Radius
Composants
CSS shadcn/ui
:root {
--background: hsl(36 10% 95%);
--foreground: hsl(35 6% 12%);
--card: hsl(36 10% 99%);
--card-foreground: hsl(35 6% 12%);
--popover: hsl(35 6% 100%);
--popover-foreground: hsl(35 6% 12%);
--primary: hsl(36 42% 40%);
--primary-foreground: hsl(40 40% 97%);
--secondary: hsl(35 6% 94%);
--secondary-foreground: hsl(35 6% 20%);
--muted: hsl(35 6% 95%);
--muted-foreground: hsl(35 6% 42%);
--accent: hsl(35 6% 94%);
--accent-foreground: hsl(35 6% 20%);
--destructive: hsl(0 72% 51%);
--destructive-foreground: hsl(0 0% 98%);
--border: hsl(35 6% 88%);
--input: hsl(35 6% 88%);
--ring: hsl(36 42% 40%);
--chart-1: hsl(36 65% 50%);
--chart-2: hsl(76 60% 55%);
--chart-3: hsl(126 55% 55%);
--chart-4: hsl(216 55% 50%);
--chart-5: hsl(336 55% 55%);
--radius: 0.5rem;
}
.dark {
--background: hsl(35 6% 7%);
--foreground: hsl(35 6% 96%);
--card: hsl(35 6% 9%);
--card-foreground: hsl(35 6% 96%);
--popover: hsl(35 6% 9%);
--popover-foreground: hsl(35 6% 96%);
--primary: hsl(40 52% 62%);
--primary-foreground: hsl(30 40% 8%);
--secondary: hsl(35 6% 16%);
--secondary-foreground: hsl(35 6% 92%);
--muted: hsl(35 6% 15%);
--muted-foreground: hsl(35 6% 62%);
--accent: hsl(35 6% 18%);
--accent-foreground: hsl(35 6% 92%);
--destructive: hsl(0 62% 45%);
--destructive-foreground: hsl(0 0% 98%);
--border: hsl(35 6% 18%);
--input: hsl(35 6% 18%);
--ring: hsl(40 52% 62%);
--chart-1: hsl(40 65% 50%);
--chart-2: hsl(80 60% 55%);
--chart-3: hsl(130 55% 55%);
--chart-4: hsl(220 55% 50%);
--chart-5: hsl(340 55% 55%);
}