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: #b7d0dc;
}
.color-2 {
color: #b7a98f;
}
.color-3 {
color: #8e836b;
}
.color-4 {
color: #7a5b38;
}
.color-5 {
color: #635f54;
}

/* CSS Variables */
:root {
--color-1: #b7d0dc;
--color-2: #b7a98f;
--color-3: #8e836b;
--color-4: #7a5b38;
--color-5: #635f54;
}

Whispers of Earth and Sky background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b7d0dc, #b7a98f, #8e836b, #7a5b38, #635f54);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b7d0dc, #b7a98f, #8e836b, #7a5b38, #635f54);
}

Similar color palettes

Scroll down to explore 1 Soft blue color palette

Whispers of Earth and Sky color palette created on .