R/01-utils.R
    color_palette_maelstrom.RdProvides a built-in data frame of the colors used in the graphs and charts.
color_palette_maelstrom{
head(color_palette_maelstrom)
}
#> # A tibble: 6 × 2
#>   values                           color_palette
#>   <chr>                            <chr>        
#> 1 1 - Valid non-categorical values #377EB8      
#> 2 2 - Valid categorical values     #4DAF4A      
#> 3 3 - Non-valid categorical values #FFC312      
#> 4 4 - Empty values                 #D4D4D4      
#> 5 cat_1                            #72A638      
#> 6 cat_2                            #FCB814