Whispers of Stone Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Stone palette

Share this palette to:

Whispers of Stone color palette CSS

/* CSS */
.color-1 {
color: #b1b4b9;
}
.color-2 {
color: #a1a5aa;
}
.color-3 {
color: #8d9096;
}
.color-4 {
color: #6a6e71;
}
.color-5 {
color: #4e5255;
}

/* CSS Variables */
:root {
--color-1: #b1b4b9;
--color-2: #a1a5aa;
--color-3: #8d9096;
--color-4: #6a6e71;
--color-5: #4e5255;
}

Whispers of Stone background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b1b4b9, #a1a5aa, #8d9096, #6a6e71, #4e5255);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b1b4b9, #a1a5aa, #8d9096, #6a6e71, #4e5255);
}

Whispers of Stone color palette created on .