Chargement
Chargement
radius 1rem
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(270 15% 92%);
--foreground: hsl(270 10% 12%);
--card: hsl(270 15% 97%);
--card-foreground: hsl(270 10% 12%);
--popover: hsl(270 10% 100%);
--popover-foreground: hsl(270 10% 12%);
--primary: hsl(255 45% 60%);
--primary-foreground: hsl(0 0% 100%);
--secondary: hsl(270 10% 94%);
--secondary-foreground: hsl(270 10% 20%);
--muted: hsl(270 10% 95%);
--muted-foreground: hsl(270 10% 42%);
--accent: hsl(270 10% 94%);
--accent-foreground: hsl(270 10% 20%);
--destructive: hsl(0 72% 51%);
--destructive-foreground: hsl(0 0% 98%);
--border: hsl(270 10% 88%);
--input: hsl(270 10% 88%);
--ring: hsl(255 45% 60%);
--chart-1: hsl(255 65% 50%);
--chart-2: hsl(295 60% 55%);
--chart-3: hsl(345 55% 55%);
--chart-4: hsl(75 55% 50%);
--chart-5: hsl(195 55% 55%);
--radius: 1rem;
}
.dark {
--background: hsl(270 10% 7%);
--foreground: hsl(270 10% 96%);
--card: hsl(270 10% 9%);
--card-foreground: hsl(270 10% 96%);
--popover: hsl(270 10% 9%);
--popover-foreground: hsl(270 10% 96%);
--primary: hsl(255 48% 70%);
--primary-foreground: hsl(270 30% 10%);
--secondary: hsl(270 10% 16%);
--secondary-foreground: hsl(270 10% 92%);
--muted: hsl(270 10% 15%);
--muted-foreground: hsl(270 10% 62%);
--accent: hsl(270 10% 18%);
--accent-foreground: hsl(270 10% 92%);
--destructive: hsl(0 62% 45%);
--destructive-foreground: hsl(0 0% 98%);
--border: hsl(270 10% 18%);
--input: hsl(270 10% 18%);
--ring: hsl(255 48% 70%);
--chart-1: hsl(255 65% 50%);
--chart-2: hsl(295 60% 55%);
--chart-3: hsl(345 55% 55%);
--chart-4: hsl(75 55% 50%);
--chart-5: hsl(195 55% 55%);
}