Winter Fog Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Winter Fog palette
Color Inspiration
Images that showcase this color palette in real designs
Download Winter Fog Color Palette (PNG)
Winter Fog color palette CSS
/* CSS */
.color-1 {
color: #a4c2db;
}
.color-2 {
color: #b9dada;
}
.color-3 {
color: #e0e6e6;
}
.color-4 {
color: #f7f7f7;
}
.color-5 {
color: #c0c5c8;
}
/* CSS Variables */
:root {
--color-1: #a4c2db;
--color-2: #b9dada;
--color-3: #e0e6e6;
--color-4: #f7f7f7;
--color-5: #c0c5c8;
}
Winter Fog background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c2db, #b9dada, #e0e6e6, #f7f7f7, #c0c5c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c2db, #b9dada, #e0e6e6, #f7f7f7, #c0c5c8);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Winter Fog color palette created on .