#C79081
#DFA579
Linear CSS gradient
Desert Hump
A smooth linear CSS gradient flowing upward from bottom to top, Desert Hump blends red (#C79081) and vermillion (#DFA579) in two colour stops.
Approachable and energising, the warm palette creates an emotional pull that encourages longer dwell time.
Works well for lifestyle blogs, hospitality websites, newsletter header sections. Copy the CSS snippet below and apply it directly — no preprocessor or build step required.
Color palette
ColorHEXRGB
#C79081rgb(199, 144, 129)
#DFA579rgb(223, 165, 121)
CSS code
background-image: linear-gradient(to top, #c79081 0%, #dfa579 100%);