get_popular_colors {colorhex}R Documentation

Description

www.color-hex.com has a list of colours that have been liked by the most users. This function will retrieve all of these.

Usage

get_popular_colors()

Value

character vector of hex colours

Examples

if(curl::has_internet()){
get_popular_colors()
}

[Package colorhex version 0.1.4 Index]