get_popular_colors {colorhex} | R Documentation |
www.color-hex.com has a list of colours that have been liked by the most users. This function will retrieve all of these.
get_popular_colors()
character vector of hex colours
if(curl::has_internet()){
get_popular_colors()
}