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