Check if color name exists
static bool hasColor(String colorName) { return allColors.containsKey(colorName); }