Does Palettra migrate an existing v3 config automatically?
No. It generates v3 and v4 exports from a Palettra palette, but it does not parse and rewrite an existing Tailwind configuration.
Tailwind migration
Palettra generates the same color system in both formats, making it easy to copy the output that matches your project version.
/* Tailwind v4 */
@theme { --color-brand-500: oklch(0.62 0.18 250); }
/* Tailwind v3 */
theme: { extend: { colors: {
brand: { 500: "#168eea" }
} } }No. It generates v3 and v4 exports from a Palettra palette, but it does not parse and rewrite an existing Tailwind configuration.
No. Open the same shareable palette and select the Tailwind v4 export tab.