"Cool" shadcn/ui theme

cool
frosty
modern
minimalist
calm
serene
icy
blue-tones
high-contrast
immersive
emotional
futuristic
clean
sophisticated
professional
user-friendly
readable
functional
consistent
dynamic
light-dark-theme
colorful
harmonious
contrast
vibrant
elegant
sleek
innovative
trendy
adaptive

Shadcn/ui Theme Css Variables

name: Frosted Horizonkeyword: Cool views: 14

:root {
  --background: 210 40% 98%;
  --foreground: 210 10% 15%;
  --card: 210 30% 95%;
  --card-foreground: 210 10% 20%;
  --popover: 210 35% 97%;
  --popover-foreground: 210 10% 25%;
  --primary: 200 80% 50%;
  --primary-foreground: 210 40% 98%;
  --secondary: 190 60% 40%;
  --secondary-foreground: 210 40% 98%;
  --muted: 210 20% 90%;
  --muted-foreground: 210 10% 40%;
  --accent: 180 70% 45%;
  --accent-foreground: 210 40% 98%;
  --destructive: 0 70% 50%;
  --destructive-foreground: 210 40% 98%;
  --border: 210 20% 85%;
  --input: 210 20% 90%;
  --ring: 200 80% 50%;
  --radius: 0.75rem;
  --chart-1: 200 80% 50%;
  --chart-2: 190 60% 40%;
  --chart-3: 180 70% 45%;
  --chart-4: 170 60% 50%;
  --chart-5: 160 50% 55%;
} 

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