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=color_count&page=67
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=color_count&page=68",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=color_count&page=66"
    },
    "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": 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": 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": 409,
            "id_string": "def5e5-bcead5-9ed5c5-8ec3b0-nordichue",
            "name": "Pale Pine Dawn",
            "colors": [
                "#DEF5E5",
                "#BCEAD5",
                "#9ED5C5",
                "#8EC3B0"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.345898Z"
        },
        {
            "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": 225,
            "id_string": "ffffff-4166ad-375998-d1d1d1-comficker",
            "name": "Facebook",
            "colors": [
                "#FFFFFF",
                "#4166AD",
                "#375998",
                "#D1D1D1"
            ],
            "color_count": 4,
            "like_count": 0,
            "usage_count": 1,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:16.623725Z"
        },
        {
            "id": 715,
            "id_string": "071952-0b666a-35a29f-97feed-coloreef",
            "name": "Electric Mint Dream",
            "colors": [
                "#071952",
                "#0B666A",
                "#35A29F",
                "#97FEED"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.924644Z"
        },
        {
            "id": 833,
            "id_string": "579bb1-e1d7c6-ece8dd-f8f4ea-minthaze",
            "name": "Pastel Amber Dusk",
            "colors": [
                "#579BB1",
                "#E1D7C6",
                "#ECE8DD",
                "#F8F4EA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.690056Z"
        },
        {
            "id": 662,
            "id_string": "f1eaff-e5d4ff-dcbfff-d0a2f7-studiomochi",
            "name": "Soft Violet Sunset",
            "colors": [
                "#F1EAFF",
                "#E5D4FF",
                "#DCBFFF",
                "#D0A2F7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.674305Z"
        },
        {
            "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"
        }
    ]
}