Spotify Color Palette

Discover the beautiful Spotify color palette featuring mountain meadow (#1db954), cod gray (#191414), cod gray (#0a0a0a), nobel (#b3b3b3) and malachite (#1dd75e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGreen, Black, Gray, Bright, Modern, Vibrant, Tech, Deep color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • Copy precise HEX codes and RGB values for your designs
  • Adjust its brightness, saturation, and warmth to create new variations
  • Preview UI components to see how colors work in real interfaces
  • Copy CSS code including background gradients and color variables
  • Download the palette
  • Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Spotify palette

Share this palette to:

💻 Spotify color palette CSS

/* CSS */
.color-1 {
color: #1db954;
}
.color-2 {
color: #191414;
}
.color-3 {
color: #0a0a0a;
}
.color-4 {
color: #b3b3b3;
}
.color-5 {
color: #1dd75e;
}

/* CSS Variables */
:root {
--color-1: #1db954;
--color-2: #191414;
--color-3: #0a0a0a;
--color-4: #b3b3b3;
--color-5: #1dd75e;
}

🌈 Spotify background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1db954, #191414, #0a0a0a, #b3b3b3, #1dd75e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1db954, #191414, #0a0a0a, #b3b3b3, #1dd75e);
}

Spotify color palette created on .