Winter Sparkle Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Winter Sparkle palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Winter Sparkle

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

tavolozza dei colori Winter Sparkle CSS

/* 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 con gradiente di sfondo 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 .