"professional" shadcn/ui theme

futuristic
high-contrast
immersive
neon
cyberpunk
vivid
experimental
bold-colors
modern

Shadcn/ui Theme Css Variables

name: Neon Cyberwavekeyword: professional views: 10

:root {
  --background: 280 100% 10%;
  --foreground: 120 100% 80%;
  --card: 280 100% 15%;
  --card-foreground: 120 100% 85%;
  --popover: 280 100% 15%;
  --popover-foreground: 120 100% 85%;
  --primary: 200 100% 50%;
  --primary-foreground: 280 100% 10%;
  --secondary: 240 100% 50%;
  --secondary-foreground: 120 100% 80%;
  --muted: 280 100% 20%;
  --muted-foreground: 120 100% 70%;
  --accent: 300 100% 50%;
  --accent-foreground: 280 100% 10%;
  --destructive: 0 100% 50%;
  --destructive-foreground: 280 100% 10%;
  --border: 280 100% 30%;
  --input: 280 100% 30%;
  --ring: 200 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%;
}