Lospec-style palette library. List is index-only fast: filter by size / tag / contained color, sort by popularity — all backed by the composite + GIN indexes on Palette. Create dedupes by signature ("gom trùng").

GET /coloring/palettes/?format=api&ordering=created&page=54
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "instance": null,
    "properties": [],
    "meta": null,
    "links": {
        "next": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=created&page=55",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=created&page=53"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 532,
            "id_string": "ffd4b2-fff6bd-ceedc7-86c8bc-candytone",
            "name": "Soft Coral Mist",
            "colors": [
                "#FFD4B2",
                "#FFF6BD",
                "#CEEDC7",
                "#86C8BC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.005341Z"
        },
        {
            "id": 533,
            "id_string": "e97777-ff9f9f-fcddb0-fffad7-nordichue",
            "name": "Cloud Scarlet Sunset",
            "colors": [
                "#E97777",
                "#FF9F9F",
                "#FCDDB0",
                "#FFFAD7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.010322Z"
        },
        {
            "id": 534,
            "id_string": "756ab6-ac87c5-e0aed0-ffe5e5-pixelpine",
            "name": "Vivid Rose Dawn",
            "colors": [
                "#756AB6",
                "#AC87C5",
                "#E0AED0",
                "#FFE5E5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.015401Z"
        },
        {
            "id": 535,
            "id_string": "155263-ff6f3c-ff9a3c-ffc93c-candytone",
            "name": "Vivid Coral Harbor",
            "colors": [
                "#155263",
                "#FF6F3C",
                "#FF9A3C",
                "#FFC93C"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.022244Z"
        },
        {
            "id": 536,
            "id_string": "ffd5e5-ffffdd-a0ffe6-81f5ff-nordichue",
            "name": "Pale Magenta Bloom",
            "colors": [
                "#FFD5E5",
                "#FFFFDD",
                "#A0FFE6",
                "#81F5FF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.027110Z"
        },
        {
            "id": 537,
            "id_string": "89a8b2-b3c8cf-e5e1da-f1f0e8-mossyhex",
            "name": "Cloud Gold Dawn",
            "colors": [
                "#89A8B2",
                "#B3C8CF",
                "#E5E1DA",
                "#F1F0E8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.033308Z"
        },
        {
            "id": 538,
            "id_string": "e1f2fb-f1f9f9-f3dfe3-e9b2bc-paperfox",
            "name": "Pastel Tide Haze",
            "colors": [
                "#E1F2FB",
                "#F1F9F9",
                "#F3DFE3",
                "#E9B2BC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.038267Z"
        },
        {
            "id": 539,
            "id_string": "698474-889e81-bac7a7-e5e4cc-minthaze",
            "name": "Sunbeam Haze",
            "colors": [
                "#698474",
                "#889E81",
                "#BAC7A7",
                "#E5E4CC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.043099Z"
        },
        {
            "id": 540,
            "id_string": "caf7e3-edffec-f6dfeb-e4bad4-studiomochi",
            "name": "Pastel Moss Mist",
            "colors": [
                "#CAF7E3",
                "#EDFFEC",
                "#F6DFEB",
                "#E4BAD4"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.048112Z"
        },
        {
            "id": 541,
            "id_string": "bfecff-cdc1ff-fff6e3-ffccea-mossyhex",
            "name": "Pastel Cyan Mist",
            "colors": [
                "#BFECFF",
                "#CDC1FF",
                "#FFF6E3",
                "#FFCCEA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.052698Z"
        }
    ]
}