Winter Soft Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Winter Soft palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Winter Soft

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

tavolozza dei colori Winter Soft CSS

/* CSS */
.color-1 {
color: #a6c4d9;
}
.color-2 {
color: #e2f2f8;
}
.color-3 {
color: #f8fafc;
}
.color-4 {
color: #f9ebd7;
}
.color-5 {
color: #c2b2d2;
}

/* CSS Variables */
:root {
--color-1: #a6c4d9;
--color-2: #e2f2f8;
--color-3: #f8fafc;
--color-4: #f9ebd7;
--color-5: #c2b2d2;
}

CSS con gradiente di sfondo Winter Soft

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c4d9, #e2f2f8, #f8fafc, #f9ebd7, #c2b2d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c4d9, #e2f2f8, #f8fafc, #f9ebd7, #c2b2d2);
}

Winter Soft color palette created on .