Get a color by name
Color getColor(String colorName) { return state[colorName] ?? Colors.transparent; }