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: #b9b7a7;
}
.color-2 {
color: #9fa395;
}
.color-3 {
color: #948d7f;
}
.color-4 {
color: #877868;
}
.color-5 {
color: #6a5c4e;
}

/* CSS Variables */
:root {
--color-1: #b9b7a7;
--color-2: #9fa395;
--color-3: #948d7f;
--color-4: #877868;
--color-5: #6a5c4e;
}

CSS con gradiente di sfondo Whispers of Earth

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b9b7a7, #9fa395, #948d7f, #877868, #6a5c4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b9b7a7, #9fa395, #948d7f, #877868, #6a5c4e);
}

Whispers of Earth color palette created on .