Midnight Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Midnight Elegance palette

Share this palette to:

Midnight Elegance color palette PNG image

Download midnight elegance color palette PNG image (landscape)
Download midnight elegance color palette PNG image (square)

Midnight Elegance color palette CSS

/* CSS */
.color-1 {
color: #e2e4e9;
}
.color-2 {
color: #b6b8c3;
}
.color-3 {
color: #797c8b;
}
.color-4 {
color: #3d3e4d;
}
.color-5 {
color: #1c1c2c;
}

/* CSS Variables */
:root {
--color-1: #e2e4e9;
--color-2: #b6b8c3;
--color-3: #797c8b;
--color-4: #3d3e4d;
--color-5: #1c1c2c;
}

Midnight Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2e4e9, #b6b8c3, #797c8b, #3d3e4d, #1c1c2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2e4e9, #b6b8c3, #797c8b, #3d3e4d, #1c1c2c);
}

Midnight Elegance color palette created on .