Return NN colors

nn_colors(...)

Arguments

...

Can leave empty if you just want to return all colors, specify name(s) if you want to return those colors

Value

All colors, or requested colors (character vector of hex codes)

Examples

nn_colors()
#>     NN Blue     NN Teal     NN Gold      NN Red    NN Mauve NN Midnight 
#>   "#006d9d"   "#00a4b9"   "#fbab18"   "#d63f3e"   "#a1486f"   "#002934" 
#>   NN Harbor    NN Black    NN White      NN Sky    NN Green     NN Pear 
#>   "#ebebeb"   "#000000"   "#FFFFFF"   "#33a8df"   "#4ea652"   "#ccc72c" 
#>    NN Lemon   NN Carrot  NN Magenta     NN Pink   NN Purple NN Chestnut 
#>   "#ffcb05"   "#f47d20"   "#cc3d72"   "#f597b2"   "#915ea6"   "#644a49" 
nn_colors("NN Blue")
#> [1] "#006d9d"