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: #eae0d6;
}
.color-2 {
color: #e5dbd2;
}
.color-3 {
color: #aba396;
}
.color-4 {
color: #967d69;
}
.color-5 {
color: #91745f;
}

/* CSS Variables */
:root {
--color-1: #eae0d6;
--color-2: #e5dbd2;
--color-3: #aba396;
--color-4: #967d69;
--color-5: #91745f;
}

Whispering Earth Tones background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eae0d6, #e5dbd2, #aba396, #967d69, #91745f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eae0d6, #e5dbd2, #aba396, #967d69, #91745f);
}

Similar color palettes

Whispering Earth Tones color palette created on .