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: #3e2d43;
}
.color-2 {
color: #894d65;
}
.color-3 {
color: #c86a8c;
}
.color-4 {
color: #f1b1c0;
}
.color-5 {
color: #f9e5d7;
}

/* CSS Variables */
:root {
--color-1: #3e2d43;
--color-2: #894d65;
--color-3: #c86a8c;
--color-4: #f1b1c0;
--color-5: #f9e5d7;
}

Midnight Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e2d43, #894d65, #c86a8c, #f1b1c0, #f9e5d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e2d43, #894d65, #c86a8c, #f1b1c0, #f9e5d7);
}

Midnight Elegance color palette created on .