Moody Zombie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Moody Zombie palette
Color Inspiration
Images that showcase this color palette in real designs
Download Moody Zombie Color Palette (PNG)
Moody Zombie color palette CSS
/* CSS */
.color-1 {
color: #5b6d7b;
}
.color-2 {
color: #8c9fb1;
}
.color-3 {
color: #a1c3d4;
}
.color-4 {
color: #e2e9e6;
}
.color-5 {
color: #f6cac6;
}
/* CSS Variables */
:root {
--color-1: #5b6d7b;
--color-2: #8c9fb1;
--color-3: #a1c3d4;
--color-4: #e2e9e6;
--color-5: #f6cac6;
}
Moody Zombie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b6d7b, #8c9fb1, #a1c3d4, #e2e9e6, #f6cac6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b6d7b, #8c9fb1, #a1c3d4, #e2e9e6, #f6cac6);
}
Similar color palettes
Moody Zombie color palette created on .