Can I change the color of an input's Placeholder text?

If the input is not white or similarly bright color then the placeholder is almost invisible now.
I can do a workaround by creating a button with the same style and writing the placeholder text in it and when it’s clicked then I hide it and focus on the original input but it’d be easier to just change the color of the placeholder.
Let me know.