80's Alien Color Palette
Discover the beautiful 80's Alien color palette featuring dodger blue (#4271ff), heliotrope (#8861ff), pink flamingo (#ff5cdc), buttermilk (#ffedad) and bright turquoise (#0affce).
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: #4271ff;
}
.color-2 {
color: #8861ff;
}
.color-3 {
color: #ff5cdc;
}
.color-4 {
color: #ffedad;
}
.color-5 {
color: #0affce;
}
/* CSS Variables */
:root {
--color-1: #4271ff;
--color-2: #8861ff;
--color-3: #ff5cdc;
--color-4: #ffedad;
--color-5: #0affce;
} 🌈 80's Alien background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4271ff, #8861ff, #ff5cdc, #ffedad, #0affce);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4271ff, #8861ff, #ff5cdc, #ffedad, #0affce);
} 🔗 Explore similar color palettes
80's Alien color palette created on .