"blue white" shadcn/ui theme

calm
serene
modern
minimalist
ocean-inspired
high-contrast
emotional
immersive
day-night-transition
user-friendly

Shadcn/ui Theme Css Variables

name: Azure Horizonkeyword: blue white views: 4

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

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