s

splash

@preview

A library of color palettes for Typst.

v0.5.0
MIT

Package Information

Last Updated
Authors
kaarmu

1. Get the package

Download the package using the TPIX CLI:

tpix get @preview/splash:0.5.0

2. Import in your Typst file

Add this to your .typ file:

#import "@preview/splash:0.5.0": *

Version History

0.5.0
aeadd9fc2405...
0.4.0
3885a6b28b2e...
0.3.0
c20650266bd1...

splash

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.

Usage

#import "@preview/splash:0.5.0": xcolor

#box(width: 3em, height: 1em, fill: xcolor.dandelion)

Documentation

See the different colors in the documentation.