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=120
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=121",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=like_count&page=119"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1065,
            "id_string": "f7efe5-e2bfd9-c8a1e0-674188-paperfox",
            "name": "Cool Apricot Bay",
            "colors": [
                "#F7EFE5",
                "#E2BFD9",
                "#C8A1E0",
                "#674188"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.194802Z"
        },
        {
            "id": 1044,
            "id_string": "0e2954-1f6e8c-2e8a99-84a7a1-retroswatch",
            "name": "Sky Dusk",
            "colors": [
                "#0E2954",
                "#1F6E8C",
                "#2E8A99",
                "#84A7A1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.097037Z"
        },
        {
            "id": 1136,
            "id_string": "99b898-feceab-ff847c-e84a5f-swatchbird",
            "name": "Neon Crimson Breeze",
            "colors": [
                "#99B898",
                "#FECEAB",
                "#FF847C",
                "#E84A5F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.524776Z"
        },
        {
            "id": 1161,
            "id_string": "222831-393e46-d65a31-eeeeee-paperfox",
            "name": "Warm Ruby Sunset",
            "colors": [
                "#222831",
                "#393E46",
                "#D65A31",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.652498Z"
        },
        {
            "id": 906,
            "id_string": "865858-8e7f7f-bbbbbb-e2d5d5-huedrift",
            "name": "Warm Ruby Grove",
            "colors": [
                "#865858",
                "#8E7F7F",
                "#BBBBBB",
                "#E2D5D5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.226174Z"
        },
        {
            "id": 809,
            "id_string": "beadfa-d0bfff-dfccfb-fff8c9-duskpixel",
            "name": "Soft Indigo Dusk",
            "colors": [
                "#BEADFA",
                "#D0BFFF",
                "#DFCCFB",
                "#FFF8C9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.387231Z"
        },
        {
            "id": 515,
            "id_string": "fbf0f0-dfd3d3-b8b0b0-7c7575-studiomochi",
            "name": "Crimson Drift",
            "colors": [
                "#FBF0F0",
                "#DFD3D3",
                "#B8B0B0",
                "#7C7575"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.863213Z"
        },
        {
            "id": 607,
            "id_string": "88ab8e-afc8ad-eee7da-f2f1eb-minthaze",
            "name": "Pale Coral Field",
            "colors": [
                "#88AB8E",
                "#AFC8AD",
                "#EEE7DA",
                "#F2F1EB"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.371283Z"
        },
        {
            "id": 1128,
            "id_string": "fff7d4-ffd95a-c07f00-4c3d3d-pixelpine",
            "name": "Vivid Citrine Breeze",
            "colors": [
                "#FFF7D4",
                "#FFD95A",
                "#C07F00",
                "#4C3D3D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.488168Z"
        },
        {
            "id": 886,
            "id_string": "e9d5ca-827397-4d4c7d-363062-pixelpine",
            "name": "Warm Apricot Tide",
            "colors": [
                "#E9D5CA",
                "#827397",
                "#4D4C7D",
                "#363062"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.131029Z"
        }
    ]
}