color_name
MediaGenerate color names (Red, Ocean Blue, Forest Green, Coral, etc.). Human-readable color labels for UI testing and product variants.
Example Outputs
RedOcean BlueForest GreenCoralMidnight PurpleAPI Usage
Send a POST request to generate color name data:
curl -X POST https://mockhero.dev/api/v1/generate \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"tables": [
{
"name": "example",
"count": 5,
"fields": [
{
"name": "color_name",
"type": "color_name"
}
]
}
]
}'Common Use Cases
- Product variant testing
- Color swatch display
- Design system testing
- Filter options
Quick Info
- Field Type
- color_name
- Category
- Media
- Parameters
- None required
- Output Format
- JSON, CSV, SQL
Generate Color Name + 155 more types via API
One API call. Multiple tables. Relational integrity. Free tier included.