Whispering Earthtones Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispering Earthtones palette
Whispering Earthtones color palette CSS
/* CSS */
.color-1 {
color: #5d5b3c;
}
.color-2 {
color: #d3c8a7;
}
.color-3 {
color: #b5b49b;
}
.color-4 {
color: #f2e6cf;
}
.color-5 {
color: #c6a87b;
}
/* CSS Variables */
:root {
--color-1: #5d5b3c;
--color-2: #d3c8a7;
--color-3: #b5b49b;
--color-4: #f2e6cf;
--color-5: #c6a87b;
}
Whispering Earthtones background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d5b3c, #d3c8a7, #b5b49b, #f2e6cf, #c6a87b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d5b3c, #d3c8a7, #b5b49b, #f2e6cf, #c6a87b);
}
Similar color palettes
Scroll down to explore 7 Earthy color palettes
Whispering Earthtones color palette created on .