Get color by name and variant Usage: TwColors.getColor('red', 500) returns red-500
static Color? getColor(String colorName, int variant) { return allColors[colorName]?[variant]; }