how to set color with color code unity code example
Example 1: new Color from hex in unity
Color greenColor;
ColorUtility.TryParseHtmlString("#0AC742", out greenColor);
Example 2: new color unity
Color color = new Color(red,green,blue,alpha)//Alpha 0 is transparent