80's Alien Color Palette

Discover the beautiful 80's Alien color palette featuring heliotrope (#977bff), heliotrope (#de6eff), hot pink (#ff69ad), gorse (#ffef5d) and spring green (#2bff8f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Fun, Green, Lavender, Modern, Pink, Soft, Vibrant, Yellow 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 80's Alien palette

Share this palette to:

💻 80's Alien color palette CSS

/* CSS */
.color-1 {
color: #977bff;
}
.color-2 {
color: #de6eff;
}
.color-3 {
color: #ff69ad;
}
.color-4 {
color: #ffef5d;
}
.color-5 {
color: #2bff8f;
}

/* CSS Variables */
:root {
--color-1: #977bff;
--color-2: #de6eff;
--color-3: #ff69ad;
--color-4: #ffef5d;
--color-5: #2bff8f;
}

🌈 80's Alien background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #977bff, #de6eff, #ff69ad, #ffef5d, #2bff8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #977bff, #de6eff, #ff69ad, #ffef5d, #2bff8f);
}

80's Alien color palette created on .