For dashboards and data-heavy UI
Build clear hierarchy with dependable contrast, semantic tokens, and readable data colors.
Create beautiful CSS gradients with a visual editor. Build linear, radial, and conic gradients with multiple color stops and export to CSS or Tailwind.
background: linear-gradient(90deg, #6366F1 0%, #22C55E 100%);Build clear hierarchy with dependable contrast, semantic tokens, and readable data colors.
Create reusable color scales and exports for CSS variables, Tailwind, and documentation handoff.
You can create linear (straight lines), radial (circular), and conic (angular) gradients. Each type has different use cases for backgrounds and effects.
Click "Add Color Stop" to add up to 5 colors. Each stop can have its own color and position (0-100%).
For linear gradients, angle controls the direction (90° = left to right). For conic gradients, it sets the starting angle. Radial gradients don't use angle.
Yes! The Tailwind export gives you the appropriate classes. For linear gradients, it uses native Tailwind utility classes when possible.