Galaxy Color Palette

Discover the beautiful Galaxy color palette featuring minsk (#4b2e7a), butterfly bush (#684f92), east side (#a77ccb), french lilac (#e1c7f0) and blue chalk (#f1e5ff).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPurple, Cosmic, Bright, Vibrant, Space, Starry, Magenta, Lavender, Light, Modern 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 Galaxy palette

Share this palette to:

💻 Galaxy color palette CSS

/* CSS */
.color-1 {
color: #4b2e7a;
}
.color-2 {
color: #684f92;
}
.color-3 {
color: #a77ccb;
}
.color-4 {
color: #e1c7f0;
}
.color-5 {
color: #f1e5ff;
}

/* CSS Variables */
:root {
--color-1: #4b2e7a;
--color-2: #684f92;
--color-3: #a77ccb;
--color-4: #e1c7f0;
--color-5: #f1e5ff;
}

🌈 Galaxy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b2e7a, #684f92, #a77ccb, #e1c7f0, #f1e5ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b2e7a, #684f92, #a77ccb, #e1c7f0, #f1e5ff);
}

Galaxy color palette created on .