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: #a3c7e0;
}
.color-2 {
color: #bee3f8;
}
.color-3 {
color: #f1f6f9;
}
.color-4 {
color: #e2b6d0;
}
.color-5 {
color: #efa69f;
}

/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #bee3f8;
--color-3: #f1f6f9;
--color-4: #e2b6d0;
--color-5: #efa69f;
}

CSS con gradiente di sfondo Winter

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #bee3f8, #f1f6f9, #e2b6d0, #efa69f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #bee3f8, #f1f6f9, #e2b6d0, #efa69f);
}

Winter color palette created on .