Alien Cat Color Palette

Discover the beautiful Alien Cat color palette featuring affair (#7e4a8c), wisteria (#a866b2), melanie (#e6b7d3), moss green (#c1dfb3) and tradewind (#66b6b7).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPurple, Pink, Green, Bright, Fun, Cosmic, Cat 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 Alien Cat palette

Share this palette to:

💻 Alien Cat color palette CSS

/* CSS */
.color-1 {
color: #7e4a8c;
}
.color-2 {
color: #a866b2;
}
.color-3 {
color: #e6b7d3;
}
.color-4 {
color: #c1dfb3;
}
.color-5 {
color: #66b6b7;
}

/* CSS Variables */
:root {
--color-1: #7e4a8c;
--color-2: #a866b2;
--color-3: #e6b7d3;
--color-4: #c1dfb3;
--color-5: #66b6b7;
}

🌈 Alien Cat background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7e4a8c, #a866b2, #e6b7d3, #c1dfb3, #66b6b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7e4a8c, #a866b2, #e6b7d3, #c1dfb3, #66b6b7);
}

Alien Cat color palette created on .