"dark" shadcn/ui theme

nocturnal
serene
dark-theme
minimalist
calm
contrast
modern
soft
tranquil
immersive
nature-inspired
dark-forest
mystical
sophisticated
elegant
monochromatic
gradient
timeless
harmonious
sustainable

Shadcn/ui Theme Css Variables

name: Nocturnal Serenitykeyword: dark views: 10

:root {
  --background: 95 15% 95%;
  --foreground: 95 5% 10%;
  --card: 95 20% 90%;
  --card-foreground: 95 5% 15%;
  --popover: 95 20% 90%;
  --popover-foreground: 95 5% 15%;
  --primary: 95 50% 30%;
  --primary-foreground: 95 10% 90%;
  --secondary: 95 30% 70%;
  --secondary-foreground: 95 5% 15%;
  --muted: 95 30% 85%;
  --muted-foreground: 95 5% 35%;
  --accent: 95 40% 50%;
  --accent-foreground: 95 10% 90%;
  --destructive: 0 70% 50%;
  --destructive-foreground: 95 10% 90%;
  --border: 95 15% 80%;
  --input: 95 15% 80%;
  --ring: 95 40% 50%;
  --radius: 0.75rem;
  --chart-1: 95 50% 30%;
  --chart-2: 95 40% 50%;
  --chart-3: 95 30% 70%;
  --chart-4: 95 20% 90%;
  --chart-5: 95 10% 95%;
} 

.dark {
  --background: 95 5% 10%;
  --foreground: 95 15% 95%;
  --card: 95 10% 15%;
  --card-foreground: 95 15% 95%;
  --popover: 95 10% 15%;
  --popover-foreground: 95 15% 95%;
  --primary: 95 50% 30%;
  --primary-foreground: 95 10% 90%;
  --secondary: 95 30% 20%;
  --secondary-foreground: 95 15% 95%;
  --muted: 95 30% 15%;
  --muted-foreground: 95 15% 60%;
  --accent: 95 40% 50%;
  --accent-foreground: 95 10% 90%;
  --destructive: 0 70% 50%;
  --destructive-foreground: 95 10% 90%;
  --border: 95 30% 20%;
  --input: 95 30% 20%;
  --ring: 95 40% 50%;
  --radius: 0.75rem;
  --chart-1: 95 50% 30%;
  --chart-2: 95 40% 50%;
  --chart-3: 95 30% 20%;
  --chart-4: 95 10% 15%;
  --chart-5: 95 5% 10%;
}