"space blue" shadcn/ui theme

space exploration
cosmic
tranquility
modern minimalist
deep blue
celestial
contrast
emotional depth
immersive
futuristic

Shadcn/ui Theme Css Variables

name: Celestial Driftkeyword: space blue views: 10

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

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