📌 Overview

Generate a harmonious color palette from a base color — tints, shades, complementary and analogous colors, with copy-ready hex codes.

🌈 Color Palette Generator

Generate a harmonious color palette from a base color — tints, shades, complementary and analogous colors, with copy-ready hex codes.

🔒 All processing happens in your browser. No data is uploaded to any server.

📖 Deep Dive: Color Palette Generator

Color basics

To generate harmonized colors from a base, common approaches are:

  • Tint: mix with white to lighten.
  • Shade: mix with black to darken.
  • Complement: 180 degrees across the wheel.
  • Analogous: within about 30 degrees on the wheel.
  • Why HSL helps

    Adjusting lightness/saturation in HSL space is more intuitive than editing RGB directly, so this tool generates steps in HSL.

    Usage

    Click a swatch to copy its hex, ready for CSS or design files.