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: #d2c9c6;
}
.color-2 {
color: #af826e;
}
.color-3 {
color: #2a6fcf;
}
.color-4 {
color: #bb3225;
}
.color-5 {
color: #5a515c;
}

/* CSS Variables */
:root {
--color-1: #d2c9c6;
--color-2: #af826e;
--color-3: #2a6fcf;
--color-4: #bb3225;
--color-5: #5a515c;
}

Whispers of Earth and Sky background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2c9c6, #af826e, #2a6fcf, #bb3225, #5a515c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2c9c6, #af826e, #2a6fcf, #bb3225, #5a515c);
}

Whispers of Earth and Sky color palette created on .