"dark blue" shadcn/ui theme

ocean-inspired
dynamic contrast
calm yet powerful
modern and futuristic
immersive experience
high readability
blue-dominated palette
emotional depth
light-dark duality

Shadcn/ui Theme Css Variables

name: Abyssal Twilightkeyword: dark blue views: 14

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

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