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=29
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=30",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-name&page=28"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 973,
            "id_string": "f3d1f4-f5fcc1-bae5e5-98d6ea-mossyhex",
            "name": "Soft Lime Grove",
            "colors": [
                "#F3D1F4",
                "#F5FCC1",
                "#BAE5E5",
                "#98D6EA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.755488Z"
        },
        {
            "id": 851,
            "id_string": "cff6cf-cfe5cf-e5cfe5-f6def6-mossyhex",
            "name": "Soft Jade Hush",
            "colors": [
                "#CFF6CF",
                "#CFE5CF",
                "#E5CFE5",
                "#F6DEF6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.952753Z"
        },
        {
            "id": 708,
            "id_string": "fdfdbd-c8ffd4-b8e8fc-b1afff-candytone",
            "name": "Soft Jade Harbor",
            "colors": [
                "#FDFDBD",
                "#C8FFD4",
                "#B8E8FC",
                "#B1AFFF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.891875Z"
        },
        {
            "id": 501,
            "id_string": "f3f1f5-f0d9ff-bfa2db-7f7c82-studiomochi",
            "name": "Soft Indigo Sunset",
            "colors": [
                "#F3F1F5",
                "#F0D9FF",
                "#BFA2DB",
                "#7F7C82"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.780514Z"
        },
        {
            "id": 809,
            "id_string": "beadfa-d0bfff-dfccfb-fff8c9-duskpixel",
            "name": "Soft Indigo Dusk",
            "colors": [
                "#BEADFA",
                "#D0BFFF",
                "#DFCCFB",
                "#FFF8C9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.387231Z"
        },
        {
            "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": 1227,
            "id_string": "efee9d-d1eaa3-dbc6eb-abc2e8-palettepup",
            "name": "Soft Honey Dream",
            "colors": [
                "#EFEE9D",
                "#D1EAA3",
                "#DBC6EB",
                "#ABC2E8"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.955433Z"
        },
        {
            "id": 663,
            "id_string": "f9ebc8-fefbe7-dae5d0-a0bcc2-paperfox",
            "name": "Soft Gold Sunset",
            "colors": [
                "#F9EBC8",
                "#FEFBE7",
                "#DAE5D0",
                "#A0BCC2"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.678854Z"
        },
        {
            "id": 908,
            "id_string": "fff7d1-ffecc8-ffd09b-ffb0b0-retroswatch",
            "name": "Soft Gold Glow",
            "colors": [
                "#FFF7D1",
                "#FFECC8",
                "#FFD09B",
                "#FFB0B0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.236091Z"
        },
        {
            "id": 658,
            "id_string": "f7a4a4-febe8c-fffbc1-b6e2a1-huedrift",
            "name": "Soft Gold Field",
            "colors": [
                "#F7A4A4",
                "#FEBE8C",
                "#FFFBC1",
                "#B6E2A1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.656187Z"
        }
    ]
}