Search, preview, and copy Chinese traditional colors in Raycast.
Chinese Traditional Colors is a Raycast extension by Raffe Yang. It includes 742 Chinese traditional colors with bilingual names, hue categories, common color formats, and harmony palette suggestions. It is designed for designers and developers who need to quickly find culturally rooted colors and copy them into design tools, CSS, or code.
Color data is generated from nevertoday/zhongguo-traditional-colors, specifically docs/chinese-color-harmony.csv.
Open the color browser. Press Enter to copy the configured default format, or open actions to view details, copy another format, favorite a color, or explore palettes.
Choose the format copied by the primary action:
To regenerate the bundled color data from the upstream CSV:
npm run refresh-data
The script downloads the source CSV and regenerates src/color-data.ts.
npm install
npm run dev
Before submitting changes, run:
npm test
npm run lint
npm run build
Created by Raffe Yang.
Color data is based on nevertoday/zhongguo-traditional-colors.