"cool" shadcn/ui theme

cool
modern
minimalist
blue-tones
high-contrast
calm
professional
tech-inspired
light-dark-theme
immersive

Shadcn/ui Theme Css Variables

name: Frosted Horizonkeyword: cool views: 16

:root {
  --background: 210 40% 98%;
  --foreground: 210 10% 20%;
  --card: 210 30% 95%;
  --card-foreground: 210 10% 20%;
  --popover: 210 30% 95%;
  --popover-foreground: 210 10% 20%;
  --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% 35%;
  --accent-foreground: 210 40% 98%;
  --destructive: 0 70% 50%;
  --destructive-foreground: 210 40% 98%;
  --border: 210 20% 80%;
  --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% 35%;
  --chart-4: 170 60% 30%;
  --chart-5: 160 50% 25%;
} 

.dark {
  --background: 210 10% 10%;
  --foreground: 210 40% 98%;
  --card: 210 15% 15%;
  --card-foreground: 210 40% 98%;
  --popover: 210 15% 15%;
  --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 20% 20%;
  --muted-foreground: 210 40% 70%;
  --accent: 180 70% 35%;
  --accent-foreground: 210 10% 10%;
  --destructive: 0 70% 50%;
  --destructive-foreground: 210 10% 10%;
  --border: 210 20% 30%;
  --input: 210 20% 20%;
  --ring: 200 80% 50%;
  --radius: 0.75rem;
  --chart-1: 200 80% 50%;
  --chart-2: 190 60% 40%;
  --chart-3: 180 70% 35%;
  --chart-4: 170 60% 30%;
  --chart-5: 160 50% 25%;
}