Gradient Palette Generator
Input two colors and generate a smooth palette with 3 to 12 intermediate steps. Click any color to copy its hex code.
Creating Color Scales
A gradient palette generates evenly-spaced color steps between two endpoint colors. This is useful for creating color scales in design systems, data visualization palettes, or finding intermediate shades for your projects.
How Color Interpolation Works
Colors are interpolated in RGB color space, meaning each red, green, and blue channel transitions linearly between the start and end values. This creates smooth, predictable color transitions.