<p>Testing currentColor: If currentColor works, this box should be green</p>
<div></div>
div {
  width: 100vw;
  height: 100vh;
  color: green;
  background: currentColor;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.