Christmas Winter Mist Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Christmas Winter Mist palette
Color Inspiration
Images that showcase this color palette in real designs
Download Christmas Winter Mist Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 10+ Mint color palettes
Christmas Winter Mist color palette created on .