Cool Winter Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cool Winter Blue palette

Share this palette to:

Download Cool Winter Blue Color Palette (PNG)

Download cool winter blue color palette PNG image (landscape)
Download cool winter blue color palette PNG image (square)

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);
}

Cool Winter Blue color palette created on .