Discover the beautiful Midnight Blossom color palette featuring tickle me pink (#ff7092), light wisteria (#c0a6d9), black (#000000), saffron mango (#f9c54e) and tango (#f3712b).

Midnight Blossom Color Palette

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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

Explore how the Midnight Blossom palette works in real UI components and design elements.

UI Examples

Explore beautiful UI components with Midnight Blossom palette

Share this palette to:

💻 Midnight Blossom color palette CSS

/* CSS */
.color-1 {
color: #ff7092;
}
.color-2 {
color: #c0a6d9;
}
.color-3 {
color: #000000;
}
.color-4 {
color: #f9c54e;
}
.color-5 {
color: #f3712b;
}

/* CSS Variables */
:root {
--color-1: #ff7092;
--color-2: #c0a6d9;
--color-3: #000000;
--color-4: #f9c54e;
--color-5: #f3712b;
}

🌈 Midnight Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7092, #c0a6d9, #000000, #f9c54e, #f3712b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7092, #c0a6d9, #000000, #f9c54e, #f3712b);
}

Midnight Blossom color palette created on .