プレースホルダーの文字色を変更するには?

cssで以下のスタイルを指定することで対応が可能です。

input::-webkit-input-placeholder{
color: #f00;
font-weight:bold;
}