"crypto" shadcn/ui theme

futuristic
high-contrast
neon-colors
immersive
bold-design

Shadcn/ui Theme Css Variables

name: Neon Crypto Nexuskeyword: crypto views: 2

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