Skip to content

Instantly share code, notes, and snippets.

<body>
<script>
var colors = ["#F7977A","#F9AD81","#FDC68A","#FFF79A","#C4DF9B","#A2D39C","#82CA9D","#7BCDC8","#6ECFF6","#7EA7D8","#8493CA","#8882BE","#A187BE","#BC8DBF","#F49AC2","#F6989D"];
//Currently using Ivory (#FFFFF0) as the background, and it works well with the pastels.
var i = 0;
setInterval(function(){
i++
if (i>=colors.length){