Does Palettra import a Figma file?
No. It exports design-token JSON that can be used in a Figma token workflow; it does not read native Figma files.
Design tokens
Name semantic aliases, lock the mapping for review, and export DTCG-compatible JSON together with developer-ready formats.
"primary": {
"500": {
"$type": "color",
"$value": { "colorSpace": "srgb", "components": [...] }
}
}No. It exports design-token JSON that can be used in a Figma token workflow; it does not read native Figma files.
Yes. Semantic names must be valid and unique, then explicitly locked before the Figma export is enabled.