Zombie Apocalypse Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Zombie Apocalypse palette

Share this palette to:

Zombie Apocalypse color palette PNG image

Download zombie apocalypse color palette PNG image (landscape)
Download zombie apocalypse color palette PNG image (square)

Zombie Apocalypse color palette CSS

/* CSS */
.color-1 {
color: #7b9b3b;
}
.color-2 {
color: #a5c639;
}
.color-3 {
color: #d8d45a;
}
.color-4 {
color: #f0b14c;
}
.color-5 {
color: #c85d3c;
}

/* CSS Variables */
:root {
--color-1: #7b9b3b;
--color-2: #a5c639;
--color-3: #d8d45a;
--color-4: #f0b14c;
--color-5: #c85d3c;
}

Zombie Apocalypse background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b9b3b, #a5c639, #d8d45a, #f0b14c, #c85d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b9b3b, #a5c639, #d8d45a, #f0b14c, #c85d3c);
}

Zombie Apocalypse color palette created on .