Skip to contents

This function returns a vector of colors used in the MNB (Magyar Nemzeti Bank) color palette.

Usage

mnb_colors(n = NULL)

Arguments

n

Optional. Number of colors to return. If NULL (default), all colors are returned.

Value

A character vector of color hexadecimal codes.

Examples

# Get all MNB colors
mnb_colors()
#> [1] "#18223e" "#6fa0be" "#f8c567" "#b2242a" "#7aa140" "#da3232" "#e57b2b"
#> [8] "#787975" "#b9e1eb"