"purple" shadcn/ui theme

futuristic
high-contrast
neon
immersive
bold-colors
experimental
vibrant
unified-theme
modern
tech-inspired

Shadcn/ui Theme Css Variables

name: Neon Vortexkeyword: purple views: 2

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