Welcome to NxT Api Shop — explore premium APIs with free tier.
NxT Api Shop NxT Api Shop
← Back to marketplace
design

Color Palette

Generate harmonious color palettes from a seed.

Pricing
Free
No charge
Method
GET
design
Rate limit
120
requests / min

Endpoint

GEThttps://test.mraipay.top/api/v1/palette?key=YOUR_KEY

Try it now

Click "Send request" to see live response…

Code examples

cURL

curl "https://test.mraipay.top/api/v1/palette?key=YOUR_KEY"

PHP

$res = file_get_contents("https://test.mraipay.top/api/v1/palette?key=YOUR_KEY");
$data = json_decode($res, true);
print_r($data);

JavaScript

fetch("https://test.mraipay.top/api/v1/palette?key=YOUR_KEY")
  .then(r => r.json())
  .then(console.log);

Sample Response

{"colors":["#7c5cff","#22d3ee","#f472b6","#fde68a","#34d399"]}

Reviews & ratings

Be the first to review this API.

Log in to leave a review.