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=11
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=12",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-created&page=10"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1252,
            "id_string": "ff9843-ffdd95-86a7fc-3468c0-studiomochi",
            "name": "Neon Apricot Sunset",
            "colors": [
                "#FF9843",
                "#FFDD95",
                "#86A7FC",
                "#3468C0"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.095288Z"
        },
        {
            "id": 1251,
            "id_string": "fcefee-fccde2-fc5c9c-c5e3f6-candytone",
            "name": "Soft Magenta Drift",
            "colors": [
                "#FCEFEE",
                "#FCCDE2",
                "#FC5C9C",
                "#C5E3F6"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.088720Z"
        },
        {
            "id": 1250,
            "id_string": "ffe3a9-ffc3c3-ff8c8c-ff5d5d-hexharbor",
            "name": "Pale Apricot Hush",
            "colors": [
                "#FFE3A9",
                "#FFC3C3",
                "#FF8C8C",
                "#FF5D5D"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.084200Z"
        },
        {
            "id": 1249,
            "id_string": "f5f0bb-dbdfaa-b3c890-73a9ad-nordichue",
            "name": "Electric Sunbeam Hush",
            "colors": [
                "#F5F0BB",
                "#DBDFAA",
                "#B3C890",
                "#73A9AD"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.079693Z"
        },
        {
            "id": 1248,
            "id_string": "2d3250-424769-7077a1-f6b17a-mossyhex",
            "name": "Neon Apricot Bloom",
            "colors": [
                "#2D3250",
                "#424769",
                "#7077A1",
                "#F6B17A"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.075205Z"
        },
        {
            "id": 1247,
            "id_string": "f4f4f4-ff7315-3a3535-232020-cobaltcat",
            "name": "Neon Apricot Drift",
            "colors": [
                "#F4F4F4",
                "#FF7315",
                "#3A3535",
                "#232020"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.070369Z"
        },
        {
            "id": 1246,
            "id_string": "f47c7c-f7f48b-a1de93-70a1d7-swatchbird",
            "name": "Electric Sunbeam Tide",
            "colors": [
                "#F47C7C",
                "#F7F48B",
                "#A1DE93",
                "#70A1D7"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.065662Z"
        },
        {
            "id": 1245,
            "id_string": "c7f3ff-fdc7ff-ffdcf5-f2f4c3-pixelpine",
            "name": "Cloud Cyan Bloom",
            "colors": [
                "#C7F3FF",
                "#FDC7FF",
                "#FFDCF5",
                "#F2F4C3"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.060345Z"
        },
        {
            "id": 1244,
            "id_string": "fdfdc4-ffe8cf-ffdede-ccffec-paperfox",
            "name": "Pale Apricot Harbor",
            "colors": [
                "#FDFDC4",
                "#FFE8CF",
                "#FFDEDE",
                "#CCFFEC"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.055241Z"
        },
        {
            "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"
        }
    ]
}