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=96
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=97",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=name&page=95"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1201,
            "id_string": "ff5c58-fe8f8f-fcd2d1-ffedd3-swatchbird",
            "name": "Pastel Ruby Mist",
            "colors": [
                "#FF5C58",
                "#FE8F8F",
                "#FCD2D1",
                "#FFEDD3"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.837047Z"
        },
        {
            "id": 702,
            "id_string": "a8df8e-f3fde8-ffe5e5-ffbfbf-huedrift",
            "name": "Pastel Scarlet Breeze",
            "colors": [
                "#A8DF8E",
                "#F3FDE8",
                "#FFE5E5",
                "#FFBFBF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.864388Z"
        },
        {
            "id": 358,
            "id_string": "fcd1d1-ece2e1-d3e0dc-aee1e1-studiomochi",
            "name": "Pastel Scarlet Harbor",
            "colors": [
                "#FCD1D1",
                "#ECE2E1",
                "#D3E0DC",
                "#AEE1E1"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.107278Z"
        },
        {
            "id": 348,
            "id_string": "b1b2ff-aac4ff-d2daff-eef1ff-paperfox",
            "name": "Pastel Sky Meadow",
            "colors": [
                "#B1B2FF",
                "#AAC4FF",
                "#D2DAFF",
                "#EEF1FF"
            ],
            "color_count": 4,
            "like_count": 15,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.058416Z"
        },
        {
            "id": 1021,
            "id_string": "f9f7cf-f2dcbb-bbbbbb-aaaaaa-palettepup",
            "name": "Pastel Sunbeam Glow",
            "colors": [
                "#F9F7CF",
                "#F2DCBB",
                "#BBBBBB",
                "#AAAAAA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.981729Z"
        },
        {
            "id": 901,
            "id_string": "effffd-b8fff9-85f4ff-42c2ff-paperfox",
            "name": "Pastel Teal Mist",
            "colors": [
                "#EFFFFD",
                "#B8FFF9",
                "#85F4FF",
                "#42C2FF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.203139Z"
        },
        {
            "id": 1003,
            "id_string": "fbfbfb-e8f9ff-c4d9ff-c5baff-cobaltcat",
            "name": "Pastel Tide Field",
            "colors": [
                "#FBFBFB",
                "#E8F9FF",
                "#C4D9FF",
                "#C5BAFF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.898127Z"
        },
        {
            "id": 538,
            "id_string": "e1f2fb-f1f9f9-f3dfe3-e9b2bc-paperfox",
            "name": "Pastel Tide Haze",
            "colors": [
                "#E1F2FB",
                "#F1F9F9",
                "#F3DFE3",
                "#E9B2BC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.038267Z"
        },
        {
            "id": 396,
            "id_string": "be9fe1-c9b6e4-e1ccec-f1f1f6-cobaltcat",
            "name": "Pastel Violet Dawn",
            "colors": [
                "#BE9FE1",
                "#C9B6E4",
                "#E1CCEC",
                "#F1F1F6"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.285746Z"
        },
        {
            "id": 652,
            "id_string": "e5d9f2-f5efff-cdc1ff-a594f9-duskpixel",
            "name": "Pastel Violet Drift",
            "colors": [
                "#E5D9F2",
                "#F5EFFF",
                "#CDC1FF",
                "#A594F9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.625223Z"
        }
    ]
}