Zombie Alien Girl Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Zombie Alien Girl palette

Share this palette to:

Zombie Alien Girl color palette PNG image

Download zombie alien girl color palette PNG image (landscape)
Download zombie alien girl color palette PNG image (square)

Zombie Alien Girl color palette CSS

/* CSS */
.color-1 {
color: #7d2d9f;
}
.color-2 {
color: #9f53c6;
}
.color-3 {
color: #c987e3;
}
.color-4 {
color: #e8a1b0;
}
.color-5 {
color: #f3f778;
}

/* CSS Variables */
:root {
--color-1: #7d2d9f;
--color-2: #9f53c6;
--color-3: #c987e3;
--color-4: #e8a1b0;
--color-5: #f3f778;
}

Zombie Alien Girl background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d2d9f, #9f53c6, #c987e3, #e8a1b0, #f3f778);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d2d9f, #9f53c6, #c987e3, #e8a1b0, #f3f778);
}

Zombie Alien Girl color palette created on .