Use code to the Custom CSS box
/* Product title gradient */
h1.ProductItem-details-title {
background-image: linear-gradient(to right,#c7b7a6,#f1f);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

Result:

Use code to the Custom CSS box
/* Product title gradient */
h1.ProductItem-details-title {
background-image: linear-gradient(to right,#c7b7a6,#f1f);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

Result:
