Paleta de colores Winter Sparkle

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Winter Sparkle palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Winter Sparkle

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

CSS de la paleta de colores Winter Sparkle

/* CSS */
.color-1 {
color: #efe6eb;
}
.color-2 {
color: #e2cfdf;
}
.color-3 {
color: #d4b5cb;
}
.color-4 {
color: #9d9eb4;
}
.color-5 {
color: #6e7f96;
}

/* CSS Variables */
:root {
--color-1: #efe6eb;
--color-2: #e2cfdf;
--color-3: #d4b5cb;
--color-4: #9d9eb4;
--color-5: #6e7f96;
}

CSS del degradado de fondo Winter Sparkle

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #efe6eb, #e2cfdf, #d4b5cb, #9d9eb4, #6e7f96);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #efe6eb, #e2cfdf, #d4b5cb, #9d9eb4, #6e7f96);
}

Winter Sparkle color palette created on .