Oh, but in 1st post your wrote "to change the colour on the title page" , not " background colour" :// ;p
HERE IS DEFAULT BG COLOR
.sp-page-title::after {
-webkit-background-image: linear-gradient(-137deg,rgba(118,74,255,0.9) 0%,rgba(255,87,87,0.9) 100%);
background-image: linear-gradient(-137deg,rgba(118,74,255,0.9) 0%,rgba(255,87,87,0.9) 100%);
}
Override using your own colors in both lines. You can use online background gradient generator to speed up your work :)))
Now you have everything, I hope.