Looking to alter the Font color for the Placeholder text in a SharePoint forms.
<div class="ReactFieldEditor-placeHolder">Enter value here</div>
I would like the place holder text to be #c2c2c2.
.ReactFieldEditor .ReactFieldEditor-placeHolder {
color: #c2c2c2;
font-size: 14px;
font-weight: 400;
}