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: #edebe8;
}
.color-2 {
color: #e3e2de;
}
.color-3 {
color: #e1dfdb;
}
.color-4 {
color: #c6c9c5;
}
.color-5 {
color: #acaaa5;
}

/* CSS Variables */
:root {
--color-1: #edebe8;
--color-2: #e3e2de;
--color-3: #e1dfdb;
--color-4: #c6c9c5;
--color-5: #acaaa5;
}

Whispers of Soft Stone background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #edebe8, #e3e2de, #e1dfdb, #c6c9c5, #acaaa5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #edebe8, #e3e2de, #e1dfdb, #c6c9c5, #acaaa5);
}

Whispers of Soft Stone color palette created on .