Generate CSS linear gradients and preview them.
background: linear-gradient(90deg, #3b82f6, #8b5cf6);
Build a simple two-color linear gradient and get the CSS. Adjust angle and colors, then copy the rule.
Is this tool free to use?
Does the tool run in the browser?
Is my data uploaded to a server?
Can I use this tool for large files?
Input
90deg, #3b82f6, #8b5cf6
Output
linear-gradient(90deg, #3b82f6, #8b5cf6)