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=102
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=103",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=created&page=101"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1012,
            "id_string": "03001c-301e67-5b8fb9-b6eada-minthaze",
            "name": "Vivid Azure Bloom",
            "colors": [
                "#03001C",
                "#301E67",
                "#5B8FB9",
                "#B6EADA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.940340Z"
        },
        {
            "id": 1013,
            "id_string": "384b70-507687-fcfaee-b8001f-palettepup",
            "name": "Vivid Blush Drift",
            "colors": [
                "#384B70",
                "#507687",
                "#FCFAEE",
                "#B8001F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.945127Z"
        },
        {
            "id": 1014,
            "id_string": "7bd3ea-a1eebd-f6f7c4-f6d6d6-paperfox",
            "name": "Pastel Honey Glow",
            "colors": [
                "#7BD3EA",
                "#A1EEBD",
                "#F6F7C4",
                "#F6D6D6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.949680Z"
        },
        {
            "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": 1016,
            "id_string": "0c356a-0174be-ffc436-fff0ce-mossyhex",
            "name": "Neon Amber Grove",
            "colors": [
                "#0C356A",
                "#0174BE",
                "#FFC436",
                "#FFF0CE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.958786Z"
        },
        {
            "id": 1017,
            "id_string": "faf7f3-f0e4d3-dcc5b2-d9a299-swatchbird",
            "name": "Soft Ember Mist",
            "colors": [
                "#FAF7F3",
                "#F0E4D3",
                "#DCC5B2",
                "#D9A299"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.963748Z"
        },
        {
            "id": 1018,
            "id_string": "22a699-f2be22-f29727-f24c3d-nordichue",
            "name": "Neon Gold Grove",
            "colors": [
                "#22A699",
                "#F2BE22",
                "#F29727",
                "#F24C3D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.968197Z"
        },
        {
            "id": 1019,
            "id_string": "316b83-6d8299-8ca1a5-d5bfbf-candytone",
            "name": "Cyan Hush",
            "colors": [
                "#316B83",
                "#6D8299",
                "#8CA1A5",
                "#D5BFBF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.972705Z"
        },
        {
            "id": 1020,
            "id_string": "a66cff-9c9efe-afb4ff-b1e1ff-nordichue",
            "name": "Pale Indigo Haze",
            "colors": [
                "#A66CFF",
                "#9C9EFE",
                "#AFB4FF",
                "#B1E1FF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.977187Z"
        },
        {
            "id": 1021,
            "id_string": "f9f7cf-f2dcbb-bbbbbb-aaaaaa-palettepup",
            "name": "Pastel Sunbeam Glow",
            "colors": [
                "#F9F7CF",
                "#F2DCBB",
                "#BBBBBB",
                "#AAAAAA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.981729Z"
        }
    ]
}