Home

Awesome

metallicaRt

<!-- badges: start -->

R-CMD-check

<!-- badges: end -->

<img src="man/figures/metallicart.jpg" width="160px" align="right"/>

What?

On a whim, this is a collection of colour palettes based on Metallica album covers.

Each is named using an abbreviation of the relevant album.

Why?

Because I saw this post on Twitter

But still, …why?

Because I’d already created a bunch of palettes manually for this post on my blog

How?

I produced the palettes with 7 colours using an online tool, when I produced my blog post originally. I also put together the ‘combo’ palette.

Palettes that end with ‘10’ were created using colorfindr

Credit

Thanks to Kelly Cotton for the nycpalettes package which this was extremely heavily based on

I need this in my life

Of course you do. This will not go to CRAN, so please install using the remotes package.

#library(remotes)
#remotes::install_github("johnmackintosh/metallicaRt")
library(metallicaRt)

Data Viz Friendly

These mini palettes might actually be useful.

All named after a song title from the relevant album

metalli_palette("whiplash")
metalli_palette("bells")
metalli_palette("orion")
metalli_palette("blackened")

<img src="man/figures/README-first4-1.png" width="25%" /><img src="man/figures/README-first4-2.png" width="25%" /><img src="man/figures/README-first4-3.png" width="25%" /><img src="man/figures/README-first4-4.png" width="25%" />

metalli_palette("roam")
metalli_palette("bleeding")
metalli_palette("fuel")

<img src="man/figures/README-roam-1.png" width="33%" /><img src="man/figures/README-roam-2.png" width="33%" /><img src="man/figures/README-roam-3.png" width="33%" />

metalli_palette("frantic")
metalli_palette("scarred")
metalli_palette("revenge")
metalli_palette("inomorata")

<img src="man/figures/README-frantic-1.png" width="25%" /><img src="man/figures/README-frantic-2.png" width="25%" /><img src="man/figures/README-frantic-3.png" width="25%" /><img src="man/figures/README-frantic-4.png" width="25%" />

Gimme fuel, gimme fire, longer palettes I desire

OK then.

These contain more album specific colors, but might be of less practical use for data visualisation purposes.

Kill ’Em All

metalli_palette("kill")
scales::show_col(killem_pal()(10), labels = FALSE)

<img src="man/figures/README-kill-1.png" width="50%" /><img src="man/figures/README-kill-2.png" width="50%" />

Ride The Lightning

metalli_palette("rtl")
scales::show_col(lightning_pal()(10), labels = FALSE)

<img src="man/figures/README-rtl-1.png" width="50%" /><img src="man/figures/README-rtl-2.png" width="50%" />

Master of Puppets

metalli_palette("puppets")
scales::show_col(puppets_pal()(10), labels = FALSE)

<img src="man/figures/README-mop-1.png" width="50%" /><img src="man/figures/README-mop-2.png" width="50%" />

…And Justice For All

metalli_palette("justice")
scales::show_col(justice_pal()(10), labels = FALSE)

<img src="man/figures/README-ajfa-1.png" width="50%" /><img src="man/figures/README-ajfa-2.png" width="50%" />

Metallica

How much more black could it be? Don’t use this.

metalli_palette("metallica")
scales::show_col(metallica_pal()(10), labels = FALSE)

<img src="man/figures/README-metallica-1.png" width="50%" /><img src="man/figures/README-metallica-2.png" width="50%" />

Load

metalli_palette("load")
scales::show_col(load_pal()(10), labels = FALSE)

<img src="man/figures/README-load-1.png" width="50%" /><img src="man/figures/README-load-2.png" width="50%" />

Reload

metalli_palette("reload")
scales::show_col(reload_pal()(10), labels = FALSE)

<img src="man/figures/README-reload-1.png" width="50%" /><img src="man/figures/README-reload-2.png" width="50%" />

St. Anger

metalli_palette("anger")
scales::show_col(anger_pal()(10), labels = FALSE)

<img src="man/figures/README-stanger-1.png" width="50%" /><img src="man/figures/README-stanger-2.png" width="50%" />

Death Magnetic

metalli_palette("magnetic")
scales::show_col(magnetic_pal()(10), labels = FALSE)

<img src="man/figures/README-magnetic-1.png" width="50%" /><img src="man/figures/README-magnetic-2.png" width="50%" />

Hardwired…To Self Destruct

metalli_palette("hardwired")
scales::show_col(hardwired_pal()(10), labels = FALSE)

<img src="man/figures/README-destruct-1.png" width="50%" /><img src="man/figures/README-destruct-2.png" width="50%" />

72 Seasons

metalli_palette("seasons")
scales::show_col(seasons_pal()(10), labels = FALSE)

<img src="man/figures/README-seasons-1.png" width="50%" /><img src="man/figures/README-seasons-2.png" width="50%" />

Metal up your palette

Various colours pilfered from various palettes

scales::show_col(combo_pal()(10), labels = FALSE)
<img src="man/figures/README-combo-1.png" width="50%" />