CSS 데모: text-emphasis-color 데모 버튼을 클릭해 보세요!
selector {
    text-emphasis-style: dot;
    text-emphasis-color: /* value */
}
p span {
    text-emphasis-style: triangle;
    text-emphasis-color: red;
}
<p>텍스트에 <span>강조 표시</span>가 있습니다.</p>
실제 적용 모습

caniuse.com에서 더 자세한 정보를 확인해 보세요.