Water Zombie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Water Zombie palette

Share this palette to:

Water Zombie color palette PNG image

Download water zombie color palette PNG image (landscape)
Download water zombie color palette PNG image (square)

Water Zombie color palette CSS

/* CSS */
.color-1 {
color: #a3d9e0;
}
.color-2 {
color: #4b9bb4;
}
.color-3 {
color: #1e7ea4;
}
.color-4 {
color: #1b4b69;
}
.color-5 {
color: #0f2e3e;
}

/* CSS Variables */
:root {
--color-1: #a3d9e0;
--color-2: #4b9bb4;
--color-3: #1e7ea4;
--color-4: #1b4b69;
--color-5: #0f2e3e;
}

Water Zombie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d9e0, #4b9bb4, #1e7ea4, #1b4b69, #0f2e3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d9e0, #4b9bb4, #1e7ea4, #1b4b69, #0f2e3e);
}

Water Zombie color palette created on .