Winter Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Winter Blue palette

Share this palette to:

Winter Blue color palette CSS

/* CSS */
.color-1 {
color: #a1c7e3;
}
.color-2 {
color: #d7b2c1;
}
.color-3 {
color: #e8e1d4;
}
.color-4 {
color: #799a8b;
}
.color-5 {
color: #5a4a3a;
}

/* CSS Variables */
:root {
--color-1: #a1c7e3;
--color-2: #d7b2c1;
--color-3: #e8e1d4;
--color-4: #799a8b;
--color-5: #5a4a3a;
}

Winter Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1c7e3, #d7b2c1, #e8e1d4, #799a8b, #5a4a3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1c7e3, #d7b2c1, #e8e1d4, #799a8b, #5a4a3a);
}

Winter Blue color palette created on .