A page with JavaScript

The CSS starts the color of this page as light green (#0000FF), and then changes the color every 3 seconds. The colors are taken from the JavaScript array called colors:

     colors = ["red", "yellow", "#FFEEEE", "CCCCFF", "00FF00"];
  

Adding or removing colors from this array will change the colors that the script cycles through.