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: #e0dad7;
}
.color-2 {
color: #bcb3a9;
}
.color-3 {
color: #9f9489;
}
.color-4 {
color: #85776b;
}
.color-5 {
color: #6c6051;
}

/* CSS Variables */
:root {
--color-1: #e0dad7;
--color-2: #bcb3a9;
--color-3: #9f9489;
--color-4: #85776b;
--color-5: #6c6051;
}

CSS con gradiente di sfondo Whispers of Earth

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0dad7, #bcb3a9, #9f9489, #85776b, #6c6051);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0dad7, #bcb3a9, #9f9489, #85776b, #6c6051);
}

Whispers of Earth color palette created on .