Winter Blues Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Winter Blues palette
Color Inspiration
Images that showcase this color palette in real designs
Download Winter Blues Color Palette (PNG)
Winter Blues color palette CSS
/* CSS */
.color-1 {
color: #9fc7e0;
}
.color-2 {
color: #799caf;
}
.color-3 {
color: #4f758c;
}
.color-4 {
color: #2d4c67;
}
.color-5 {
color: #192a4d;
}
/* CSS Variables */
:root {
--color-1: #9fc7e0;
--color-2: #799caf;
--color-3: #4f758c;
--color-4: #2d4c67;
--color-5: #192a4d;
}
Winter Blues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9fc7e0, #799caf, #4f758c, #2d4c67, #192a4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9fc7e0, #799caf, #4f758c, #2d4c67, #192a4d);
}
Similar color palettes
Winter Blues color palette created on .