Winter War Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Winter War palette

Share this palette to:

Download Winter War Color Palette (PNG)

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

Winter War color palette CSS

/* CSS */
.color-1 {
color: #a9c8e0;
}
.color-2 {
color: #5d9bd5;
}
.color-3 {
color: #3c7cb9;
}
.color-4 {
color: #2c4d68;
}
.color-5 {
color: #1d2935;
}

/* CSS Variables */
:root {
--color-1: #a9c8e0;
--color-2: #5d9bd5;
--color-3: #3c7cb9;
--color-4: #2c4d68;
--color-5: #1d2935;
}

Winter War background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9c8e0, #5d9bd5, #3c7cb9, #2c4d68, #1d2935);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9c8e0, #5d9bd5, #3c7cb9, #2c4d68, #1d2935);
}

Winter War color palette created on .