Skip to contents

Return ASN Brand Identity hex colors by position

Return ASN Brand Identity hex colors by position

Usage

asn_cols(...)

asn_cols(...)

Arguments

...

Returns all ASN Brand Colors or use an integer 1-12

Value

A hex color code

A hex color code

Examples

asn_cols()
#>  [1] "#00468b" "#ff8200" "#0077C8" "#cccccc" "#008eaa" "#319b42" "#555555"
#>  [8] "#9bb8d3" "#ffb500" "#3f2a56" "#00baae" "#ffffff"
asn_cols(3)
#> [1] "#0077C8"
asn_cols()
#>  [1] "#00468b" "#ff8200" "#0077C8" "#cccccc" "#008eaa" "#319b42" "#555555"
#>  [8] "#9bb8d3" "#ffb500" "#3f2a56" "#00baae" "#ffffff"
asn_cols(1)
#> [1] "#00468b"