"horses" shadcn/ui theme

futuristic
high-contrast
neon
immersive
bold-colors
experimental
modern
vibrant
unconventional
readable

Shadcn/ui Theme Css Variables

name: Neon Stallionkeyword: horses views: 0

:root {
  --background: 0 0% 0%;
  --foreground: 60 100% 97%;
  --card: 0 0% 0%;
  --card-foreground: 60 100% 97%;
  --popover: 0 0% 0%;
  --popover-foreground: 60 100% 97%;
  --primary: 330 100% 71%;
  --primary-foreground: 0 0% 0%;
  --secondary: 270 100% 50%;
  --secondary-foreground: 60 100% 97%;
  --muted: 210 100% 25%;
  --muted-foreground: 60 100% 97%;
  --accent: 120 100% 50%;
  --accent-foreground: 0 0% 0%;
  --destructive: 0 100% 50%;
  --destructive-foreground: 60 100% 97%;
  --border: 270 100% 50%;
  --input: 270 100% 50%;
  --ring: 330 100% 71%;
  --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%;
}