Skip to content

Instantly share code, notes, and snippets.

@felipecustodio
Created July 20, 2018 21:04
Show Gist options
  • Save felipecustodio/0dab641f11f7ae23c4086fff6f282d6c to your computer and use it in GitHub Desktop.
Save felipecustodio/0dab641f11f7ae23c4086fff6f282d6c to your computer and use it in GitHub Desktop.
Vintage colorscheme
size(640, 360);
//background(#F2EAE8);
background(#ECE9E4);
translate(640 / 2, 360 / 2);
fill(#5E5554);
noStroke();
ellipse(0, 0, 100, 100);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment