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=67
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=68",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-created&page=66"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 692,
            "id_string": "cee5d0-f3f0d7-d8b384-5e454b-hexharbor",
            "name": "Cool Gold Harbor",
            "colors": [
                "#CEE5D0",
                "#F3F0D7",
                "#D8B384",
                "#5E454B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.818148Z"
        },
        {
            "id": 691,
            "id_string": "060047-b3005e-e90064-ff5f9e-tonecraft",
            "name": "Vivid Sky Bloom",
            "colors": [
                "#060047",
                "#B3005E",
                "#E90064",
                "#FF5F9E"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.813278Z"
        },
        {
            "id": 690,
            "id_string": "22577a-38a3a5-57cc99-80ed99-hexharbor",
            "name": "Electric Pine Mist",
            "colors": [
                "#22577A",
                "#38A3A5",
                "#57CC99",
                "#80ED99"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.808452Z"
        },
        {
            "id": 689,
            "id_string": "f6e7d8-f68989-c65d7b-874356-studiomochi",
            "name": "Neon Scarlet Bloom",
            "colors": [
                "#F6E7D8",
                "#F68989",
                "#C65D7B",
                "#874356"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.803993Z"
        },
        {
            "id": 688,
            "id_string": "e8e8e8-5588a3-145374-00334e-studiomochi",
            "name": "Aqua Dream",
            "colors": [
                "#E8E8E8",
                "#5588A3",
                "#145374",
                "#00334E"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.799384Z"
        },
        {
            "id": 687,
            "id_string": "00a9ff-89cff3-a0e9ff-cdf5fd-tonecraft",
            "name": "Vivid Tide Dream",
            "colors": [
                "#00A9FF",
                "#89CFF3",
                "#A0E9FF",
                "#CDF5FD"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.794924Z"
        },
        {
            "id": 686,
            "id_string": "003c43-135d66-77b0aa-e3fef7-huedrift",
            "name": "Neon Tide Dawn",
            "colors": [
                "#003C43",
                "#135D66",
                "#77B0AA",
                "#E3FEF7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.790147Z"
        },
        {
            "id": 685,
            "id_string": "fff3c7-fec7b4-fc819e-f7418f-paperfox",
            "name": "Sunbeam Dawn",
            "colors": [
                "#FFF3C7",
                "#FEC7B4",
                "#FC819E",
                "#F7418F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.785379Z"
        },
        {
            "id": 684,
            "id_string": "ffb3b3-ffdba4-ffe9ae-c1efff-studiomochi",
            "name": "Pastel Rose Drift",
            "colors": [
                "#FFB3B3",
                "#FFDBA4",
                "#FFE9AE",
                "#C1EFFF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.780860Z"
        },
        {
            "id": 683,
            "id_string": "bbd6b8-aec2b6-94af9f-dbe4c6-palettepup",
            "name": "Fern Field",
            "colors": [
                "#BBD6B8",
                "#AEC2B6",
                "#94AF9F",
                "#DBE4C6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.774802Z"
        }
    ]
}