Winter Soft Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Winter Soft palette

Share this palette to:

Winter Soft color palette PNG image

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

Winter Soft color palette CSS

/* CSS */
.color-1 {
color: #a4c2db;
}
.color-2 {
color: #b7e0e6;
}
.color-3 {
color: #e1f6f9;
}
.color-4 {
color: #f7d9c5;
}
.color-5 {
color: #f5b2b2;
}

/* CSS Variables */
:root {
--color-1: #a4c2db;
--color-2: #b7e0e6;
--color-3: #e1f6f9;
--color-4: #f7d9c5;
--color-5: #f5b2b2;
}

Winter Soft background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c2db, #b7e0e6, #e1f6f9, #f7d9c5, #f5b2b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c2db, #b7e0e6, #e1f6f9, #f7d9c5, #f5b2b2);
}

Winter Soft color palette created on .