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: #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;
}

Blue Winter background gradient CSS

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