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: #4f8c3b;
}
.color-2 {
color: #a3ca7d;
}
.color-3 {
color: #e3f2a6;
}
.color-4 {
color: #f9c54e;
}
.color-5 {
color: #f94346;
}
/* CSS Variables */
:root {
--color-1: #4f8c3b;
--color-2: #a3ca7d;
--color-3: #e3f2a6;
--color-4: #f9c54e;
--color-5: #f94346;
}
Zombie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f8c3b, #a3ca7d, #e3f2a6, #f9c54e, #f94346);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f8c3b, #a3ca7d, #e3f2a6, #f9c54e, #f94346);
}
Similar color palettes
Scroll down to explore 200+ Green color palettes
Zombie color palette created on .