Bg-color-inherit and text-color-inherit?

Is there a helper CSS class that inherits the color of the “color-theme-*” ? I’ve integrated the Color Theme switcher into my app and I want to make texts and background inherit the current color theme. I was thinking bg-color-inherit and text-color-inherit would be the perfect classes.

<div class="card">
	<div class="card-header bg-color-inherit">
		...
	</div>
	<div class="card-content text-color-inherit">
		...
	</div>
</div>

No, there is no such feature