Galactic Mecha Clash Color Palette

Discover the beautiful Galactic Mecha Clash color palette featuring minsk (#412a79), gigas (#573998), studio (#6c52ae), blue bell (#8985ca) and cold purple (#a095d5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Deep, Earthy, Lavender, Modern, Muted, Purple, Soft, 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 Galactic Mecha Clash palette

Share this palette to:

💻 Galactic Mecha Clash color palette CSS

/* CSS */
.color-1 {
color: #412a79;
}
.color-2 {
color: #573998;
}
.color-3 {
color: #6c52ae;
}
.color-4 {
color: #8985ca;
}
.color-5 {
color: #a095d5;
}

/* CSS Variables */
:root {
--color-1: #412a79;
--color-2: #573998;
--color-3: #6c52ae;
--color-4: #8985ca;
--color-5: #a095d5;
}

🌈 Galactic Mecha Clash background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #412a79, #573998, #6c52ae, #8985ca, #a095d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #412a79, #573998, #6c52ae, #8985ca, #a095d5);
}

Galactic Mecha Clash color palette created on .