Зомби Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Зомби palette

Share this palette to:

Зомби color palette PNG image

Download зомби color palette PNG image (landscape)
Download зомби color palette PNG image (square)

Зомби color palette CSS

/* CSS */
.color-1 {
color: #4d4b4e;
}
.color-2 {
color: #8f2d2f;
}
.color-3 {
color: #b57d5e;
}
.color-4 {
color: #e0cda9;
}
.color-5 {
color: #f4e2c3;
}

/* CSS Variables */
:root {
--color-1: #4d4b4e;
--color-2: #8f2d2f;
--color-3: #b57d5e;
--color-4: #e0cda9;
--color-5: #f4e2c3;
}

Зомби background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d4b4e, #8f2d2f, #b57d5e, #e0cda9, #f4e2c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d4b4e, #8f2d2f, #b57d5e, #e0cda9, #f4e2c3);
}

Зомби color palette created on .