Green Evil Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Green Evil palette

Share this palette to:

Green Evil color palette 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;
}

Green Evil background gradient CSS

/* 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 .