← Arendustööriistad

Juhuslik värv

GET /generate/color

Genereerige a random color with its hex code, RGB values, HSL values, and a human-readable color name. Kasulik 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.

Näidispäringud

Põhikasutus
curl https://nordapi.ee/api/v1/generate/color

Reaalajas vastus

{
  "data": {
    "b": 177,
    "g": 17,
    "hex": "#8d11b1",
    "r": 141,
    "rgb": "rgb(141,17,177)"
  },
  "success": true
}