Return a random palette color
$ component install yyolk/random-palette-color
var RandomPaletteColor = require("random-palette-color");
function changeBodyColor(){
document.getElementById("body").style.backgroundColor = RandomPaletteColor();
}
changeBodyColor();
MIT