I am trying to create a background gradient for a div that follows this design:
The background has a horizontal gradient
linear-gradient( to right, #84d2ff, #8d5acd)
,
but also has a vertical gradient from white downward (not transparent).
Is is possible to combine these two gradients using CSS?