Purple Galaxy Color Palette

Discover the beautiful Purple Galaxy color palette featuring eminence (#5b2f8e), studio (#7c53b2), purple mountain's majesty (#9e7bc1), light wisteria (#d2a9e5) and mauve (#f6c7ff).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Indigo, Purple, Vibrant, Space 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 Galaxy palette

Share this palette to:

💻 Purple Galaxy color palette CSS

/* CSS */
.color-1 {
color: #5b2f8e;
}
.color-2 {
color: #7c53b2;
}
.color-3 {
color: #9e7bc1;
}
.color-4 {
color: #d2a9e5;
}
.color-5 {
color: #f6c7ff;
}

/* CSS Variables */
:root {
--color-1: #5b2f8e;
--color-2: #7c53b2;
--color-3: #9e7bc1;
--color-4: #d2a9e5;
--color-5: #f6c7ff;
}

🌈 Purple Galaxy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b2f8e, #7c53b2, #9e7bc1, #d2a9e5, #f6c7ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b2f8e, #7c53b2, #9e7bc1, #d2a9e5, #f6c7ff);
}

Purple Galaxy color palette created on .