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=103
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=104",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=like_count&page=102"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 885,
            "id_string": "fff4e0-ffbf9b-b46060-4d4d4d-duskpixel",
            "name": "Neon Amber Tide",
            "colors": [
                "#FFF4E0",
                "#FFBF9B",
                "#B46060",
                "#4D4D4D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.126082Z"
        },
        {
            "id": 1009,
            "id_string": "fff7f1-ffe4c9-e78895-bed1cf-duskpixel",
            "name": "Soft Coral Dusk",
            "colors": [
                "#FFF7F1",
                "#FFE4C9",
                "#E78895",
                "#BED1CF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.926238Z"
        },
        {
            "id": 807,
            "id_string": "06283d-1363df-47b5ff-dff6ff-cobaltcat",
            "name": "Neon Tide Dream",
            "colors": [
                "#06283D",
                "#1363DF",
                "#47B5FF",
                "#DFF6FF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.377972Z"
        },
        {
            "id": 1067,
            "id_string": "cb9df0-f0c1e1-fddbbb-fff9bf-retroswatch",
            "name": "Pale Honey Bloom",
            "colors": [
                "#CB9DF0",
                "#F0C1E1",
                "#FDDBBB",
                "#FFF9BF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.203976Z"
        },
        {
            "id": 857,
            "id_string": "451952-662549-ae445a-f39f5a-cobaltcat",
            "name": "Electric Amber Hush",
            "colors": [
                "#451952",
                "#662549",
                "#AE445A",
                "#F39F5A"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.980513Z"
        },
        {
            "id": 892,
            "id_string": "a2d2ff-fef9ef-ff865e-fee440-nordichue",
            "name": "Tide Bloom",
            "colors": [
                "#A2D2FF",
                "#FEF9EF",
                "#FF865E",
                "#FEE440"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.158417Z"
        },
        {
            "id": 1142,
            "id_string": "0d1282-eeeded-f0de36-d71313-nordichue",
            "name": "Vivid Honey Hush",
            "colors": [
                "#0D1282",
                "#EEEDED",
                "#F0DE36",
                "#D71313"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.554647Z"
        },
        {
            "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": 726,
            "id_string": "ffbe98-feece2-f7ded0-e2bfb3-coloreef",
            "name": "Soft Coral Glow",
            "colors": [
                "#FFBE98",
                "#FEECE2",
                "#F7DED0",
                "#E2BFB3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.976227Z"
        },
        {
            "id": 732,
            "id_string": "caf7e3-f8eded-f6dfeb-e4bad4-mossyhex",
            "name": "Cloud Teal Mist",
            "colors": [
                "#CAF7E3",
                "#F8EDED",
                "#F6DFEB",
                "#E4BAD4"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.003764Z"
        }
    ]
}