"blue" shadcn/ui theme

calm
serene
oceanic
modern
minimalistic
blue-theme
dynamic-contrast
immersive
emotional-resonance
future-design
user-friendly
high-contrast
vibrant-accent
adaptive
aesthetic

Shadcn/ui Theme Css Variables

name: Azure Reveriekeyword: blue views: 14

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

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