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: #e0dad7;
}
.color-2 {
color: #bcb3a9;
}
.color-3 {
color: #9f9489;
}
.color-4 {
color: #85776b;
}
.color-5 {
color: #6c6051;
}

/* CSS Variables */
:root {
--color-1: #e0dad7;
--color-2: #bcb3a9;
--color-3: #9f9489;
--color-4: #85776b;
--color-5: #6c6051;
}

Whispers of Earth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0dad7, #bcb3a9, #9f9489, #85776b, #6c6051);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0dad7, #bcb3a9, #9f9489, #85776b, #6c6051);
}

Whispers of Earth color palette created on .