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