Winter Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Winter palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Winter

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

tavolozza dei colori Winter CSS

/* CSS */
.color-1 {
color: #a2b5c3;
}
.color-2 {
color: #b6c8d8;
}
.color-3 {
color: #e8f1f7;
}
.color-4 {
color: #c5d9e2;
}
.color-5 {
color: #a1c5d9;
}

/* CSS Variables */
:root {
--color-1: #a2b5c3;
--color-2: #b6c8d8;
--color-3: #e8f1f7;
--color-4: #c5d9e2;
--color-5: #a1c5d9;
}

CSS con gradiente di sfondo Winter

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2b5c3, #b6c8d8, #e8f1f7, #c5d9e2, #a1c5d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2b5c3, #b6c8d8, #e8f1f7, #c5d9e2, #a1c5d9);
}

Winter color palette created on .