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=color_count&page=29
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=color_count&page=30",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=color_count&page=28"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 616,
            "id_string": "362706-464e2e-acb992-e9e5d6-retroswatch",
            "name": "Electric Ember Meadow",
            "colors": [
                "#362706",
                "#464E2E",
                "#ACB992",
                "#E9E5D6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.412890Z"
        },
        {
            "id": 512,
            "id_string": "d4a5a5-ffecda-f9ffea-a6d0e4-duskpixel",
            "name": "Soft Coral Breeze",
            "colors": [
                "#D4A5A5",
                "#FFECDA",
                "#F9FFEA",
                "#A6D0E4"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.841545Z"
        },
        {
            "id": 835,
            "id_string": "fff2d7-ffe0b5-f8c794-d8ae7e-pixelpine",
            "name": "Pastel Amber Dream",
            "colors": [
                "#FFF2D7",
                "#FFE0B5",
                "#F8C794",
                "#D8AE7E"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.714771Z"
        },
        {
            "id": 578,
            "id_string": "fafafa-e8f1f5-005691-004a7c-pixelpine",
            "name": "Neon Aqua Glow",
            "colors": [
                "#FAFAFA",
                "#E8F1F5",
                "#005691",
                "#004A7C"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.233056Z"
        },
        {
            "id": 623,
            "id_string": "0f044c-141e61-787a91-eeeeee-minthaze",
            "name": "Vivid Azure Meadow",
            "colors": [
                "#0F044C",
                "#141E61",
                "#787A91",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.452907Z"
        },
        {
            "id": 614,
            "id_string": "bce6eb-fdcfdf-fbbedf-fca3cc-tonecraft",
            "name": "Cloud Magenta Haze",
            "colors": [
                "#BCE6EB",
                "#FDCFDF",
                "#FBBEDF",
                "#FCA3CC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.403500Z"
        },
        {
            "id": 664,
            "id_string": "252525-ff0000-af0404-414141-huedrift",
            "name": "Twilight Crimson Bloom",
            "colors": [
                "#252525",
                "#FF0000",
                "#AF0404",
                "#414141"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.683475Z"
        },
        {
            "id": 1243,
            "id_string": "eca3f5-fdbaf8-b0efeb-edffa9-cobaltcat",
            "name": "Cloud Lime Meadow",
            "colors": [
                "#ECA3F5",
                "#FDBAF8",
                "#B0EFEB",
                "#EDFFA9"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.036900Z"
        },
        {
            "id": 594,
            "id_string": "d6efd8-80af81-508d4e-1a5319-nordichue",
            "name": "Jade Dawn",
            "colors": [
                "#D6EFD8",
                "#80AF81",
                "#508D4E",
                "#1A5319"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.307833Z"
        },
        {
            "id": 547,
            "id_string": "61764b-9ba17b-cfb997-fad6a5-pixelpine",
            "name": "Neon Ember Tide",
            "colors": [
                "#61764B",
                "#9BA17B",
                "#CFB997",
                "#FAD6A5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.081735Z"
        }
    ]
}