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: #3e3c3d;
}
.color-2 {
color: #6a5c5c;
}
.color-3 {
color: #a38a8a;
}
.color-4 {
color: #d2c6c6;
}
.color-5 {
color: #e7b6b6;
}

/* CSS Variables */
:root {
--color-1: #3e3c3d;
--color-2: #6a5c5c;
--color-3: #a38a8a;
--color-4: #d2c6c6;
--color-5: #e7b6b6;
}

Zombie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e3c3d, #6a5c5c, #a38a8a, #d2c6c6, #e7b6b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e3c3d, #6a5c5c, #a38a8a, #d2c6c6, #e7b6b6);
}

Zombie color palette created on .