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=8
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=9",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-name&page=7"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 558,
            "id_string": "eef5ff-b4d4ff-86b6f6-176b87-minthaze",
            "name": "Vivid Sky Glow",
            "colors": [
                "#EEF5FF",
                "#B4D4FF",
                "#86B6F6",
                "#176B87"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.137214Z"
        },
        {
            "id": 691,
            "id_string": "060047-b3005e-e90064-ff5f9e-tonecraft",
            "name": "Vivid Sky Bloom",
            "colors": [
                "#060047",
                "#B3005E",
                "#E90064",
                "#FF5F9E"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.813278Z"
        },
        {
            "id": 910,
            "id_string": "132043-1f4172-f1b4bb-fdf0f0-pixelpine",
            "name": "Vivid Scarlet Hush",
            "colors": [
                "#132043",
                "#1F4172",
                "#F1B4BB",
                "#FDF0F0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.247128Z"
        },
        {
            "id": 1131,
            "id_string": "ffdada-dbf6e9-9ddfd3-31326f-swatchbird",
            "name": "Vivid Scarlet Breeze",
            "colors": [
                "#FFDADA",
                "#DBF6E9",
                "#9DDFD3",
                "#31326F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.502040Z"
        },
        {
            "id": 1069,
            "id_string": "15b7b9-10ddc2-f5f5f5-f57170-duskpixel",
            "name": "Vivid Ruby Meadow",
            "colors": [
                "#15B7B9",
                "#10DDC2",
                "#F5F5F5",
                "#F57170"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.213314Z"
        },
        {
            "id": 680,
            "id_string": "eeebdd-d8b6a4-630000-000000-huedrift",
            "name": "Vivid Ruby Grove",
            "colors": [
                "#EEEBDD",
                "#D8B6A4",
                "#630000",
                "#000000"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.761196Z"
        },
        {
            "id": 955,
            "id_string": "eee2de-ea906c-b31312-2b2a4c-cobaltcat",
            "name": "Vivid Ruby Field",
            "colors": [
                "#EEE2DE",
                "#EA906C",
                "#B31312",
                "#2B2A4C"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.580986Z"
        },
        {
            "id": 923,
            "id_string": "606c5d-fff4f4-f7e6c4-f1c376-mossyhex",
            "name": "Vivid Ruby Dream",
            "colors": [
                "#606C5D",
                "#FFF4F4",
                "#F7E6C4",
                "#F1C376"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.308153Z"
        },
        {
            "id": 768,
            "id_string": "251b37-372948-ffcaca-ffecef-mossyhex",
            "name": "Vivid Ruby Dream",
            "colors": [
                "#251B37",
                "#372948",
                "#FFCACA",
                "#FFECEF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.183182Z"
        },
        {
            "id": 554,
            "id_string": "7d0a0a-bf3131-ead196-f3edc8-cobaltcat",
            "name": "Vivid Rose Veil",
            "colors": [
                "#7D0A0A",
                "#BF3131",
                "#EAD196",
                "#F3EDC8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.118680Z"
        }
    ]
}