Wrangles popular color systems into formats that can be used by other dev/design tools.
- Clone the repo
- Run
npm install - Run the script
npm run export <ColorSystem> <PaletteId> <ExportTarget>
- Define your palette in
src/radix/palettes - Export the palette from
src/radix/palettes/index.ts - Run
npm run export radix <PaletteId> sketch - Import the generated text file into Sketch using the (free) plugin Import Colors
- Define your palette in
src/radix/palettes - Export the palette from
src/radix/palettes/index.ts - Run
npm run export radix <PaletteId> figma - Import the generated JSON files into Figma using the (free) plugin Figma Tokens