a palette maker function based on Teaching Lab colors with several different options

tl_palette(
  color = c("blue", "orange", "purple", "green", "teal", "tl_colors"),
  theme = c("dark"),
  n = 6
)

Arguments

color

the color palette to generate

theme

if theme is light or dark

n

number of colors to generate

Value

color ramp palette function