Midnight Mocha Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Midnight Mocha Elegance palette

Share this palette to:

Midnight Mocha Elegance color palette CSS

/* CSS */
.color-1 {
color: #2e2b31;
}
.color-2 {
color: #4b4a4f;
}
.color-3 {
color: #7d7a7f;
}
.color-4 {
color: #b9b5ba;
}
.color-5 {
color: #f1e6e4;
}

/* CSS Variables */
:root {
--color-1: #2e2b31;
--color-2: #4b4a4f;
--color-3: #7d7a7f;
--color-4: #b9b5ba;
--color-5: #f1e6e4;
}

Midnight Mocha Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e2b31, #4b4a4f, #7d7a7f, #b9b5ba, #f1e6e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e2b31, #4b4a4f, #7d7a7f, #b9b5ba, #f1e6e4);
}

Midnight Mocha Elegance color palette created on .