Whispers of Earth Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Earth palette

Condividi questa palette a:

tavolozza dei colori Whispers of Earth CSS

/* CSS */
.color-1 {
color: #e5dcd1;
}
.color-2 {
color: #c7bfb8;
}
.color-3 {
color: #a8a39f;
}
.color-4 {
color: #7d7c78;
}
.color-5 {
color: #676765;
}

/* CSS Variables */
:root {
--color-1: #e5dcd1;
--color-2: #c7bfb8;
--color-3: #a8a39f;
--color-4: #7d7c78;
--color-5: #676765;
}

CSS con gradiente di sfondo Whispers of Earth

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5dcd1, #c7bfb8, #a8a39f, #7d7c78, #676765);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5dcd1, #c7bfb8, #a8a39f, #7d7c78, #676765);
}

Whispers of Earth color palette created on .