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=name&page=79
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=name&page=80",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=name&page=78"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1078,
            "id_string": "b5c18e-f7dcb9-deac80-b99470-retroswatch",
            "name": "Neon Ember Veil",
            "colors": [
                "#B5C18E",
                "#F7DCB9",
                "#DEAC80",
                "#B99470"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.255337Z"
        },
        {
            "id": 1066,
            "id_string": "fd841f-e14d2a-cd104d-9c2c77-swatchbird",
            "name": "Neon Ember Veil",
            "colors": [
                "#FD841F",
                "#E14D2A",
                "#CD104D",
                "#9C2C77"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.199309Z"
        },
        {
            "id": 1219,
            "id_string": "4d3e3e-fff3cd-ffc38b-ff926b-swatchbird",
            "name": "Neon Gold Dream",
            "colors": [
                "#4D3E3E",
                "#FFF3CD",
                "#FFC38B",
                "#FF926B"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.918832Z"
        },
        {
            "id": 1026,
            "id_string": "fa26a0-05dfd7-a3f7bf-fff591-duskpixel",
            "name": "Neon Gold Field",
            "colors": [
                "#FA26A0",
                "#05DFD7",
                "#A3F7BF",
                "#FFF591"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.012218Z"
        },
        {
            "id": 1018,
            "id_string": "22a699-f2be22-f29727-f24c3d-nordichue",
            "name": "Neon Gold Grove",
            "colors": [
                "#22A699",
                "#F2BE22",
                "#F29727",
                "#F24C3D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.968197Z"
        },
        {
            "id": 1155,
            "id_string": "987d9a-bb9ab1-eeceb9-fefbd8-swatchbird",
            "name": "Neon Gold Sunset",
            "colors": [
                "#987D9A",
                "#BB9AB1",
                "#EECEB9",
                "#FEFBD8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.619609Z"
        },
        {
            "id": 1125,
            "id_string": "b5c99a-862b0d-fff9c9-ffc95f-tonecraft",
            "name": "Neon Gold Tide",
            "colors": [
                "#B5C99A",
                "#862B0D",
                "#FFF9C9",
                "#FFC95F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.474559Z"
        },
        {
            "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": 804,
            "id_string": "f6f1e9-ffd93d-ff8400-4f200d-cobaltcat",
            "name": "Neon Honey Dawn",
            "colors": [
                "#F6F1E9",
                "#FFD93D",
                "#FF8400",
                "#4F200D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.364042Z"
        },
        {
            "id": 678,
            "id_string": "6e85b7-b2c8df-c4d7e0-f8f9d7-candytone",
            "name": "Neon Honey Field",
            "colors": [
                "#6E85B7",
                "#B2C8DF",
                "#C4D7E0",
                "#F8F9D7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.751915Z"
        }
    ]
}