Midnight Blossoms Color Palette

Discover the beautiful Midnight Blossoms color palette featuring aubergine (#3a090f), buccaneer (#6a2a2e), turkish rose (#b06d7c), kobi (#eab8d1) and we peep (#f4d2e1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBurgundy, Dark, Elegant, 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 Blossoms palette

Share this palette to:

💻 Midnight Blossoms color palette CSS

/* CSS */
.color-1 {
color: #3a090f;
}
.color-2 {
color: #6a2a2e;
}
.color-3 {
color: #b06d7c;
}
.color-4 {
color: #eab8d1;
}
.color-5 {
color: #f4d2e1;
}

/* CSS Variables */
:root {
--color-1: #3a090f;
--color-2: #6a2a2e;
--color-3: #b06d7c;
--color-4: #eab8d1;
--color-5: #f4d2e1;
}

🌈 Midnight Blossoms background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a090f, #6a2a2e, #b06d7c, #eab8d1, #f4d2e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a090f, #6a2a2e, #b06d7c, #eab8d1, #f4d2e1);
}

Midnight Blossoms color palette created on .