powered by
Get palette information from www.color-hex.com based on the palette id (can be found in the url)
get_palette(id)
data.frame with palette information
numeric id of a palette
if(curl::has_internet()){ get_palette(103107) # Lookup multiple palettes id <- c(103161, 103107) get_palette(id) }
Run the code above in your browser using DataLab