Winter's Glow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Winter's Glow palette

Share this palette to:

Winter's Glow color palette PNG image

Download winter's glow color palette PNG image (landscape)
Download winter's glow color palette PNG image (square)

Winter's Glow color palette CSS

/* CSS */
.color-1 {
color: #b0c4d8;
}
.color-2 {
color: #a8a8a8;
}
.color-3 {
color: #ffffff;
}
.color-4 {
color: #d4d4d4;
}
.color-5 {
color: #768798;
}

/* CSS Variables */
:root {
--color-1: #b0c4d8;
--color-2: #a8a8a8;
--color-3: #ffffff;
--color-4: #d4d4d4;
--color-5: #768798;
}

Winter's Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b0c4d8, #a8a8a8, #ffffff, #d4d4d4, #768798);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b0c4d8, #a8a8a8, #ffffff, #d4d4d4, #768798);
}

Winter's Glow color palette created on .