Terranian Zombie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Terranian Zombie palette
Terranian Zombie color palette PNG image
Terranian Zombie color palette CSS
/* CSS */
.color-1 {
color: #4d805e;
}
.color-2 {
color: #b6c99c;
}
.color-3 {
color: #e5c69a;
}
.color-4 {
color: #c77a7a;
}
.color-5 {
color: #7b4c4c;
}
/* CSS Variables */
:root {
--color-1: #4d805e;
--color-2: #b6c99c;
--color-3: #e5c69a;
--color-4: #c77a7a;
--color-5: #7b4c4c;
}
Terranian Zombie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d805e, #b6c99c, #e5c69a, #c77a7a, #7b4c4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d805e, #b6c99c, #e5c69a, #c77a7a, #7b4c4c);
}
Similar color palettes
Terranian Zombie color palette created on .