Change the default red color of prices and everywhere

Hi, i would like to know how to change the red color of the theme, the one that are in the prices, % discount. i use the example the ORGANIC template. Thanks

Hi,

You can use the Custom CSS:

.woocommerce-Price-amount {
    color: green;
}