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: #d9d4c9;
}
.color-2 {
color: #c0b5a0;
}
.color-3 {
color: #a89a80;
}
.color-4 {
color: #938466;
}
.color-5 {
color: #7c6f50;
}

/* CSS Variables */
:root {
--color-1: #d9d4c9;
--color-2: #c0b5a0;
--color-3: #a89a80;
--color-4: #938466;
--color-5: #7c6f50;
}

Whispers of Earth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9d4c9, #c0b5a0, #a89a80, #938466, #7c6f50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9d4c9, #c0b5a0, #a89a80, #938466, #7c6f50);
}

Whispers of Earth color palette created on .