Design stunning gradients with our intuitive generator. Choose from linear or radial types, customize colors and directions, then export to multiple formats including PNG, SVG, and CSS.
Type: Linear Gradient
Direction: 0deg
<style>
.gradient {
background: linear-gradient(0deg, #6366F1 0%, #EC4899 100%);
}
</style>