🌈

Color Shades & Tints

Generate shades (darker) and tints (lighter) of a color.

color API: POST /api/tools/color-shades

Input

🔌 API Usage

POST /api/tools/color-shades
Content-Type: application/json

// Example body:
{
  "color": "#3498db",
  "count": "10"
}