Any best practices with feedback colours?
- by alex
I have a few that I think are correct. These are background colours for messages.
ERROR: red;
INFO: blue;
SUCCESS: green;
NOT IMPORTANT INFO: yellow
Have I got the blue and yellow around the wrong way? Any hex values that are a de facto standard for these?
I am curious considering web development, but I think the answers will be agnostic.
…