You can safely ignore it. It is just warning you that the value you have provided doesn't match the regex pattern for a color, as the designer is expecting a string in the form #XXXXXXXX
. It will resolve to the correct format when the CSS takes over in the client.
2 Likes