"nature" shadcn/ui theme

nature-inspired
calmness
serenity
vibrant
organic
earthy
harmonious
tranquil
eco-friendly
modern
elegant
high-contrast
immersive
user-friendly
accessible
sustainable
refreshing
minimal
natural beauty
dual-mode

Shadcn/ui Theme Css Variables

name: Ethereal Verdurekeyword: nature views: 12

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

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