Zombie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Zombie palette
Color Inspiration
Images that showcase this color palette in real designs
Download Zombie Color Palette (PNG)
Zombie color palette CSS
/* CSS */
.color-1 {
color: #496e4d;
}
.color-2 {
color: #7d9b6f;
}
.color-3 {
color: #a5c19f;
}
.color-4 {
color: #d5e2c5;
}
.color-5 {
color: #f3f7e9;
}
/* CSS Variables */
:root {
--color-1: #496e4d;
--color-2: #7d9b6f;
--color-3: #a5c19f;
--color-4: #d5e2c5;
--color-5: #f3f7e9;
}
Zombie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #496e4d, #7d9b6f, #a5c19f, #d5e2c5, #f3f7e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #496e4d, #7d9b6f, #a5c19f, #d5e2c5, #f3f7e9);
}
Similar color palettes
Scroll down to explore 10+ Zombie color palettes
Zombie color palette created on .