Winter Fog Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Winter Fog palette

Share this palette to:

Download Winter Fog Color Palette (PNG)

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

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);
}

Winter Fog color palette created on .