Grainy css background

I’m wondering if there is a way to add a background like the one you can create here:
Mesh Gradients for Tailwind CSS | Hypercolor

it comes in this format:

background-color: rgb(190, 18, 60);
background-image: radial-gradient(at 23% 19%, rgb(250, 232, 255) 0, transparent 88%), radial-gradient(at 11% 33%, rgb(234, 88, 12) 0, transparent 93%), radial-gradient(at 7% 5%, rgb(99, 102, 241) 0, transparent 1%), radial-gradient(at 41% 55%, rgb(217, 119, 6) 0, transparent 33%), radial-gradient(at 41% 22%, rgb(162, 28, 175) 0, transparent 74%), radial-gradient(at 1% 90%, rgb(220, 38, 38) 0, transparent 21%);

Thanks!

Sure, by adding it to the custom css tab :wink: radial gradients are coming into the builder at some point I believe, kinda doubt it’ll let u add multiple gradients though so most likely will always have to use custom css for this kinda stuff.