Gradient Generator

Design linear and radial CSS gradients. Pick colors, set direction, copy the code.

#a855f7
#6366f1
CSS
background: linear-gradient(135deg, #a855f7, #6366f1);
Tailwind CSS
<div class="bg-gradient-to-br from-[#a855f7] to-[#6366f1]">
  ...
</div>