"funky" shadcn/ui theme

bold-colors
high-contrast
immersive-experience
futuristic-design
color-optimization

Shadcn/ui Theme Css Variables

name: Funky Vortexkeyword: funky views: 10

:root {
  --background: 300 100% 25%;
  --foreground: 60 100% 90%;
  --card: 300 100% 30%;
  --card-foreground: 60 100% 90%;
  --popover: 300 100% 25%;
  --popover-foreground: 60 100% 90%;
  --primary: 120 100% 50%;
  --primary-foreground: 300 100% 25%;
  --secondary: 240 100% 50%;
  --secondary-foreground: 60 100% 90%;
  --muted: 300 50% 50%;
  --muted-foreground: 60 100% 80%;
  --accent: 0 100% 50%;
  --accent-foreground: 60 100% 90%;
  --destructive: 0 100% 50%;
  --destructive-foreground: 60 100% 90%;
  --border: 300 50% 50%;
  --input: 300 50% 50%;
  --ring: 120 100% 50%;
  --radius: 0.75rem;
  --chart-1: 12 76% 61%;
  --chart-2: 173 58% 39%;
  --chart-3: 197 37% 24%;
  --chart-4: 43 74% 66%;
  --chart-5: 27 87% 67%;
}