"space" shadcn/ui theme

cosmic exploration
futuristic design
deep space aesthetics
emotive color transitions
modern UI
immersive experience
high contrast
balanced readability
dynamic mode shift
sci-fi inspired

Shadcn/ui Theme Css Variables

name: Cosmic Horizonkeyword: space views: 20

:root {
  --background: 210 20% 98%;
  --foreground: 220 30% 10%;
  --card: 210 20% 95%;
  --card-foreground: 220 30% 10%;
  --popover: 210 20% 95%;
  --popover-foreground: 220 30% 10%;
  --primary: 220 70% 40%;
  --primary-foreground: 210 20% 98%;
  --secondary: 200 50% 30%;
  --secondary-foreground: 210 20% 98%;
  --muted: 210 20% 90%;
  --muted-foreground: 220 30% 30%;
  --accent: 180 60% 50%;
  --accent-foreground: 210 20% 98%;
  --destructive: 0 70% 50%;
  --destructive-foreground: 210 20% 98%;
  --border: 220 30% 20%;
  --input: 210 20% 90%;
  --ring: 220 70% 40%;
  --radius: 0.75rem;
  --chart-1: 220 70% 40%;
  --chart-2: 200 50% 30%;
  --chart-3: 180 60% 50%;
  --chart-4: 150 50% 40%;
  --chart-5: 120 50% 30%;
} 

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