Skip to contents

Convenience accessor for a single named colour from the clerkR palette.

Usage

clerk_colour(name)

Arguments

name

Character string. One of the named entries in clerk_palette().

Value

A single hex colour string.

Examples

clerk_colour("navy")
#> [1] "#293681"
clerk_colour("header_bg")
#> [1] "#95CCDD"