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(260 15% 98%);
--foreground: hsl(260 15% 12%);
--card: hsl(260 15% 100%);
--card-foreground: hsl(260 15% 12%);
--popover: hsl(260 15% 100%);
--popover-foreground: hsl(260 15% 12%);
--primary: hsl(265 80% 60%);
--primary-foreground: hsl(0 0% 100%);
--secondary: hsl(260 15% 94%);
--secondary-foreground: hsl(260 15% 20%);
--muted: hsl(260 15% 95%);
--muted-foreground: hsl(260 15% 42%);
--accent: hsl(220 85% 60%);
--accent-foreground: hsl(0 0% 100%);
--destructive: hsl(0 72% 51%);
--destructive-foreground: hsl(0 0% 98%);
--border: hsl(260 15% 88%);
--input: hsl(260 15% 88%);
--ring: hsl(265 80% 60%);
--chart-1: hsl(265 65% 50%);
--chart-2: hsl(305 60% 55%);
--chart-3: hsl(355 55% 55%);
--chart-4: hsl(85 55% 50%);
--chart-5: hsl(205 55% 55%);
--radius: 0.5rem;
}
.dark {
--background: hsl(260 15% 7%);
--foreground: hsl(260 15% 96%);
--card: hsl(260 15% 9%);
--card-foreground: hsl(260 15% 96%);
--popover: hsl(260 15% 9%);
--popover-foreground: hsl(260 15% 96%);
--primary: hsl(265 82% 68%);
--primary-foreground: hsl(0 0% 100%);
--secondary: hsl(260 15% 16%);
--secondary-foreground: hsl(260 15% 92%);
--muted: hsl(260 15% 15%);
--muted-foreground: hsl(260 15% 62%);
--accent: hsl(220 85% 65%);
--accent-foreground: hsl(0 0% 100%);
--destructive: hsl(0 62% 45%);
--destructive-foreground: hsl(0 0% 98%);
--border: hsl(260 15% 18%);
--input: hsl(260 15% 18%);
--ring: hsl(265 82% 68%);
--chart-1: hsl(265 65% 50%);
--chart-2: hsl(305 60% 55%);
--chart-3: hsl(355 55% 55%);
--chart-4: hsl(85 55% 50%);
--chart-5: hsl(205 55% 55%);
}