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: #ede4d4;
}
.color-2 {
color: #c6bd90;
}
.color-3 {
color: #a9a270;
}
.color-4 {
color: #8d7e58;
}
.color-5 {
color: #696149;
}

/* CSS Variables */
:root {
--color-1: #ede4d4;
--color-2: #c6bd90;
--color-3: #a9a270;
--color-4: #8d7e58;
--color-5: #696149;
}

Whispers of Earth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ede4d4, #c6bd90, #a9a270, #8d7e58, #696149);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ede4d4, #c6bd90, #a9a270, #8d7e58, #696149);
}

Similar color palettes

No palettes found

Try using different filters or clear your current selection to see more palettes.

Whispers of Earth color palette created on .