Whispers of Verdant Earth Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Verdant Earth palette

Condividi questa palette a:

tavolozza dei colori Whispers of Verdant Earth CSS

/* CSS */
.color-1 {
color: #f4f5f4;
}
.color-2 {
color: #a9bba5;
}
.color-3 {
color: #70896c;
}
.color-4 {
color: #954f37;
}
.color-5 {
color: #516043;
}

/* CSS Variables */
:root {
--color-1: #f4f5f4;
--color-2: #a9bba5;
--color-3: #70896c;
--color-4: #954f37;
--color-5: #516043;
}

CSS con gradiente di sfondo Whispers of Verdant Earth

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4f5f4, #a9bba5, #70896c, #954f37, #516043);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4f5f4, #a9bba5, #70896c, #954f37, #516043);
}

Whispers of Verdant Earth color palette created on .