← Back to Home

Gradient Generator

background: linear-gradient(90deg, #ff7eb3, #ff758c);
How it works: The tool uses HTML5 <input type="color"> and type="range" elements. A JavaScript function listens for changes (oninput), combines the values into a valid CSS linear-gradient() string, applies it to the preview box, and displays the code.