🌈 One toolkit, every design task

Gradient Generator

Design beautiful linear and radial gradients with real-time Canvas preview. Copy CSS code instantly.

English 中文 日本語 한국어 Español Português Français Deutsch العربية हिन्दी ไทย Tiếng Việt Bahasa Русский

🌈 Gradient Generator

Gradient Generator Guide

A gradient is a smooth transition between two or more colors. Gradients add depth, dimension, and visual interest to web designs, UI elements, and illustrations.

Select two colors, choose a gradient angle, and instantly see the result on Canvas. Copy the CSS code to use in your project.

Pro Tips

FAQ

Q: What is the difference between linear and radial gradients?

What is the difference between linear and radial gradients? Linear gradients transition along a straight line, while radial gradients radiate from a central point.

Q: Can I use gradients in CSS?

Can I use gradients in CSS? Yes, use the background-image property with linear-gradient or radial-gradient functions.