Add a splash of color to your project with these palettes for Typst.
This library provides different color palettes with human-readable names in Typst dictionaries. Currently there are just a few different palettes to choose from. Any contributions or suggestions are welcome!
Note: splash
is in the Typst Package Repository. See how to use
it in the example below.
#import "@preview/splash:0.4.0": xcolor
#box(width: 3em, height: 1em, fill: xcolor.dandelion)
See the different colors in the documentation.