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: #c7c5c1;
}
.color-2 {
color: #a39a8f;
}
.color-3 {
color: #7e7067;
}
.color-4 {
color: #68554a;
}
.color-5 {
color: #493d36;
}

/* CSS Variables */
:root {
--color-1: #c7c5c1;
--color-2: #a39a8f;
--color-3: #7e7067;
--color-4: #68554a;
--color-5: #493d36;
}

Whispers of Earth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7c5c1, #a39a8f, #7e7067, #68554a, #493d36);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7c5c1, #a39a8f, #7e7067, #68554a, #493d36);
}

Similar color palettes

Scroll down to explore 1 Soft gray color palette

Whispers of Earth color palette created on .