Whispers of Soft Stone Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Soft Stone palette
Whispers of Soft Stone color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #e0ddd7;
}
.color-3 {
color: #cfcac4;
}
.color-4 {
color: #c0bbb4;
}
.color-5 {
color: #a9a193;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #e0ddd7;
--color-3: #cfcac4;
--color-4: #c0bbb4;
--color-5: #a9a193;
}
Whispers of Soft Stone background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #e0ddd7, #cfcac4, #c0bbb4, #a9a193);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #e0ddd7, #cfcac4, #c0bbb4, #a9a193);
}
Similar color palettes
Scroll down to explore 3 White color palettes
Whispers of Soft Stone color palette created on .