"professional enterprise dark sleek emerald" shadcn/ui theme

professional
enterprise
dark
sleek
emerald
emotional depth
modern design
high contrast
immersive experience
sophisticated
harmonious
user-focused
bold
distinctive
functional

Shadcn/ui Theme Css Variables

name: Emerald Nexuskeyword: professional enterprise dark sleek emerald views: 4

:root {
  --background: 0 0% 100%;
  --foreground: 206 28% 15%;
  --card: 0 0% 100%;
  --card-foreground: 206 28% 15%;
  --popover: 0 0% 100%;
  --popover-foreground: 206 28% 15%;
  --primary: 158 48% 36%;
  --primary-foreground: 0 0% 100%;
  --secondary: 206 28% 85%;
  --secondary-foreground: 158 48% 36%;
  --muted: 206 28% 95%;
  --muted-foreground: 206 28% 55%;
  --accent: 206 28% 90%;
  --accent-foreground: 158 48% 36%;
  --destructive: 0 67% 52%;
  --destructive-foreground: 0 0% 100%;
  --border: 206 28% 90%;
  --input: 206 28% 95%;
  --ring: 158 48% 36%;
  --radius: 0.75rem;
  --chart-1: 158 48% 36%;
  --chart-2: 206 28% 85%;
  --chart-3: 158 48% 56%;
  --chart-4: 206 28% 70%;
  --chart-5: 158 48% 46%;
} 

.dark {
  --background: 206 28% 10%;
  --foreground: 0 0% 100%;
  --card: 206 28% 10%;
  --card-foreground: 0 0% 100%;
  --popover: 206 28% 10%;
  --popover-foreground: 0 0% 100%;
  --primary: 158 48% 36%;
  --primary-foreground: 206 28% 10%;
  --secondary: 206 28% 20%;
  --secondary-foreground: 158 48% 36%;
  --muted: 206 28% 15%;
  --muted-foreground: 206 28% 70%;
  --accent: 206 28% 25%;
  --accent-foreground: 158 48% 36%;
  --destructive: 0 67% 52%;
  --destructive-foreground: 0 0% 100%;
  --border: 206 28% 25%;
  --input: 206 28% 20%;
  --ring: 158 48% 36%;
  --radius: 0.75rem;
  --chart-1: 158 48% 36%;
  --chart-2: 206 28% 25%;
  --chart-3: 158 48% 46%;
  --chart-4: 206 28% 35%;
  --chart-5: 158 48% 56%;
}