Whispers of Earth and Sky Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Earth and Sky palette

Condividi questa palette a:

tavolozza dei colori Whispers of Earth and Sky CSS

/* CSS */
.color-1 {
color: #d9e3de;
}
.color-2 {
color: #ee9486;
}
.color-3 {
color: #6c9eac;
}
.color-4 {
color: #a6603a;
}
.color-5 {
color: #4e3e36;
}

/* CSS Variables */
:root {
--color-1: #d9e3de;
--color-2: #ee9486;
--color-3: #6c9eac;
--color-4: #a6603a;
--color-5: #4e3e36;
}

CSS con gradiente di sfondo Whispers of Earth and Sky

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9e3de, #ee9486, #6c9eac, #a6603a, #4e3e36);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9e3de, #ee9486, #6c9eac, #a6603a, #4e3e36);
}

Whispers of Earth and Sky color palette created on .