Purple Alien Color Palette
Discover the beautiful Purple Alien color palette featuring fuchsia blue (#8e5abf), lavender (#b77dd8), buttercup (#f5a524), sunset orange (#ff4d4d) and turquoise (#4dd1c6).
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 Purple Alien palette
💻 Purple Alien color palette CSS
/* CSS */
.color-1 {
color: #8e5abf;
}
.color-2 {
color: #b77dd8;
}
.color-3 {
color: #f5a524;
}
.color-4 {
color: #ff4d4d;
}
.color-5 {
color: #4dd1c6;
}
/* CSS Variables */
:root {
--color-1: #8e5abf;
--color-2: #b77dd8;
--color-3: #f5a524;
--color-4: #ff4d4d;
--color-5: #4dd1c6;
} 🌈 Purple Alien background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8e5abf, #b77dd8, #f5a524, #ff4d4d, #4dd1c6);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8e5abf, #b77dd8, #f5a524, #ff4d4d, #4dd1c6);
} 🔗 Explore similar color palettes
Purple Alien color palette created on .