Midnight Dream Color Palette

Discover the beautiful Midnight Dream color palette featuring east bay (#3d3e7b), victoria (#4d4f9d), blue marguerite (#6c6fcb), cold purple (#a7a7e2) and mandys pink (#f0b5a3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Cream, Deep, Elegant, Light, Modern, Purple, Soft, Vibrant 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 Dream palette

Share this palette to:

💻 Midnight Dream color palette CSS

/* CSS */
.color-1 {
color: #3d3e7b;
}
.color-2 {
color: #4d4f9d;
}
.color-3 {
color: #6c6fcb;
}
.color-4 {
color: #a7a7e2;
}
.color-5 {
color: #f0b5a3;
}

/* CSS Variables */
:root {
--color-1: #3d3e7b;
--color-2: #4d4f9d;
--color-3: #6c6fcb;
--color-4: #a7a7e2;
--color-5: #f0b5a3;
}

🌈 Midnight Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d3e7b, #4d4f9d, #6c6fcb, #a7a7e2, #f0b5a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d3e7b, #4d4f9d, #6c6fcb, #a7a7e2, #f0b5a3);
}

Midnight Dream color palette created on .