Galaxy Zombie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Galaxy Zombie palette
Galaxy Zombie color palette PNG image
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);
}
Similar color palettes
Scroll down to explore 1000+ colors.galaxy color palettes
Galaxy Zombie color palette created on .