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: #b9bbca;
}
.color-2 {
color: #aea7aa;
}
.color-3 {
color: #9e908a;
}
.color-4 {
color: #897767;
}
.color-5 {
color: #675f46;
}

/* CSS Variables */
:root {
--color-1: #b9bbca;
--color-2: #aea7aa;
--color-3: #9e908a;
--color-4: #897767;
--color-5: #675f46;
}

Whispers of Earth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b9bbca, #aea7aa, #9e908a, #897767, #675f46);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b9bbca, #aea7aa, #9e908a, #897767, #675f46);
}

Whispers of Earth color palette created on .