My company style guide has us use specific colors in a specific order. When I specify the hex codes for those colors in R, the ggplot colors are not the same as on the same machine, same monitor, but a different program (Excel, PPT). I cannot find help online for how to tune the color palette for Rstudio. It's version 1.2.5019 if that helps.
I am trying to attach an example of two programs displaying the colors side by side. The Excel snip shows the colors next to their hex representation, and the R snip shows the same hex colors listed below the geom_rect map.The R colors are washed out. The line of code is:
scale_fill_manual(values = wcri_colors, name = "Use of RN/PA") +