size(300,300); background(130,30,250); for(int i=0 ; i<300; i=i+10){ for(int j=0 ;j<300; j=j+10){ ellipse(i,j,8,8);{ fill(10,250-i,30-i);} }}