Zombie Green Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Zombie Green palette

Share this palette to:

Zombie Green color palette CSS

/* CSS */
.color-1 {
color: #7e7c6d;
}
.color-2 {
color: #b5b01c;
}
.color-3 {
color: #d2c7a2;
}
.color-4 {
color: #eca841;
}
.color-5 {
color: #a64b3a;
}

/* CSS Variables */
:root {
--color-1: #7e7c6d;
--color-2: #b5b01c;
--color-3: #d2c7a2;
--color-4: #eca841;
--color-5: #a64b3a;
}

Zombie Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7e7c6d, #b5b01c, #d2c7a2, #eca841, #a64b3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7e7c6d, #b5b01c, #d2c7a2, #eca841, #a64b3a);
}

Zombie Green color palette created on .