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&page=64
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&page=65",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&page=63"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1293,
            "id_string": "ffe194-e8f6ef-b8dfd8-4c4c6d-hexharbor",
            "name": "Vivid Amber Grove",
            "colors": [
                "#FFE194",
                "#E8F6EF",
                "#B8DFD8",
                "#4C4C6D"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.306886Z"
        },
        {
            "id": 1271,
            "id_string": "feffd2-ffeea9-ffbf78-ff7d29-tonecraft",
            "name": "Neon Honey Dawn",
            "colors": [
                "#FEFFD2",
                "#FFEEA9",
                "#FFBF78",
                "#FF7D29"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.195337Z"
        },
        {
            "id": 1113,
            "id_string": "f1c5c5-faf0af-e5edb7-8bcdcd-duskpixel",
            "name": "Cloud Sunbeam Bay",
            "colors": [
                "#F1C5C5",
                "#FAF0AF",
                "#E5EDB7",
                "#8BCDCD"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.419353Z"
        },
        {
            "id": 853,
            "id_string": "17153b-2e236c-433d8b-c8acd6-studiomochi",
            "name": "Twilight Cobalt Breeze",
            "colors": [
                "#17153B",
                "#2E236C",
                "#433D8B",
                "#C8ACD6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.962182Z"
        },
        {
            "id": 847,
            "id_string": "1e201e-3c3d37-697565-ecdfcc-hexharbor",
            "name": "Warm Ember Veil",
            "colors": [
                "#1E201E",
                "#3C3D37",
                "#697565",
                "#ECDFCC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.933639Z"
        },
        {
            "id": 783,
            "id_string": "384259-f73859-7ac7c4-c4edde-nordichue",
            "name": "Neon Rose Haze",
            "colors": [
                "#384259",
                "#F73859",
                "#7AC7C4",
                "#C4EDDE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.256189Z"
        },
        {
            "id": 755,
            "id_string": "f4abc4-595b83-333456-060930-cobaltcat",
            "name": "Vivid Ocean Mist",
            "colors": [
                "#F4ABC4",
                "#595B83",
                "#333456",
                "#060930"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.123887Z"
        },
        {
            "id": 747,
            "id_string": "204051-3b6978-84a9ac-cae8d5-coloreef",
            "name": "Tide Haze",
            "colors": [
                "#204051",
                "#3B6978",
                "#84A9AC",
                "#CAE8D5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.087034Z"
        },
        {
            "id": 720,
            "id_string": "f9f3df-fdfce5-d7e9f7-f4d19b-coloreef",
            "name": "Cloud Gold Hush",
            "colors": [
                "#F9F3DF",
                "#FDFCE5",
                "#D7E9F7",
                "#F4D19B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.948043Z"
        },
        {
            "id": 594,
            "id_string": "d6efd8-80af81-508d4e-1a5319-nordichue",
            "name": "Jade Dawn",
            "colors": [
                "#D6EFD8",
                "#80AF81",
                "#508D4E",
                "#1A5319"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.307833Z"
        }
    ]
}