.custom-orange-color { color: #F58B30; } .custom-pink-color { color: #ED178F; }
<p>This is the custom <span class="custom-orange-color">orange</span> color and this is the custom <span class="custom-pink-color">pink</span> color.</p>