Whispers of Earthstone Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Earthstone palette

Condividi questa palette a:

tavolozza dei colori Whispers of Earthstone CSS

/* CSS */
.color-1 {
color: #d7d4d9;
}
.color-2 {
color: #b1aeaa;
}
.color-3 {
color: #9ea583;
}
.color-4 {
color: #9a9793;
}
.color-5 {
color: #8b8b79;
}

/* CSS Variables */
:root {
--color-1: #d7d4d9;
--color-2: #b1aeaa;
--color-3: #9ea583;
--color-4: #9a9793;
--color-5: #8b8b79;
}

CSS con gradiente di sfondo Whispers of Earthstone

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7d4d9, #b1aeaa, #9ea583, #9a9793, #8b8b79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7d4d9, #b1aeaa, #9ea583, #9a9793, #8b8b79);
}

Whispers of Earthstone color palette created on .