<!DOCTYPE html> <style> #text { background: linear-gradient(#6d98cc, #8a64e5); background-clip: text; color: transparent; font-size: 50px; } </style> <div id="text">Hello</div>