"retro pixel" shadcn/ui theme

retro-futuristic
neon-glow
pixel-art
high-contrast
immersive
experimental-color
bold-palette
modern-retro

Shadcn/ui Theme Css Variables

name: Neon Pixel Dreamskeyword: retro pixel views: 162

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