Spotify Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Spotify palette
Color Inspiration
Images that showcase this color palette in real designs
Download Spotify Color Palette (PNG)
Spotify color palette CSS
/* CSS */
.color-1 {
color: #1db954;
}
.color-2 {
color: #191414;
}
.color-3 {
color: #6fdc7c;
}
.color-4 {
color: #b1f2b1;
}
.color-5 {
color: #1dd75e;
}
/* CSS Variables */
:root {
--color-1: #1db954;
--color-2: #191414;
--color-3: #6fdc7c;
--color-4: #b1f2b1;
--color-5: #1dd75e;
}
Spotify background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1db954, #191414, #6fdc7c, #b1f2b1, #1dd75e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1db954, #191414, #6fdc7c, #b1f2b1, #1dd75e);
}
Similar color palettes
Spotify color palette created on .