Dark Winter Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dark Winter Elegance palette

Share this palette to:

Download Dark Winter Elegance Color Palette (PNG)

Download dark winter elegance color palette PNG image (landscape)
Download dark winter elegance color palette PNG image (square)

Dark Winter Elegance color palette CSS

/* CSS */
.color-1 {
color: #1d1d25;
}
.color-2 {
color: #39394c;
}
.color-3 {
color: #5c5c7a;
}
.color-4 {
color: #f7f7f7;
}
.color-5 {
color: #e94e77;
}

/* CSS Variables */
:root {
--color-1: #1d1d25;
--color-2: #39394c;
--color-3: #5c5c7a;
--color-4: #f7f7f7;
--color-5: #e94e77;
}

Dark Winter Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d1d25, #39394c, #5c5c7a, #f7f7f7, #e94e77);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d1d25, #39394c, #5c5c7a, #f7f7f7, #e94e77);
}

Dark Winter Elegance color palette created on .