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