Get default color variant (500) by name Usage: TwColors.getDefaultColor('red') returns red-500
static Color? getDefaultColor(String colorName) { return getColor(colorName, 500); }