CodePen is a social development environment for front-end designers and developers. Build and deploy a website, show off your work, build test cases to learn and debug, and find inspiration.
Sign Up for Free<div class="rect"></div>
.rect {
....background: linear-gradient(
........-119deg,
........$gray 0%,
........$dark-gray 100%); }
let colors =
["#74B087","#DE7300","#74B087"];
const animate = () => {};