"blue and teal" shadcn/ui theme

ocean-inspired
modern-minimalist
high-contrast
blue-teal-palette
calm-and-focused
light-dark-transition
immersive-experience
future-forward-design

Shadcn/ui Theme Css Variables

name: Azure Abysskeyword: blue and teal views: 12

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

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