Vargula offers a markup-style syntax to customize terminal texts. If you want the text to appear blue:
import vargula as vg
vg.write("<blue>Here's a blue text!</blue>")
At the same time, you can replace <blue>...</blue> with <#ffffff>...</#ffffff> or any hexadecimal code if you want a specific color shade.