"spotify" shadcn/ui theme

modern-music-vibes
bold-green-accent
dark-mode-moods
light-mode-clarity
spotify-inspired-design
vibrant-color-palette
dynamic-ui-elements
immersion-audio-experience
clean-layouts
responsive-theming

Shadcn/ui Theme Css Variables

name: Spotify Groove Themekeyword: spotify views: 2

:root {
  --background: 210 10% 96%;
  --foreground: 210 10% 10%;
  --card: 210 10% 94%;
  --card-foreground: 210 10% 10%;
  --popover: 210 10% 94%;
  --popover-foreground: 210 10% 10%;
  --primary: 145 70% 50%;
  --primary-foreground: 210 10% 96%;
  --secondary: 210 15% 80%;
  --secondary-foreground: 210 10% 10%;
  --muted: 210 15% 80%;
  --muted-foreground: 210 10% 40%;
  --accent: 210 15% 80%;
  --accent-foreground: 210 10% 10%;
  --destructive: 0 70% 50%;
  --destructive-foreground: 210 10% 96%;
  --border: 210 15% 80%;
  --input: 210 15% 80%;
  --ring: 145 70% 50%;
  --radius: 0.75rem;
  --chart-1: 145 70% 50%;
  --chart-2: 210 15% 80%;
  --chart-3: 0 70% 50%;
  --chart-4: 210 10% 96%;
  --chart-5: 210 10% 10%;
} 

.dark {
  --background: 210 10% 10%;
  --foreground: 210 10% 96%;
  --card: 210 10% 12%;
  --card-foreground: 210 10% 96%;
  --popover: 210 10% 12%;
  --popover-foreground: 210 10% 96%;
  --primary: 145 70% 50%;
  --primary-foreground: 210 10% 10%;
  --secondary: 210 15% 20%;
  --secondary-foreground: 210 10% 96%;
  --muted: 210 15% 20%;
  --muted-foreground: 210 10% 60%;
  --accent: 210 15% 20%;
  --accent-foreground: 210 10% 96%;
  --destructive: 0 70% 50%;
  --destructive-foreground: 210 10% 96%;
  --border: 210 15% 20%;
  --input: 210 15% 20%;
  --ring: 145 70% 50%;
  --radius: 0.75rem;
  --chart-1: 145 70% 50%;
  --chart-2: 210 15% 20%;
  --chart-3: 0 70% 50%;
  --chart-4: 210 10% 10%;
  --chart-5: 210 10% 96%;
}