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