CSS & SVG Tools

8 frontend developer utilities: gradients, shadows, grid, unit conversion, and SVG tooling. All run in your browser.

Frequently Asked Questions

Do the CSS generators output production-ready code?
Yes. The box shadow generator, gradient maker, grid generator, and others all produce standard CSS you can copy straight into your stylesheet.
What does the SVG optimizer do?
It strips unnecessary metadata, comments, whitespace, and redundant paths from SVG files: useful before inlining an SVG into HTML or a React component.
What's the PX to REM converter for?
Converting pixel values to rem units for accessible, scalable typography. Set your base font size and it handles the math.
Can I generate a full color palette from a single hex value?
Yes. The color palette tool generates complementary, analogous, and triadic colors from any starting color: good for building a consistent design system.
Does the gradient generator support all CSS gradient types?
It covers linear and radial gradients, outputting the full CSS including vendor prefixes, ready to paste.