"space" shadcn/ui theme

cosmic
futuristic
vibrant
light-dark contrast
immersive experience
space exploration
emotional depth
modern minimalism
neon accents

Shadcn/ui Theme Css Variables

name: Cosmic Horizonkeyword: space views: 4

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

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