#'@export
CREGcolours <- list(
default = c("blue1" = "#00B0B9",
"blue2" = "#005F83",
"blue3" = "#002D72",
"blue4" = "#00A9E0",
"purple" = "#485CC7",
"green" = "#78D64B",
"yellow" = "#EFDF00",
"orange" = "#FF8200",
"pink" = "#FB637E",
"red" = "#C5003E",
"grey1" = "#C8C9C7",
"grey2" = "#75787B",
"black" = "#111111"),
countries = c("Belgium" = "#005F83",
"France" = "#EFDF00",
"Netherlands" = "#C5003E",
"Germany" = "#FF8200",
"Austria" = "#78D64B",
"Luxembourg" = "#FB637E",
"Great-Britain" = "#485CC7"),
bluegrey = c("blue1" = "#00B0B9",
"blue2" = "#005F83",
"grey1" = "#C8C9C7",
"grey2" = "#75787B")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.