tailwind-gradient-builder
Installation
SKILL.md
Tailwind Gradient Builder
Create stunning modern gradients with Tailwind CSS for backgrounds, text, borders, and animations.
Core Workflow
- Choose gradient type: Linear, radial, conic, or mesh
- Select color palette: Define color stops and positions
- Add direction/angle: Configure gradient orientation
- Apply effects: Blur, animation, glassmorphism
- Optimize: Ensure performance and accessibility
Basic Linear Gradients
Simple Two-Color Gradient
<!-- Left to Right -->
<div class="bg-gradient-to-r from-blue-500 to-purple-600"></div>