# Nav-farger
#
# Enkel innpakking av NAV-fargene.
# Til bruk i figurer
#
#
#
#' @references \url{https://www.nav.no/_/attachment/download/ea1a72cd-63cc-49c6-bc30-fce70b5eef23:84e66d0cd265ceb5c6bcbc4fc23c04827624584f/navs-designmanual.pdf}
#' @keywords navfarger
#
nav_farger <- function() {
c(
#lysegrønn: nedsatt
"#06893a",
# lilla: jobb
"#a2ad00",
# gul:gradert
"#634689",
# Rød
"#ff9100",
# rød2:rød
"#C30000",
# Møregrønn
"#C20000"
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.