80's Alien Color Palette
Discover the beautiful 80's Alien color palette featuring dodger blue (#4d6aff), heliotrope (#9a5cff), hot pink (#ff57b9), kournikova (#ffec70) and spring green (#00ff9d).
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: #4d6aff;
}
.color-2 {
color: #9a5cff;
}
.color-3 {
color: #ff57b9;
}
.color-4 {
color: #ffec70;
}
.color-5 {
color: #00ff9d;
}
/* CSS Variables */
:root {
--color-1: #4d6aff;
--color-2: #9a5cff;
--color-3: #ff57b9;
--color-4: #ffec70;
--color-5: #00ff9d;
}
🌈 80's Alien background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d6aff, #9a5cff, #ff57b9, #ffec70, #00ff9d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d6aff, #9a5cff, #ff57b9, #ffec70, #00ff9d);
}
🔗 Explore similar color palettes
80's Alien color palette created on .