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=like_count&page=85
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=like_count&page=86",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=like_count&page=84"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 959,
            "id_string": "c40c0c-ff6500-ff8a08-ffc100-paperfox",
            "name": "Neon Amber Breeze",
            "colors": [
                "#C40C0C",
                "#FF6500",
                "#FF8A08",
                "#FFC100"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.652361Z"
        },
        {
            "id": 491,
            "id_string": "fcecdd-ffc288-fea82f-ff6701-studiomochi",
            "name": "Neon Amber Mist",
            "colors": [
                "#FCECDD",
                "#FFC288",
                "#FEA82F",
                "#FF6701"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.735015Z"
        },
        {
            "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": 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": 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": 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"
        },
        {
            "id": 618,
            "id_string": "1c3879-607eaa-eae3d2-f9f5eb-coloreef",
            "name": "Cool Sky Mist",
            "colors": [
                "#1C3879",
                "#607EAA",
                "#EAE3D2",
                "#F9F5EB"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.429421Z"
        },
        {
            "id": 641,
            "id_string": "d3e4cd-99a799-f2ddc1-e2c2b9-retroswatch",
            "name": "Soft Amber Tide",
            "colors": [
                "#D3E4CD",
                "#99A799",
                "#F2DDC1",
                "#E2C2B9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.572678Z"
        }
    ]
}