We will be live in a few hours

HTML

<div class="rect"></div>

SCSS

.rect {
background: linear-gradient(
-119deg,
$gray 0%,
$dark-gray 100%); }

JS

var colors =
["#74B087","#DE7300","#74B087"];


function animate() {};