E to open the export dialog. Formats are split into two categories: code formats you copy or download for use in a codebase, and art app formats you import directly into design software.
E is context-aware. In the gradient view it opens the gradient export. In the palette view it opens the palette export described on this page.Code formats
Code formats produce text output. You can copy the text to the clipboard or download it as a file.CSS Variables
Extension:.css
Generates a :root block with numbered custom properties, one per color:
var(--color-1).
JSON
Extension:.json
Outputs a simple JSON object with a colors array:
Tailwind Config
Extension:.js
Generates a full tailwind.config.js snippet with your colors registered under theme.extend.colors:
bg-color-1 or text-color-2.
SCSS Variables
Extension:.scss
Outputs one Sass variable per color:
@use or @import to reference the variables throughout your stylesheets.
Art app formats
Art app formats produce binary or structured files you import directly into design and illustration software. Each format has a download button — copy-to-clipboard is not available for binary files.Adobe ASE (.ase) — Photoshop, Illustrator, Clip Studio Paint
Adobe ASE (.ase) — Photoshop, Illustrator, Clip Studio Paint
Adobe Swatch Exchange is a binary format compatible with the Adobe Creative Suite and several third-party apps.Compatible apps: Photoshop, Illustrator, Clip Studio PaintImport in Photoshop / Illustrator:
Import in Clip Studio Paint:
Adobe ACO (.aco) — Photoshop
Adobe ACO (.aco) — Photoshop
Adobe Color Swatch is Photoshop’s native swatch format. The exported file uses the ACO version 2 format, which includes color names (
Color 1, Color 2, etc.) stored as UTF-16BE strings alongside the RGB values.Compatible apps: PhotoshopImport steps:Procreate Swatches (.swatches) — Procreate
Procreate Swatches (.swatches) — Procreate
The
.swatches file is a ZIP archive containing a Swatches.json file. Colors are stored in HSB (hue, saturation, brightness) format as required by Procreate.Compatible apps: Procreate (iPad / iPhone)Import steps:Download the .swatches file
Click the download button in the export dialog. Save it to the Files app on your iPad or iPhone.
GIMP Palette (.gpl) — GIMP, Krita
GIMP Palette (.gpl) — GIMP, Krita
The Import in Krita:
.gpl format is a plain-text palette file supported by GIMP and Krita. Each color is stored as an RGB triplet followed by the hex value.Compatible apps: GIMP, KritaImport in GIMP:Place the file in the GIMP palettes folder
Copy the
.gpl file to ~/.config/GIMP/palettes/ on Linux/macOS, or the equivalent GIMP\palettes\ folder on Windows.Paint.NET Palette (.txt) — Paint.NET
Paint.NET Palette (.txt) — Paint.NET
Paint.NET palettes are plain text files with one
AARRGGBB hex value per line. AA is the alpha channel (FF = fully opaque). Comment lines start with ;.Compatible apps: Paint.NETImport steps:Image export (PNG / SVG)
In addition to code and art app formats, you can export a visual image of your palette. PressE in the palette view to open the export dialog, then switch to the image tab.
Layout options
| Layout | Description |
|---|---|
| Horizontal | Color bars side by side in a single row |
| Vertical | Color bars stacked in a single column |
| Grid | Colors arranged in a square-ish grid |
| Circles | Circular swatches arranged in rows of up to 5 |
Label options
| Option | Description |
|---|---|
| None | No labels on the image |
| Hex | Shows the hex value on each color |
| Names | Shows the nearest color name on each color |
Size options
| Size | Width |
|---|---|
| Small | 800 px |
| Medium | 1200 px |
| Large | 1920 px |
Related
Export formats reference
Technical details for every supported export format.
Saving palettes
Save palettes to your browser library and organize with collections and tags.
Sharing palettes
Copy a URL that encodes your palette and share it directly.
Keyboard shortcuts
Full shortcut reference including E for export.