My goal is to create the follwing pattern:
Can I generate this kind of gradient using only vanilla CSS?
I've seen this done in figma. However, there's only conic-gradient in CSS and no specific diamond-gradient.
My goal is to create the follwing pattern:
Can I generate this kind of gradient using only vanilla CSS?
I've seen this done in figma. However, there's only conic-gradient in CSS and no specific diamond-gradient.
Copyright © 2021 Jogjafile Inc.

You can achieve this effect by blending together two linear gradients, perpendicular to each other.