Design smooth linear and radial gradients with multiple color stops, live preview, and ready-to-copy CSS.
Your privacy is protected! No data is transmitted or stored.
linear-gradient and radial-gradient syntax out of the box. If you need extra safety for older engines, enable the Max compatibility (IE6+) toggle. The CSS block will then include a solid fallback color plus -webkit-, -moz- and -o- prefixed background lines so gradients degrade gracefully when full support is not available.background declarations and paste them where your framework expects raw CSS. In Tailwind you can add a custom entry under theme.extend.backgroundImage (for example 'hero': 'linear-gradient(...)') or use an arbitrary value like bg-[linear-gradient(...)]. In React, Vue or other component systems, drop the same value into inline styles or CSS modules, and optionally run it through the CSS Formatter when you want to keep your styles consistent with the rest of your project.