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=26
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=27",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-name&page=25"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "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": 632,
            "id_string": "8ef6e4-9896f1-d59bf6-edb1f1-paperfox",
            "name": "Soft Teal Harbor",
            "colors": [
                "#8EF6E4",
                "#9896F1",
                "#D59BF6",
                "#EDB1F1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.497864Z"
        },
        {
            "id": 1028,
            "id_string": "ccd5ae-e0e5b6-faedce-fefae0-hexharbor",
            "name": "Soft Sunbeam Hush",
            "colors": [
                "#CCD5AE",
                "#E0E5B6",
                "#FAEDCE",
                "#FEFAE0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.021092Z"
        },
        {
            "id": 1112,
            "id_string": "ffe699-fff9b6-ff9292-ffccd2-candytone",
            "name": "Soft Sunbeam Harbor",
            "colors": [
                "#FFE699",
                "#FFF9B6",
                "#FF9292",
                "#FFCCD2"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.414370Z"
        },
        {
            "id": 369,
            "id_string": "fcd8d4-fdf6f0-f8e2cf-f5c6aa-swatchbird",
            "name": "Soft Scarlet Meadow",
            "colors": [
                "#FCD8D4",
                "#FDF6F0",
                "#F8E2CF",
                "#F5C6AA"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.159027Z"
        },
        {
            "id": 1100,
            "id_string": "ffdede-fdf5ca-ffdfaf-f2bb7b-duskpixel",
            "name": "Soft Scarlet Hush",
            "colors": [
                "#FFDEDE",
                "#FDF5CA",
                "#FFDFAF",
                "#F2BB7B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.359010Z"
        },
        {
            "id": 695,
            "id_string": "f9fbe7-f0edd4-eccdb4-fea1a1-coloreef",
            "name": "Soft Scarlet Grove",
            "colors": [
                "#F9FBE7",
                "#F0EDD4",
                "#ECCDB4",
                "#FEA1A1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.832080Z"
        },
        {
            "id": 490,
            "id_string": "ff8787-f8c4b4-e5ebb2-bce29e-candytone",
            "name": "Soft Scarlet Drift",
            "colors": [
                "#FF8787",
                "#F8C4B4",
                "#E5EBB2",
                "#BCE29E"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.730617Z"
        },
        {
            "id": 921,
            "id_string": "ff9b9b-ffd6a5-fffec4-cbffa9-nordichue",
            "name": "Soft Ruby Hush",
            "colors": [
                "#FF9B9B",
                "#FFD6A5",
                "#FFFEC4",
                "#CBFFA9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.299086Z"
        },
        {
            "id": 402,
            "id_string": "b5eaea-edf6e5-ffbcbc-f38ba0-swatchbird",
            "name": "Soft Ruby Haze",
            "colors": [
                "#B5EAEA",
                "#EDF6E5",
                "#FFBCBC",
                "#F38BA0"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.313514Z"
        }
    ]
}