This is a palette package inspired by package{wesanderson}, collection of art of Hermitage museum in Saint Petersburg (Russia), and by a fantastic book "The anatomy of colour" by Patrick Baty.
The package offers 27 palettes with distinct colour combinations. The largest palettes are parsons_1 and parsons_2 inspired by Thomas Parsons's colour samples from the book "A Tint Of Historical colours" (1934) and include 87 colours and 120 colours, respectively. Other palettes offer 4 to 14 colours.
You can install the development version of hermitage like so:
install.packages("devtools")
devtools::install_github("evpatora/hermitage")
The painting has been in the collection of The Hermitage, St. Petersburg, Russia since 1948.

The Peacock Clock is a large mechanical clock featuring three life-sized peacocks; it was manufactured in the 2nd half of the 18th century and is part of the collection of Hermitage.


Red Room Harmony in Red





Actually belongs to the collection of Pushkin Museum, Moscow, Russia.









Other palettes in this package were inspired by the book Anatomy of Color: The Story of Heritage Paints & Pigments

library(hermitage)
hermitage_palette("du_barry", type = "discrete"))
install.packages("palmerpenguins")
library(palmerpenguins)
ggplot(data = penguins, aes(x = species, y = flipper_length_mm, fill = species, color = species)) +
geom_violin() +
theme_light(base_size = 12, base_family = "Varela Round") +
theme(panel.grid = element_blank()) +
scale_fill_manual(values = hermitage_palette("parsons_2")) +
scale_color_manual(values = hermitage_palette("parsons_2"))

Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.