"blue" shadcn/ui theme

oceanic
modern
vibrant
emotional-depth
immersive
day-to-night
contrast-rich
user-friendly
minimalist
blue-theme

Shadcn/ui Theme Css Variables

name: Azure Echokeyword: blue views: 4

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

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