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 #30c96a

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: #5c667d; (ex: change color code #f5f5f5 )
$primary:     #30c96a;
$white:       #ffffff;
Suggest Edit