"cute" shadcn/ui theme

neon
high-contrast
vibrant
futuristic
psychedelic
bold
electric
saturated
luminous
eye-catching

Shadcn/ui Theme Css Variables

name: Neon Dreamscapekeyword: cute views: 6

:root {
  --background: 300 100% 25%;
  --foreground: 60 100% 90%;
  --card: 330 100% 50%;
  --card-foreground: 0 0% 100%;
  --popover: 270 100% 50%;
  --popover-foreground: 60 100% 90%;
  --primary: 120 100% 50%;
  --primary-foreground: 300 100% 25%;
  --secondary: 30 100% 50%;
  --secondary-foreground: 240 100% 10%;
  --muted: 300 100% 30%;
  --muted-foreground: 60 100% 80%;
  --accent: 180 100% 50%;
  --accent-foreground: 300 100% 25%;
  --destructive: 0 100% 50%;
  --destructive-foreground: 60 100% 90%;
  --border: 330 100% 70%;
  --input: 270 100% 60%;
  --ring: 120 100% 50%;
  --radius: 1rem;
  --chart-1: 0 100% 75%;
  --chart-2: 60 100% 75%;
  --chart-3: 120 100% 75%;
  --chart-4: 180 100% 75%;
  --chart-5: 240 100% 75%;
}