CSS ColorsA reference of CSS color names and values. CSS Colors Reference CSS supports 140 standard color names. Common Color Names Red Green Blue Orange Yellow Cyan Magenta Black White You can also use HEX, RGB, RGBA, HSL, and HSLA values. Example/* Using color names */ p { color: Tomato; }Try it Yourself PreviousNext