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: #45b3b5;
}
.color-2 {
color: #6dd0c4;
}
.color-3 {
color: #8be5d3;
}
.color-4 {
color: #aaf3e0;
}
.color-5 {
color: #d3c2e0;
}
/* CSS Variables */
:root {
--color-1: #45b3b5;
--color-2: #6dd0c4;
--color-3: #8be5d3;
--color-4: #aaf3e0;
--color-5: #d3c2e0;
}
Zombie Girl background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #45b3b5, #6dd0c4, #8be5d3, #aaf3e0, #d3c2e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #45b3b5, #6dd0c4, #8be5d3, #aaf3e0, #d3c2e0);
}
Similar color palettes
Scroll down to explore 3 Zombie color palettes
Zombie Girl color palette created on .