Darjeeling1

Darjeeling1

Hand-picked palette by the wesanderson package

https://github.com/karthik/wesanderson

scales::show_col(wesanderson::wes_palettes$Darjeeling1)

Paletter

https://github.com/AndreaCirilloAC/paletter

paletter::create_palette(image_path = "image.jpg", number_of_colors = 5, type_of_variable = "categorical")
## decomposing image into RGB...
## applying kmeans to the image...
## optimising palette...
## Joining, by = "id"
## Joining, by = "id"
## optimising level of divergence between colours

## [1] "#E49162" "#7B541F" "#936E2E" "#5CA24C" "#86CFCB"

Cuttlefish

https://github.com/jcbain/cuttlefish

scales::show_col(cuttlefish::create_palette("image.jpg", n=5))