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: #a2c7e7;
}
.color-3 {
color: #6999c3;
}
.color-4 {
color: #497a9c;
}
.color-5 {
color: #2d4e67;
}

/* CSS Variables */
:root {
--color-1: #b3c7d6;
--color-2: #a2c7e7;
--color-3: #6999c3;
--color-4: #497a9c;
--color-5: #2d4e67;
}

Blue Winter background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b3c7d6, #a2c7e7, #6999c3, #497a9c, #2d4e67);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b3c7d6, #a2c7e7, #6999c3, #497a9c, #2d4e67);
}

Blue Winter color palette created on .