🌈 Creador CSS de Degradados — Construye Gradientes
Create linear, radial, and conic CSS gradients visually. Multi-stop color picker, angle control, live preview. Copy CSS or Tailwind code free.
Design your perfect CSS gradient without writing a single line of code. Add color stops, drag them to reposition, pick linear/radial/conic type, adjust the angle — and copy the ready-to-use CSS or Tailwind classes instantly.
How to Use
Choose gradient type
Select Linear, Radial, or Conic from the type selector, then set the angle or position.
Add color stops
Click each stop to pick a color. Add more stops with the + button or drag to reposition them.
Copy the CSS
The live preview updates instantly. Click Copy CSS to get the ready-to-use background declaration.
Frequently Asked Questions
Guía: Generador de Gradientes CSS
¿Qué es?
Los gradientes CSS crean transiciones suaves entre colores sin imágenes. Tipos: linear-gradient(), radial-gradient(), conic-gradient() y sus variantes repetitivas. Perfectamente escalables y animables con custom properties.
Cómo usar
- Selecciona el tipo: lineal, radial o cónico.
- Añade paradas de color en la barra de gradiente.
- Ajusta el ángulo con los controles visuales.
- Copia el CSS.
Consejos
- Usa
oklchen CSS moderno para gradientes más suaves sin "gris sucio" en el medio. - Múltiples gradientes en
background(separados por coma) permiten efectos de capas. - Los gradientes se pueden animar con CSS transitions en custom properties.