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: #f4ecd7;
}
.color-2 {
color: #99c2b4;
}
.color-3 {
color: #c7a73d;
}
.color-4 {
color: #7f9ea4;
}
.color-5 {
color: #827b93;
}

/* CSS Variables */
:root {
--color-1: #f4ecd7;
--color-2: #99c2b4;
--color-3: #c7a73d;
--color-4: #7f9ea4;
--color-5: #827b93;
}

Whispers of Earth and Sky background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4ecd7, #99c2b4, #c7a73d, #7f9ea4, #827b93);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4ecd7, #99c2b4, #c7a73d, #7f9ea4, #827b93);
}

Similar color palettes

Scroll down to explore 1 Soft beige color palette

Whispers of Earth and Sky color palette created on .