MockHero

color_name

Media

Generate color names (Red, Ocean Blue, Forest Green, Coral, etc.). Human-readable color labels for UI testing and product variants.

Example Outputs

RedOcean BlueForest GreenCoralMidnight Purple

API 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

Try it now

Generate color name data instantly in the playground.

Related Types

Generate Color Name + 155 more types via API

One API call. Multiple tables. Relational integrity. Free tier included.

Get Started Free