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: #a4c2db;
}
.color-2 {
color: #b7e0e6;
}
.color-3 {
color: #e1f6f9;
}
.color-4 {
color: #f7d9c5;
}
.color-5 {
color: #f5b2b2;
}

/* CSS Variables */
:root {
--color-1: #a4c2db;
--color-2: #b7e0e6;
--color-3: #e1f6f9;
--color-4: #f7d9c5;
--color-5: #f5b2b2;
}

CSS con gradiente di sfondo Winter Soft

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c2db, #b7e0e6, #e1f6f9, #f7d9c5, #f5b2b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c2db, #b7e0e6, #e1f6f9, #f7d9c5, #f5b2b2);
}

Winter Soft color palette created on .