mnb_colors.Rd
This function returns a vector of colors used in the MNB (Magyar Nemzeti Bank) color palette.
mnb_colors(n = NULL)
Optional. Number of colors to return. If NULL (default), all colors are returned.
A character vector of color hexadecimal codes.
# Get all MNB colors mnb_colors() #> [1] "#18223e" "#6fa0be" "#f8c567" "#b2242a" "#7aa140" "#da3232" "#e57b2b" #> [8] "#787975" "#b9e1eb"