Skip to contents

A named list of color palettes inspired by Taylor Swift's eras. Each entry is a list of length two: a character vector of hex codes, and an integer vector giving the preferred order in which the colors should be drawn for discrete palettes of increasing size.

Usage

EraPalettes

Format

A named list with one entry per palette.

Value

A named list; each element is itself a list of length two: a character vector of hex codes and an integer vector giving the curated order-of-use for discrete subsets.

Examples

names(EraPalettes)
#>  [1] "Red1"               "Red2"               "NineteenEightyNine"
#>  [4] "Showgirl1"          "Showgirl2"          "SpeakNow1"         
#>  [7] "SpeakNow2"          "TorturedPoet"       "Fearless"          
#> [10] "Evermore1"          "Evermore2"          "Reputation"        
#> [13] "Lover1"             "Lover2"             "TaylorSwift"       
#> [16] "Midnight1"          "Midnight2"         
EraPalettes[["Lover2"]]
#> [[1]]
#> [1] "#BF567F" "#FAAFD3" "#D9A8E8" "#6CB4DC" "#4478AC"
#> 
#> [[2]]
#> [1] 1 5 3 4 2
#>