Generative Art #199
Codeint[] colors = {#2364aa,#3da5d9,#73bfb8,#fec601,#ea7317};//int[] colors = {#008cc5,#33cccc,#f7fff7,#ff6b6b,#ffe66d};void setup() { size(800, 800); pixelDensity(2); noLoop(); rectMode(CENTER);}void draw() { background(getCol()); tile()