Lights Winter Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Lights Winter palette

Share this palette to:

Lights Winter color palette PNG image

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

Lights Winter color palette CSS

/* CSS */
.color-1 {
color: #d6e0f0;
}
.color-2 {
color: #a3c7e0;
}
.color-3 {
color: #6fa5c8;
}
.color-4 {
color: #3b8cbf;
}
.color-5 {
color: #007ab8;
}

/* CSS Variables */
:root {
--color-1: #d6e0f0;
--color-2: #a3c7e0;
--color-3: #6fa5c8;
--color-4: #3b8cbf;
--color-5: #007ab8;
}

Lights Winter background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6e0f0, #a3c7e0, #6fa5c8, #3b8cbf, #007ab8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6e0f0, #a3c7e0, #6fa5c8, #3b8cbf, #007ab8);
}

Lights Winter color palette created on .