Midnight Blossom Color Palette

Discover the beautiful Midnight Blossom color palette featuring wewak (#f5a3ae), beauty bush (#f1c0d1), wistful (#b5a7d3), ship cove (#7d8ebf) and victoria (#4c4b9b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Light, Pink, Soft 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 palette

Share this palette to:

💻 Midnight Blossom color palette CSS

/* CSS */
.color-1 {
color: #f5a3ae;
}
.color-2 {
color: #f1c0d1;
}
.color-3 {
color: #b5a7d3;
}
.color-4 {
color: #7d8ebf;
}
.color-5 {
color: #4c4b9b;
}

/* CSS Variables */
:root {
--color-1: #f5a3ae;
--color-2: #f1c0d1;
--color-3: #b5a7d3;
--color-4: #7d8ebf;
--color-5: #4c4b9b;
}

🌈 Midnight Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a3ae, #f1c0d1, #b5a7d3, #7d8ebf, #4c4b9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a3ae, #f1c0d1, #b5a7d3, #7d8ebf, #4c4b9b);
}

Midnight Blossom color palette created on .