- Code formats
- Art app formats
- Image export
Code formats produce text output you can paste directly into your project. All four formats are available as a file download or as a one-click copy to clipboard.
CSS Variables
Generates a:root block with numbered custom properties. Drop it in your stylesheet or design token file.palette.css
| Property | Value |
|---|---|
| Format ID | css |
| File extension | .css |
| MIME type | text/css |
| Delivery | Copy to clipboard or download |
JSON
A plain JSON object with acolors array containing hex strings. Easy to consume in any language or pipeline.palette.json
| Property | Value |
|---|---|
| Format ID | json |
| File extension | .json |
| MIME type | application/json |
| Delivery | Copy to clipboard or download |
Tailwind Config
Generates a completetailwind.config.js snippet you can merge into your project’s theme.extend.colors. Color names follow the color-N pattern.tailwind.config.js
| Property | Value |
|---|---|
| Format ID | tailwind |
| File extension | .js |
| MIME type | text/javascript |
| Delivery | Copy to clipboard or download |
SCSS Variables
Generates Sass variable declarations, one per line. Compatible with SCSS and Sass (indented) syntax when imported or@used.palette.scss
| Property | Value |
|---|---|
| Format ID | scss |
| File extension | .scss |
| MIME type | text/x-scss |
| Delivery | Copy to clipboard or download |
Related
Exporting palettes
Step-by-step guide to the export workflow.
Color formats
Individual color copy formats (hex, RGB, HSL, CSS variable, etc.).
Sharing palettes
Copy a shareable link to your palette.