GET /generate/color
Myndaðu a random color with its hex code, RGB values, HSL values, and a human-readable color name. Gagnlegt fyrir design verkfæri that need color inspiration, generative art projects, UI theming eiginleika, placeholder color generation, and hvaða ... sem er creative application that benefits from random color selection.
curl https://nordapi.ee/api/v1/generate/color
{
"data": {
"b": 79,
"g": 25,
"hex": "#c8194f",
"r": 200,
"rgb": "rgb(200,25,79)"
},
"success": true
}