get_popular_colors: Get popular colour

View source: R/color.R

get_popular_colorsR Documentation

Get popular colour

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()
}

colorhex documentation built on Sept. 11, 2023, 9:06 a.m.