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=like_count&page=53
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=like_count&page=54",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=like_count&page=52"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1294,
            "id_string": "f0a500-334756-082032-000000-mossyhex",
            "name": "Midnight Ember Grove",
            "colors": [
                "#F0A500",
                "#334756",
                "#082032",
                "#000000"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.311444Z"
        },
        {
            "id": 1282,
            "id_string": "325288-f4eee8-f5cebe-114e60-candytone",
            "name": "Coral Haze",
            "colors": [
                "#325288",
                "#F4EEE8",
                "#F5CEBE",
                "#114E60"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.256492Z"
        },
        {
            "id": 1186,
            "id_string": "16697a-db6400-ffa62b-f8f1f1-studiomochi",
            "name": "Electric Ember Harbor",
            "colors": [
                "#16697A",
                "#DB6400",
                "#FFA62B",
                "#F8F1F1"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.768281Z"
        },
        {
            "id": 1188,
            "id_string": "781d42-a3423c-de834d-f0d290-coloreef",
            "name": "Vivid Ember Grove",
            "colors": [
                "#781D42",
                "#A3423C",
                "#DE834D",
                "#F0D290"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.777272Z"
        },
        {
            "id": 1223,
            "id_string": "e3c770-fecd70-ffae6d-f3e0b5-candytone",
            "name": "Electric Apricot Meadow",
            "colors": [
                "#E3C770",
                "#FECD70",
                "#FFAE6D",
                "#F3E0B5"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.937397Z"
        },
        {
            "id": 1295,
            "id_string": "a20a0a-ffa36c-f6eec9-799351-cobaltcat",
            "name": "Ember Tide",
            "colors": [
                "#A20A0A",
                "#FFA36C",
                "#F6EEC9",
                "#799351"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.316041Z"
        },
        {
            "id": 1206,
            "id_string": "fcf5ed-f4bf96-ce5a67-1f1717-huedrift",
            "name": "Electric Coral Bay",
            "colors": [
                "#FCF5ED",
                "#F4BF96",
                "#CE5A67",
                "#1F1717"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.859886Z"
        },
        {
            "id": 821,
            "id_string": "ff577f-ff884b-ffc764-cdfffc-tonecraft",
            "name": "Vivid Rose Field",
            "colors": [
                "#FF577F",
                "#FF884B",
                "#FFC764",
                "#CDFFFC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.560586Z"
        },
        {
            "id": 757,
            "id_string": "b799ff-acbcff-aee2ff-e6fffd-minthaze",
            "name": "Pastel Indigo Sunset",
            "colors": [
                "#B799FF",
                "#ACBCFF",
                "#AEE2FF",
                "#E6FFFD"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.133039Z"
        },
        {
            "id": 749,
            "id_string": "00e0ff-74f9ff-a6fff2-e8ffe8-paperfox",
            "name": "Aqua Dawn",
            "colors": [
                "#00E0FF",
                "#74F9FF",
                "#A6FFF2",
                "#E8FFE8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.096024Z"
        }
    ]
}