Whispering Earth Tones Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispering Earth Tones palette

Share this palette to:

Whispering Earth Tones color palette CSS

/* CSS */
.color-1 {
color: #dddad5;
}
.color-2 {
color: #c7c2bc;
}
.color-3 {
color: #bab3ab;
}
.color-4 {
color: #c0a082;
}
.color-5 {
color: #a59c92;
}

/* CSS Variables */
:root {
--color-1: #dddad5;
--color-2: #c7c2bc;
--color-3: #bab3ab;
--color-4: #c0a082;
--color-5: #a59c92;
}

Whispering Earth Tones background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dddad5, #c7c2bc, #bab3ab, #c0a082, #a59c92);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dddad5, #c7c2bc, #bab3ab, #c0a082, #a59c92);
}

Similar color palettes

Scroll down to explore 3 Soft gray color palettes

Whispering Earth Tones color palette created on .