Zombie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Zombie palette
Zombie color palette PNG image
Zombie color palette CSS
/* CSS */
.color-1 {
color: #1e4d2b;
}
.color-2 {
color: #3e7a4d;
}
.color-3 {
color: #7dbf9c;
}
.color-4 {
color: #9fe5d8;
}
.color-5 {
color: #d0f1e5;
}
/* CSS Variables */
:root {
--color-1: #1e4d2b;
--color-2: #3e7a4d;
--color-3: #7dbf9c;
--color-4: #9fe5d8;
--color-5: #d0f1e5;
}
Zombie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e4d2b, #3e7a4d, #7dbf9c, #9fe5d8, #d0f1e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e4d2b, #3e7a4d, #7dbf9c, #9fe5d8, #d0f1e5);
}
Similar color palettes
Scroll down to explore 10+ Zombie color palettes
Zombie color palette created on .