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: #b3c7d6;
}
.color-2 {
color: #a4b3c6;
}
.color-3 {
color: #7e9ba5;
}
.color-4 {
color: #4c707b;
}
.color-5 {
color: #2a4b55;
}

/* CSS Variables */
:root {
--color-1: #b3c7d6;
--color-2: #a4b3c6;
--color-3: #7e9ba5;
--color-4: #4c707b;
--color-5: #2a4b55;
}

CSS con gradiente di sfondo Blue Winter

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b3c7d6, #a4b3c6, #7e9ba5, #4c707b, #2a4b55);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b3c7d6, #a4b3c6, #7e9ba5, #4c707b, #2a4b55);
}

Blue Winter color palette created on .