Zombie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Zombie palette

Share this palette to:

Zombie color palette PNG image

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

Zombie color palette CSS

/* CSS */
.color-1 {
color: #3a5c33;
}
.color-2 {
color: #7b9b4b;
}
.color-3 {
color: #c5d373;
}
.color-4 {
color: #f0e78e;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #3a5c33;
--color-2: #7b9b4b;
--color-3: #c5d373;
--color-4: #f0e78e;
--color-5: #ff6e61;
}

Zombie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a5c33, #7b9b4b, #c5d373, #f0e78e, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a5c33, #7b9b4b, #c5d373, #f0e78e, #ff6e61);
}

Zombie color palette created on .