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: #1e3833;
}
.color-2 {
color: #2a4b4b;
}
.color-3 {
color: #3c686d;
}
.color-4 {
color: #48b1a2;
}
.color-5 {
color: #70ffea;
}

/* CSS Variables */
:root {
--color-1: #1e3833;
--color-2: #2a4b4b;
--color-3: #3c686d;
--color-4: #48b1a2;
--color-5: #70ffea;
}

Zombie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3833, #2a4b4b, #3c686d, #48b1a2, #70ffea);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3833, #2a4b4b, #3c686d, #48b1a2, #70ffea);
}

Zombie color palette created on .