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