Copy and paste the following in the CSS portion of the Resources section in the export dialog to apply the gradient from your link to the background:
body, #container-wrap { background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%); }
:-webkit-full-screen { background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%); }