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: #e1eae5;
}
.color-2 {
color: #c6d2c7;
}
.color-3 {
color: #c9b08d;
}
.color-4 {
color: #b59569;
}
.color-5 {
color: #878140;
}

/* CSS Variables */
:root {
--color-1: #e1eae5;
--color-2: #c6d2c7;
--color-3: #c9b08d;
--color-4: #b59569;
--color-5: #878140;
}

Whispers of Earth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1eae5, #c6d2c7, #c9b08d, #b59569, #878140);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1eae5, #c6d2c7, #c9b08d, #b59569, #878140);
}

Whispers of Earth color palette created on .