Shortcode - Text Color

Primary Theme Color

<div class="primary">your content</div>
<div class="theme-color">Your text here ..</div>
<span class="theme-color">Your text here ..</span>

Secondary Theme Color

<div class="secondary">your content</div>
<div class="theme-color-two">your content</div>
<span class="secondary">your content</span>

Theme Dark Color

<div class="dark">Your text here ..</div>
<span class="dark">Your text here ..</span>

Theme Light Color

<div class="light">Your text here ..</div>
<span class="light">Your text here ..</span>

White Color

<div class="white">Your text here ..</div>
<span class="white">Your text here ..</span>

Black

<div class="black">Your text here ..</div>
<span class="black">Your text here ..</span>