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: #ecddcf;
}
.color-2 {
color: #d0c0b3;
}
.color-3 {
color: #a1938c;
}
.color-4 {
color: #756c66;
}
.color-5 {
color: #625547;
}

/* CSS Variables */
:root {
--color-1: #ecddcf;
--color-2: #d0c0b3;
--color-3: #a1938c;
--color-4: #756c66;
--color-5: #625547;
}

Whispers of Earth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ecddcf, #d0c0b3, #a1938c, #756c66, #625547);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ecddcf, #d0c0b3, #a1938c, #756c66, #625547);
}

Similar color palettes

Whispers of Earth color palette created on .