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=83
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=84",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=created&page=82"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 822,
            "id_string": "2e0249-570a57-a91079-f806cc-huedrift",
            "name": "Dusk Orchid Dream",
            "colors": [
                "#2E0249",
                "#570A57",
                "#A91079",
                "#F806CC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.566807Z"
        },
        {
            "id": 823,
            "id_string": "ddf3f5-a6dcef-f2aaaa-e36387-nordichue",
            "name": "Pastel Crimson Mist",
            "colors": [
                "#DDF3F5",
                "#A6DCEF",
                "#F2AAAA",
                "#E36387"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.593632Z"
        },
        {
            "id": 824,
            "id_string": "ffefe0-fed9ca-c5c5c5-7d7d7d-palettepup",
            "name": "Coral Meadow",
            "colors": [
                "#FFEFE0",
                "#FED9CA",
                "#C5C5C5",
                "#7D7D7D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.600609Z"
        },
        {
            "id": 825,
            "id_string": "ff597b-ff8e9e-f9b5d0-eeeeee-swatchbird",
            "name": "Pale Magenta Glow",
            "colors": [
                "#FF597B",
                "#FF8E9E",
                "#F9B5D0",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.607863Z"
        },
        {
            "id": 826,
            "id_string": "faf7f0-d8d2c2-b17457-4a4947-paperfox",
            "name": "Apricot Hush",
            "colors": [
                "#FAF7F0",
                "#D8D2C2",
                "#B17457",
                "#4A4947"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.614327Z"
        },
        {
            "id": 827,
            "id_string": "fabea7-fbe2e5-9cada4-767c77-paperfox",
            "name": "Amber Drift",
            "colors": [
                "#FABEA7",
                "#FBE2E5",
                "#9CADA4",
                "#767C77"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.628079Z"
        },
        {
            "id": 828,
            "id_string": "c599b6-e6b2ba-fad0c4-fff7f3-studiomochi",
            "name": "Pastel Coral Grove",
            "colors": [
                "#C599B6",
                "#E6B2BA",
                "#FAD0C4",
                "#FFF7F3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.635548Z"
        },
        {
            "id": 829,
            "id_string": "ff75a0-fce38a-eaffd0-95e1d3-paperfox",
            "name": "Cloud Magenta Tide",
            "colors": [
                "#FF75A0",
                "#FCE38A",
                "#EAFFD0",
                "#95E1D3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.647333Z"
        },
        {
            "id": 830,
            "id_string": "fa7070-fbf2cf-c6ebc5-a1c298-candytone",
            "name": "Pastel Rose Glow",
            "colors": [
                "#FA7070",
                "#FBF2CF",
                "#C6EBC5",
                "#A1C298"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.655890Z"
        },
        {
            "id": 831,
            "id_string": "d06224-ae431e-8a8635-e9c891-hexharbor",
            "name": "Warm Ember Field",
            "colors": [
                "#D06224",
                "#AE431E",
                "#8A8635",
                "#E9C891"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.662957Z"
        }
    ]
}