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: #eeefeb;
}
.color-2 {
color: #c5bda5;
}
.color-3 {
color: #9b9b69;
}
.color-4 {
color: #b28370;
}
.color-5 {
color: #826c4f;
}

/* CSS Variables */
:root {
--color-1: #eeefeb;
--color-2: #c5bda5;
--color-3: #9b9b69;
--color-4: #b28370;
--color-5: #826c4f;
}

Whispers of Earth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eeefeb, #c5bda5, #9b9b69, #b28370, #826c4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eeefeb, #c5bda5, #9b9b69, #b28370, #826c4f);
}

Whispers of Earth color palette created on .