"dark green cannabis professional enterprise" shadcn/ui theme

Professional
Nature-Inspired
Minimalist
Earthy
Contrasting Modes
Modern Enterprise
Sustainable
Calm
Focused
Eco-Friendly

Shadcn/ui Theme Css Variables

name: Emergent Enterprisekeyword: dark green cannabis professional enterprise views: 4

:root {
  --background: 90 23% 95%;
  --foreground: 120 15% 15%;
  --card: 90 23% 95%;
  --card-foreground: 120 15% 15%;
  --popover: 90 23% 95%;
  --popover-foreground: 120 15% 15%;
  --primary: 120 40% 20%;
  --primary-foreground: 90 23% 95%;
  --secondary: 150 40% 30%;
  --secondary-foreground: 90 23% 95%;
  --muted: 120 15% 80%;
  --muted-foreground: 120 15% 40%;
  --accent: 180 40% 40%;
  --accent-foreground: 90 23% 95%;
  --destructive: 0 60% 50%;
  --destructive-foreground: 90 23% 95%;
  --border: 120 15% 80%;
  --input: 120 15% 80%;
  --ring: 120 40% 20%;
  --radius: 0.75rem;
  --chart-1: 120 40% 20%;
  --chart-2: 150 40% 30%;
  --chart-3: 180 40% 40%;
  --chart-4: 210 40% 50%;
  --chart-5: 240 40% 60%;
} 

.dark {
  --background: 120 15% 15%;
  --foreground: 90 23% 95%;
  --card: 120 15% 15%;
  --card-foreground: 90 23% 95%;
  --popover: 120 15% 15%;
  --popover-foreground: 90 23% 95%;
  --primary: 150 40% 30%;
  --primary-foreground: 120 15% 15%;
  --secondary: 180 40% 40%;
  --secondary-foreground: 120 15% 15%;
  --muted: 120 15% 30%;
  --muted-foreground: 120 15% 70%;
  --accent: 210 40% 50%;
  --accent-foreground: 120 15% 15%;
  --destructive: 0 60% 50%;
  --destructive-foreground: 120 15% 15%;
  --border: 120 15% 30%;
  --input: 120 15% 30%;
  --ring: 150 40% 30%;
  --radius: 0.75rem;
  --chart-1: 150 40% 30%;
  --chart-2: 180 40% 40%;
  --chart-3: 210 40% 50%;
  --chart-4: 240 40% 60%;
  --chart-5: 270 40% 70%;
}