Midnight Blossom Drive Color Palette

Discover the beautiful Midnight Blossom Drive color palette featuring illusion (#f4b3ca), wewak (#eea0b7), hopbush (#ce6f95), affair (#723e84) and mirage (#1b1d31).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPink, Peach, Plum, Purple, Dark, Soft, Elegant, Feminine, Vintage 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 Blossom Drive palette

Share this palette to:

💻 Midnight Blossom Drive color palette CSS

/* CSS */
.color-1 {
color: #f4b3ca;
}
.color-2 {
color: #eea0b7;
}
.color-3 {
color: #ce6f95;
}
.color-4 {
color: #723e84;
}
.color-5 {
color: #1b1d31;
}

/* CSS Variables */
:root {
--color-1: #f4b3ca;
--color-2: #eea0b7;
--color-3: #ce6f95;
--color-4: #723e84;
--color-5: #1b1d31;
}

🌈 Midnight Blossom Drive background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4b3ca, #eea0b7, #ce6f95, #723e84, #1b1d31);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4b3ca, #eea0b7, #ce6f95, #723e84, #1b1d31);
}

Midnight Blossom Drive color palette created on .