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=41
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=42",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-name&page=40"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1201,
            "id_string": "ff5c58-fe8f8f-fcd2d1-ffedd3-swatchbird",
            "name": "Pastel Ruby Mist",
            "colors": [
                "#FF5C58",
                "#FE8F8F",
                "#FCD2D1",
                "#FFEDD3"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.837047Z"
        },
        {
            "id": 874,
            "id_string": "dddddd-fab7b7-f5a8a8-e19999-candytone",
            "name": "Pastel Ruby Haze",
            "colors": [
                "#DDDDDD",
                "#FAB7B7",
                "#F5A8A8",
                "#E19999"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.076145Z"
        },
        {
            "id": 413,
            "id_string": "7d5a5a-f1d1d1-f3e1e1-faf2f2-cobaltcat",
            "name": "Pastel Ruby Bloom",
            "colors": [
                "#7D5A5A",
                "#F1D1D1",
                "#F3E1E1",
                "#FAF2F2"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.364811Z"
        },
        {
            "id": 754,
            "id_string": "ffe6eb-defcfc-cbf1f5-a6e3e9-palettepup",
            "name": "Pastel Rose Sunset",
            "colors": [
                "#FFE6EB",
                "#DEFCFC",
                "#CBF1F5",
                "#A6E3E9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.119224Z"
        },
        {
            "id": 1032,
            "id_string": "d77fa1-baabda-d6e5fa-fff9f9-huedrift",
            "name": "Pastel Rose Hush",
            "colors": [
                "#D77FA1",
                "#BAABDA",
                "#D6E5FA",
                "#FFF9F9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.039291Z"
        },
        {
            "id": 969,
            "id_string": "9ecad6-748dae-f5cbcb-ffeaea-coloreef",
            "name": "Pastel Rose Grove",
            "colors": [
                "#9ECAD6",
                "#748DAE",
                "#F5CBCB",
                "#FFEAEA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.737005Z"
        },
        {
            "id": 830,
            "id_string": "fa7070-fbf2cf-c6ebc5-a1c298-candytone",
            "name": "Pastel Rose Glow",
            "colors": [
                "#FA7070",
                "#FBF2CF",
                "#C6EBC5",
                "#A1C298"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.655890Z"
        },
        {
            "id": 684,
            "id_string": "ffb3b3-ffdba4-ffe9ae-c1efff-studiomochi",
            "name": "Pastel Rose Drift",
            "colors": [
                "#FFB3B3",
                "#FFDBA4",
                "#FFE9AE",
                "#C1EFFF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.780860Z"
        },
        {
            "id": 1263,
            "id_string": "fa7070-fefded-c6ebc5-a1c398-minthaze",
            "name": "Pastel Rose Bloom",
            "colors": [
                "#FA7070",
                "#FEFDED",
                "#C6EBC5",
                "#A1C398"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.154256Z"
        },
        {
            "id": 912,
            "id_string": "fcf8f8-fbefef-f9dfdf-f5afaf-hexharbor",
            "name": "Pastel Rose Bloom",
            "colors": [
                "#FCF8F8",
                "#FBEFEF",
                "#F9DFDF",
                "#F5AFAF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.256243Z"
        }
    ]
}