Coming Soon.

This page will be available soon upon Beta testing completion. To find out more follow us on social media.

HTML

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

SCSS

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

JS

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


function animate() {};