html color style code example
Example 1: html theme color
<meta name="theme-color" content="#ffffff">
Example 2: how to color in html
<h1 style="color: red;">Hello</h1>
<meta name="theme-color" content="#ffffff">
<h1 style="color: red;">Hello</h1>