Drowned Zombie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Drowned Zombie palette
Drowned Zombie color palette PNG image
Drowned Zombie color palette CSS
/* CSS */
.color-1 {
color: #4b8a8b;
}
.color-2 {
color: #c58b7c;
}
.color-3 {
color: #e1b047;
}
.color-4 {
color: #903c27;
}
.color-5 {
color: #2a2e29;
}
/* CSS Variables */
:root {
--color-1: #4b8a8b;
--color-2: #c58b7c;
--color-3: #e1b047;
--color-4: #903c27;
--color-5: #2a2e29;
}
Drowned Zombie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b8a8b, #c58b7c, #e1b047, #903c27, #2a2e29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b8a8b, #c58b7c, #e1b047, #903c27, #2a2e29);
}
Similar color palettes
Drowned Zombie color palette created on .