Color Schemes

You can change your Website's Color Scheme in an instant. You simply need to set the your Color Code in the css/custom.css file using the following code:

Usage

:root {
	--cnvs-themecolor: #83b341;
	--cnvs-themecolor-rgb: 131, 179, 65;
}

Setting the --cnvs-themecolor-rgb is mandatory as some Elements uses this variable. Simply covert your HEX/RGB Colors here.

Related docs