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=47
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=48",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-created&page=46"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 892,
            "id_string": "a2d2ff-fef9ef-ff865e-fee440-nordichue",
            "name": "Tide Bloom",
            "colors": [
                "#A2D2FF",
                "#FEF9EF",
                "#FF865E",
                "#FEE440"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.158417Z"
        },
        {
            "id": 891,
            "id_string": "120078-9d0191-fd3a69-fecd1a-pixelpine",
            "name": "Electric Sky Tide",
            "colors": [
                "#120078",
                "#9D0191",
                "#FD3A69",
                "#FECD1A"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.153952Z"
        },
        {
            "id": 890,
            "id_string": "dbe9b7-fdfdf6-f4dada-b8b2a6-pixelpine",
            "name": "Cloud Honey Sunset",
            "colors": [
                "#DBE9B7",
                "#FDFDF6",
                "#F4DADA",
                "#B8B2A6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.149253Z"
        },
        {
            "id": 889,
            "id_string": "c0c78c-a6b37d-fefae0-b99470-paperfox",
            "name": "Sunbeam Dawn",
            "colors": [
                "#C0C78C",
                "#A6B37D",
                "#FEFAE0",
                "#B99470"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.144644Z"
        },
        {
            "id": 888,
            "id_string": "fcdada-ffa5a5-5c969e-3d7ea6-retroswatch",
            "name": "Neon Crimson Dawn",
            "colors": [
                "#FCDADA",
                "#FFA5A5",
                "#5C969E",
                "#3D7EA6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.139975Z"
        },
        {
            "id": 887,
            "id_string": "ffdecf-ba7967-5e6f64-3f4441-studiomochi",
            "name": "Neon Ember Hush",
            "colors": [
                "#FFDECF",
                "#BA7967",
                "#5E6F64",
                "#3F4441"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.135567Z"
        },
        {
            "id": 886,
            "id_string": "e9d5ca-827397-4d4c7d-363062-pixelpine",
            "name": "Warm Apricot Tide",
            "colors": [
                "#E9D5CA",
                "#827397",
                "#4D4C7D",
                "#363062"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.131029Z"
        },
        {
            "id": 885,
            "id_string": "fff4e0-ffbf9b-b46060-4d4d4d-duskpixel",
            "name": "Neon Amber Tide",
            "colors": [
                "#FFF4E0",
                "#FFBF9B",
                "#B46060",
                "#4D4D4D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.126082Z"
        },
        {
            "id": 884,
            "id_string": "e8ffff-a6f6f1-41aea9-213e3b-paperfox",
            "name": "Neon Cyan Bloom",
            "colors": [
                "#E8FFFF",
                "#A6F6F1",
                "#41AEA9",
                "#213E3B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.121395Z"
        },
        {
            "id": 883,
            "id_string": "fbf8f1-f7ecde-e9dac1-54bab9-retroswatch",
            "name": "Soft Ember Mist",
            "colors": [
                "#FBF8F1",
                "#F7ECDE",
                "#E9DAC1",
                "#54BAB9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.116856Z"
        }
    ]
}