In CSS changing the color is quite basic. We can use any predefined color in css, like "red" or "blue". there are two other ways and that is with the rgb values, for example"rgb(255,125,10)" and then finally we can use the hex value, "FF0000".
we are not only limited to changing the text color