"spotify" shadcn/ui theme

music-inspired
dynamic-contrast
energetic-accent
modern-minimalism
emotional-resonance
immersive-design
light-dark-transition
user-friendly
high-readability
vibrant-palette

Shadcn/ui Theme Css Variables

name: VibeSynckeyword: spotify views: 0

:root {
  --background: 240 10% 98%;
  --foreground: 240 10% 20%;
  --card: 240 10% 95%;
  --card-foreground: 240 10% 20%;
  --popover: 240 10% 95%;
  --popover-foreground: 240 10% 20%;
  --primary: 160 70% 50%;
  --primary-foreground: 240 10% 98%;
  --secondary: 280 60% 50%;
  --secondary-foreground: 240 10% 98%;
  --muted: 240 10% 90%;
  --muted-foreground: 240 10% 40%;
  --accent: 20 80% 60%;
  --accent-foreground: 240 10% 98%;
  --destructive: 0 80% 60%;
  --destructive-foreground: 240 10% 98%;
  --border: 240 10% 80%;
  --input: 240 10% 90%;
  --ring: 160 70% 50%;
  --radius: 0.75rem;
  --chart-1: 160 70% 50%;
  --chart-2: 280 60% 50%;
  --chart-3: 20 80% 60%;
  --chart-4: 0 80% 60%;
  --chart-5: 240 60% 50%;
} 

.dark {
  --background: 240 10% 10%;
  --foreground: 240 10% 90%;
  --card: 240 10% 15%;
  --card-foreground: 240 10% 90%;
  --popover: 240 10% 15%;
  --popover-foreground: 240 10% 90%;
  --primary: 160 70% 50%;
  --primary-foreground: 240 10% 10%;
  --secondary: 280 60% 50%;
  --secondary-foreground: 240 10% 10%;
  --muted: 240 10% 25%;
  --muted-foreground: 240 10% 70%;
  --accent: 20 80% 60%;
  --accent-foreground: 240 10% 10%;
  --destructive: 0 80% 60%;
  --destructive-foreground: 240 10% 10%;
  --border: 240 10% 30%;
  --input: 240 10% 25%;
  --ring: 160 70% 50%;
  --radius: 0.75rem;
  --chart-1: 160 70% 50%;
  --chart-2: 280 60% 50%;
  --chart-3: 20 80% 60%;
  --chart-4: 0 80% 60%;
  --chart-5: 240 60% 50%;
}