R package that contains color palettes based on colours on Metallica studio album covers.

metalli_palette(name, n, type = c("discrete", "continuous"))

Arguments

name

Name of palette. Select one: kill, kill10, lightning, lightning10, puppets, puppets10,justice, justice10, metallica, metallica10, load,load10, reload, reload10, anger, anger10, magnetic, magnetic10, hardwired, hardwired10, seasons10, seasons, combo, inomorata

n

Number of colors desired.

Some palettes contain 7 colors which were picked 'by hand' The combo palette and those ending with '10' have 10 colours. Apart from combo palette, these were produced with the aid of the colorfindr package : https://CRAN.R-project.org/package=colorfindr

type

Either continuous or discrete.

Value

A vector of colors.

Details

Yep, even the black album.

This package is based on the nycpalettes package: https://github.com/kellycotton/nycpalettes

Examples

metalli_palette("anger")