Blizzard Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blizzard Breeze palette
Blizzard Breeze color palette PNG image
Blizzard Breeze color palette CSS
/* CSS */
.color-1 {
color: #a2e2ec;
}
.color-2 {
color: #8bc8e4;
}
.color-3 {
color: #70b1d7;
}
.color-4 {
color: #408cb5;
}
.color-5 {
color: #2a5d79;
}
/* CSS Variables */
:root {
--color-1: #a2e2ec;
--color-2: #8bc8e4;
--color-3: #70b1d7;
--color-4: #408cb5;
--color-5: #2a5d79;
}
Blizzard Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2e2ec, #8bc8e4, #70b1d7, #408cb5, #2a5d79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2e2ec, #8bc8e4, #70b1d7, #408cb5, #2a5d79);
}
Similar color palettes
Blizzard Breeze color palette created on .