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

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Beige, Bright, Soft, Warm color palettes and combinations.

๐Ÿ’ก 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

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: #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);
}

Midnight Elegance color palette created on .