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=color_count&page=63
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=color_count&page=64",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=color_count&page=62"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 637,
            "id_string": "f7fd04-f9b208-f98404-fc5404-tonecraft",
            "name": "Electric Gold Harbor",
            "colors": [
                "#F7FD04",
                "#F9B208",
                "#F98404",
                "#FC5404"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.552692Z"
        },
        {
            "id": 670,
            "id_string": "e8ded2-a3d2ca-5eaaa8-056676-nordichue",
            "name": "Tide Tide",
            "colors": [
                "#E8DED2",
                "#A3D2CA",
                "#5EAAA8",
                "#056676"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.710722Z"
        },
        {
            "id": 815,
            "id_string": "7c83fd-96baff-7dedff-88fff7-mossyhex",
            "name": "Neon Ocean Dawn",
            "colors": [
                "#7C83FD",
                "#96BAFF",
                "#7DEDFF",
                "#88FFF7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.438253Z"
        },
        {
            "id": 778,
            "id_string": "5b6d5b-ca8a8b-e2bcb7-f6e6e4-duskpixel",
            "name": "Ruby Mist",
            "colors": [
                "#5B6D5B",
                "#CA8A8B",
                "#E2BCB7",
                "#F6E6E4"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.233215Z"
        },
        {
            "id": 400,
            "id_string": "ccd5ae-e9edc9-fefae0-faedcd-tonecraft",
            "name": "Cloud Honey Sunset",
            "colors": [
                "#CCD5AE",
                "#E9EDC9",
                "#FEFAE0",
                "#FAEDCD"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.304140Z"
        },
        {
            "id": 378,
            "id_string": "f2d7d9-d3cedf-9cb4cc-748da6-cobaltcat",
            "name": "Magenta Dawn",
            "colors": [
                "#F2D7D9",
                "#D3CEDF",
                "#9CB4CC",
                "#748DA6"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.200509Z"
        },
        {
            "id": 629,
            "id_string": "030637-3c0753-720455-910a67-duskpixel",
            "name": "Shadow Orchid Mist",
            "colors": [
                "#030637",
                "#3C0753",
                "#720455",
                "#910A67"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.480667Z"
        },
        {
            "id": 678,
            "id_string": "6e85b7-b2c8df-c4d7e0-f8f9d7-candytone",
            "name": "Neon Honey Field",
            "colors": [
                "#6E85B7",
                "#B2C8DF",
                "#C4D7E0",
                "#F8F9D7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.751915Z"
        },
        {
            "id": 1181,
            "id_string": "a6e4e7-f9f9f9-ebcbae-8f8787-studiomochi",
            "name": "Warm Ember Bloom",
            "colors": [
                "#A6E4E7",
                "#F9F9F9",
                "#EBCBAE",
                "#8F8787"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.743994Z"
        },
        {
            "id": 902,
            "id_string": "f6f6f6-c7ffd8-98ded9-161d6f-coloreef",
            "name": "Vivid Forest Meadow",
            "colors": [
                "#F6F6F6",
                "#C7FFD8",
                "#98DED9",
                "#161D6F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.207712Z"
        }
    ]
}