Midnight Bloom Color Palette

Discover the beautiful Midnight Bloom color palette featuring black russian (#0d001a), haiti (#1a0c2c), valhalla (#2e194d), minsk (#4c2a7e) and trendy pink (#7e5c99).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Midnight, Blue, Purple, Bright, Night Sky, Deep, Deep Winter 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 Bloom palette

Share this palette to:

💻 Midnight Bloom color palette CSS

/* CSS */
.color-1 {
color: #0d001a;
}
.color-2 {
color: #1a0c2c;
}
.color-3 {
color: #2e194d;
}
.color-4 {
color: #4c2a7e;
}
.color-5 {
color: #7e5c99;
}

/* CSS Variables */
:root {
--color-1: #0d001a;
--color-2: #1a0c2c;
--color-3: #2e194d;
--color-4: #4c2a7e;
--color-5: #7e5c99;
}

🌈 Midnight Bloom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0d001a, #1a0c2c, #2e194d, #4c2a7e, #7e5c99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0d001a, #1a0c2c, #2e194d, #4c2a7e, #7e5c99);
}

Midnight Bloom color palette created on .