Add styled VTT subtitles to MKV in ffmpeg

I have styled VTT subtitles, some lines are colored. I want to add them to a MKV file.

The code I tried does get them embedded but the colors don’t remain:

ffmpeg -i "video.mkv" -i "subtitles.vtt" -c copy "outv.mkv"

Any ideas?