"green" shadcn/ui theme

nature-inspired
calming-green
modern-minimalism
emerald-tones
day-night-contrast
sustainability-theme
serene-design
eco-friendly
vibrant-accent
luxurious-green

Shadcn/ui Theme Css Variables

name: Emerald Tranquilitykeyword: green views: 32

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

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