Paleta de colores Blizzard Breeze

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blizzard Breeze palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Blizzard Breeze

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

CSS de la paleta de colores Blizzard Breeze

/* 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 del degradado de fondo 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 .