← Kehittäjätyökalut

Satunnainen väri

GET /generate/color

Generoi a random color with its hex code, RGB values, HSL values, and a human-readable color name. Hyödyllinen design tools that need color inspiration, generative art projects, UI theming features, placeholder color generation, and any creative application that benefits from random color selection.

Esimerkkipyynnöt

Peruskäyttö
curl https://nordapi.ee/api/v1/generate/color

Reaaliaikainen vastaus

{
  "data": {
    "b": 10,
    "g": 129,
    "hex": "#59810a",
    "r": 89,
    "rgb": "rgb(89,129,10)"
  },
  "success": true
}