I want to be able to define a custom color in a single place and then have access to it both programmatically and in Interface Builder. For coding I could create a UIColor extension. For visual designing in IB I could create a custom color palette. What is the best technique that will simultaneously work with both?