How do I implement this gradient?
I wanted to do the blue-black gradient but can't figure out how. It's not radial but it's not quite linear either.
3 Replies
I wonder if this would be doable as a combination of a couple CSS gradients
background-blend-mode
-ed together? It also looks like it might be blured a bit?If you have the figma file, the best thing would be to check the implementation there.
If you don't, what @jsnkuhn said is the way to go.
It would involve a lot of trials though
also worth it to recognize that sometimes you're just better off using a jpeg and moving on with your day then trying to CSS battle things for hours.