Mystical Night Color Palette

Discover the beautiful Mystical Night color palette featuring bunting (#151c4c), gigas (#5a3e8e), affair (#7c4b9b), bone (#e5d8c2) and french rose (#f13b78).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Creme, Dark, Elegant, Purple 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 Mystical Night palette

Share this palette to:

💻 Mystical Night color palette CSS

/* CSS */
.color-1 {
color: #151c4c;
}
.color-2 {
color: #5a3e8e;
}
.color-3 {
color: #7c4b9b;
}
.color-4 {
color: #e5d8c2;
}
.color-5 {
color: #f13b78;
}

/* CSS Variables */
:root {
--color-1: #151c4c;
--color-2: #5a3e8e;
--color-3: #7c4b9b;
--color-4: #e5d8c2;
--color-5: #f13b78;
}

🌈 Mystical Night background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #151c4c, #5a3e8e, #7c4b9b, #e5d8c2, #f13b78);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #151c4c, #5a3e8e, #7c4b9b, #e5d8c2, #f13b78);
}

Mystical Night color palette created on .