I would like to reference nested variables for colors to avoid repetition of the same hex values. For example, if multiple colors share the same hex value, instead of inputting the hex value repeatedly, I want to reference a variable. This ensures that any updates to the color are automatically reflected throughout the code.