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=108
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=109",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=like_count&page=107"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1023,
            "id_string": "ff7b54-ffb26b-ffd56b-939b62-paperfox",
            "name": "Neon Rose Dusk",
            "colors": [
                "#FF7B54",
                "#FFB26B",
                "#FFD56B",
                "#939B62"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.994801Z"
        },
        {
            "id": 596,
            "id_string": "bfcba8-5b8a72-56776c-464f41-studiomochi",
            "name": "Meadow Grove",
            "colors": [
                "#BFCBA8",
                "#5B8A72",
                "#56776C",
                "#464F41"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.317137Z"
        },
        {
            "id": 483,
            "id_string": "f4f9f9-ccf2f4-a4ebf3-aaaaaa-minthaze",
            "name": "Pastel Cyan Mist",
            "colors": [
                "#F4F9F9",
                "#CCF2F4",
                "#A4EBF3",
                "#AAAAAA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.697981Z"
        },
        {
            "id": 1029,
            "id_string": "000000-f4dfc8-f4eae0-faf6f0-huedrift",
            "name": "Amber Grove",
            "colors": [
                "#000000",
                "#F4DFC8",
                "#F4EAE0",
                "#FAF6F0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.025549Z"
        },
        {
            "id": 1034,
            "id_string": "277bc0-ffb200-ffcb42-fff4cf-candytone",
            "name": "Apricot Tide",
            "colors": [
                "#277BC0",
                "#FFB200",
                "#FFCB42",
                "#FFF4CF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.048281Z"
        },
        {
            "id": 1030,
            "id_string": "00af91-007965-f58634-ffcc29-paperfox",
            "name": "Vivid Lagoon Breeze",
            "colors": [
                "#00AF91",
                "#007965",
                "#F58634",
                "#FFCC29"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.030231Z"
        },
        {
            "id": 1025,
            "id_string": "f3f4ed-536162-424642-c06014-huedrift",
            "name": "Vivid Amber Dusk",
            "colors": [
                "#F3F4ED",
                "#536162",
                "#424642",
                "#C06014"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.007686Z"
        },
        {
            "id": 877,
            "id_string": "faf2da-8e9775-4a503d-e28f83-nordichue",
            "name": "Honey Dusk",
            "colors": [
                "#FAF2DA",
                "#8E9775",
                "#4A503D",
                "#E28F83"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.089001Z"
        },
        {
            "id": 699,
            "id_string": "f0e4d7-f5c0c0-ff7171-9fd8df-minthaze",
            "name": "Soft Crimson Harbor",
            "colors": [
                "#F0E4D7",
                "#F5C0C0",
                "#FF7171",
                "#9FD8DF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.850611Z"
        },
        {
            "id": 1028,
            "id_string": "ccd5ae-e0e5b6-faedce-fefae0-hexharbor",
            "name": "Soft Sunbeam Hush",
            "colors": [
                "#CCD5AE",
                "#E0E5B6",
                "#FAEDCE",
                "#FEFAE0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.021092Z"
        }
    ]
}