Mystery Color Palette

Discover the beautiful Mystery color palette featuring east bay (#4a3c77), scampi (#6e5c99), lavender purple (#9f7eb9), light wisteria (#c2a4d6) and french lilac (#e4c1f0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Deep, Elegant, Lavender, Purple, Soft, Violet 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 Mystery palette

Share this palette to:

💻 Mystery color palette CSS

/* CSS */
.color-1 {
color: #4a3c77;
}
.color-2 {
color: #6e5c99;
}
.color-3 {
color: #9f7eb9;
}
.color-4 {
color: #c2a4d6;
}
.color-5 {
color: #e4c1f0;
}

/* CSS Variables */
:root {
--color-1: #4a3c77;
--color-2: #6e5c99;
--color-3: #9f7eb9;
--color-4: #c2a4d6;
--color-5: #e4c1f0;
}

🌈 Mystery background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a3c77, #6e5c99, #9f7eb9, #c2a4d6, #e4c1f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a3c77, #6e5c99, #9f7eb9, #c2a4d6, #e4c1f0);
}

Mystery color palette created on .