Skip to content

johnmackintosh/popthemes

Repository files navigation

popthemes

R-CMD-check

What?

This is a collection of colour palettes based on 90s pop album covers.

Some of these appeared frequently in web searches, so they must be good.

Featuring:

  • Aqua
  • Bangles
  • Beck
  • Betty Boo
  • Breeders
  • B*Witched
  • Deee Lite
  • Hole
  • No Doubt
  • S Club 7
  • Spice Girls
  • Steps

Why?

Because I’ve done Metallica and classic rock.

Although rockthemes has some pop acts in it as well, including No Doubt and DeeeLite, who also appear here. Don’t worry about it.

Installation

This will probably not go to CRAN, so please install using the remotes package.

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

Palettes

pop_palette("aqua")
#> [1] "#B46843" "#C0AB45" "#5F8841" "#32956F" "#31A6B3" "#1EA8CF" "#2A638E"
#> [8] "#834583" "#BB3855"
#> attr(,"class")
#> [1] "palette"
#> attr(,"name")
#> [1] "aqua"
pop_palette("bangles")
#> [1] "#6D3A34" "#825137" "#A47850" "#AD9E70" "#9DA49D" "#7C708E" "#7E5876"
#> [8] "#7C5366" "#5F383F"
#> attr(,"class")
#> [1] "palette"
#> attr(,"name")
#> [1] "bangles"
pop_palette("beck")
#> [1] "#8A4736" "#C1CE7D" "#87E04D" "#92DD8E" "#9BC3D7" "#A67FC3" "#B03387"
#> [8] "#BA2874" "#A53252"
#> attr(,"class")
#> [1] "palette"
#> attr(,"name")
#> [1] "beck"
pop_palette("boo")
#> [1] "#B04D49" "#C06A51" "#C89B68" "#A79F62" "#4D6D7B" "#42496C" "#633D5A"
#> [8] "#934B63" "#A34351"
#> attr(,"class")
#> [1] "palette"
#> attr(,"name")
#> [1] "boo"
pop_palette("breeders")
#> [1] "#792F28" "#763F25" "#856426" "#818425" "#799821" "#3C7135" "#5F253B"
#> [8] "#89172A" "#93242A"
#> attr(,"class")
#> [1] "palette"
#> attr(,"name")
#> [1] "breeders"
pop_palette("bwitched")
#> [1] "#B1473C" "#BB553E" "#C65B3F" "#C86141" "#D26D48" "#CB7749" "#9C8F49"
#> [8] "#374E5D" "#5F2A60"
#> attr(,"class")
#> [1] "palette"
#> attr(,"name")
#> [1] "bwitched"
pop_palette("deeelite")
#> [1] "#BB923A" "#8DB23C" "#83C044" "#518755" "#324976" "#3F3788" "#4B3181"
#> [8] "#8C3684" "#E1577D"
#> attr(,"class")
#> [1] "palette"
#> attr(,"name")
#> [1] "deeelite"
pop_palette("hole")
#> [1] "#67332C" "#904B32" "#A3663E" "#B98855" "#C9A466" "#D4BB6F" "#738664"
#> [8] "#5C4966" "#6D4254"
#> attr(,"class")
#> [1] "palette"
#> attr(,"name")
#> [1] "hole"
pop_palette("nodoubt")
#> [1] "#B27058" "#BB915D" "#BAAD73" "#A4B988" "#73AFA0" "#65ADBC" "#446F96"
#> [8] "#344681" "#874F8B"
#> attr(,"class")
#> [1] "palette"
#> attr(,"name")
#> [1] "nodoubt"
pop_palette("sclub7")
#> [1] "#945644" "#C59F6F" "#9E8F64" "#5D6B58" "#496569" "#50768C" "#6288A6"
#> [8] "#7589A4" "#834370"
#> attr(,"class")
#> [1] "palette"
#> attr(,"name")
#> [1] "sclub7"
pop_palette("spice")
#> [1] "#C39384" "#DAC191" "#E8DE97" "#DDE4A2" "#B5D8C6" "#ABCEDF" "#BBC2E1"
#> [8] "#E0BFDF" "#CC798C"
#> attr(,"class")
#> [1] "palette"
#> attr(,"name")
#> [1] "spice"
pop_palette("steps")
#> [1] "#A65A57" "#D18C7E" "#F2BEA3" "#E5DFBD" "#85BACB" "#8895C4" "#BB6CA6"
#> [8] "#BA638C" "#9B535A"
#> attr(,"class")
#> [1] "palette"
#> attr(,"name")
#> [1] "steps"

Credit

Thanks to Ryo for the tvthemes package which helped me get this off the ground quickly

Code of Conduct

Please note that the popthemes project is released with a Contributor Code of Conduct. By contributing to this project you agree to abide by its terms.

Contributing

See the Contribution guide

Releases

No releases published

Packages

No packages published

Languages