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=62
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=63",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=created&page=61"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 612,
            "id_string": "142850-27496d-00909e-dae1e7-mossyhex",
            "name": "Vivid Tide Hush",
            "colors": [
                "#142850",
                "#27496D",
                "#00909E",
                "#DAE1E7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.394285Z"
        },
        {
            "id": 613,
            "id_string": "ddffbb-c7e9b0-b3c99c-a4bc92-paperfox",
            "name": "Lime Bloom",
            "colors": [
                "#DDFFBB",
                "#C7E9B0",
                "#B3C99C",
                "#A4BC92"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.398966Z"
        },
        {
            "id": 614,
            "id_string": "bce6eb-fdcfdf-fbbedf-fca3cc-tonecraft",
            "name": "Cloud Magenta Haze",
            "colors": [
                "#BCE6EB",
                "#FDCFDF",
                "#FBBEDF",
                "#FCA3CC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.403500Z"
        },
        {
            "id": 615,
            "id_string": "f5f5f5-f2ead3-dfd7bf-3f2305-coloreef",
            "name": "Vivid Apricot Breeze",
            "colors": [
                "#F5F5F5",
                "#F2EAD3",
                "#DFD7BF",
                "#3F2305"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.408264Z"
        },
        {
            "id": 616,
            "id_string": "362706-464e2e-acb992-e9e5d6-retroswatch",
            "name": "Electric Ember Meadow",
            "colors": [
                "#362706",
                "#464E2E",
                "#ACB992",
                "#E9E5D6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.412890Z"
        },
        {
            "id": 617,
            "id_string": "fcf8e8-94b49f-ecb390-df7861-nordichue",
            "name": "Sunbeam Grove",
            "colors": [
                "#FCF8E8",
                "#94B49F",
                "#ECB390",
                "#DF7861"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.424223Z"
        },
        {
            "id": 618,
            "id_string": "1c3879-607eaa-eae3d2-f9f5eb-coloreef",
            "name": "Cool Sky Mist",
            "colors": [
                "#1C3879",
                "#607EAA",
                "#EAE3D2",
                "#F9F5EB"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.429421Z"
        },
        {
            "id": 619,
            "id_string": "561c24-6d2932-c7b7a3-e8d8c4-retroswatch",
            "name": "Magenta Bloom",
            "colors": [
                "#561C24",
                "#6D2932",
                "#C7B7A3",
                "#E8D8C4"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.434201Z"
        },
        {
            "id": 620,
            "id_string": "3674b5-578fca-a1e3f9-d1f8ef-cobaltcat",
            "name": "Electric Aqua Tide",
            "colors": [
                "#3674B5",
                "#578FCA",
                "#A1E3F9",
                "#D1F8EF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.438869Z"
        },
        {
            "id": 621,
            "id_string": "272343-ffffff-e3f6f5-bae8e8-palettepup",
            "name": "Teal Haze",
            "colors": [
                "#272343",
                "#FFFFFF",
                "#E3F6F5",
                "#BAE8E8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.443558Z"
        }
    ]
}