Peaceful Winter Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Peaceful Winter palette

Share this palette to:

Peaceful Winter color palette PNG image

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

Peaceful Winter color palette CSS

/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #b2dae0;
}
.color-3 {
color: #e2f3f3;
}
.color-4 {
color: #f0dab7;
}
.color-5 {
color: #f5b5a3;
}

/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #b2dae0;
--color-3: #e2f3f3;
--color-4: #f0dab7;
--color-5: #f5b5a3;
}

Peaceful Winter background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #b2dae0, #e2f3f3, #f0dab7, #f5b5a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #b2dae0, #e2f3f3, #f0dab7, #f5b5a3);
}

Peaceful Winter color palette created on .