Cool Winter Blue Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Cool Winter Blue palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Cool Winter Blue

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

tavolozza dei colori Cool Winter Blue CSS

/* CSS */
.color-1 {
color: #a1b2c4;
}
.color-2 {
color: #b5c8d4;
}
.color-3 {
color: #e2e7e9;
}
.color-4 {
color: #f3f5f7;
}
.color-5 {
color: #c2d4e0;
}

/* CSS Variables */
:root {
--color-1: #a1b2c4;
--color-2: #b5c8d4;
--color-3: #e2e7e9;
--color-4: #f3f5f7;
--color-5: #c2d4e0;
}

CSS con gradiente di sfondo Cool Winter Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1b2c4, #b5c8d4, #e2e7e9, #f3f5f7, #c2d4e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1b2c4, #b5c8d4, #e2e7e9, #f3f5f7, #c2d4e0);
}

Cool Winter Blue color palette created on .