Galaxy Zombie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Galaxy Zombie palette

Share this palette to:

Galaxy Zombie color palette PNG image

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

Galaxy Zombie color palette CSS

/* CSS */
.color-1 {
color: #592b88;
}
.color-2 {
color: #8d4c9a;
}
.color-3 {
color: #a76c8b;
}
.color-4 {
color: #d8a64f;
}
.color-5 {
color: #79c8bf;
}

/* CSS Variables */
:root {
--color-1: #592b88;
--color-2: #8d4c9a;
--color-3: #a76c8b;
--color-4: #d8a64f;
--color-5: #79c8bf;
}

Galaxy Zombie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #592b88, #8d4c9a, #a76c8b, #d8a64f, #79c8bf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #592b88, #8d4c9a, #a76c8b, #d8a64f, #79c8bf);
}

Galaxy Zombie color palette created on .