Three-colour gradients allow for richer colour transitions — sunrise effects, rainbow sections, or carefully controlled multi-hue backgrounds. FixTools generates the CSS for any three-stop gradient with configurable positions and direction.
Three colour stops with configurable positions
Middle stop adjustable from 0% to 100%
Supports linear and radial gradient types
CSS Tool
All processing happens in your browser — your files are never uploaded to any server.
🚀Open Gradient100% Free · No account · Works on any device
Set three colour stops. Example output: background: linear-gradient(135deg, #667eea 0%, #f093fb 50%, #f5576c 100%)
Step-by-step guide to three-color css gradient generator:
Add three colour stops
Open the gradient generator. Add a third colour stop by clicking the "Add Stop" button. You should now have stops at 0%, a middle position, and 100%.
Set middle stop position
Drag or type the position of the middle colour stop. 50% creates a centred transition; moving it left or right shifts the colour bias.
Choose direction
Set the gradient direction. Diagonal angles (135deg, 45deg) often look best with three-colour gradients.
Preview and adjust
Use the live preview to see how the three colours blend together. Adjust any stop's colour or position until the gradient looks right.
Copy the CSS
Copy background: linear-gradient(angle, color1 0%, color2 X%, color3 100%) from the output panel.
More use-case guides for the same tool:
Open the full Gradient — free, no account needed, works on any device.
Open Gradient →Free · No account needed · Works on any device