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: #3d8b8f;
}
.color-2 {
color: #35a7a1;
}
.color-3 {
color: #3cc3b3;
}
.color-4 {
color: #a8e0e1;
}
.color-5 {
color: #f2f2f2;
}
/* CSS Variables */
:root {
--color-1: #3d8b8f;
--color-2: #35a7a1;
--color-3: #3cc3b3;
--color-4: #a8e0e1;
--color-5: #f2f2f2;
}
Zombie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d8b8f, #35a7a1, #3cc3b3, #a8e0e1, #f2f2f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d8b8f, #35a7a1, #3cc3b3, #a8e0e1, #f2f2f2);
}
Similar color palettes
Scroll down to explore 3 Zombie color palettes
Zombie color palette created on .