#' Wrapper around colorRampalette with two prechosen colours.
#'
#' @param Colvec vector of two string of characters.
#' Default: c('aliceblue','darkcyan')
#'
#' @return a function
#' @export
#'
colCbc<-function(Colvec=c('aliceblue','darkcyan')){
colorRampPalette(Colvec)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.