Whispering Earthtones Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispering Earthtones palette
Whispering Earthtones color palette PNG image
Whispering Earthtones color palette CSS
/* CSS */
.color-1 {
color: #b6c8b6;
}
.color-2 {
color: #a78c7b;
}
.color-3 {
color: #645c4f;
}
.color-4 {
color: #3c2a2b;
}
.color-5 {
color: #e7e0d9;
}
/* CSS Variables */
:root {
--color-1: #b6c8b6;
--color-2: #a78c7b;
--color-3: #645c4f;
--color-4: #3c2a2b;
--color-5: #e7e0d9;
}
Whispering Earthtones background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6c8b6, #a78c7b, #645c4f, #3c2a2b, #e7e0d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6c8b6, #a78c7b, #645c4f, #3c2a2b, #e7e0d9);
}
Similar color palettes
Scroll down to explore 20 Sage color palettes
Whispering Earthtones color palette created on .