Midnight Elegance Color Palette
Discover the beautiful Midnight Elegance color palette featuring white (#ffffff), parchment (#f2e6d4), di serria (#d8a65f), tapestry (#a0547c) and baltic sea (#1d1c21).
Brightness
Saturation
Warmth
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
UI Examples
Explore beautiful UI components with Midnight Elegance palette
๐ป Midnight Elegance color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f2e6d4;
}
.color-3 {
color: #d8a65f;
}
.color-4 {
color: #a0547c;
}
.color-5 {
color: #1d1c21;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f2e6d4;
--color-3: #d8a65f;
--color-4: #a0547c;
--color-5: #1d1c21;
} ๐ Midnight Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f2e6d4, #d8a65f, #a0547c, #1d1c21);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f2e6d4, #d8a65f, #a0547c, #1d1c21);
} ๐ Explore similar color palettes
Midnight Elegance color palette created on .