how to clour a link

sahil kirtane
<h1 class="blue-text">This is a blue heading</h1>
<p class="red-text">This is a red paragraph.</p>
<span class="pink-text">This is a pink span element.</span>
<a href="#" class="orange-text">This is an orange link</a>
<div style="color: blue;">This is a div with inline blue color</div>
<h2 style="color: red;">This is an h2 heading with inline red color</h2>
<p style="color: pink;">This is a paragraph with inline pink color</p>