"button" shadcn/ui theme

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

Shadcn/ui Theme Css Variables

name: Neon Pulsekeyword: button views: 16

:root {
  --background: 240 100% 5%;
  --foreground: 0 0% 98%;
  --card: 240 100% 10%;
  --card-foreground: 0 0% 98%;
  --popover: 240 100% 10%;
  --popover-foreground: 0 0% 98%;
  --primary: 142.1 76.2% 36.3%;
  --primary-foreground: 355.7 100% 97.3%;
  --secondary: 240 100% 15%;
  --secondary-foreground: 0 0% 98%;
  --muted: 240 100% 20%;
  --muted-foreground: 240 3.8% 70%;
  --accent: 240 100% 25%;
  --accent-foreground: 0 0% 98%;
  --destructive: 0 84.2% 60.2%;
  --destructive-foreground: 0 0% 98%;
  --border: 240 100% 30%;
  --input: 240 100% 30%;
  --ring: 142.1 76.2% 36.3%;
  --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%;
}