Controls
Number of Colors:
Live Preview
Your Gradient
Usage Examples:
Button
Card
Header
Text
BG
Everything you need to know about creating modern, colorful websites with gradients
style="background: your-gradient-code"
directly to your HTML
element #my-element { background: your-gradient-code; }
background: #4285f4;
background:
linear-gradient(...);