Rotten Zombie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rotten Zombie palette

Share this palette to:

Rotten Zombie color palette PNG image

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

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);
}

Rotten Zombie color palette created on .