Zombie Moon Star Night Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Zombie Moon Star Night palette
Zombie Moon Star Night color palette PNG image
Zombie Moon Star Night color palette CSS
/* CSS */
.color-1 {
color: #1e1e4d;
}
.color-2 {
color: #4b4b7c;
}
.color-3 {
color: #7b7ba3;
}
.color-4 {
color: #b5b54f;
}
.color-5 {
color: #ce1c2b;
}
/* CSS Variables */
:root {
--color-1: #1e1e4d;
--color-2: #4b4b7c;
--color-3: #7b7ba3;
--color-4: #b5b54f;
--color-5: #ce1c2b;
}
Zombie Moon Star Night background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e4d, #4b4b7c, #7b7ba3, #b5b54f, #ce1c2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e4d, #4b4b7c, #7b7ba3, #b5b54f, #ce1c2b);
}
Similar color palettes
Scroll down to explore 3 Zombie color palettes
Zombie Moon Star Night color palette created on .