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=25
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=26",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-created&page=24"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1112,
            "id_string": "ffe699-fff9b6-ff9292-ffccd2-candytone",
            "name": "Soft Sunbeam Harbor",
            "colors": [
                "#FFE699",
                "#FFF9B6",
                "#FF9292",
                "#FFCCD2"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.414370Z"
        },
        {
            "id": 1111,
            "id_string": "f7f4e3-d2e1c8-fee4a6-f9c4aa-cobaltcat",
            "name": "Soft Ember Dawn",
            "colors": [
                "#F7F4E3",
                "#D2E1C8",
                "#FEE4A6",
                "#F9C4AA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.409881Z"
        },
        {
            "id": 1110,
            "id_string": "000000-3e432e-616f39-a7d129-duskpixel",
            "name": "Fern Harbor",
            "colors": [
                "#000000",
                "#3E432E",
                "#616F39",
                "#A7D129"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.405233Z"
        },
        {
            "id": 1109,
            "id_string": "eeedeb-e0ccbe-747264-3c3633-tonecraft",
            "name": "Cool Amber Tide",
            "colors": [
                "#EEEDEB",
                "#E0CCBE",
                "#747264",
                "#3C3633"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.400692Z"
        },
        {
            "id": 1108,
            "id_string": "a6d0dd-ff6969-ffd3b0-fff9de-candytone",
            "name": "Pale Scarlet Field",
            "colors": [
                "#A6D0DD",
                "#FF6969",
                "#FFD3B0",
                "#FFF9DE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.396065Z"
        },
        {
            "id": 1107,
            "id_string": "865439-c68b59-fcdec0-8fc1d4-minthaze",
            "name": "Neon Coral Dawn",
            "colors": [
                "#865439",
                "#C68B59",
                "#FCDEC0",
                "#8FC1D4"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.391472Z"
        },
        {
            "id": 1106,
            "id_string": "ffdfd6-e3a5c7-b692c2-694f8e-minthaze",
            "name": "Neon Scarlet Dream",
            "colors": [
                "#FFDFD6",
                "#E3A5C7",
                "#B692C2",
                "#694F8E"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.386956Z"
        },
        {
            "id": 1105,
            "id_string": "382933-3b5249-519872-a4b494-cobaltcat",
            "name": "Twilight Forest Grove",
            "colors": [
                "#382933",
                "#3B5249",
                "#519872",
                "#A4B494"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.381928Z"
        },
        {
            "id": 1104,
            "id_string": "f1f1f1-fdb827-21209c-23120b-hexharbor",
            "name": "Vivid Ember Drift",
            "colors": [
                "#F1F1F1",
                "#FDB827",
                "#21209C",
                "#23120B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.377478Z"
        },
        {
            "id": 1103,
            "id_string": "9fb3df-9ec6f3-bddde4-fff1d5-paperfox",
            "name": "Pale Amber Breeze",
            "colors": [
                "#9FB3DF",
                "#9EC6F3",
                "#BDDDE4",
                "#FFF1D5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.372959Z"
        }
    ]
}