Mix two colors together to create smooth gradients and intermediate shades. Generate palettes with custom number of steps between colors.
Total colors: 7
#ff6b6b#e27b7a#c48c89#a79c98#89aca6#6cbdb5#4ecdc4Saved Presets is a Supporter feature.
Tool History is a Supporter feature.
Tool Notes is a Supporter feature.
Choose your start and end colors using the color pickers.
Adjust the slider to choose how many intermediate colors to generate.
Click individual colors to copy, or export the entire palette as JSON.
For each step, the tool calculates intermediate RGB values using the formula: color = color1 + (color2 - color1) * t.
The total number of colors equals steps + 2 (including the start and end colors).
Internal calculations use RGB for accuracy. Results are converted to HEX for display and copying.
The gradient bar shows how the blend looks as a continuous transition.
The tool calculates intermediate colors by interpolating RGB values between your two selected colors.