Chargement
Chargement
radius 0px
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(120 15% 98%);
--foreground: hsl(120 15% 12%);
--card: hsl(120 15% 100%);
--card-foreground: hsl(120 15% 12%);
--popover: hsl(120 15% 100%);
--popover-foreground: hsl(120 15% 12%);
--primary: hsl(135 80% 38%);
--primary-foreground: hsl(0 0% 5%);
--secondary: hsl(120 15% 94%);
--secondary-foreground: hsl(120 15% 20%);
--muted: hsl(120 15% 95%);
--muted-foreground: hsl(120 15% 42%);
--accent: hsl(120 15% 94%);
--accent-foreground: hsl(120 15% 20%);
--destructive: hsl(0 72% 51%);
--destructive-foreground: hsl(0 0% 98%);
--border: hsl(120 15% 88%);
--input: hsl(120 15% 88%);
--ring: hsl(135 80% 38%);
--chart-1: hsl(135 65% 50%);
--chart-2: hsl(175 60% 55%);
--chart-3: hsl(225 55% 55%);
--chart-4: hsl(315 55% 50%);
--chart-5: hsl(75 55% 55%);
--radius: 0px;
}
.dark {
--background: hsl(120 30% 3%);
--foreground: hsl(135 80% 60%);
--card: hsl(120 25% 6%);
--card-foreground: hsl(120 15% 96%);
--popover: hsl(120 15% 9%);
--popover-foreground: hsl(120 15% 96%);
--primary: hsl(135 90% 50%);
--primary-foreground: hsl(0 0% 5%);
--secondary: hsl(120 15% 16%);
--secondary-foreground: hsl(120 15% 92%);
--muted: hsl(120 15% 15%);
--muted-foreground: hsl(120 15% 62%);
--accent: hsl(120 15% 18%);
--accent-foreground: hsl(120 15% 92%);
--destructive: hsl(0 62% 45%);
--destructive-foreground: hsl(0 0% 98%);
--border: hsl(120 15% 18%);
--input: hsl(120 15% 18%);
--ring: hsl(135 90% 50%);
--chart-1: hsl(135 65% 50%);
--chart-2: hsl(175 60% 55%);
--chart-3: hsl(225 55% 55%);
--chart-4: hsl(315 55% 50%);
--chart-5: hsl(75 55% 55%);
}