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: #cfd963;
}
.color-2 {
color: #9fb18c;
}
.color-3 {
color: #97a44c;
}
.color-4 {
color: #758a78;
}
.color-5 {
color: #6f8038;
}

/* CSS Variables */
:root {
--color-1: #cfd963;
--color-2: #9fb18c;
--color-3: #97a44c;
--color-4: #758a78;
--color-5: #6f8038;
}

CSS con gradiente di sfondo Whispers of Verdant Earth

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cfd963, #9fb18c, #97a44c, #758a78, #6f8038);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cfd963, #9fb18c, #97a44c, #758a78, #6f8038);
}

Whispers of Verdant Earth color palette created on .