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: #c1b28a;
}
.color-2 {
color: #b7a99a;
}
.color-3 {
color: #a79e90;
}
.color-4 {
color: #908c7f;
}
.color-5 {
color: #7c7b6e;
}

/* CSS Variables */
:root {
--color-1: #c1b28a;
--color-2: #b7a99a;
--color-3: #a79e90;
--color-4: #908c7f;
--color-5: #7c7b6e;
}

Whispering Earthtones background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c1b28a, #b7a99a, #a79e90, #908c7f, #7c7b6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c1b28a, #b7a99a, #a79e90, #908c7f, #7c7b6e);
}

Whispering Earthtones color palette created on .