Blue Winter Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Winter palette

Share this palette to:

Download Blue Winter Color Palette (PNG)

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

Blue Winter color palette CSS

/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #709cc2;
}
.color-3 {
color: #3d7a99;
}
.color-4 {
color: #2c4e68;
}
.color-5 {
color: #193a4d;
}

/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #709cc2;
--color-3: #3d7a99;
--color-4: #2c4e68;
--color-5: #193a4d;
}

Blue Winter background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #709cc2, #3d7a99, #2c4e68, #193a4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #709cc2, #3d7a99, #2c4e68, #193a4d);
}

Blue Winter color palette created on .