Winter Glow Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Winter Glow palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Winter Glow

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

tavolozza dei colori Winter Glow CSS

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