Two color in one Heading

you can do the css as:

h1::first-letter { 
    // your style
}