"Gruvbox" shadcn/ui theme

Hypersaturated
High-Contrast
Experimental Color Palette
Futuristic UI
Immersive Experience
Nebula Inspired
Vibrant Backgrounds
Text Readability Optimized by Color
Bold and Striking
Modern Design
Unconventional Color Schemes
Color-First Design

Shadcn/ui Theme Css Variables

name: Nebula Bloomkeyword: Gruvbox views: 94

:root {  --background: 200 90% 15%;  --foreground: 20 10% 90%;  --card: 200 80% 25%;  --card-foreground: 20 10% 90%;  --popover: 200 80% 25%;  --popover-foreground: 20 10% 90%;  --primary: 350 90% 60%;  --primary-foreground: 20 10% 90%;  --secondary: 210 85% 80%;  --secondary-foreground: 20 10% 90%;  --muted: 210 70% 70%;  --muted-foreground: 20 15% 70%;  --accent: 190 60% 50%;  --accent-foreground: 20 10% 90%;  --destructive: 0 80% 50%;  --destructive-foreground: 20 10% 90%;  --border: 210 50% 70%;  --input: 210 50% 70%;  --ring: 350 80% 65%;  --radius: 0.75rem;  --chart-1: 240 80% 40%;  --chart-2: 180 75% 50%;  --chart-3: 15 90% 65%;  --chart-4: 70 70% 50%;  --chart-5: 31 100% 70%;}