Winter Darkness Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Winter Darkness palette

Share this palette to:

Winter Darkness color palette PNG image

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

Winter Darkness color palette CSS

/* CSS */
.color-1 {
color: #1b202d;
}
.color-2 {
color: #3b4a68;
}
.color-3 {
color: #5a6c8c;
}
.color-4 {
color: #a4b6c1;
}
.color-5 {
color: #d9e6f2;
}

/* CSS Variables */
:root {
--color-1: #1b202d;
--color-2: #3b4a68;
--color-3: #5a6c8c;
--color-4: #a4b6c1;
--color-5: #d9e6f2;
}

Winter Darkness background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b202d, #3b4a68, #5a6c8c, #a4b6c1, #d9e6f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b202d, #3b4a68, #5a6c8c, #a4b6c1, #d9e6f2);
}

Winter Darkness color palette created on .