Hi There,
Thanks for writing in! You can add this under Custom > CSS in the Customizer.
/*product page*/
.woocommerce .price > .amount {
color: red;
}
/*cart page / checkout page*/
span.woocommerce-Price-amount.amount {
color: red;
}
Feel free to replace those color value.
Hope it helps, Cheers!