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=name&page=35
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=name&page=36",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=name&page=34"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 481,
            "id_string": "ea907a-fbc687-f4f7c5-aacdbe-cobaltcat",
            "name": "Coral Dawn",
            "colors": [
                "#EA907A",
                "#FBC687",
                "#F4F7C5",
                "#AACDBE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.688873Z"
        },
        {
            "id": 1092,
            "id_string": "ffa41b-000839-005082-00a8cc-mossyhex",
            "name": "Coral Dusk",
            "colors": [
                "#FFA41B",
                "#000839",
                "#005082",
                "#00A8CC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.319647Z"
        },
        {
            "id": 529,
            "id_string": "f0e5cf-f7f6f2-c8c6c6-4b6587-nordichue",
            "name": "Coral Field",
            "colors": [
                "#F0E5CF",
                "#F7F6F2",
                "#C8C6C6",
                "#4B6587"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.979473Z"
        },
        {
            "id": 665,
            "id_string": "cc7351-e08f62-ded7b1-9dab86-candytone",
            "name": "Coral Field",
            "colors": [
                "#CC7351",
                "#E08F62",
                "#DED7B1",
                "#9DAB86"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.688002Z"
        },
        {
            "id": 421,
            "id_string": "1a120b-3c2a21-d5cea3-e5e5cb-paperfox",
            "name": "Coral Field",
            "colors": [
                "#1A120B",
                "#3C2A21",
                "#D5CEA3",
                "#E5E5CB"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.403589Z"
        },
        {
            "id": 981,
            "id_string": "ffc93c-07689f-40a8c4-a2d5f2-palettepup",
            "name": "Coral Field",
            "colors": [
                "#FFC93C",
                "#07689F",
                "#40A8C4",
                "#A2D5F2"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.796173Z"
        },
        {
            "id": 650,
            "id_string": "222831-393e46-948979-dfd0b8-palettepup",
            "name": "Coral Harbor",
            "colors": [
                "#222831",
                "#393E46",
                "#948979",
                "#DFD0B8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.616033Z"
        },
        {
            "id": 489,
            "id_string": "f8ecd1-deb6ab-ac7d88-85586f-tonecraft",
            "name": "Coral Harbor",
            "colors": [
                "#F8ECD1",
                "#DEB6AB",
                "#AC7D88",
                "#85586F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.725978Z"
        },
        {
            "id": 948,
            "id_string": "bfccb5-7c96ab-b7b7b7-edc6b1-huedrift",
            "name": "Coral Harbor",
            "colors": [
                "#BFCCB5",
                "#7C96AB",
                "#B7B7B7",
                "#EDC6B1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.513333Z"
        },
        {
            "id": 388,
            "id_string": "fff5e4-ffc4c4-ee6983-850e35-huedrift",
            "name": "Coral Haze",
            "colors": [
                "#FFF5E4",
                "#FFC4C4",
                "#EE6983",
                "#850E35"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.248950Z"
        }
    ]
}