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