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: #d0ccc3;
}
.color-2 {
color: #c4af7e;
}
.color-3 {
color: #a09e98;
}
.color-4 {
color: #a57a55;
}
.color-5 {
color: #797363;
}

/* CSS Variables */
:root {
--color-1: #d0ccc3;
--color-2: #c4af7e;
--color-3: #a09e98;
--color-4: #a57a55;
--color-5: #797363;
}

Whispers of Earth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d0ccc3, #c4af7e, #a09e98, #a57a55, #797363);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d0ccc3, #c4af7e, #a09e98, #a57a55, #797363);
}

Whispers of Earth color palette created on .