How to change color of “only left…in stock”

To change color of “only left… in stock” like this.

You can use this code to Custom CSS.

div.product-scarcity {
    color: #f1f !important;
}

Result