Extract colors from the KU palette

ku_color(...)

Arguments

...

character names of colors. See ku_color() for available colors.

Value

named character vector of colors

See also

show_colors_with_names can display the palette.

Examples

if (interactive()) {
  print(ku_color())
  print(ku_color("KU Blue", "Night"))
}