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