Blizzard Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blizzard Blue palette

Share this palette to:

Blizzard Blue color palette PNG image

Download blizzard blue color palette PNG image (landscape)
Download blizzard blue color palette PNG image (square)

Blizzard Blue color palette CSS

/* CSS */
.color-1 {
color: #a3d7e0;
}
.color-2 {
color: #7dc7d9;
}
.color-3 {
color: #5cb0c7;
}
.color-4 {
color: #4aa1b5;
}
.color-5 {
color: #3a8da6;
}

/* CSS Variables */
:root {
--color-1: #a3d7e0;
--color-2: #7dc7d9;
--color-3: #5cb0c7;
--color-4: #4aa1b5;
--color-5: #3a8da6;
}

Blizzard Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d7e0, #7dc7d9, #5cb0c7, #4aa1b5, #3a8da6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d7e0, #7dc7d9, #5cb0c7, #4aa1b5, #3a8da6);
}

Blizzard Blue color palette created on .