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

  1. Pick two colors.
  2. Choose direction.
  3. Copy CSS code.