body {
  background: black;
  animation: color-me-in 5s infinite;
}

@keyframes color-me-in {
  0% {
    background: orange;
  }
  100% {
    background: black;
  }
}
View Compiled

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.