Blizzard Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blizzard Blue palette
Blizzard Blue color palette CSS
/* CSS */
.color-1 {
color: #a2e2ec;
}
.color-2 {
color: #7dd1e8;
}
.color-3 {
color: #4eb8e9;
}
.color-4 {
color: #2da8e1;
}
.color-5 {
color: #1a8ac7;
}
/* CSS Variables */
:root {
--color-1: #a2e2ec;
--color-2: #7dd1e8;
--color-3: #4eb8e9;
--color-4: #2da8e1;
--color-5: #1a8ac7;
}
Blizzard Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2e2ec, #7dd1e8, #4eb8e9, #2da8e1, #1a8ac7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2e2ec, #7dd1e8, #4eb8e9, #2da8e1, #1a8ac7);
}
Similar color palettes
Blizzard Blue color palette created on .