Midnight Purple Color Palette

Discover the beautiful Midnight Purple color palette featuring valhalla (#1e194d), jacarta (#3e296a), gigas (#5a3d8a), deluge (#7c54a6) and purple mountain's majesty (#9c7cc0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Aesthetic, Blue, Deep, 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 Purple palette

Share this palette to:

💻 Midnight Purple color palette CSS

/* CSS */
.color-1 {
color: #1e194d;
}
.color-2 {
color: #3e296a;
}
.color-3 {
color: #5a3d8a;
}
.color-4 {
color: #7c54a6;
}
.color-5 {
color: #9c7cc0;
}

/* CSS Variables */
:root {
--color-1: #1e194d;
--color-2: #3e296a;
--color-3: #5a3d8a;
--color-4: #7c54a6;
--color-5: #9c7cc0;
}

🌈 Midnight Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e194d, #3e296a, #5a3d8a, #7c54a6, #9c7cc0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e194d, #3e296a, #5a3d8a, #7c54a6, #9c7cc0);
}

Midnight Purple color palette created on .