Copper Orange Alien Color Palette
Discover the beautiful Copper Orange Alien color palette featuring tango (#e76a1d), tuscany (#c65b2a), apple blossom (#a54b3b), solid pink (#8b3c4a) and finn (#6d2c4d).
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 Copper Orange Alien palette
💻 Copper Orange Alien color palette CSS
/* CSS */
.color-1 {
color: #e76a1d;
}
.color-2 {
color: #c65b2a;
}
.color-3 {
color: #a54b3b;
}
.color-4 {
color: #8b3c4a;
}
.color-5 {
color: #6d2c4d;
}
/* CSS Variables */
:root {
--color-1: #e76a1d;
--color-2: #c65b2a;
--color-3: #a54b3b;
--color-4: #8b3c4a;
--color-5: #6d2c4d;
} 🌈 Copper Orange Alien background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e76a1d, #c65b2a, #a54b3b, #8b3c4a, #6d2c4d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e76a1d, #c65b2a, #a54b3b, #8b3c4a, #6d2c4d);
} 🔗 Explore similar color palettes
Copper Orange Alien color palette created on .