Designer Tools

Gradient Creator

Design Custom Color Gradients

Create beautiful linear and radial gradients with precise control over colors, positions, and angles. Generate CSS code for your gradients to use directly in web design projects.

Create Custom Gradients

background: linear-gradient(90deg, #ff0000 0%, #0000ff 100%);

How to Use the Gradient Creator

Step-by-Step Instructions

Follow these steps to get the most out of this tool

  1. Choose Gradient Type: Select either "Linear" (transitions along a straight line) or "Radial" (transitions outward from a center point).
  2. Adjust Gradient Properties:
    • For linear gradients, set the angle (0-360 degrees) to control the direction
    • Adjust the preview height slider to see your gradient at different sizes
  3. Customize Color Stops:
    • Click the color picker to change a stop's color
    • Use the slider or number input to adjust a stop's position (0-100%)
    • Click "Add Stop" to add more color transitions (up to 5 stops)
    • Click the trash icon to remove unwanted stops (minimum 2 stops required)
  4. Use Your Gradient:
    • Click "Copy CSS" to copy the generated CSS code to your clipboard
    • Paste the code into your CSS file or inline style
    • Click "Reset" to start over with the default gradient

Pro Tip: For smooth gradients, use color stops that are close in hue or saturation. For dramatic gradients, use contrasting colors and adjust stop positions to create sharp transitions.