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