
The objective of blends is to blend colour palettes using blend modes, such as multiply and screen.
Install from CRAN, or development version from GitHub.
install.packages("blends")
pak::pak("davidhodge931/blends")library(blends)
library(jumble)
scales::show_col(c(teal, orange, multiply(teal, orange)), ncol = 3)
