Soft Blue Winter Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Soft Blue Winter palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Soft Blue Winter

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

tavolozza dei colori Soft Blue Winter CSS

/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #bfd6e8;
}
.color-3 {
color: #e0e7f0;
}
.color-4 {
color: #f5f5fa;
}
.color-5 {
color: #d1e1e6;
}

/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #bfd6e8;
--color-3: #e0e7f0;
--color-4: #f5f5fa;
--color-5: #d1e1e6;
}

CSS con gradiente di sfondo Soft Blue Winter

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #bfd6e8, #e0e7f0, #f5f5fa, #d1e1e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #bfd6e8, #e0e7f0, #f5f5fa, #d1e1e6);
}

Soft Blue Winter color palette created on .