A keyword that inherits the color value of a parent element, similar to the inherit keyword, used in place of a color value.
inherit
currentColor keyword on W3C
The <div> element below inherits its light green background color from its parent.
<div>
currentColor Keyword on MDN