Gradient Generator
Create CSS linear gradients from two colors with direction control.
#3b82f6
#8b5cf6
CSS
background: linear-gradient(to right, #3b82f6, #8b5cf6);How to use Gradient Generator
- Pick two colors.
- Choose direction.
- Copy CSS code.
Create CSS linear gradients from two colors with direction control.
CSS
background: linear-gradient(to right, #3b82f6, #8b5cf6);