Home / CSS Tips Generated By ChatGPT / Gradient Text Color in CSS Apply a gradient to text for creative styling. Source Code .gradient-text { background: -webkit-linear-gradient(left, red, blue); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }