typescriptcssv0.1
Docs

color

Utilities for controlling the text color of an element.

UtilityStyles
color.inheritcolor: inherit;
color.currentcolor: currentColor;
color.transparentcolor: transparent;
text.blackcolor: var(--color-black); /* #000 */
text.whitecolor: var(--color-white); /* #fff */
text[*<value>*]color: *<value>*;