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: #1d3f34;
}
.color-2 {
color: #4b7c6d;
}
.color-3 {
color: #8cb1a2;
}
.color-4 {
color: #b7e1d2;
}
.color-5 {
color: #ebfaf5;
}
/* CSS Variables */
:root {
--color-1: #1d3f34;
--color-2: #4b7c6d;
--color-3: #8cb1a2;
--color-4: #b7e1d2;
--color-5: #ebfaf5;
}
Zombie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d3f34, #4b7c6d, #8cb1a2, #b7e1d2, #ebfaf5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d3f34, #4b7c6d, #8cb1a2, #b7e1d2, #ebfaf5);
}
Similar color palettes
Scroll down to explore 10+ Zombie color palettes
Zombie color palette created on .