Paleta de colores Winter Glow

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Winter Glow palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Winter Glow

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

CSS de la paleta de colores Winter Glow

/* CSS */
.color-1 {
color: #a6c6ed;
}
.color-2 {
color: #b4e1f3;
}
.color-3 {
color: #ffb3c1;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #ffad8f;
}

/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #b4e1f3;
--color-3: #ffb3c1;
--color-4: #ff6e61;
--color-5: #ffad8f;
}

CSS del degradado de fondo Winter Glow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #b4e1f3, #ffb3c1, #ff6e61, #ffad8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #b4e1f3, #ffb3c1, #ff6e61, #ffad8f);
}

Winter Glow color palette created on .