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>
실제 적용 모습
text-emphasis-color 속성에 대한 브라우저 호환성
속성
데스크탑 Chrome
Chrome
데스크탑데스크탑 Edge
Edge
데스크탑 Firefox
Firefox
Safari
Safari
text-emphasis-color 99 99 46 7

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