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=101
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=102",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=like_count&page=100"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 804,
            "id_string": "f6f1e9-ffd93d-ff8400-4f200d-cobaltcat",
            "name": "Neon Honey Dawn",
            "colors": [
                "#F6F1E9",
                "#FFD93D",
                "#FF8400",
                "#4F200D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.364042Z"
        },
        {
            "id": 923,
            "id_string": "606c5d-fff4f4-f7e6c4-f1c376-mossyhex",
            "name": "Vivid Ruby Dream",
            "colors": [
                "#606C5D",
                "#FFF4F4",
                "#F7E6C4",
                "#F1C376"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.308153Z"
        },
        {
            "id": 979,
            "id_string": "f9f5eb-e4dccf-ea5455-002b5b-paperfox",
            "name": "Electric Sky Bloom",
            "colors": [
                "#F9F5EB",
                "#E4DCCF",
                "#EA5455",
                "#002B5B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.786631Z"
        },
        {
            "id": 976,
            "id_string": "cee5d0-f3f0d7-e0c097-ff7878-hexharbor",
            "name": "Pale Rose Grove",
            "colors": [
                "#CEE5D0",
                "#F3F0D7",
                "#E0C097",
                "#FF7878"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.771546Z"
        },
        {
            "id": 971,
            "id_string": "864000-d44000-ff7a00-ffefcf-retroswatch",
            "name": "Vivid Coral Dream",
            "colors": [
                "#864000",
                "#D44000",
                "#FF7A00",
                "#FFEFCF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.746135Z"
        },
        {
            "id": 1047,
            "id_string": "89b5af-96c7c1-ded9c4-d0cab2-candytone",
            "name": "Warm Lagoon Haze",
            "colors": [
                "#89B5AF",
                "#96C7C1",
                "#DED9C4",
                "#D0CAB2"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.110622Z"
        },
        {
            "id": 883,
            "id_string": "fbf8f1-f7ecde-e9dac1-54bab9-retroswatch",
            "name": "Soft Ember Mist",
            "colors": [
                "#FBF8F1",
                "#F7ECDE",
                "#E9DAC1",
                "#54BAB9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.116856Z"
        },
        {
            "id": 682,
            "id_string": "f875aa-ffdfdf-fff6f6-aedefc-cobaltcat",
            "name": "Pale Ruby Veil",
            "colors": [
                "#F875AA",
                "#FFDFDF",
                "#FFF6F6",
                "#AEDEFC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.770240Z"
        },
        {
            "id": 520,
            "id_string": "eeebdd-810000-630000-1b1717-candytone",
            "name": "Dusk Ruby Mist",
            "colors": [
                "#EEEBDD",
                "#810000",
                "#630000",
                "#1B1717"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.905388Z"
        },
        {
            "id": 733,
            "id_string": "f1ecc3-c9d8b6-57837b-515e63-duskpixel",
            "name": "Honey Breeze",
            "colors": [
                "#F1ECC3",
                "#C9D8B6",
                "#57837B",
                "#515E63"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.012426Z"
        }
    ]
}