#F9D423
#FF4E50
Linear CSS gradient
#137 Fruit Blend Gradient
Fruit Blend is a linear CSS gradient built from 2 colors: #F9D423, #FF4E50. It works well for hero sections, UI surfaces, marketing pages, and subtle background treatments.
Use the palette table below to grab exact HEX and RGB values, then copy the raw CSS snippet and drop it straight into your project without re-building the gradient by hand.
Color palette
ColorHEXRGB
#F9D423rgb(249, 212, 35)
#FF4E50rgb(255, 78, 80)
CSS code
background-image: linear-gradient(to right, #f9d423 0%, #ff4e50 100%);