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: #e7e2d5;
}
.color-2 {
color: #d5c5b8;
}
.color-3 {
color: #baaa9c;
}
.color-4 {
color: #9f8c7a;
}
.color-5 {
color: #806d60;
}

/* CSS Variables */
:root {
--color-1: #e7e2d5;
--color-2: #d5c5b8;
--color-3: #baaa9c;
--color-4: #9f8c7a;
--color-5: #806d60;
}

Whispering Earthtones background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7e2d5, #d5c5b8, #baaa9c, #9f8c7a, #806d60);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7e2d5, #d5c5b8, #baaa9c, #9f8c7a, #806d60);
}

Whispering Earthtones color palette created on .