Cute Zombie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cute Zombie palette
Cute Zombie color palette PNG image
Cute Zombie color palette CSS
/* CSS */
.color-1 {
color: #72c5b9;
}
.color-2 {
color: #fab700;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #d9aa9b;
}
.color-5 {
color: #380a43;
}
/* CSS Variables */
:root {
--color-1: #72c5b9;
--color-2: #fab700;
--color-3: #ff6e61;
--color-4: #d9aa9b;
--color-5: #380a43;
}
Cute Zombie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #72c5b9, #fab700, #ff6e61, #d9aa9b, #380a43);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #72c5b9, #fab700, #ff6e61, #d9aa9b, #380a43);
}
Similar color palettes
Cute Zombie color palette created on .