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=107
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=108",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-name&page=106"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 465,
            "id_string": "f8f4e1-af8f6f-74512d-543310-mossyhex",
            "name": "Cool Apricot Tide",
            "colors": [
                "#F8F4E1",
                "#AF8F6F",
                "#74512D",
                "#543310"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.608796Z"
        },
        {
            "id": 1010,
            "id_string": "3c4245-5f6769-719192-dfcdc3-mossyhex",
            "name": "Cool Apricot Glow",
            "colors": [
                "#3C4245",
                "#5F6769",
                "#719192",
                "#DFCDC3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.930825Z"
        },
        {
            "id": 398,
            "id_string": "f8ede3-dfd3c3-d0b8a8-85586f-pixelpine",
            "name": "Cool Apricot Dusk",
            "colors": [
                "#F8EDE3",
                "#DFD3C3",
                "#D0B8A8",
                "#85586F"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.294997Z"
        },
        {
            "id": 1065,
            "id_string": "f7efe5-e2bfd9-c8a1e0-674188-paperfox",
            "name": "Cool Apricot Bay",
            "colors": [
                "#F7EFE5",
                "#E2BFD9",
                "#C8A1E0",
                "#674188"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.194802Z"
        },
        {
            "id": 1109,
            "id_string": "eeedeb-e0ccbe-747264-3c3633-tonecraft",
            "name": "Cool Amber Tide",
            "colors": [
                "#EEEDEB",
                "#E0CCBE",
                "#747264",
                "#3C3633"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.400692Z"
        },
        {
            "id": 837,
            "id_string": "2c3930-3f4f44-a27b5c-dcd7c9-retroswatch",
            "name": "Cool Amber Mist",
            "colors": [
                "#2C3930",
                "#3F4F44",
                "#A27B5C",
                "#DCD7C9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.728093Z"
        },
        {
            "id": 564,
            "id_string": "a1ccd1-f4f2de-e9b384-7c9d96-nordichue",
            "name": "Cool Amber Hush",
            "colors": [
                "#A1CCD1",
                "#F4F2DE",
                "#E9B384",
                "#7C9D96"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.165687Z"
        },
        {
            "id": 428,
            "id_string": "f5e8c7-deba9d-9e7777-6f4c5b-nordichue",
            "name": "Cool Amber Harbor",
            "colors": [
                "#F5E8C7",
                "#DEBA9D",
                "#9E7777",
                "#6F4C5B"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.436555Z"
        },
        {
            "id": 1119,
            "id_string": "49243e-704264-bb8493-dbafa0-retroswatch",
            "name": "Cool Amber Grove",
            "colors": [
                "#49243E",
                "#704264",
                "#BB8493",
                "#DBAFA0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.447248Z"
        },
        {
            "id": 531,
            "id_string": "f7ecde-e9dac1-9ed2c6-54bab9-palettepup",
            "name": "Cool Amber Drift",
            "colors": [
                "#F7ECDE",
                "#E9DAC1",
                "#9ED2C6",
                "#54BAB9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.988795Z"
        }
    ]
}