Verdant Desire Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Verdant Desire palette

Condividi questa palette a:

tavolozza dei colori Verdant Desire CSS

/* CSS */
.color-1 {
color: #2f7f33;
}
.color-2 {
color: #5ec059;
}
.color-3 {
color: #89e36d;
}
.color-4 {
color: #b1e8a1;
}
.color-5 {
color: #e0f5c2;
}

/* CSS Variables */
:root {
--color-1: #2f7f33;
--color-2: #5ec059;
--color-3: #89e36d;
--color-4: #b1e8a1;
--color-5: #e0f5c2;
}

CSS con gradiente di sfondo Verdant Desire

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2f7f33, #5ec059, #89e36d, #b1e8a1, #e0f5c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2f7f33, #5ec059, #89e36d, #b1e8a1, #e0f5c2);
}

Verdant Desire color palette created on .