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: #e0dbcc;
}
.color-2 {
color: #b8b7ad;
}
.color-3 {
color: #9b9892;
}
.color-4 {
color: #918773;
}
.color-5 {
color: #796f5d;
}

/* CSS Variables */
:root {
--color-1: #e0dbcc;
--color-2: #b8b7ad;
--color-3: #9b9892;
--color-4: #918773;
--color-5: #796f5d;
}

Whispers of Earth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0dbcc, #b8b7ad, #9b9892, #918773, #796f5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0dbcc, #b8b7ad, #9b9892, #918773, #796f5d);
}

Whispers of Earth color palette created on .