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=name&page=94
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=name&page=95",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=name&page=93"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 669,
            "id_string": "fff9ca-ffdeb4-ffb4b4-b2a4ff-tonecraft",
            "name": "Pastel Honey Bay",
            "colors": [
                "#FFF9CA",
                "#FFDEB4",
                "#FFB4B4",
                "#B2A4FF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.706278Z"
        },
        {
            "id": 560,
            "id_string": "94b49f-cee5d0-fcf8e8-ecb390-coloreef",
            "name": "Pastel Honey Drift",
            "colors": [
                "#94B49F",
                "#CEE5D0",
                "#FCF8E8",
                "#ECB390"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.146635Z"
        },
        {
            "id": 1014,
            "id_string": "7bd3ea-a1eebd-f6f7c4-f6d6d6-paperfox",
            "name": "Pastel Honey Glow",
            "colors": [
                "#7BD3EA",
                "#A1EEBD",
                "#F6F7C4",
                "#F6D6D6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.949680Z"
        },
        {
            "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": 946,
            "id_string": "fceef5-f3bad6-ea86b6-e05297-candytone",
            "name": "Pastel Magenta Dream",
            "colors": [
                "#FCEEF5",
                "#F3BAD6",
                "#EA86B6",
                "#E05297"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.492905Z"
        },
        {
            "id": 1052,
            "id_string": "ff8ba7-ffc6c7-faeee7-c3f0ca-mossyhex",
            "name": "Pastel Magenta Veil",
            "colors": [
                "#FF8BA7",
                "#FFC6C7",
                "#FAEEE7",
                "#C3F0CA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.133606Z"
        },
        {
            "id": 559,
            "id_string": "faf7f0-cdfcf6-bccef8-98a8f8-pixelpine",
            "name": "Pastel Mint Bay",
            "colors": [
                "#FAF7F0",
                "#CDFCF6",
                "#BCCEF8",
                "#98A8F8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.141895Z"
        },
        {
            "id": 540,
            "id_string": "caf7e3-edffec-f6dfeb-e4bad4-studiomochi",
            "name": "Pastel Moss Mist",
            "colors": [
                "#CAF7E3",
                "#EDFFEC",
                "#F6DFEB",
                "#E4BAD4"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.048112Z"
        },
        {
            "id": 608,
            "id_string": "f6e5f5-fbf4f9-f6e7e6-b9cced-nordichue",
            "name": "Pastel Ocean Breeze",
            "colors": [
                "#F6E5F5",
                "#FBF4F9",
                "#F6E7E6",
                "#B9CCED"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.375928Z"
        },
        {
            "id": 1038,
            "id_string": "d77fa1-e6b2c6-fef6fb-d6e5fa-studiomochi",
            "name": "Pastel Orchid Breeze",
            "colors": [
                "#D77FA1",
                "#E6B2C6",
                "#FEF6FB",
                "#D6E5FA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.069401Z"
        }
    ]
}