#' usfws palettes
#'
#' This selection of color palettes contains a list of palettes derived from this
#' U.S. Fish and Wildlife Services [Instagram post](https://www.instagram.com/p/CFP2H7JBSxR/?igshid=13sg433qx7ts6).
#'
#' The available palettes are:
#' sockeye_salmon
#' brook_trout
#' dolly_varden
#' florida_gar
#'
#'
#' @export
usfws <- list("sockeye_salmon" = c("#537B9E", "#C5C6CB", "#988421", "#82816C", "#282D33"),
"brook_trout" = c("#977559", "#5E6265", "#687897", "#CAB886", "#DE655D"),
"dolly_varden" = c("#97C0B0", "#899B71", "#979048", "#71767A", "#D07F6E"),
"florida_gar" = c("#050400", "#675B45", "#3E3526", "#988769", "#D2C398"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.