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: #ead2c8;
}
.color-2 {
color: #d3beb6;
}
.color-3 {
color: #bab5ab;
}
.color-4 {
color: #ada399;
}
.color-5 {
color: #867974;
}

/* CSS Variables */
:root {
--color-1: #ead2c8;
--color-2: #d3beb6;
--color-3: #bab5ab;
--color-4: #ada399;
--color-5: #867974;
}

Whispers of Earth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ead2c8, #d3beb6, #bab5ab, #ada399, #867974);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ead2c8, #d3beb6, #bab5ab, #ada399, #867974);
}

Whispers of Earth color palette created on .