How to Change Global Skin Colors ?
Note:
First run gulp and make modifications according to the specifications.
Refer this link
Gulp, if unacquainted on how to run Gulp.
gulp
Go to
src / scss / variables.scss
and change the value of variable as per the requirement/specification
$skin2: #fe5419;
$skin1:#2962FF;
$skin2:#fe5419;
$skin3:#00b0ff;
$skin4:#6659f7;
$skin5:#414755;
$skin6:#fff;
Now, save variable.scss file and check in browser.