This repository contains an Adobe Swatch Exchange (.ase) color palette for Tailwind CSS colors
to be used in Adobe and Affinity applications.
Other programs might also support .ase files.
This can be particularly useful for designers and developers who are creating mockups and need to use Tailwind's color palette.
You can find the generator script in the src folder.
It will generate a new .ase file based on the colors defined in src/colors.json.
Download the .ase file
and import it into your application of choice.
You can find all versions on the releases page.
You might want to generate a new .ase file after updating src/colors.json.
python src/main.pyThe colors are taken from the Taildwind CSS Repository.
You can find a documentation for the .ase file format here.