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=38
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=39",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&page=37"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 529,
            "id_string": "f0e5cf-f7f6f2-c8c6c6-4b6587-nordichue",
            "name": "Coral Field",
            "colors": [
                "#F0E5CF",
                "#F7F6F2",
                "#C8C6C6",
                "#4B6587"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.979473Z"
        },
        {
            "id": 510,
            "id_string": "12372a-436850-adbc9f-fbfada-duskpixel",
            "name": "Sunbeam Dusk",
            "colors": [
                "#12372A",
                "#436850",
                "#ADBC9F",
                "#FBFADA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.824723Z"
        },
        {
            "id": 456,
            "id_string": "dddddd-222831-30475e-f05454-nordichue",
            "name": "Electric Ruby Drift",
            "colors": [
                "#DDDDDD",
                "#222831",
                "#30475E",
                "#F05454"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.565037Z"
        },
        {
            "id": 429,
            "id_string": "98ddca-d5ecc2-ffd3b4-ffaaa7-tonecraft",
            "name": "Pale Ember Bloom",
            "colors": [
                "#98DDCA",
                "#D5ECC2",
                "#FFD3B4",
                "#FFAAA7"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.441076Z"
        },
        {
            "id": 375,
            "id_string": "fdefef-f4dfd0-dad0c2-cdbba7-candytone",
            "name": "Pale Ruby Bloom",
            "colors": [
                "#FDEFEF",
                "#F4DFD0",
                "#DAD0C2",
                "#CDBBA7"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.186573Z"
        },
        {
            "id": 354,
            "id_string": "7d5a50-b4846c-e5b299-fcdec0-pixelpine",
            "name": "Vivid Ember Drift",
            "colors": [
                "#7D5A50",
                "#B4846C",
                "#E5B299",
                "#FCDEC0"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.086595Z"
        },
        {
            "id": 1062,
            "id_string": "000000-150050-3f0071-fb2576-hexharbor",
            "name": "Deep Indigo Breeze",
            "colors": [
                "#000000",
                "#150050",
                "#3F0071",
                "#FB2576"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.179522Z"
        },
        {
            "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": 729,
            "id_string": "fff2cc-ffd966-f4b183-dfa67b-swatchbird",
            "name": "Coral Tide",
            "colors": [
                "#FFF2CC",
                "#FFD966",
                "#F4B183",
                "#DFA67B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.989910Z"
        },
        {
            "id": 631,
            "id_string": "86a788-fffdec-ffe2e2-ffcfcf-cobaltcat",
            "name": "Pale Citrine Veil",
            "colors": [
                "#86A788",
                "#FFFDEC",
                "#FFE2E2",
                "#FFCFCF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.490067Z"
        }
    ]
}