Green Evil Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Green Evil palette

Condividi questa palette a:

tavolozza dei colori Green Evil CSS

/* CSS */
.color-1 {
color: #799a2d;
}
.color-2 {
color: #3b5c2d;
}
.color-3 {
color: #2f3c25;
}
.color-4 {
color: #b2c64e;
}
.color-5 {
color: #b9e34f;
}

/* CSS Variables */
:root {
--color-1: #799a2d;
--color-2: #3b5c2d;
--color-3: #2f3c25;
--color-4: #b2c64e;
--color-5: #b9e34f;
}

CSS con gradiente di sfondo Green Evil

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #799a2d, #3b5c2d, #2f3c25, #b2c64e, #b9e34f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #799a2d, #3b5c2d, #2f3c25, #b2c64e, #b9e34f);
}

Green Evil color palette created on .