Purple Galaxy Color Palette

Discover the beautiful Purple Galaxy color palette featuring navy blue (#060070), blue (#2200e6), electric violet (#6b0fff), heliotrope (#b85cff) and heliotrope (#e875ff).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withViolet, Lavender, Purple, Bright, Fun, Modern, Vibrant, Night Sky 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: #060070;
}
.color-2 {
color: #2200e6;
}
.color-3 {
color: #6b0fff;
}
.color-4 {
color: #b85cff;
}
.color-5 {
color: #e875ff;
}

/* CSS Variables */
:root {
--color-1: #060070;
--color-2: #2200e6;
--color-3: #6b0fff;
--color-4: #b85cff;
--color-5: #e875ff;
}

🌈 Purple Galaxy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #060070, #2200e6, #6b0fff, #b85cff, #e875ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #060070, #2200e6, #6b0fff, #b85cff, #e875ff);
}

Purple Galaxy color palette created on .