"analytics" shadcn/ui theme

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

Shadcn/ui Theme Css Variables

name: Neon Data Pulsekeyword: analytics views: 0

:root {
  --background: 240 100% 5%;
  --foreground: 120 100% 80%;
  --card: 240 100% 8%;
  --card-foreground: 120 100% 85%;
  --popover: 240 100% 10%;
  --popover-foreground: 120 100% 90%;
  --primary: 300 100% 70%;
  --primary-foreground: 240 100% 5%;
  --secondary: 180 100% 50%;
  --secondary-foreground: 240 100% 10%;
  --muted: 240 100% 15%;
  --muted-foreground: 120 100% 70%;
  --accent: 60 100% 70%;
  --accent-foreground: 240 100% 5%;
  --destructive: 0 100% 70%;
  --destructive-foreground: 240 100% 5%;
  --border: 240 100% 20%;
  --input: 240 100% 20%;
  --ring: 300 100% 70%;
  --radius: 0.75rem;
  --chart-1: 300 100% 70%;
  --chart-2: 180 100% 50%;
  --chart-3: 60 100% 70%;
  --chart-4: 0 100% 70%;
  --chart-5: 120 100% 70%;
}