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