darkmusic-focusedgreenimmersive

Spotify Colors & Fonts

What colors and fonts does Spotify use? Music streaming service. Green accents, dark theme, music-focused.

Spotify Color Palette

Primary: #1DB954

Primary

#1DB954

Brand, play buttons

Background

#121212

Main background

Surface

#181818

Cards, player

Surface Light

#282828

Hover states

Border

#282828

Dividers

Text Primary

#FFFFFF

Track names

Text Secondary

#B3B3B3

Artist names

What Font Does Spotify Use?

Spotify uses Circular and Circular

Headings

Circular

700custom
Body Text

Circular

400custom
Code

SF Mono

400system

Spacing & Radius

Spacing Scale

Base: 4px

48162432486496

Border Radius

Small4px
Medium8px
Large12px

Spotify Tailwind Config

Copy this config to your project

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'primary': '#1DB954',
        'background': '#121212',
        'surface': '#181818',
        'surface-light': '#282828',
        'border': '#282828',
        'text-primary': '#FFFFFF',
        'text-secondary': '#B3B3B3',
      },
      fontFamily: {
        'heading': ['Circular', 'sans-serif'],
        'body': ['Circular', 'sans-serif'],
        'mono': ['SF Mono', 'sans-serif'],
      },
    },
  },
}

Extract Spotify's Full Design

Get pixel-perfect colors, fonts, and spacing extracted directly from the live site. Ready for Tailwind and Cursor AI.

Get PromptUI — $19

One-time payment · 20 extractions · No subscription

Updated: 2025-01-15