I want to add a color box to the README.md in my GitHub repository
In the beginning, the below worked:
 #243B55
But after the new API, the below works for some colors but not for all:
 `#f03c15`
How can get a code for all colors?