HTML Colors - W3Schools
https://www.w3schools.com/html/html_colors.aspHTML colors are specified with predefined color names, or with RGB, HEX, HSL, RGBA, or HSLA values. Color Names In HTML, a color can be specified by using a color name: Tomato Orange DodgerBlue MediumSeaGreen Gray SlateBlue Violet LightGray Try it Yourself » HTML supports 140 standard color names. Background Color
Text Color - HTML
https://www.html.am/html-codes/text/text-color.cfmText Color In HTML, you can change the text color using Cascading Style Sheets (CSS). You can change the text color using inline style sheets, embedded style sheets, or external style sheets. For the purposes of these examples, we'll use inline style sheets, however, I encourage you to use external style sheets whereever possible.