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: #e3d0bf;
}
.color-2 {
color: #d6b9a4;
}
.color-3 {
color: #c89e8d;
}
.color-4 {
color: #a67d6e;
}
.color-5 {
color: #8d5b4e;
}

/* CSS Variables */
:root {
--color-1: #e3d0bf;
--color-2: #d6b9a4;
--color-3: #c89e8d;
--color-4: #a67d6e;
--color-5: #8d5b4e;
}

Whispers of Earth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3d0bf, #d6b9a4, #c89e8d, #a67d6e, #8d5b4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3d0bf, #d6b9a4, #c89e8d, #a67d6e, #8d5b4e);
}

Whispers of Earth color palette created on .