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: #d9d9d9;
}
.color-2 {
color: #c2b180;
}
.color-3 {
color: #a6892b;
}
.color-4 {
color: #7a6a3e;
}
.color-5 {
color: #5b4d2f;
}

/* CSS Variables */
:root {
--color-1: #d9d9d9;
--color-2: #c2b180;
--color-3: #a6892b;
--color-4: #7a6a3e;
--color-5: #5b4d2f;
}

Whispering Earthtones background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9d9d9, #c2b180, #a6892b, #7a6a3e, #5b4d2f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9d9d9, #c2b180, #a6892b, #7a6a3e, #5b4d2f);
}

Whispering Earthtones color palette created on .