program_language_colors package Package used to get color by programming language, referenced from Github. Getting started Depend on it dependencies: program_language_colors: ^1.0.0 Static Properties Color ProgramLanguageColors.Dart ProgramLanguageColors.HTML ... Static Function String test = 'HTML'; ProgramLanguageColors.fromName(test); Example