Purple Majesty Color Palette

Discover the beautiful Purple Majesty color palette featuring purple mountain's majesty (#9577b6), wisteria (#a67abd), cold purple (#bea7d7), twilight (#e2c5e0) and careys pink (#d8a2c2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPurple, Majestic, Mountain, Soft, Spring, Bright, Light, 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 Purple Majesty palette

Share this palette to:

💻 Purple Majesty color palette CSS

/* CSS */
.color-1 {
color: #9577b6;
}
.color-2 {
color: #a67abd;
}
.color-3 {
color: #bea7d7;
}
.color-4 {
color: #e2c5e0;
}
.color-5 {
color: #d8a2c2;
}

/* CSS Variables */
:root {
--color-1: #9577b6;
--color-2: #a67abd;
--color-3: #bea7d7;
--color-4: #e2c5e0;
--color-5: #d8a2c2;
}

🌈 Purple Majesty background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9577b6, #a67abd, #bea7d7, #e2c5e0, #d8a2c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9577b6, #a67abd, #bea7d7, #e2c5e0, #d8a2c2);
}

Purple Majesty color palette created on .