color amarelo = color(230, 237, 30); fill(amarelo); for(int i=0;i<10;i++) { ellipse(random(0, width), random(0, height), 10, 10); }