Winter Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Winter Blue palette
Winter Blue color palette CSS
/* CSS */
.color-1 {
color: #9ec4e0;
}
.color-2 {
color: #b9dae9;
}
.color-3 {
color: #f0e7d1;
}
.color-4 {
color: #f6b83c;
}
.color-5 {
color: #d87c31;
}
/* CSS Variables */
:root {
--color-1: #9ec4e0;
--color-2: #b9dae9;
--color-3: #f0e7d1;
--color-4: #f6b83c;
--color-5: #d87c31;
}
Winter Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9ec4e0, #b9dae9, #f0e7d1, #f6b83c, #d87c31);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9ec4e0, #b9dae9, #f0e7d1, #f6b83c, #d87c31);
}
Similar color palettes
Winter Blue color palette created on .