Hi Diego,
You can use the following custom css
.input-field-classname { .form-control { &::placeholder { color: red; } } }