Victim of a Zombie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Victim of a Zombie palette

Share this palette to:

Victim of a Zombie color palette PNG image

Download victim of a zombie color palette PNG image (landscape)
Download victim of a zombie color palette PNG image (square)

Victim of a Zombie color palette CSS

/* CSS */
.color-1 {
color: #3a2c2f;
}
.color-2 {
color: #6d4f4f;
}
.color-3 {
color: #b78c8a;
}
.color-4 {
color: #e1b6a3;
}
.color-5 {
color: #f5dfc7;
}

/* CSS Variables */
:root {
--color-1: #3a2c2f;
--color-2: #6d4f4f;
--color-3: #b78c8a;
--color-4: #e1b6a3;
--color-5: #f5dfc7;
}

Victim of a Zombie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a2c2f, #6d4f4f, #b78c8a, #e1b6a3, #f5dfc7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a2c2f, #6d4f4f, #b78c8a, #e1b6a3, #f5dfc7);
}

Victim of a Zombie color palette created on .