Gradient Generator

Create linear gradients with custom colors and angles. Preview the result and copy the CSS for backgrounds, buttons, and hero sections.

deg
Color stops
%
%

Use 2–4 stops for simple gradients. Copy the CSS and use it in your Tailwind config, stylesheet, or inline styles.

CSS Code

background: linear-gradient(135deg, #6366F1 0%, #EC4899 100%);
background-image: linear-gradient(135deg, #6366F1 0%, #EC4899 100%);

Related tools