"lovly" shadcn/ui theme

neon
high-contrast
futuristic
vibrant
immersive
bold-colors
experimental
dark-theme
psychedelic
electric

Shadcn/ui Theme Css Variables

name: Neon Dreamscapekeyword: lovly views: 6

: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: 330 100% 60%;
  --primary-foreground: 60 100% 90%;
  --secondary: 270 100% 40%;
  --secondary-foreground: 60 100% 90%;
  --muted: 300 100% 25%;
  --muted-foreground: 60 80% 70%;
  --accent: 210 100% 60%;
  --accent-foreground: 300 100% 10%;
  --destructive: 0 100% 60%;
  --destructive-foreground: 60 100% 90%;
  --border: 270 100% 40%;
  --input: 300 100% 30%;
  --ring: 330 100% 60%;
  --radius: 0.75rem;
  --chart-1: 330 100% 60%;
  --chart-2: 270 100% 40%;
  --chart-3: 210 100% 60%;
  --chart-4: 60 100% 60%;
  --chart-5: 0 100% 60%;
}