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: #0b3c3c;
}
.color-2 {
color: #3b6d68;
}
.color-3 {
color: #89b8a4;
}
.color-4 {
color: #bfe8d2;
}
.color-5 {
color: #e5fffe;
}

/* CSS Variables */
:root {
--color-1: #0b3c3c;
--color-2: #3b6d68;
--color-3: #89b8a4;
--color-4: #bfe8d2;
--color-5: #e5fffe;
}

Zombie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0b3c3c, #3b6d68, #89b8a4, #bfe8d2, #e5fffe);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0b3c3c, #3b6d68, #89b8a4, #bfe8d2, #e5fffe);
}

Zombie color palette created on .