80's Alien Color Palette
Discover the beautiful 80's Alien color palette featuring heliotrope (#977aff), heliotrope (#de70ff), hot pink (#ff6bae), gorse (#ffef5c) and spring green (#29ff8d).
Brightness
Saturation
Warmth
💡 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
💻 80's Alien color palette CSS
/* CSS */
.color-1 {
color: #977aff;
}
.color-2 {
color: #de70ff;
}
.color-3 {
color: #ff6bae;
}
.color-4 {
color: #ffef5c;
}
.color-5 {
color: #29ff8d;
}
/* CSS Variables */
:root {
--color-1: #977aff;
--color-2: #de70ff;
--color-3: #ff6bae;
--color-4: #ffef5c;
--color-5: #29ff8d;
}
🌈 80's Alien background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #977aff, #de70ff, #ff6bae, #ffef5c, #29ff8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #977aff, #de70ff, #ff6bae, #ffef5c, #29ff8d);
}
🔗 Explore similar color palettes
80's Alien color palette created on .