Recently have run into some bugs with checking color equality
between two hex strings (using the basic ===`===` operator). We should use
tinycolor.equals() instead throughout the codebase, as well as making sure
to lowercase hex color stringsChanged this equality (or inequality) check to use `tinycolor.equals()` instead throughout the codebase.