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: #d1c8b3;
}
.color-2 {
color: #b7a99a;
}
.color-3 {
color: #a28c7c;
}
.color-4 {
color: #836a49;
}
.color-5 {
color: #6d4b3b;
}

/* CSS Variables */
:root {
--color-1: #d1c8b3;
--color-2: #b7a99a;
--color-3: #a28c7c;
--color-4: #836a49;
--color-5: #6d4b3b;
}

Whispering Earthtones background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1c8b3, #b7a99a, #a28c7c, #836a49, #6d4b3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1c8b3, #b7a99a, #a28c7c, #836a49, #6d4b3b);
}

Whispering Earthtones color palette created on .