Color Schemes

You can change your Website’s Color Scheme in an instant. There are 2 super easy options to change your website color.

1. CSS method: If you want to change the color go to (css/style.css) and Replace primary color HEX code with your color HEX code. Default color HEX code is #ff8a00

2. SCSS method: If you want to change the color go to (scss/variables.scss) and change color HEX codes as per your needs.

$body-color:	#969696; (ex: change color code #f5f5f5 )
$primary:			#ff8a00;
$white:				#ffffff;
Suggest Edit