"Purple" shadcn/ui theme

futuristic
high-contrast
immersive
neon
experimental
bold
vibrant
unified-theme
color-optimized
modern

Shadcn/ui Theme Css Variables

name: Neon Vortexkeyword: Purple views: 98

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