<!DOCTYPE html>
<html>
<head>
<title>Заголовок документа</title>
<style>
p {
margin: 0;
font-size: 1.5em;
-webkit-text-fill-color: #1c87c9;
}
</style>
</head>
<body>
<h2>Пример свойства text-fill-color</h2>
<p>Lorem Ipsum - это текст-"рыба"...</p>
</body>
</html>