Class: Color

About

Class Color is a class that can be used to set the text color.



Class List

This class is skin-based, all items listed in Skin List can be used as color class. The class writing format is as follows:

w-color-skin

Note: Replace skin with the skin name. Example: w-color-blue, w-color-red



Usage

Add the class to the desired element.

      	
        <b class='w-color-blue'>Lorem Ipsum</b> is simply 
        <span class='w-color-red'>dummy text</span> 
        of the printing and typesetting industry.
        
      
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
Have Question?