Mango Tango Color Palette
Bright mango yellow dancing into deep tangerine.
Use as a gradient →
Colors
#FFEA00
#FFC300
#FF9900
#FF6F00
#E85D04
Contrast on Light & Dark Backgrounds
| Color | Hex | On White | On Black |
|---|---|---|---|
| #FFEA00 | T - | T - | |
| #FFC300 | T - | T - | |
| #FF9900 | T - | T - | |
| #FF6F00 | T - | T - | |
| #E85D04 | T - | T - |
Each circle shows the color as text on white and black, with a simulated WCAG AA pass/fail badge. Not a guarantee of accessibility compliance.
Mango Tango CSS Code
HEX Copy
#FFEA00 #FFC300 #FF9900 #FF6F00 #E85D04
RGBA Copy
rgba(255, 234, 0, 1.0) rgba(255, 195, 0, 1.0) rgba(255, 153, 0, 1.0) rgba(255, 111, 0, 1.0) rgba(232, 93, 4, 1.0)
HSLA Copy
hsla(55, 100%, 50%, 1.0) hsla(46, 100%, 50%, 1.0) hsla(36, 100%, 50%, 1.0) hsla(26, 100%, 50%, 1.0) hsla(23, 97%, 46%, 1.0)
More Color Palettes
FAQ
What colors are in the Mango Tango palette?Bright mango yellow dancing into deep tangerine.
How do I turn the Mango Tango palette into a CSS gradient?
Use
background: linear-gradient(to right, #FFEA00, #FFC300, #FF9900, #FF6F00, #E85D04);, or click "Use as a gradient" above to open it in the live generator.