There’s nothing in markdown itself for color, so it would only be by embedding HTML. I would have expected something like this to work:
<span style="color:red;">like this.</span>
However, when I actually type that code in, it looks like the style is stripped off, like this.