"blue" shadcn/ui theme

serene
calming
oceanic-inspired
modern
clean
minimalist
high-contrast
monochromatic
light-dark-theme
professional
user-friendly
visual-harmony
emotional-design
immersive
natural-elements
future-forward

Shadcn/ui Theme Css Variables

name: Azure Horizonkeyword: blue views: 16

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

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