get_latest_palettes {colorhex}R Documentation

Get latest palettes

Description

Retrieve the most recently made palettes from www.color-hex.com

Usage

get_latest_palettes()

Value

data.frame with name, id and colours

Examples

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

[Package colorhex version 0.1.4 Index]