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=61
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=62",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-created&page=60"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 752,
            "id_string": "393e46-6d9886-f2e7d5-f7f7f7-palettepup",
            "name": "Amber Glow",
            "colors": [
                "#393E46",
                "#6D9886",
                "#F2E7D5",
                "#F7F7F7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.109978Z"
        },
        {
            "id": 751,
            "id_string": "ff731d-fff7e9-5f9df7-1746a2-mossyhex",
            "name": "Electric Coral Veil",
            "colors": [
                "#FF731D",
                "#FFF7E9",
                "#5F9DF7",
                "#1746A2"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.105246Z"
        },
        {
            "id": 750,
            "id_string": "eb455f-fcffe7-bad7e9-2b3467-tonecraft",
            "name": "Fern Sunset",
            "colors": [
                "#EB455F",
                "#FCFFE7",
                "#BAD7E9",
                "#2B3467"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.100505Z"
        },
        {
            "id": 749,
            "id_string": "00e0ff-74f9ff-a6fff2-e8ffe8-paperfox",
            "name": "Aqua Dawn",
            "colors": [
                "#00E0FF",
                "#74F9FF",
                "#A6FFF2",
                "#E8FFE8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.096024Z"
        },
        {
            "id": 748,
            "id_string": "333333-ffffff-e1f4f3-706c61-pixelpine",
            "name": "Lagoon Dream",
            "colors": [
                "#333333",
                "#FFFFFF",
                "#E1F4F3",
                "#706C61"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.091406Z"
        },
        {
            "id": 747,
            "id_string": "204051-3b6978-84a9ac-cae8d5-coloreef",
            "name": "Tide Haze",
            "colors": [
                "#204051",
                "#3B6978",
                "#84A9AC",
                "#CAE8D5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.087034Z"
        },
        {
            "id": 746,
            "id_string": "fffbeb-495579-263159-251749-palettepup",
            "name": "Sunbeam Drift",
            "colors": [
                "#FFFBEB",
                "#495579",
                "#263159",
                "#251749"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.079900Z"
        },
        {
            "id": 745,
            "id_string": "7fb77e-b1d7b4-f7f6dc-ffc090-cobaltcat",
            "name": "Neon Coral Bay",
            "colors": [
                "#7FB77E",
                "#B1D7B4",
                "#F7F6DC",
                "#FFC090"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.075365Z"
        },
        {
            "id": 744,
            "id_string": "fff2f2-a9b5df-7886c7-2d336b-studiomochi",
            "name": "Electric Scarlet Meadow",
            "colors": [
                "#FFF2F2",
                "#A9B5DF",
                "#7886C7",
                "#2D336B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.070754Z"
        },
        {
            "id": 743,
            "id_string": "ffa45b-ffda77-fbf6f0-aee6e6-paperfox",
            "name": "Pastel Amber Breeze",
            "colors": [
                "#FFA45B",
                "#FFDA77",
                "#FBF6F0",
                "#AEE6E6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.066112Z"
        }
    ]
}