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=57
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=58",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-created&page=56"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 792,
            "id_string": "6c3428-ba704f-dfa878-cee6f3-paperfox",
            "name": "Ember Tide",
            "colors": [
                "#6C3428",
                "#BA704F",
                "#DFA878",
                "#CEE6F3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.298152Z"
        },
        {
            "id": 791,
            "id_string": "fee2b3-ffa299-ad6989-562349-pixelpine",
            "name": "Neon Crimson Bloom",
            "colors": [
                "#FEE2B3",
                "#FFA299",
                "#AD6989",
                "#562349"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.293609Z"
        },
        {
            "id": 790,
            "id_string": "212121-6d9886-d9cab3-f6f6f6-retroswatch",
            "name": "Apricot Bay",
            "colors": [
                "#212121",
                "#6D9886",
                "#D9CAB3",
                "#F6F6F6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.289069Z"
        },
        {
            "id": 789,
            "id_string": "ada2ff-c0deff-ffe5f1-fff8e1-nordichue",
            "name": "Cloud Cobalt Bay",
            "colors": [
                "#ADA2FF",
                "#C0DEFF",
                "#FFE5F1",
                "#FFF8E1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.284490Z"
        },
        {
            "id": 788,
            "id_string": "c2ded1-ece5c7-cdc2ae-354259-nordichue",
            "name": "Warm Sunbeam Veil",
            "colors": [
                "#C2DED1",
                "#ECE5C7",
                "#CDC2AE",
                "#354259"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.279952Z"
        },
        {
            "id": 787,
            "id_string": "898aa6-c9bbcf-b7d3df-d6efed-paperfox",
            "name": "Warm Teal Bloom",
            "colors": [
                "#898AA6",
                "#C9BBCF",
                "#B7D3DF",
                "#D6EFED"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.275352Z"
        },
        {
            "id": 786,
            "id_string": "219c90-e9b824-ee9322-d83f31-studiomochi",
            "name": "Neon Ember Dusk",
            "colors": [
                "#219C90",
                "#E9B824",
                "#EE9322",
                "#D83F31"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.270635Z"
        },
        {
            "id": 785,
            "id_string": "d3dedc-92a9bd-7c99ac-ffefef-studiomochi",
            "name": "Electric Scarlet Grove",
            "colors": [
                "#D3DEDC",
                "#92A9BD",
                "#7C99AC",
                "#FFEFEF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.266205Z"
        },
        {
            "id": 784,
            "id_string": "aae3e2-d9acf5-ffcefe-fdebed-minthaze",
            "name": "Cloud Mauve Mist",
            "colors": [
                "#AAE3E2",
                "#D9ACF5",
                "#FFCEFE",
                "#FDEBED"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.261543Z"
        },
        {
            "id": 783,
            "id_string": "384259-f73859-7ac7c4-c4edde-nordichue",
            "name": "Neon Rose Haze",
            "colors": [
                "#384259",
                "#F73859",
                "#7AC7C4",
                "#C4EDDE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.256189Z"
        }
    ]
}