sunset2backgrounds = html`
<p>Now we can drop our second background, which has transparency, on top of that.</p>
<div class="sunset3" id="particles1">
</div>
<style>
.sunset3 {
height: 400px;
width: ${width};
background:
linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 65%, #506F09 66%, #88B311 100%),
linear-gradient(150deg, #FA8970 0%, #fa709a 65%, #fee140 75%, #fee140 100%)
;
}
</style>`