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 CSS

/* CSS */
.color-1 {
color: #1a1a1a;
}
.color-2 {
color: #292929;
}
.color-3 {
color: #380038;
}
.color-4 {
color: #ffffff;
}
.color-5 {
color: #001a33;
}

/* CSS Variables */
:root {
--color-1: #1a1a1a;
--color-2: #292929;
--color-3: #380038;
--color-4: #ffffff;
--color-5: #001a33;
}

Midnight Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1a1a, #292929, #380038, #ffffff, #001a33);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1a1a, #292929, #380038, #ffffff, #001a33);
}

Midnight Elegance color palette created on .