Blue Winter Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blue Winter palette

Condividi questa palette a:

tavolozza dei colori Blue Winter CSS

/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #599bd4;
}
.color-3 {
color: #3b7dbf;
}
.color-4 {
color: #2b5c8c;
}
.color-5 {
color: #1e4b6b;
}

/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #599bd4;
--color-3: #3b7dbf;
--color-4: #2b5c8c;
--color-5: #1e4b6b;
}

CSS con gradiente di sfondo Blue Winter

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #599bd4, #3b7dbf, #2b5c8c, #1e4b6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #599bd4, #3b7dbf, #2b5c8c, #1e4b6b);
}

Blue Winter color palette created on .