"pink" shadcn/ui theme

neon-pink
vibrant-energy
playful-yet-sophisticated
day-to-night-transition
modern-minimalism
emotional-contrast
immersive-experience
high-contrast-design
colorful-functional
dark-mode-focus
light-mode-optimized

Shadcn/ui Theme Css Variables

name: Neon Bloomkeyword: pink views: 194

:root {
  --background: 0 0% 100%;
  --foreground: 330 60% 10%;
  --card: 330 60% 95%;
  --card-foreground: 330 60% 10%;
  --popover: 330 60% 95%;
  --popover-foreground: 330 60% 10%;
  --primary: 330 60% 50%;
  --primary-foreground: 0 0% 100%;
  --secondary: 270 60% 50%;
  --secondary-foreground: 0 0% 100%;
  --muted: 330 20% 85%;
  --muted-foreground: 330 20% 40%;
  --accent: 30 60% 50%;
  --accent-foreground: 0 0% 100%;
  --destructive: 0 60% 50%;
  --destructive-foreground: 0 0% 100%;
  --border: 330 20% 85%;
  --input: 330 20% 85%;
  --ring: 330 60% 50%;
  --radius: 0.75rem;
  --chart-1: 330 60% 50%;
  --chart-2: 270 60% 50%;
  --chart-3: 30 60% 50%;
  --chart-4: 0 60% 50%;
  --chart-5: 330 20% 85%;
} 

.dark {
  --background: 330 60% 10%;
  --foreground: 330 60% 95%;
  --card: 330 60% 15%;
  --card-foreground: 330 60% 95%;
  --popover: 330 60% 15%;
  --popover-foreground: 330 60% 95%;
  --primary: 330 60% 50%;
  --primary-foreground: 0 0% 100%;
  --secondary: 270 60% 50%;
  --secondary-foreground: 0 0% 100%;
  --muted: 330 20% 20%;
  --muted-foreground: 330 20% 60%;
  --accent: 30 60% 50%;
  --accent-foreground: 0 0% 100%;
  --destructive: 0 60% 50%;
  --destructive-foreground: 0 0% 100%;
  --border: 330 20% 20%;
  --input: 330 20% 20%;
  --ring: 330 60% 50%;
  --radius: 0.75rem;
  --chart-1: 330 60% 50%;
  --chart-2: 270 60% 50%;
  --chart-3: 30 60% 50%;
  --chart-4: 0 60% 50%;
  --chart-5: 330 20% 20%;
}