Design Tools
7 visual CSS builders and color utilities — box shadows, gradients, border radii, CSS units, Tailwind palette, palette extraction.
Visual builders for the CSS values that are hard to write by hand
Some CSS values are easy to write — colors, font sizes, paddings. Others have so many interacting parameters that writing them by hand is mostly guessing and refreshing. Box shadows have offset-x, offset-y, blur radius, spread radius, color, opacity, and optional inset; getting the look you want often requires iterating through 20 combinations. Gradients have direction (or radial origin or conic angle), multiple color stops with positions, and optional repeating behavior. Border radii can have different horizontal and vertical radii per corner, producing organic shapes the spec calls "elliptical radii". Writing these by guess-and-check in a stylesheet and refreshing the browser is slow.
The design tools here replace the guess-and-check loop with live visual feedback. You drag a slider, the preview updates, you see the result, you copy the resulting CSS. Once the values are right, the workflow is back to ordinary CSS — paste, save, ship. No framework integration, no proprietary syntax, no design-tool format to export from. The output is the same CSS you would have written by hand, just faster to arrive at.
The set covers the visual builders (Box Shadow Generator, Gradient Generator, Border Radius Generator) plus the unit and color utilities that designers and developers keep needing: CSS Units Converter for px↔rem↔em↔% conversions, Tailwind Color Picker for browsing and copying the default Tailwind v4 palette, and Color Palette Extractor for pulling dominant colors from any uploaded image (useful for sampling from brand references or design screenshots).
Two tools that are sometimes considered "design" but live elsewhere on this site: the Favicon Generator (in image tools, because the input is an image), and the SVG Optimizer (also image tools, because SVG is an image format). For text-shape utilities like lorem ipsum and case conversion, see text tools.
All design tools
Box Shadow Generator
Visual CSS box-shadow builder with offset, blur, spread, color, and inset
Gradient Generator
Build linear, radial, and conic CSS gradients with multi-stop color control
Border Radius Generator
Visual border-radius builder with per-corner control and elliptical radii
CSS Units Converter
Convert between px, rem, em, %, vh, and vw with configurable root font-size
Tailwind Color Picker
Browse the Tailwind v4 default color palette and copy HEX, RGB, HSL, or CSS variable
Color Palette Extractor
Extract the dominant colors from an image as a HEX palette
Mermaid Renderer
Render Mermaid diagram source (flowcharts, sequence, ER, Gantt) to SVG or PNG