Blizzard Breeze Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blizzard Breeze palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Blizzard Breeze

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

tavolozza dei colori Blizzard Breeze 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;
}

CSS con gradiente di sfondo Blizzard Breeze

/* 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);
}

Blizzard Breeze color palette created on .