Whispers of Earth and Sky Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Earth and Sky palette

Share this palette to:

Whispers of Earth and Sky color palette CSS

/* CSS */
.color-1 {
color: #e8e9e9;
}
.color-2 {
color: #b5b4b0;
}
.color-3 {
color: #a59878;
}
.color-4 {
color: #82939b;
}
.color-5 {
color: #847a4d;
}

/* CSS Variables */
:root {
--color-1: #e8e9e9;
--color-2: #b5b4b0;
--color-3: #a59878;
--color-4: #82939b;
--color-5: #847a4d;
}

Whispers of Earth and Sky background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8e9e9, #b5b4b0, #a59878, #82939b, #847a4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8e9e9, #b5b4b0, #a59878, #82939b, #847a4d);
}

Similar color palettes

Scroll down to explore 2 Soft gray color palettes

Whispers of Earth and Sky color palette created on .