R/serie_netflyx_color.R

# 5.Create the color palettes
#::::::::::::::::::::::::::::::::::::::::::::::
#' Complete list of palettes
#'
#' Use \code{names(palette_netflyx)} to view list of palette netflyx names.
#'
#' @export


palette_netflyx <- list(
  
  Lupin        = c("#E26A40", "#0E263C", "#3B6183", "#5C85B1","#7BA0C6","#D9E2EC"),
  
  Calamar      = c("#E7E1E4","#F5417C","#040404", "#343334", "#3C3C3C","#7C7C7C"),
  
  Castlevania   = c("#D3250D", "#721510", "#450B09", "#2F0605","#240504","#1C0404"),
  
  Ozark         =c("#a9d2d0","#62a7af","#4d8a9d","#2b6b76","#1c5758","#123b4c"),
  
  GambitoDama   =c("#291f2a","#634039","#916b58","#be754c","#9a4d1b","#824529"),
  
  EstamosMuert = c("#c9cacc","#96aea8","#465e69","#5d5e4d","#1c4b46","#8f4031"),
  
  crown        =c("#b08832","#e5bc62","#e6dc96","#8c9490","#545c58","#1e2326"),
  
  CobraKai     =c("#292b42","#465d89","#c0c9d0","#f8da6a","#de822e","#6e3d30")
  
) 
diognes/Rseries documentation built on June 15, 2022, 3:35 a.m.