Creating ellipses with different colours and sizes

Try having one ellipse drawn each frame at the center of the screen.
Vary the color and size randomly each time but draw them at the same place.

One detail worth noting is that the ellipses aren’t filled in (which can be achieved with noFill()) and that they have quite thick borders, which can be adjusted using the stroke() function.