Christmas Winter Mist Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Christmas Winter Mist palette

Share this palette to:

Christmas Winter Mist color palette PNG image

Download christmas winter mist color palette PNG image (landscape)
Download christmas winter mist color palette PNG image (square)

Christmas Winter Mist color palette CSS

/* CSS */
.color-1 {
color: #a3d0e0;
}
.color-2 {
color: #b7e1e1;
}
.color-3 {
color: #f1e1d0;
}
.color-4 {
color: #f5a3b9;
}
.color-5 {
color: #c24c66;
}

/* CSS Variables */
:root {
--color-1: #a3d0e0;
--color-2: #b7e1e1;
--color-3: #f1e1d0;
--color-4: #f5a3b9;
--color-5: #c24c66;
}

Christmas Winter Mist background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d0e0, #b7e1e1, #f1e1d0, #f5a3b9, #c24c66);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d0e0, #b7e1e1, #f1e1d0, #f5a3b9, #c24c66);
}

Christmas Winter Mist color palette created on .