CSS 渐变生成器
使用可视化编辑器创建 CSS 线性渐变、径向渐变和锥形渐变,一键复制代码。
90deg
#1
#2
background: linear-gradient(90deg, #3b82f6, #8b5cf6);background: linear-gradient(90deg, #3b82f6, #8b5cf6);
-webkit-background: linear-gradient(90deg, #3b82f6, #8b5cf6);
-moz-background: linear-gradient(90deg, #3b82f6, #8b5cf6);
What is CSS Gradient Generator?
CSS gradients let you display smooth transitions between two or more colors. This visual generator helps you create linear-gradient, radial-gradient, and conic-gradient CSS code with an interactive editor.
评价此工具
3.7 / 5 · 151 人评价
Recommended
Tailwind UIBeautiful UI components保持更新
获取每周开发技巧和新工具通知。
无垃圾邮件,随时退订。
Enjoy these free tools?
☕Buy Me a CoffeeHow to Use
- Select gradient type (linear, radial, or conic)
- Adjust the angle or direction
- Add or modify color stops
- Preview the gradient in real-time
- Copy the CSS code
Use Cases
- Website backgrounds and hero sections
- Button hover effects
- Text gradient effects
- Card and UI element styling