Zombie Curses Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Zombie Curses palette

Share this palette to:

Zombie Curses color palette PNG image

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

Zombie Curses color palette CSS

/* CSS */
.color-1 {
color: #4b3d6c;
}
.color-2 {
color: #d9b6e2;
}
.color-3 {
color: #b2f0c2;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #ffcd29;
}

/* CSS Variables */
:root {
--color-1: #4b3d6c;
--color-2: #d9b6e2;
--color-3: #b2f0c2;
--color-4: #ff6e61;
--color-5: #ffcd29;
}

Zombie Curses background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3d6c, #d9b6e2, #b2f0c2, #ff6e61, #ffcd29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3d6c, #d9b6e2, #b2f0c2, #ff6e61, #ffcd29);
}

Similar color palettes

Zombie Curses color palette created on .