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=91
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=92",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=like_count&page=90"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 488,
            "id_string": "635985-443c68-393053-18122b-studiomochi",
            "name": "Twilight Iris Drift",
            "colors": [
                "#635985",
                "#443C68",
                "#393053",
                "#18122B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.721240Z"
        },
        {
            "id": 1015,
            "id_string": "32502e-406343-ece7b4-f3efcc-retroswatch",
            "name": "Honey Dusk",
            "colors": [
                "#32502E",
                "#406343",
                "#ECE7B4",
                "#F3EFCC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.954267Z"
        },
        {
            "id": 711,
            "id_string": "f1d4d4-ddb6c6-ac8daf-484c7f-duskpixel",
            "name": "Cool Crimson Glow",
            "colors": [
                "#F1D4D4",
                "#DDB6C6",
                "#AC8DAF",
                "#484C7F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.905706Z"
        },
        {
            "id": 873,
            "id_string": "f9f8f6-efe9e3-d9cfc7-c9b59c-duskpixel",
            "name": "Cloud Amber Harbor",
            "colors": [
                "#F9F8F6",
                "#EFE9E3",
                "#D9CFC7",
                "#C9B59C"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.067322Z"
        },
        {
            "id": 901,
            "id_string": "effffd-b8fff9-85f4ff-42c2ff-paperfox",
            "name": "Pastel Teal Mist",
            "colors": [
                "#EFFFFD",
                "#B8FFF9",
                "#85F4FF",
                "#42C2FF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.203139Z"
        },
        {
            "id": 555,
            "id_string": "fdf7e4-faeed1-ded0b6-bbab8c-huedrift",
            "name": "Cloud Honey Bloom",
            "colors": [
                "#FDF7E4",
                "#FAEED1",
                "#DED0B6",
                "#BBAB8C"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.123253Z"
        },
        {
            "id": 571,
            "id_string": "352f44-5c5470-b9b4c7-faf0e6-hexharbor",
            "name": "Warm Apricot Grove",
            "colors": [
                "#352F44",
                "#5C5470",
                "#B9B4C7",
                "#FAF0E6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.198154Z"
        },
        {
            "id": 560,
            "id_string": "94b49f-cee5d0-fcf8e8-ecb390-coloreef",
            "name": "Pastel Honey Drift",
            "colors": [
                "#94B49F",
                "#CEE5D0",
                "#FCF8E8",
                "#ECB390"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.146635Z"
        },
        {
            "id": 989,
            "id_string": "68b0ab-8fc0a9-c8d5b9-faf3dd-huedrift",
            "name": "Vivid Honey Glow",
            "colors": [
                "#68B0AB",
                "#8FC0A9",
                "#C8D5B9",
                "#FAF3DD"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.834255Z"
        },
        {
            "id": 557,
            "id_string": "ffe6e6-ffabe1-a685e2-6155a6-cobaltcat",
            "name": "Neon Crimson Tide",
            "colors": [
                "#FFE6E6",
                "#FFABE1",
                "#A685E2",
                "#6155A6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.132628Z"
        }
    ]
}