Home / CSS Tips Generated By ChatGPT / Changing Text Color in CSS Use the color property to change the color of the text in an element. Source Code p { color: blue; }