change placeholder color on focus code example
Example: change input placeholder font color
input[type="email"].big-dog::-webkit-input-placeholder {
color: orange;
}
input[type="email"].big-dog::-webkit-input-placeholder {
color: orange;
}