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=54
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=55",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-created&page=53"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 822,
            "id_string": "2e0249-570a57-a91079-f806cc-huedrift",
            "name": "Dusk Orchid Dream",
            "colors": [
                "#2E0249",
                "#570A57",
                "#A91079",
                "#F806CC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.566807Z"
        },
        {
            "id": 821,
            "id_string": "ff577f-ff884b-ffc764-cdfffc-tonecraft",
            "name": "Vivid Rose Field",
            "colors": [
                "#FF577F",
                "#FF884B",
                "#FFC764",
                "#CDFFFC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.560586Z"
        },
        {
            "id": 820,
            "id_string": "c2dedc-ece5c7-cdc2ae-116a7b-retroswatch",
            "name": "Aqua Breeze",
            "colors": [
                "#C2DEDC",
                "#ECE5C7",
                "#CDC2AE",
                "#116A7B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.547824Z"
        },
        {
            "id": 819,
            "id_string": "363062-435585-818fb4-f5e8c7-mossyhex",
            "name": "Ember Breeze",
            "colors": [
                "#363062",
                "#435585",
                "#818FB4",
                "#F5E8C7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.506129Z"
        },
        {
            "id": 818,
            "id_string": "f5dad2-fcffe0-bacd92-75a47f-nordichue",
            "name": "Fern Dusk",
            "colors": [
                "#F5DAD2",
                "#FCFFE0",
                "#BACD92",
                "#75A47F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.475072Z"
        },
        {
            "id": 817,
            "id_string": "632626-9d5353-bf8b67-dacc96-huedrift",
            "name": "Gold Tide",
            "colors": [
                "#632626",
                "#9D5353",
                "#BF8B67",
                "#DACC96"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.458068Z"
        },
        {
            "id": 816,
            "id_string": "008dda-41c9e2-ace2e1-f7eedd-coloreef",
            "name": "Electric Tide Dream",
            "colors": [
                "#008DDA",
                "#41C9E2",
                "#ACE2E1",
                "#F7EEDD"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.447793Z"
        },
        {
            "id": 815,
            "id_string": "7c83fd-96baff-7dedff-88fff7-mossyhex",
            "name": "Neon Ocean Dawn",
            "colors": [
                "#7C83FD",
                "#96BAFF",
                "#7DEDFF",
                "#88FFF7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.438253Z"
        },
        {
            "id": 814,
            "id_string": "de8971-7b6079-a7d0cd-ffe9d6-swatchbird",
            "name": "Neon Amber Sunset",
            "colors": [
                "#DE8971",
                "#7B6079",
                "#A7D0CD",
                "#FFE9D6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.430056Z"
        },
        {
            "id": 813,
            "id_string": "290001-87431d-c87941-dbcbbd-duskpixel",
            "name": "Neon Blush Haze",
            "colors": [
                "#290001",
                "#87431D",
                "#C87941",
                "#DBCBBD"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.419902Z"
        }
    ]
}