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=22
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=23",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=color_count&page=21"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 523,
            "id_string": "1a374d-406882-6998ab-b1d0e0-swatchbird",
            "name": "Aqua Harbor",
            "colors": [
                "#1A374D",
                "#406882",
                "#6998AB",
                "#B1D0E0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.929017Z"
        },
        {
            "id": 692,
            "id_string": "cee5d0-f3f0d7-d8b384-5e454b-hexharbor",
            "name": "Cool Gold Harbor",
            "colors": [
                "#CEE5D0",
                "#F3F0D7",
                "#D8B384",
                "#5E454B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.818148Z"
        },
        {
            "id": 893,
            "id_string": "fff9d0-caf4ff-a0deff-5ab2ff-paperfox",
            "name": "Soft Honey Glow",
            "colors": [
                "#FFF9D0",
                "#CAF4FF",
                "#A0DEFF",
                "#5AB2FF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.163281Z"
        },
        {
            "id": 557,
            "id_string": "ffe6e6-ffabe1-a685e2-6155a6-cobaltcat",
            "name": "Neon Crimson Tide",
            "colors": [
                "#FFE6E6",
                "#FFABE1",
                "#A685E2",
                "#6155A6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.132628Z"
        },
        {
            "id": 560,
            "id_string": "94b49f-cee5d0-fcf8e8-ecb390-coloreef",
            "name": "Pastel Honey Drift",
            "colors": [
                "#94B49F",
                "#CEE5D0",
                "#FCF8E8",
                "#ECB390"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.146635Z"
        },
        {
            "id": 571,
            "id_string": "352f44-5c5470-b9b4c7-faf0e6-hexharbor",
            "name": "Warm Apricot Grove",
            "colors": [
                "#352F44",
                "#5C5470",
                "#B9B4C7",
                "#FAF0E6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.198154Z"
        },
        {
            "id": 555,
            "id_string": "fdf7e4-faeed1-ded0b6-bbab8c-huedrift",
            "name": "Cloud Honey Bloom",
            "colors": [
                "#FDF7E4",
                "#FAEED1",
                "#DED0B6",
                "#BBAB8C"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.123253Z"
        },
        {
            "id": 391,
            "id_string": "ffd4d4-ffffe8-cde990-aacb73-huedrift",
            "name": "Pale Scarlet Sunset",
            "colors": [
                "#FFD4D4",
                "#FFFFE8",
                "#CDE990",
                "#AACB73"
            ],
            "color_count": 4,
            "like_count": 15,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.262832Z"
        },
        {
            "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": 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"
        }
    ]
}