"sky" shadcn/ui theme

calm
natural
sky-inspired
modern
minimalist
high-contrast
day-night-transition
serene
vibrant-accents
immersive
light-dark-mode
emotional-resonance
user-friendly
readable
functional
cohesive
aesthetic
innovative
contemporary

Shadcn/ui Theme Css Variables

name: Horizon Glowkeyword: sky views: 16

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

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