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