This is a collection of colour palettes based (mainly) on pop album covers.
Featuring:
- Aqua (Barbie Girl)
- Bangles (In Your Room)
- Beck (Midnite Vultures)
- Betty Boo (Where Are You Baby)
- B*Witched
- Deee Lite (Groove is in the Heart)
- Kelly Clarkson (All I Ever Wanted)
- No Doubt Tragic Kingdom
- Rick Astley Never Gonna Give You Up (Remix)
- S Club 7 (S Club)
- Spice Girls (Spice Up Your Life)
- Steps (Step One)
Because I’ve done Metallica and classic rock.
The rockthemes has some pop acts featured in it as well, including No Doubt and DeeeLite. They’re included here - and the palettes have been tweaked slightly.
This won’t be appearing on CRAN, so please install using the remotes package.
#library(remotes)
#remotes::install_github("johnmackintosh/popthemes")
library(popthemes)
library(ggplot2)
library(dplyr)
library(scales)
library(gapminder)
pop_palette("aqua")
pop_palette("bangles")
pop_palette("beck")
pop_palette("boo")
pop_palette("bwitched")
pop_palette("deeelite")
pop_palette("kelly")
pop_palette("nodoubt")
pop_palette("rickroll")
pop_palette("sclub7")
pop_palette("spice")
pop_palette("steps")
Colour and fills for ggplot2.
Thanks to Ryo for the tvthemes package which helped me get this off the ground quickly