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