Change Default Color Scheme
Open WHMCS > templates > digit > css > wdes-custom.css
Add the following code
:root {
--main-gradient-color: #00c6ff;
--secondary-gradient-color: #0072ff;
}
change the first and second gradient color to what you need.