Use below sample code to create text of different color.
Theme Color
<div class="theme-color">
your content here..
</div>
<span class="theme-color">
your content here..
</span>
White Color
<div class="white-color">
your content here..
</div>
<span class="white-color">
your content here..
</span>