Mango Tango Delight Color Palette
Discover the beautiful Mango Tango Delight color palette featuring mango tango (#e67300), web orange (#faa700), supernova (#facc00), sweet corn (#fcea88) and school bus yellow (#ffd900).
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 Mango Tango Delight palette
💻 Mango Tango Delight color palette CSS
/* CSS */
.color-1 {
color: #e67300;
}
.color-2 {
color: #faa700;
}
.color-3 {
color: #facc00;
}
.color-4 {
color: #fcea88;
}
.color-5 {
color: #ffd900;
}
/* CSS Variables */
:root {
--color-1: #e67300;
--color-2: #faa700;
--color-3: #facc00;
--color-4: #fcea88;
--color-5: #ffd900;
} 🌈 Mango Tango Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e67300, #faa700, #facc00, #fcea88, #ffd900);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e67300, #faa700, #facc00, #fcea88, #ffd900);
} 🔗 Explore similar color palettes
Mango Tango Delight color palette created on .