Light ray effect with css

Hi, I have an image that was generated by the NextJS ImageResponse using JSX and CSS, but I can't figure out, how did they achieve the light beam effect in this image, Please suggest me some suitable methods with which I may achieve a similar result... Thanks
No description
5 Replies
TheBassGuy 🎸
TheBassGuy 🎸10mo ago
They are generating these images dynamically
Jochem
Jochem10mo ago
it's a bunch of layered gradients probably
TheBassGuy 🎸
TheBassGuy 🎸10mo ago
can u spin up a codepen, and make something similar if possible, would help a lot... like the glow on the borders, text, icons too?
Jochem
Jochem10mo ago
that's not really something I have time for, sorry the border thing is probably just a border-image with a gradient too
TheBassGuy 🎸
TheBassGuy 🎸10mo ago
not an issue and maybe some blend modes also so u are saying it is all gradients... nice, thanks