🌈
Color Shades & Tints
Generate shades (darker) and tints (lighter) of a color.
color
API: POST /api/tools/color-shades
Input
Result
🔌 API Usage
POST /api/tools/color-shades
Content-Type: application/json
// Example body:
{
"color": "#3498db",
"count": "10"
}
Content-Type: application/json
// Example body:
{
"color": "#3498db",
"count": "10"
}