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=name&page=73
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=name&page=74",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=name&page=72"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 491,
            "id_string": "fcecdd-ffc288-fea82f-ff6701-studiomochi",
            "name": "Neon Amber Mist",
            "colors": [
                "#FCECDD",
                "#FFC288",
                "#FEA82F",
                "#FF6701"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.735015Z"
        },
        {
            "id": 814,
            "id_string": "de8971-7b6079-a7d0cd-ffe9d6-swatchbird",
            "name": "Neon Amber Sunset",
            "colors": [
                "#DE8971",
                "#7B6079",
                "#A7D0CD",
                "#FFE9D6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.430056Z"
        },
        {
            "id": 885,
            "id_string": "fff4e0-ffbf9b-b46060-4d4d4d-duskpixel",
            "name": "Neon Amber Tide",
            "colors": [
                "#FFF4E0",
                "#FFBF9B",
                "#B46060",
                "#4D4D4D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.126082Z"
        },
        {
            "id": 397,
            "id_string": "222831-393e46-ffd369-eeeeee-tonecraft",
            "name": "Neon Amber Veil",
            "colors": [
                "#222831",
                "#393E46",
                "#FFD369",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.290238Z"
        },
        {
            "id": 1099,
            "id_string": "75cfb8-bbdfc8-f0e5d8-ffc478-studiomochi",
            "name": "Neon Apricot Bay",
            "colors": [
                "#75CFB8",
                "#BBDFC8",
                "#F0E5D8",
                "#FFC478"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.354277Z"
        },
        {
            "id": 1248,
            "id_string": "2d3250-424769-7077a1-f6b17a-mossyhex",
            "name": "Neon Apricot Bloom",
            "colors": [
                "#2D3250",
                "#424769",
                "#7077A1",
                "#F6B17A"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.075205Z"
        },
        {
            "id": 1225,
            "id_string": "85a392-f5b971-fdd998-ffecc7-paperfox",
            "name": "Neon Apricot Dream",
            "colors": [
                "#85A392",
                "#F5B971",
                "#FDD998",
                "#FFECC7"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.946435Z"
        },
        {
            "id": 1049,
            "id_string": "b590ca-a8d3da-f5cab3-f3ecb8-nordichue",
            "name": "Neon Apricot Dream",
            "colors": [
                "#B590CA",
                "#A8D3DA",
                "#F5CAB3",
                "#F3ECB8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.119794Z"
        },
        {
            "id": 1247,
            "id_string": "f4f4f4-ff7315-3a3535-232020-cobaltcat",
            "name": "Neon Apricot Drift",
            "colors": [
                "#F4F4F4",
                "#FF7315",
                "#3A3535",
                "#232020"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.070369Z"
        },
        {
            "id": 1007,
            "id_string": "5d5b6a-758184-cfb495-f5cdaa-duskpixel",
            "name": "Neon Apricot Drift",
            "colors": [
                "#5D5B6A",
                "#758184",
                "#CFB495",
                "#F5CDAA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.916443Z"
        }
    ]
}