Zombie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Zombie palette
Zombie color palette PNG image
Zombie color palette CSS
/* CSS */
.color-1 {
color: #497b24;
}
.color-2 {
color: #a0c32c;
}
.color-3 {
color: #a7d846;
}
.color-4 {
color: #e1f07f;
}
.color-5 {
color: #f9e79f;
}
/* CSS Variables */
:root {
--color-1: #497b24;
--color-2: #a0c32c;
--color-3: #a7d846;
--color-4: #e1f07f;
--color-5: #f9e79f;
}
Zombie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #497b24, #a0c32c, #a7d846, #e1f07f, #f9e79f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #497b24, #a0c32c, #a7d846, #e1f07f, #f9e79f);
}
Similar color palettes
Scroll down to explore 1000+ Green color palettes
Zombie color palette created on .