Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/kaarmu/typst-palettes

A library of color palettes for Typst.
https://github.com/kaarmu/typst-palettes

Last synced: 26 days ago
JSON representation

A library of color palettes for Typst.

Lists

README

        

# typst-palettes

A library of color 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*: `typst-palettes` is released under the name `splash` in the
[Typst Package Repository](https://github.com/typst/packages). See how to use
it in the example below.

## Usage

```typst
#import "@preview/splash:0.3.0": xcolor

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

## Documentation

See the different colors in the [documentation](doc/main.pdf).