Pastel Warm Zombie Apocalypse Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pastel Warm Zombie Apocalypse palette

Share this palette to:

Pastel Warm Zombie Apocalypse color palette PNG image

Download pastel warm zombie apocalypse color palette PNG image (landscape)
Download pastel warm zombie apocalypse color palette PNG image (square)

Pastel Warm Zombie Apocalypse color palette CSS

/* CSS */
.color-1 {
color: #f4b8c4;
}
.color-2 {
color: #f9d59a;
}
.color-3 {
color: #f4e3b3;
}
.color-4 {
color: #b7e1c6;
}
.color-5 {
color: #9b8c8c;
}

/* CSS Variables */
:root {
--color-1: #f4b8c4;
--color-2: #f9d59a;
--color-3: #f4e3b3;
--color-4: #b7e1c6;
--color-5: #9b8c8c;
}

Pastel Warm Zombie Apocalypse background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4b8c4, #f9d59a, #f4e3b3, #b7e1c6, #9b8c8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4b8c4, #f9d59a, #f4e3b3, #b7e1c6, #9b8c8c);
}

Pastel Warm Zombie Apocalypse color palette created on .