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