Universe

User everyone’s favorite Catppuccin color palettes in your Typst projects.

Usage

To use the Catppuccin color palette in your Typst project, add the following import statement to your Typst file, and then you can use all the colors from the Catppuccin color palette.

#import "@preview/typpuccino:0.1.0": latte, frappe, macchiato, mocha

#square(fill: mocha.red)

For more information on available colors, see the this example.