Whispering Earthtones Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispering Earthtones palette

Share this palette to:

Whispering Earthtones color palette CSS

/* CSS */
.color-1 {
color: #e6e2cc;
}
.color-2 {
color: #a2aea8;
}
.color-3 {
color: #b69b63;
}
.color-4 {
color: #687d7b;
}
.color-5 {
color: #80653c;
}

/* CSS Variables */
:root {
--color-1: #e6e2cc;
--color-2: #a2aea8;
--color-3: #b69b63;
--color-4: #687d7b;
--color-5: #80653c;
}

Whispering Earthtones background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6e2cc, #a2aea8, #b69b63, #687d7b, #80653c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6e2cc, #a2aea8, #b69b63, #687d7b, #80653c);
}

Similar color palettes

No palettes found

Try using different filters or clear your current selection to see more palettes.

Whispering Earthtones color palette created on .