Queries colors from Aachen color palette

aachen_color(...)

Arguments

...

Query of colors. Query colors by combining color name in lower case (check figure generated by display_aachen_colors() for color names) and color intensity. For colors with 100% intensity the color name alone is sufficient.

Value

HEX code of queried colors

Examples

aachen_color("maygreen")
#> [1] "#BDCD00"
aachen_color(c("blue", "blue75", "blue50", "blue25", "blue10"))
#> [1] "#00549F" "#407FB7" "#8EBAE5" "#C7DDF2" "#E8F1FA"