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