In XPP you can use the color property to define the foreground color of the text. You can do something like this: para { color: red; } or you can do something like: para { color: -xppc(19); }
The named colors are limited to the 9 main colors that XPP…