Papaya Punch Color Palette
Bright papaya orange, tropical and punchy.
Use as a gradient →
Colors
#FF4E00
#FF6D00
#FF8C00
#FFAB40
#FFCF80
Contrast on Light & Dark Backgrounds
| Color | Hex | On White | On Black |
|---|---|---|---|
| #FF4E00 | T - | T - | |
| #FF6D00 | T - | T - | |
| #FF8C00 | T - | T - | |
| #FFAB40 | T - | T - | |
| #FFCF80 | 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.
Papaya Punch CSS Code
HEX Copy
#FF4E00 #FF6D00 #FF8C00 #FFAB40 #FFCF80
RGBA Copy
rgba(255, 78, 0, 1.0) rgba(255, 109, 0, 1.0) rgba(255, 140, 0, 1.0) rgba(255, 171, 64, 1.0) rgba(255, 207, 128, 1.0)
HSLA Copy
hsla(18, 100%, 50%, 1.0) hsla(26, 100%, 50%, 1.0) hsla(33, 100%, 50%, 1.0) hsla(34, 100%, 63%, 1.0) hsla(37, 100%, 75%, 1.0)
More Color Palettes
FAQ
What colors are in the Papaya Punch palette?Bright papaya orange, tropical and punchy.
How do I turn the Papaya Punch palette into a CSS gradient?
Use
background: linear-gradient(to right, #FF4E00, #FF6D00, #FF8C00, #FFAB40, #FFCF80);, or click "Use as a gradient" above to open it in the live generator.