Winter Glow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Winter Glow palette

Share this palette to:

Winter Glow color palette PNG image

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

Winter Glow color palette CSS

/* CSS */
.color-1 {
color: #a6c6ed;
}
.color-2 {
color: #b4e1f3;
}
.color-3 {
color: #ffb3c1;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #ffad8f;
}

/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #b4e1f3;
--color-3: #ffb3c1;
--color-4: #ff6e61;
--color-5: #ffad8f;
}

Winter Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #b4e1f3, #ffb3c1, #ff6e61, #ffad8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #b4e1f3, #ffb3c1, #ff6e61, #ffad8f);
}

Winter Glow color palette created on .