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=44
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=45",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=color_count&page=43"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 740,
            "id_string": "65647c-8b7e74-c7bca1-f1d3b3-tonecraft",
            "name": "Amber Breeze",
            "colors": [
                "#65647C",
                "#8B7E74",
                "#C7BCA1",
                "#F1D3B3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.051573Z"
        },
        {
            "id": 620,
            "id_string": "3674b5-578fca-a1e3f9-d1f8ef-cobaltcat",
            "name": "Electric Aqua Tide",
            "colors": [
                "#3674B5",
                "#578FCA",
                "#A1E3F9",
                "#D1F8EF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.438869Z"
        },
        {
            "id": 479,
            "id_string": "ffe8df-ffffff-f0f0f0-888888-minthaze",
            "name": "Pastel Ember Dusk",
            "colors": [
                "#FFE8DF",
                "#FFFFFF",
                "#F0F0F0",
                "#888888"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.679465Z"
        },
        {
            "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": 1020,
            "id_string": "a66cff-9c9efe-afb4ff-b1e1ff-nordichue",
            "name": "Pale Indigo Haze",
            "colors": [
                "#A66CFF",
                "#9C9EFE",
                "#AFB4FF",
                "#B1E1FF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.977187Z"
        },
        {
            "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": 1022,
            "id_string": "ff7b54-ffb26b-ffd56f-939b62-mossyhex",
            "name": "Electric Scarlet Tide",
            "colors": [
                "#FF7B54",
                "#FFB26B",
                "#FFD56F",
                "#939B62"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.986569Z"
        },
        {
            "id": 671,
            "id_string": "161a30-31304d-b6bbc4-f0ece5-tonecraft",
            "name": "Azure Haze",
            "colors": [
                "#161A30",
                "#31304D",
                "#B6BBC4",
                "#F0ECE5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.715499Z"
        },
        {
            "id": 957,
            "id_string": "383e56-f69e7b-eedad1-d4b5b0-paperfox",
            "name": "Neon Ember Sunset",
            "colors": [
                "#383E56",
                "#F69E7B",
                "#EEDAD1",
                "#D4B5B0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.604037Z"
        },
        {
            "id": 659,
            "id_string": "ffcdb2-ffb4a2-e5989b-b5828c-candytone",
            "name": "Neon Ember Tide",
            "colors": [
                "#FFCDB2",
                "#FFB4A2",
                "#E5989B",
                "#B5828C"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.660703Z"
        }
    ]
}