Cool Winter Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cool Winter palette

Share this palette to:

Cool Winter color palette PNG image

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

Cool Winter color palette CSS

/* CSS */
.color-1 {
color: #a2c7e7;
}
.color-2 {
color: #c2e1e5;
}
.color-3 {
color: #e5f2f5;
}
.color-4 {
color: #b4d6e9;
}
.color-5 {
color: #f1f5f8;
}

/* CSS Variables */
:root {
--color-1: #a2c7e7;
--color-2: #c2e1e5;
--color-3: #e5f2f5;
--color-4: #b4d6e9;
--color-5: #f1f5f8;
}

Cool Winter background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2c7e7, #c2e1e5, #e5f2f5, #b4d6e9, #f1f5f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2c7e7, #c2e1e5, #e5f2f5, #b4d6e9, #f1f5f8);
}

Cool Winter color palette created on .