"sandrone" shadcn/ui theme

cyberpunk
high-contrast
neon
futuristic
experimental
bold-colors
immersive
dark-theme
vibrant
tech-inspired

Shadcn/ui Theme Css Variables

name: Neon Dystopiakeyword: sandrone views: 10

:root {
  --background: 285 100% 5%;
  --foreground: 75 100% 88%;
  --card: 285 100% 8%;
  --card-foreground: 75 100% 88%;
  --popover: 285 100% 10%;
  --popover-foreground: 75 100% 88%;
  --primary: 330 100% 71%;
  --primary-foreground: 285 100% 5%;
  --secondary: 195 100% 50%;
  --secondary-foreground: 285 100% 5%;
  --muted: 285 100% 15%;
  --muted-foreground: 75 100% 70%;
  --accent: 45 100% 60%;
  --accent-foreground: 285 100% 5%;
  --destructive: 0 100% 50%;
  --destructive-foreground: 75 100% 88%;
  --border: 285 100% 20%;
  --input: 285 100% 20%;
  --ring: 330 100% 71%;
  --radius: 0.75rem;
  --chart-1: 330 100% 71%;
  --chart-2: 195 100% 50%;
  --chart-3: 45 100% 60%;
  --chart-4: 75 100% 88%;
  --chart-5: 285 100% 30%;
}