HTML
<div class="rect"></div>
CSS
.rect {
background: linear-gradient(
-119deg,
$gray 0%,
$dark-gray 100%);}
JS
var colors = [“#74B087”, “#DE7300”, “#74B087”];
// Do the thing
function animate() {}