- Linear, radial, or conic?
- All three. Linear for backgrounds, radial for lights/shadows, conic for ring loaders and pie charts.
- Can I export multiple formats?
- CSS (linear-gradient, etc.), SVG (linearGradient/radialGradient), and Figma tokens. Pick the format your target supports.
- What about color stops?
- Drag to add, click to remove. Hint positions (percent or length) let you bias the gradient — a 90% stop concentrates most of the gradient in the last 10%.
- Does it handle modern CSS color spaces?
- Yes — toggle `in oklch` or `in lab` for gradients that interpolate in perceptually-uniform space. Eliminates the classic 'dull gray middle' of naive RGB gradients.