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=128
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=129",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=like_count&page=127"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 370,
            "id_string": "212121-323232-0d7377-14ffec-coloreef",
            "name": "Dusk Teal Breeze",
            "colors": [
                "#212121",
                "#323232",
                "#0D7377",
                "#14FFEC"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.163716Z"
        },
        {
            "id": 373,
            "id_string": "f5f7f8-f4ce14-495e57-45474b-minthaze",
            "name": "Electric Citrine Haze",
            "colors": [
                "#F5F7F8",
                "#F4CE14",
                "#495E57",
                "#45474B"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.177370Z"
        },
        {
            "id": 434,
            "id_string": "884a39-c38154-ffc26f-f9e0bb-paperfox",
            "name": "Vivid Apricot Grove",
            "colors": [
                "#884A39",
                "#C38154",
                "#FFC26F",
                "#F9E0BB"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.463976Z"
        },
        {
            "id": 449,
            "id_string": "7286d3-8ea7e9-e5e0ff-fff2f2-studiomochi",
            "name": "Pastel Cobalt Haze",
            "colors": [
                "#7286D3",
                "#8EA7E9",
                "#E5E0FF",
                "#FFF2F2"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.532684Z"
        },
        {
            "id": 756,
            "id_string": "ebfffa-c6fce5-6ef3d6-0dceda-cobaltcat",
            "name": "Electric Mint Dusk",
            "colors": [
                "#EBFFFA",
                "#C6FCE5",
                "#6EF3D6",
                "#0DCEDA"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.128368Z"
        },
        {
            "id": 361,
            "id_string": "f5efe6-e8dfca-aebdca-7895b2-candytone",
            "name": "Amber Meadow",
            "colors": [
                "#F5EFE6",
                "#E8DFCA",
                "#AEBDCA",
                "#7895B2"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.121471Z"
        },
        {
            "id": 372,
            "id_string": "000000-3d0000-950101-ff0000-tonecraft",
            "name": "Midnight Scarlet Mist",
            "colors": [
                "#000000",
                "#3D0000",
                "#950101",
                "#FF0000"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.172730Z"
        },
        {
            "id": 422,
            "id_string": "3c6255-61876e-a6bb8d-eae7b1-paperfox",
            "name": "Sunbeam Dream",
            "colors": [
                "#3C6255",
                "#61876E",
                "#A6BB8D",
                "#EAE7B1"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.408284Z"
        },
        {
            "id": 419,
            "id_string": "142850-27496d-0c7b93-00a8cc-tonecraft",
            "name": "Dusk Tide Dream",
            "colors": [
                "#142850",
                "#27496D",
                "#0C7B93",
                "#00A8CC"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.394456Z"
        },
        {
            "id": 455,
            "id_string": "f6f1f1-afd3e2-19a7ce-146c94-duskpixel",
            "name": "Electric Tide Bay",
            "colors": [
                "#F6F1F1",
                "#AFD3E2",
                "#19A7CE",
                "#146C94"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.560441Z"
        }
    ]
}