"pink" shadcn/ui theme

experimental
high-contrast
futuristic
bold
immersive
innovative
color-optimized
vibrant
modern
cohesive

Shadcn/ui Theme Css Variables

name: Neo-Pink Fusionkeyword: pink views: 130

:root {
  --background: 330 100% 25%;
  --foreground: 60 100% 95%;
  --card: 330 80% 20%;
  --card-foreground: 60 100% 95%;
  --popover: 330 90% 15%;
  --popover-foreground: 60 100% 95%;
  --primary: 300 100% 50%;
  --primary-foreground: 60 100% 95%;
  --secondary: 330 100% 35%;
  --secondary-foreground: 60 100% 95%;
  --muted: 330 100% 30%;
  --muted-foreground: 60 100% 80%;
  --accent: 270 100% 50%;
  --accent-foreground: 60 100% 95%;
  --destructive: 0 100% 50%;
  --destructive-foreground: 60 100% 95%;
  --border: 330 100% 40%;
  --input: 330 100% 35%;
  --ring: 300 100% 50%;
  --radius: 0.75rem;
  --chart-1: 330 100% 50%;
  --chart-2: 300 100% 50%;
  --chart-3: 270 100% 50%;
  --chart-4: 240 100% 50%;
  --chart-5: 210 100% 50%;
}