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(40 30% 96%);
--foreground: hsl(30 22% 12%);
--card: hsl(40 30% 99%);
--card-foreground: hsl(30 22% 12%);
--popover: hsl(30 22% 100%);
--popover-foreground: hsl(30 22% 12%);
--primary: hsl(16 60% 45%);
--primary-foreground: hsl(0 0% 100%);
--secondary: hsl(30 22% 94%);
--secondary-foreground: hsl(30 22% 20%);
--muted: hsl(30 22% 95%);
--muted-foreground: hsl(30 22% 42%);
--accent: hsl(30 22% 94%);
--accent-foreground: hsl(30 22% 20%);
--destructive: hsl(0 72% 51%);
--destructive-foreground: hsl(0 0% 98%);
--border: hsl(30 22% 88%);
--input: hsl(30 22% 88%);
--ring: hsl(16 60% 45%);
--chart-1: hsl(16 65% 50%);
--chart-2: hsl(56 60% 55%);
--chart-3: hsl(106 55% 55%);
--chart-4: hsl(196 55% 50%);
--chart-5: hsl(316 55% 55%);
--radius: 0.5rem;
}
.dark {
--background: hsl(30 22% 7%);
--foreground: hsl(30 22% 96%);
--card: hsl(30 22% 9%);
--card-foreground: hsl(30 22% 96%);
--popover: hsl(30 22% 9%);
--popover-foreground: hsl(30 22% 96%);
--primary: hsl(16 60% 55%);
--primary-foreground: hsl(20 40% 8%);
--secondary: hsl(30 22% 16%);
--secondary-foreground: hsl(30 22% 92%);
--muted: hsl(30 22% 15%);
--muted-foreground: hsl(30 22% 62%);
--accent: hsl(30 22% 18%);
--accent-foreground: hsl(30 22% 92%);
--destructive: hsl(0 62% 45%);
--destructive-foreground: hsl(0 0% 98%);
--border: hsl(30 22% 18%);
--input: hsl(30 22% 18%);
--ring: hsl(16 60% 55%);
--chart-1: hsl(16 65% 50%);
--chart-2: hsl(56 60% 55%);
--chart-3: hsl(106 55% 55%);
--chart-4: hsl(196 55% 50%);
--chart-5: hsl(316 55% 55%);
}