# to get Profinit red hexcode
profinit_cols("red")
# to get Profinit red and gray hexcodes
profinit_cols("red", "grey")
# to get the first Profinit color
profinit_cols(1)
# to get all Profinit colors
profinit_cols()
scales::show_col(profinit_cols())
Run the code above in your browser using DataLab