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: #cfcbc4;
}
.color-2 {
color: #bebcac;
}
.color-3 {
color: #b0b29f;
}
.color-4 {
color: #a1a48e;
}
.color-5 {
color: #8e927c;
}

/* CSS Variables */
:root {
--color-1: #cfcbc4;
--color-2: #bebcac;
--color-3: #b0b29f;
--color-4: #a1a48e;
--color-5: #8e927c;
}

Whispers of Earth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cfcbc4, #bebcac, #b0b29f, #a1a48e, #8e927c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cfcbc4, #bebcac, #b0b29f, #a1a48e, #8e927c);
}

Similar color palettes

Scroll down to explore 2 Earthy tones color palettes

Whispers of Earth color palette created on .