I can't seem to figure out how I can programmatically change the button text based on the current colour. For example I want to do something similar to the below pseudocode:
IF button colour == pink THEN
set button text to "Pink"
ELSE
set button text to "Empty"