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: #ffffff;
}
.color-2 {
color: #f2e6d4;
}
.color-3 {
color: #d8a65f;
}
.color-4 {
color: #a0547d;
}
.color-5 {
color: #1d1c21;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f2e6d4;
--color-3: #d8a65f;
--color-4: #a0547d;
--color-5: #1d1c21;
}

Midnight Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f2e6d4, #d8a65f, #a0547d, #1d1c21);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f2e6d4, #d8a65f, #a0547d, #1d1c21);
}

Midnight Elegance color palette created on .