Sure, try...
=OR($B3="Pending",$B3="Quote")
Or you could create a named range on your sheet somewhere and add the words you want to format, then
=MATCH($B3,FmtWords,0)
The named range is called FmtWords
This way you can easily interchange words you want to format or even extend the named range instead of adding a bunch of words to the OR statement