Hey! I am quite new to scripting and programming in general, and I am trying to change a text to a specific color when highlighted with the cursor. I have managed to do this correctly using
public void OnMouseEnter(){
PlayText.color = Color.red;}
but this only works with main color like red, black, yellow, blue etc.
What do I do if I want the same thing with a custom color code?