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&page=80
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&page=81",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&page=79"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 644,
            "id_string": "3a3845-f7ccac-c69b7b-826f66-minthaze",
            "name": "Electric Coral Dusk",
            "colors": [
                "#3A3845",
                "#F7CCAC",
                "#C69B7B",
                "#826F66"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.588003Z"
        },
        {
            "id": 613,
            "id_string": "ddffbb-c7e9b0-b3c99c-a4bc92-paperfox",
            "name": "Lime Bloom",
            "colors": [
                "#DDFFBB",
                "#C7E9B0",
                "#B3C99C",
                "#A4BC92"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.398966Z"
        },
        {
            "id": 568,
            "id_string": "e4c59e-af8260-803d3b-322c2b-swatchbird",
            "name": "Ember Harbor",
            "colors": [
                "#E4C59E",
                "#AF8260",
                "#803D3B",
                "#322C2B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.184131Z"
        },
        {
            "id": 563,
            "id_string": "645cbb-a084dc-bface2-ebc7e6-coloreef",
            "name": "Warm Iris Tide",
            "colors": [
                "#645CBB",
                "#A084DC",
                "#BFACE2",
                "#EBC7E6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.160807Z"
        },
        {
            "id": 536,
            "id_string": "ffd5e5-ffffdd-a0ffe6-81f5ff-nordichue",
            "name": "Pale Magenta Bloom",
            "colors": [
                "#FFD5E5",
                "#FFFFDD",
                "#A0FFE6",
                "#81F5FF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.027110Z"
        },
        {
            "id": 497,
            "id_string": "0b2447-19376d-576cbc-a5d7e8-swatchbird",
            "name": "Electric Ocean Veil",
            "colors": [
                "#0B2447",
                "#19376D",
                "#576CBC",
                "#A5D7E8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.762360Z"
        },
        {
            "id": 468,
            "id_string": "876445-ca965c-eec373-f4dfba-tonecraft",
            "name": "Neon Amber Haze",
            "colors": [
                "#876445",
                "#CA965C",
                "#EEC373",
                "#F4DFBA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.623005Z"
        },
        {
            "id": 463,
            "id_string": "1fab89-62d2a2-9df3c4-d7fbe8-cobaltcat",
            "name": "Neon Jade Sunset",
            "colors": [
                "#1FAB89",
                "#62D2A2",
                "#9DF3C4",
                "#D7FBE8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.599625Z"
        },
        {
            "id": 359,
            "id_string": "ffe6e6-f2d1d1-daeaf1-c6dce4-nordichue",
            "name": "Soft Crimson Drift",
            "colors": [
                "#FFE6E6",
                "#F2D1D1",
                "#DAEAF1",
                "#C6DCE4"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.112152Z"
        },
        {
            "id": 225,
            "id_string": "ffffff-4166ad-375998-d1d1d1-comficker",
            "name": "Facebook",
            "colors": [
                "#FFFFFF",
                "#4166AD",
                "#375998",
                "#D1D1D1"
            ],
            "color_count": 4,
            "like_count": 0,
            "usage_count": 1,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:16.623725Z"
        }
    ]
}