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: #eae6e6;
}
.color-2 {
color: #d0c8bd;
}
.color-3 {
color: #bdaea3;
}
.color-4 {
color: #a09388;
}
.color-5 {
color: #7f746c;
}

/* CSS Variables */
:root {
--color-1: #eae6e6;
--color-2: #d0c8bd;
--color-3: #bdaea3;
--color-4: #a09388;
--color-5: #7f746c;
}

Whispers of Earth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eae6e6, #d0c8bd, #bdaea3, #a09388, #7f746c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eae6e6, #d0c8bd, #bdaea3, #a09388, #7f746c);
}

Similar color palettes

Scroll down to explore 1 Soft grey color palette

Whispers of Earth color palette created on .