Purple Alien Color Palette

Discover the beautiful Purple Alien color palette featuring pigment indigo (#4c017e), blue violet (#5d49b6), wisteria (#9d58b6), hot pink (#ff6bb5) and supernova (#ffcd05).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPurple, Lavender, Pink, Magenta, Yellow, Vibrant, Bright, Fun, Modern, High Contrast 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 Alien palette

Share this palette to:

💻 Purple Alien color palette CSS

/* CSS */
.color-1 {
color: #4c017e;
}
.color-2 {
color: #5d49b6;
}
.color-3 {
color: #9d58b6;
}
.color-4 {
color: #ff6bb5;
}
.color-5 {
color: #ffcd05;
}

/* CSS Variables */
:root {
--color-1: #4c017e;
--color-2: #5d49b6;
--color-3: #9d58b6;
--color-4: #ff6bb5;
--color-5: #ffcd05;
}

🌈 Purple Alien background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c017e, #5d49b6, #9d58b6, #ff6bb5, #ffcd05);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c017e, #5d49b6, #9d58b6, #ff6bb5, #ffcd05);
}

Purple Alien color palette created on .