Darjeeling1
wesanderson packagehttps://github.com/karthik/wesanderson
scales::show_col(wesanderson::wes_palettes$Darjeeling1)
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"
https://github.com/jcbain/cuttlefish
scales::show_col(cuttlefish::create_palette("image.jpg", n=5))