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=95
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=96",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=like_count&page=94"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 634,
            "id_string": "faebe0-c9e4c5-b5cda3-c1ac95-retroswatch",
            "name": "Soft Coral Bloom",
            "colors": [
                "#FAEBE0",
                "#C9E4C5",
                "#B5CDA3",
                "#C1AC95"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.517793Z"
        },
        {
            "id": 1008,
            "id_string": "57c5b6-159895-1a5f7a-002b5b-cobaltcat",
            "name": "Twilight Azure Hush",
            "colors": [
                "#57C5B6",
                "#159895",
                "#1A5F7A",
                "#002B5B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.921539Z"
        },
        {
            "id": 508,
            "id_string": "483434-6b4f4f-eed6c4-fff3e4-nordichue",
            "name": "Neon Coral Tide",
            "colors": [
                "#483434",
                "#6B4F4F",
                "#EED6C4",
                "#FFF3E4"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.815154Z"
        },
        {
            "id": 701,
            "id_string": "bedcfa-98acf8-b088f9-da9ff9-nordichue",
            "name": "Pale Violet Bay",
            "colors": [
                "#BEDCFA",
                "#98ACF8",
                "#B088F9",
                "#DA9FF9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.859701Z"
        },
        {
            "id": 753,
            "id_string": "362222-171010-423f3e-2b2b2b-mossyhex",
            "name": "Midnight Rose Mist",
            "colors": [
                "#362222",
                "#171010",
                "#423F3E",
                "#2B2B2B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.114440Z"
        },
        {
            "id": 767,
            "id_string": "e7dec8-cbaf87-7e8a97-30475e-swatchbird",
            "name": "Cool Apricot Tide",
            "colors": [
                "#E7DEC8",
                "#CBAF87",
                "#7E8A97",
                "#30475E"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.178664Z"
        },
        {
            "id": 864,
            "id_string": "fed9ed-e7bcde-bb9cc0-67729d-retroswatch",
            "name": "Electric Plum Dawn",
            "colors": [
                "#FED9ED",
                "#E7BCDE",
                "#BB9CC0",
                "#67729D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.018407Z"
        },
        {
            "id": 968,
            "id_string": "fd8a8a-f1f7b5-a8d1d1-9ea1d4-cobaltcat",
            "name": "Ruby Harbor",
            "colors": [
                "#FD8A8A",
                "#F1F7B5",
                "#A8D1D1",
                "#9EA1D4"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.732491Z"
        },
        {
            "id": 946,
            "id_string": "fceef5-f3bad6-ea86b6-e05297-candytone",
            "name": "Pastel Magenta Dream",
            "colors": [
                "#FCEEF5",
                "#F3BAD6",
                "#EA86B6",
                "#E05297"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.492905Z"
        },
        {
            "id": 630,
            "id_string": "071a52-086972-17b978-a7ff83-tonecraft",
            "name": "Twilight Jade Meadow",
            "colors": [
                "#071A52",
                "#086972",
                "#17B978",
                "#A7FF83"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.485153Z"
        }
    ]
}