Rolling Stone Inspired Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rolling Stone Inspired palette

Share this palette to:

Download Rolling Stone Inspired Color Palette (PNG)

Download rolling stone inspired color palette PNG image (landscape)
Download rolling stone inspired color palette PNG image (square)

Rolling Stone Inspired color palette CSS

/* CSS */
.color-1 {
color: #a7b1b4;
}
.color-2 {
color: #b1b6b9;
}
.color-3 {
color: #c1cbcd;
}
.color-4 {
color: #d0d9dc;
}
.color-5 {
color: #e4e9ec;
}

/* CSS Variables */
:root {
--color-1: #a7b1b4;
--color-2: #b1b6b9;
--color-3: #c1cbcd;
--color-4: #d0d9dc;
--color-5: #e4e9ec;
}

Rolling Stone Inspired background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7b1b4, #b1b6b9, #c1cbcd, #d0d9dc, #e4e9ec);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7b1b4, #b1b6b9, #c1cbcd, #d0d9dc, #e4e9ec);
}

Rolling Stone Inspired color palette created on .