How to change color of text in Dropdown language

To change color of text in Dropdown language, like this.

You can use this code to Custom CSS.

div.language-item * {
    color: #f1f;
}