Paste a Figma gradient fill (JSON) and get exact CSS — linear, radial or conic, with correct angles and stops. Free.
Figma's API gives you gradients as normalized handles or a transform matrix — not CSS. This free tool runs the exact conversion math (aspect-ratio-correct angles, renormalized stops) in your browser. It reads Plugin-API fills (gradientTransform) and REST-API fills (gradientHandlePositions) alike. The formulas are documented in our gradient conversion guide.
readyâmade runs this engine on your whole Figma design — layout, typography, gradients — straight into Gutenberg, Oxygen, Bricks or clean HTML.
Yes — the gradient converter is completely free, no signup.
From the Figma desktop console (Plugins â Development â Show/Hide console): select the layer and run copy(JSON.stringify(figma.currentPage.selection[0].fills)). REST API fills work too.
It converts them and warns you: CSS cannot rotate a radial gradient's ellipse, so the result is the closest unrotated equivalent.