"EA580C" shadcn/ui theme

high-contrast
vibrant
futuristic
bold
immersive
experimental
neon
eye-catching
unconventional
modern

Shadcn/ui Theme Css Variables

name: Neon Infernokeyword: EA580C views: 18

:root {
  --background: 20 100% 50%;
  --foreground: 0 0% 100%;
  --card: 20 100% 40%;
  --card-foreground: 0 0% 100%;
  --popover: 20 100% 45%;
  --popover-foreground: 0 0% 100%;
  --primary: 0 0% 100%;
  --primary-foreground: 20 100% 50%;
  --secondary: 40 100% 50%;
  --secondary-foreground: 0 0% 0%;
  --muted: 20 100% 30%;
  --muted-foreground: 0 0% 70%;
  --accent: 60 100% 50%;
  --accent-foreground: 0 0% 0%;
  --destructive: 0 100% 50%;
  --destructive-foreground: 0 0% 100%;
  --border: 20 100% 60%;
  --input: 20 100% 60%;
  --ring: 60 100% 50%;
  --radius: 0.75rem;
  --chart-1: 0 100% 50%;
  --chart-2: 40 100% 50%;
  --chart-3: 60 100% 50%;
  --chart-4: 20 100% 60%;
  --chart-5: 0 0% 100%;
}