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=like_count&page=87
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=like_count&page=88",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=like_count&page=86"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 895,
            "id_string": "f0ff42-82cd47-54b435-379237-candytone",
            "name": "Electric Gold Tide",
            "colors": [
                "#F0FF42",
                "#82CD47",
                "#54B435",
                "#379237"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.172320Z"
        },
        {
            "id": 649,
            "id_string": "e6e6e6-c5a880-532e1c-0f0f0f-nordichue",
            "name": "Cool Ember Field",
            "colors": [
                "#E6E6E6",
                "#C5A880",
                "#532E1C",
                "#0F0F0F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.611248Z"
        },
        {
            "id": 1073,
            "id_string": "e8505b-f9d56e-f3ecc2-14b1ab-candytone",
            "name": "Electric Ember Dawn",
            "colors": [
                "#E8505B",
                "#F9D56E",
                "#F3ECC2",
                "#14B1AB"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.232430Z"
        },
        {
            "id": 486,
            "id_string": "e7cccc-ede8dc-a5b68d-c1cfa1-palettepup",
            "name": "Crimson Meadow",
            "colors": [
                "#E7CCCC",
                "#EDE8DC",
                "#A5B68D",
                "#C1CFA1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.712028Z"
        },
        {
            "id": 650,
            "id_string": "222831-393e46-948979-dfd0b8-palettepup",
            "name": "Coral Harbor",
            "colors": [
                "#222831",
                "#393E46",
                "#948979",
                "#DFD0B8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.616033Z"
        },
        {
            "id": 651,
            "id_string": "ffc6ac-fff6dc-c4c1a4-9e9fa5-mossyhex",
            "name": "Electric Coral Drift",
            "colors": [
                "#FFC6AC",
                "#FFF6DC",
                "#C4C1A4",
                "#9E9FA5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.620713Z"
        },
        {
            "id": 741,
            "id_string": "e8f3d6-fcf9be-ffdca9-faab78-cobaltcat",
            "name": "Soft Apricot Field",
            "colors": [
                "#E8F3D6",
                "#FCF9BE",
                "#FFDCA9",
                "#FAAB78"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.056120Z"
        },
        {
            "id": 494,
            "id_string": "ccd6a6-dae2b6-f4ead5-fffbe9-hexharbor",
            "name": "Pale Sunbeam Glow",
            "colors": [
                "#CCD6A6",
                "#DAE2B6",
                "#F4EAD5",
                "#FFFBE9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.748818Z"
        },
        {
            "id": 658,
            "id_string": "f7a4a4-febe8c-fffbc1-b6e2a1-huedrift",
            "name": "Soft Gold Field",
            "colors": [
                "#F7A4A4",
                "#FEBE8C",
                "#FFFBC1",
                "#B6E2A1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.656187Z"
        },
        {
            "id": 624,
            "id_string": "607274-faeed1-ded0b6-b2a59b-duskpixel",
            "name": "Vivid Apricot Breeze",
            "colors": [
                "#607274",
                "#FAEED1",
                "#DED0B6",
                "#B2A59B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.457560Z"
        }
    ]
}