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: #1c3f0d;
}
.color-2 {
color: #497c27;
}
.color-3 {
color: #70bf45;
}
.color-4 {
color: #a6d449;
}
.color-5 {
color: #d0e09e;
}
/* CSS Variables */
:root {
--color-1: #1c3f0d;
--color-2: #497c27;
--color-3: #70bf45;
--color-4: #a6d449;
--color-5: #d0e09e;
}
Zombie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c3f0d, #497c27, #70bf45, #a6d449, #d0e09e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c3f0d, #497c27, #70bf45, #a6d449, #d0e09e);
}
Similar color palettes
Zombie color palette created on .