/tarantino

Color palettes based on Quentin Tarantino's movies.

Primary LanguageROtherNOASSERTION

tarantino

lifecycle

Overview

This package provides a series of palettes extracted from some classic scenes of Quentin Tarantino’s movies. The package itself is a modified version based on the famous wesanderson package. The raw data is collected from Movies in Color.

img

Installation

You can install the development version of tarantino with:

# install package from github
devtools::install_github("rexarski/tarantino")

Palettes

Update: 2 new palettes from The Hateful Eight (2015) and Once Upon a Time in Hollywood (2019).

img

img

img

After loading the package, call tarantino_palettes to display all current available palettes, which are stored in the list. Each element within the list is a palette object.

library(tarantino)
tarantino_palettes

You can also use tarantino::print_palette(palette) to give a showcase of the palette:

tarantino::print_palette(tarantino_palette("PulpFiction", type="discrete"))

img