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=60
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=61",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-created&page=59"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 762,
            "id_string": "eb6383-fa9191-ffe9c5-b4f2e1-huedrift",
            "name": "Cloud Ember Tide",
            "colors": [
                "#EB6383",
                "#FA9191",
                "#FFE9C5",
                "#B4F2E1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.155821Z"
        },
        {
            "id": 761,
            "id_string": "cdf0ea-f9f9f9-f6c6ea-c490e4-coloreef",
            "name": "Soft Orchid Drift",
            "colors": [
                "#CDF0EA",
                "#F9F9F9",
                "#F6C6EA",
                "#C490E4"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.151397Z"
        },
        {
            "id": 760,
            "id_string": "16423c-6a9c89-c4dad2-e9efec-studiomochi",
            "name": "Warm Teal Glow",
            "colors": [
                "#16423C",
                "#6A9C89",
                "#C4DAD2",
                "#E9EFEC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.146742Z"
        },
        {
            "id": 759,
            "id_string": "e7e0c9-c1cfc0-6b7aa1-11324d-retroswatch",
            "name": "Cyan Bloom",
            "colors": [
                "#E7E0C9",
                "#C1CFC0",
                "#6B7AA1",
                "#11324D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.142174Z"
        },
        {
            "id": 758,
            "id_string": "2d132c-801336-c72c41-ee4540-palettepup",
            "name": "Dusk Rose Bloom",
            "colors": [
                "#2D132C",
                "#801336",
                "#C72C41",
                "#EE4540"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.137636Z"
        },
        {
            "id": 757,
            "id_string": "b799ff-acbcff-aee2ff-e6fffd-minthaze",
            "name": "Pastel Indigo Sunset",
            "colors": [
                "#B799FF",
                "#ACBCFF",
                "#AEE2FF",
                "#E6FFFD"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.133039Z"
        },
        {
            "id": 756,
            "id_string": "ebfffa-c6fce5-6ef3d6-0dceda-cobaltcat",
            "name": "Electric Mint Dusk",
            "colors": [
                "#EBFFFA",
                "#C6FCE5",
                "#6EF3D6",
                "#0DCEDA"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.128368Z"
        },
        {
            "id": 755,
            "id_string": "f4abc4-595b83-333456-060930-cobaltcat",
            "name": "Vivid Ocean Mist",
            "colors": [
                "#F4ABC4",
                "#595B83",
                "#333456",
                "#060930"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.123887Z"
        },
        {
            "id": 754,
            "id_string": "ffe6eb-defcfc-cbf1f5-a6e3e9-palettepup",
            "name": "Pastel Rose Sunset",
            "colors": [
                "#FFE6EB",
                "#DEFCFC",
                "#CBF1F5",
                "#A6E3E9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.119224Z"
        },
        {
            "id": 753,
            "id_string": "362222-171010-423f3e-2b2b2b-mossyhex",
            "name": "Midnight Rose Mist",
            "colors": [
                "#362222",
                "#171010",
                "#423F3E",
                "#2B2B2B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.114440Z"
        }
    ]
}