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=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=color_count&page=54",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=color_count&page=52"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 532,
            "id_string": "ffd4b2-fff6bd-ceedc7-86c8bc-candytone",
            "name": "Soft Coral Mist",
            "colors": [
                "#FFD4B2",
                "#FFF6BD",
                "#CEEDC7",
                "#86C8BC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.005341Z"
        },
        {
            "id": 841,
            "id_string": "f2f2f2-ebd5d5-ea8a8a-685454-pixelpine",
            "name": "Rose Sunset",
            "colors": [
                "#F2F2F2",
                "#EBD5D5",
                "#EA8A8A",
                "#685454"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.878107Z"
        },
        {
            "id": 130,
            "id_string": "33b6e7-2a3128-000600-e5c010-comficker",
            "name": "Angry Birds 8bit: Blue",
            "colors": [
                "#33B6E7",
                "#2A3128",
                "#000600",
                "#E5C010"
            ],
            "color_count": 4,
            "like_count": 0,
            "usage_count": 1,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:15.623879Z"
        },
        {
            "id": 879,
            "id_string": "ffb84c-f266ab-a459d1-2cd3e1-candytone",
            "name": "Ember Bay",
            "colors": [
                "#FFB84C",
                "#F266AB",
                "#A459D1",
                "#2CD3E1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.097978Z"
        },
        {
            "id": 719,
            "id_string": "fffbf5-f7efe5-c3acd0-674188-nordichue",
            "name": "Amber Veil",
            "colors": [
                "#FFFBF5",
                "#F7EFE5",
                "#C3ACD0",
                "#674188"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.943321Z"
        },
        {
            "id": 838,
            "id_string": "04009a-77acf1-3edbf0-c0fefc-tonecraft",
            "name": "Neon Ocean Bloom",
            "colors": [
                "#04009A",
                "#77ACF1",
                "#3EDBF0",
                "#C0FEFC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.770172Z"
        },
        {
            "id": 500,
            "id_string": "f8fafc-d9eafd-bcccdc-9aa6b2-cobaltcat",
            "name": "Cloud Ocean Bloom",
            "colors": [
                "#F8FAFC",
                "#D9EAFD",
                "#BCCCDC",
                "#9AA6B2"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.775959Z"
        },
        {
            "id": 548,
            "id_string": "ff90bc-ffc0d9-f9f9e0-8acdd7-hexharbor",
            "name": "Pale Rose Meadow",
            "colors": [
                "#FF90BC",
                "#FFC0D9",
                "#F9F9E0",
                "#8ACDD7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.086261Z"
        },
        {
            "id": 905,
            "id_string": "082032-2c394b-334756-ff4c29-mossyhex",
            "name": "Rose Dawn",
            "colors": [
                "#082032",
                "#2C394B",
                "#334756",
                "#FF4C29"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.221430Z"
        },
        {
            "id": 527,
            "id_string": "f5efe7-d8c4b6-4f709c-213555-swatchbird",
            "name": "Azure Dawn",
            "colors": [
                "#F5EFE7",
                "#D8C4B6",
                "#4F709C",
                "#213555"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.962262Z"
        }
    ]
}