Interactive Gradient Demo
Create stunning gradients by adjusting colors and directions in real-time. Instant preview and code export.
90°
CSS Gradient Code
background:
linear-gradient(
90deg,
#3b82f6,
#6366f1 );