Zombie Kitty Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Zombie Kitty palette

Share this palette to:

Zombie Kitty color palette PNG image

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

Zombie Kitty color palette CSS

/* CSS */
.color-1 {
color: #6f2c90;
}
.color-2 {
color: #8d43ad;
}
.color-3 {
color: #e84117;
}
.color-4 {
color: #f6b83c;
}
.color-5 {
color: #2ecc70;
}

/* CSS Variables */
:root {
--color-1: #6f2c90;
--color-2: #8d43ad;
--color-3: #e84117;
--color-4: #f6b83c;
--color-5: #2ecc70;
}

Zombie Kitty background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f2c90, #8d43ad, #e84117, #f6b83c, #2ecc70);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f2c90, #8d43ad, #e84117, #f6b83c, #2ecc70);
}

Zombie Kitty color palette created on .