Zombie Girl Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Zombie Girl palette
Zombie Girl color palette PNG image
Zombie Girl color palette CSS
/* CSS */
.color-1 {
color: #0f4b80;
}
.color-2 {
color: #a6c6ed;
}
.color-3 {
color: #f0a800;
}
.color-4 {
color: #d6387d;
}
.color-5 {
color: #a2e6d4;
}
/* CSS Variables */
:root {
--color-1: #0f4b80;
--color-2: #a6c6ed;
--color-3: #f0a800;
--color-4: #d6387d;
--color-5: #a2e6d4;
}
Zombie Girl background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0f4b80, #a6c6ed, #f0a800, #d6387d, #a2e6d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0f4b80, #a6c6ed, #f0a800, #d6387d, #a2e6d4);
}
Similar color palettes
Scroll down to explore 5 Zombie color palettes
Zombie Girl color palette created on .