Blue Winter Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Winter palette

Share this palette to:

Blue Winter color palette 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;
}

Blue Winter background gradient CSS

/* 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 .