Hi, its a gradient color applied of anchor link in hover. When the coursor have moved towards the link the hover effect will applied.
check the code i have added the gradient color
background: linear-gradient(top left, #F65206, #E51253)
background: #F65206; you can use gradient color generator tools for this type of solutions.
@LearnTheNew