Zombie Moon Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Zombie Moon palette
Zombie Moon color palette PNG image
Zombie Moon color palette CSS
/* CSS */
.color-1 {
color: #1f2c42;
}
.color-2 {
color: #4a6d8c;
}
.color-3 {
color: #8aafc7;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #d25c2d;
}
/* CSS Variables */
:root {
--color-1: #1f2c42;
--color-2: #4a6d8c;
--color-3: #8aafc7;
--color-4: #f1c84b;
--color-5: #d25c2d;
}
Zombie Moon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f2c42, #4a6d8c, #8aafc7, #f1c84b, #d25c2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f2c42, #4a6d8c, #8aafc7, #f1c84b, #d25c2d);
}
Similar color palettes
Scroll down to explore 3 Zombie color palettes
Zombie Moon color palette created on .