Paleta de colores Winter's Glow

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Winter's Glow palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Winter's Glow

Download winter's glow color palette PNG image (landscape)
Download winter's glow color palette PNG image (square)

CSS de la paleta de colores Winter's Glow

/* CSS */
.color-1 {
color: #b0c4d8;
}
.color-2 {
color: #a8a8a8;
}
.color-3 {
color: #ffffff;
}
.color-4 {
color: #d4d4d4;
}
.color-5 {
color: #768798;
}

/* CSS Variables */
:root {
--color-1: #b0c4d8;
--color-2: #a8a8a8;
--color-3: #ffffff;
--color-4: #d4d4d4;
--color-5: #768798;
}

CSS del degradado de fondo Winter's Glow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b0c4d8, #a8a8a8, #ffffff, #d4d4d4, #768798);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b0c4d8, #a8a8a8, #ffffff, #d4d4d4, #768798);
}

Winter's Glow color palette created on .