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: #a3c2e0;
}
.color-2 {
color: #4f828c;
}
.color-3 {
color: #3c5053;
}
.color-4 {
color: #d9d6c4;
}
.color-5 {
color: #e6b3b3;
}

/* CSS Variables */
:root {
--color-1: #a3c2e0;
--color-2: #4f828c;
--color-3: #3c5053;
--color-4: #d9d6c4;
--color-5: #e6b3b3;
}

Blue Winter background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c2e0, #4f828c, #3c5053, #d9d6c4, #e6b3b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c2e0, #4f828c, #3c5053, #d9d6c4, #e6b3b3);
}

Blue Winter color palette created on .