Whispers of Earth Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Earth palette

Share this palette to:

Whispers of Earth color palette CSS

/* CSS */
.color-1 {
color: #e1dddb;
}
.color-2 {
color: #c7baad;
}
.color-3 {
color: #99938f;
}
.color-4 {
color: #9d785c;
}
.color-5 {
color: #666b6b;
}

/* CSS Variables */
:root {
--color-1: #e1dddb;
--color-2: #c7baad;
--color-3: #99938f;
--color-4: #9d785c;
--color-5: #666b6b;
}

Whispers of Earth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1dddb, #c7baad, #99938f, #9d785c, #666b6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1dddb, #c7baad, #99938f, #9d785c, #666b6b);
}

Similar color palettes

Scroll down to explore 1 Soft taupe color palette

Whispers of Earth color palette created on .