How to change Sale Price Color

To change Sale Price Color, like this.

You can use this code to Custom CSS.

span.sale-price {
    color: #f1f;
}