Extract colors from the KU palette
ku_color(...)
character names of colors. See ku_color()
for available colors.
named character vector of colors
show_colors_with_names can display the palette.
if (interactive()) {
print(ku_color())
print(ku_color("KU Blue", "Night"))
}