| brand_palette | R Documentation |
Get brand color palette
brand_palette(brand = "block", palette = "categorical", n = NULL)
brand |
Name of the brand |
palette |
Type of palette ("categorical", "sequential", "diverging") |
n |
Number of colors to return (NULL for all) |
Character vector of hex colors
## Not run:
colors <- brand_palette("block", "categorical")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.