Zombie Eyes Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Zombie Eyes palette

Share this palette to:

Zombie Eyes color palette PNG image

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

Zombie Eyes color palette CSS

/* CSS */
.color-1 {
color: #1d2a2a;
}
.color-2 {
color: #5b8b79;
}
.color-3 {
color: #89c8a2;
}
.color-4 {
color: #c5e2d4;
}
.color-5 {
color: #f5faf5;
}

/* CSS Variables */
:root {
--color-1: #1d2a2a;
--color-2: #5b8b79;
--color-3: #89c8a2;
--color-4: #c5e2d4;
--color-5: #f5faf5;
}

Zombie Eyes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d2a2a, #5b8b79, #89c8a2, #c5e2d4, #f5faf5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d2a2a, #5b8b79, #89c8a2, #c5e2d4, #f5faf5);
}

Zombie Eyes color palette created on .