"emerald" shadcn/ui theme

emerald
luminous
mystery
serene
fresh
nature-inspired
dual-theme
modern
elegant
immersive

Shadcn/ui Theme Css Variables

name: Emerald Enigmakeyword: emerald views: 8

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

.dark {
  --background: 184 49% 10%;
  --foreground: 184 47% 98%;
  --card: 184 49% 12%;
  --card-foreground: 184 47% 98%;
  --popover: 184 49% 12%;
  --popover-foreground: 184 47% 98%;
  --primary: 184 47% 98%;
  --primary-foreground: 184 49% 12%;
  --secondary: 184 49% 20%;
  --secondary-foreground: 184 47% 98%;
  --muted: 184 49% 30%;
  --muted-foreground: 184 47% 80%;
  --accent: 184 49% 60%;
  --accent-foreground: 184 47% 98%;
  --destructive: 0 70% 70%;
  --destructive-foreground: 0 70% 98%;
  --border: 184 49% 20%;
  --input: 184 49% 20%;
  --ring: 184 47% 98%;
  --radius: 0.75rem;
  --chart-1: 184 47% 98%;
  --chart-2: 184 47% 80%;
  --chart-3: 184 47% 60%;
  --chart-4: 184 47% 40%;
  --chart-5: 184 47% 20%;
}