Whispers of Soft Stone Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Soft Stone palette

Share this palette to:

Whispers of Soft Stone color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #eeeded;
}
.color-3 {
color: #e1e1e0;
}
.color-4 {
color: #cac7c4;
}
.color-5 {
color: #a8a6a4;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #eeeded;
--color-3: #e1e1e0;
--color-4: #cac7c4;
--color-5: #a8a6a4;
}

Whispers of Soft Stone background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #eeeded, #e1e1e0, #cac7c4, #a8a6a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #eeeded, #e1e1e0, #cac7c4, #a8a6a4);
}

Similar color palettes

Whispers of Soft Stone color palette created on .