I am trying to change the color of some labels in pyqt5 by setting their style sheets like so:
background-color : lightblue
My problem is I don't know what colors I am allowed to use. For example, 'lightblue' works but 'lightred' does not. Is there some sort of lookup table somewhere with accepted color string values?