This is often useful within a glue::glue function for a graph title or subtitle.
ku_color_text(color_name, text, ...)
character, valid KU color
character, text to color
passed to color_text
character, HTML-span-wrapped version of text
styled according to KU color color_name
(and
weight
)
ku_color_text("Crimson", "predicted")
#> <span style="color: #e8000d; font-weight: bold;">predicted</span>