"green clean jusbrasil" shadcn/ui theme

futuristic
high-contrast
immersive
bold-colors
modern
experimental
sustainability
eco-friendly
vibrant
clean-design

Shadcn/ui Theme Css Variables

name: Neon Junglekeyword: green clean jusbrasil views: 14

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