Cool Winter Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cool Winter Blue palette
Cool Winter Blue color palette PNG image
Cool Winter Blue color palette CSS
/* CSS */
.color-1 {
color: #a1b2c4;
}
.color-2 {
color: #b5c8d4;
}
.color-3 {
color: #e2e7e9;
}
.color-4 {
color: #f3f5f7;
}
.color-5 {
color: #c2d4e0;
}
/* CSS Variables */
:root {
--color-1: #a1b2c4;
--color-2: #b5c8d4;
--color-3: #e2e7e9;
--color-4: #f3f5f7;
--color-5: #c2d4e0;
}
Cool Winter Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1b2c4, #b5c8d4, #e2e7e9, #f3f5f7, #c2d4e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1b2c4, #b5c8d4, #e2e7e9, #f3f5f7, #c2d4e0);
}
Similar color palettes
Scroll down to explore 300+ Light color palettes
Cool Winter Blue color palette created on .