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