Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<meta charset="utf-8">
<title>Reference: currentColor is inherited correctly in color-mix()</title>
<style>
div {
color: color-mix(in srgb, green 50%, white);
}
</style>
<div>
<div>This text should be pale green</div>
</div>