Whispering Stones Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispering Stones palette

Share this palette to:

Whispering Stones color palette CSS

/* CSS */
.color-1 {
color: #b5b9b1;
}
.color-2 {
color: #cfd6c2;
}
.color-3 {
color: #e4e1d8;
}
.color-4 {
color: #f6f3e9;
}
.color-5 {
color: #f7f9f0;
}

/* CSS Variables */
:root {
--color-1: #b5b9b1;
--color-2: #cfd6c2;
--color-3: #e4e1d8;
--color-4: #f6f3e9;
--color-5: #f7f9f0;
}

Whispering Stones background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b5b9b1, #cfd6c2, #e4e1d8, #f6f3e9, #f7f9f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b5b9b1, #cfd6c2, #e4e1d8, #f6f3e9, #f7f9f0);
}

Whispering Stones color palette created on .