Whispers of Earthstone Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Earthstone palette
Whispers of Earthstone color palette CSS
/* CSS */
.color-1 {
color: #d7d4d9;
}
.color-2 {
color: #b1aeaa;
}
.color-3 {
color: #9ea583;
}
.color-4 {
color: #9a9793;
}
.color-5 {
color: #8b8b79;
}
/* CSS Variables */
:root {
--color-1: #d7d4d9;
--color-2: #b1aeaa;
--color-3: #9ea583;
--color-4: #9a9793;
--color-5: #8b8b79;
}
Whispers of Earthstone background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7d4d9, #b1aeaa, #9ea583, #9a9793, #8b8b79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7d4d9, #b1aeaa, #9ea583, #9a9793, #8b8b79);
}
Similar color palettes
Scroll down to explore 7 Soft gray color palettes
Whispers of Earthstone color palette created on .