I have the following HTML code:
* Name * Last Name
* Name
* Last Name
I think I would solve it CSS wise:
label:first-letter { color: #ff0000; }
Example here