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] "#EA4F29" "#EEB58F" "#578396" "#2B617E" "#A47685"
https://github.com/jcbain/cuttlefish
scales::show_col(cuttlefish::create_palette("image.jpg", n=5))