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(150 8% 98%);
--foreground: hsl(150 8% 12%);
--card: hsl(150 8% 100%);
--card-foreground: hsl(150 8% 12%);
--popover: hsl(150 8% 100%);
--popover-foreground: hsl(150 8% 12%);
--primary: hsl(142 70% 38%);
--primary-foreground: hsl(0 0% 100%);
--secondary: hsl(150 8% 94%);
--secondary-foreground: hsl(150 8% 20%);
--muted: hsl(150 8% 95%);
--muted-foreground: hsl(150 8% 42%);
--accent: hsl(168 76% 25%);
--accent-foreground: hsl(0 0% 100%);
--destructive: hsl(0 72% 51%);
--destructive-foreground: hsl(0 0% 98%);
--border: hsl(150 8% 88%);
--input: hsl(150 8% 88%);
--ring: hsl(142 70% 38%);
--chart-1: hsl(142 65% 50%);
--chart-2: hsl(182 60% 55%);
--chart-3: hsl(232 55% 55%);
--chart-4: hsl(322 55% 50%);
--chart-5: hsl(82 55% 55%);
--radius: 0.5rem;
}
.dark {
--background: hsl(150 8% 7%);
--foreground: hsl(150 8% 96%);
--card: hsl(150 8% 9%);
--card-foreground: hsl(150 8% 96%);
--popover: hsl(150 8% 9%);
--popover-foreground: hsl(150 8% 96%);
--primary: hsl(142 70% 45%);
--primary-foreground: hsl(0 0% 100%);
--secondary: hsl(150 8% 16%);
--secondary-foreground: hsl(150 8% 92%);
--muted: hsl(150 8% 15%);
--muted-foreground: hsl(150 8% 62%);
--accent: hsl(168 60% 40%);
--accent-foreground: hsl(0 0% 100%);
--destructive: hsl(0 62% 45%);
--destructive-foreground: hsl(0 0% 98%);
--border: hsl(150 8% 18%);
--input: hsl(150 8% 18%);
--ring: hsl(142 70% 45%);
--chart-1: hsl(142 65% 50%);
--chart-2: hsl(182 60% 55%);
--chart-3: hsl(232 55% 55%);
--chart-4: hsl(322 55% 50%);
--chart-5: hsl(82 55% 55%);
}