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=87
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=88",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=name&page=86"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 493,
            "id_string": "b4b4b8-c7c8cc-e3e1d9-f2efe5-swatchbird",
            "name": "Pale Citrine Dawn",
            "colors": [
                "#B4B4B8",
                "#C7C8CC",
                "#E3E1D9",
                "#F2EFE5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.744176Z"
        },
        {
            "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"
        },
        {
            "id": 580,
            "id_string": "d2e0fb-f9f3cc-d7e5ca-8eaccd-coloreef",
            "name": "Pale Cobalt Tide",
            "colors": [
                "#D2E0FB",
                "#F9F3CC",
                "#D7E5CA",
                "#8EACCD"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.242226Z"
        },
        {
            "id": 1084,
            "id_string": "fff2e0-c0c9ee-a2aadb-898ac4-retroswatch",
            "name": "Pale Coral Dusk",
            "colors": [
                "#FFF2E0",
                "#C0C9EE",
                "#A2AADB",
                "#898AC4"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.282640Z"
        },
        {
            "id": 607,
            "id_string": "88ab8e-afc8ad-eee7da-f2f1eb-minthaze",
            "name": "Pale Coral Field",
            "colors": [
                "#88AB8E",
                "#AFC8AD",
                "#EEE7DA",
                "#F2F1EB"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.371283Z"
        },
        {
            "id": 511,
            "id_string": "fff5eb-deedf0-f4c7ab-b2b8a3-huedrift",
            "name": "Pale Coral Glow",
            "colors": [
                "#FFF5EB",
                "#DEEDF0",
                "#F4C7AB",
                "#B2B8A3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.829679Z"
        },
        {
            "id": 627,
            "id_string": "cee5d0-f3f0d7-fed2aa-ffbf86-mossyhex",
            "name": "Pale Coral Grove",
            "colors": [
                "#CEE5D0",
                "#F3F0D7",
                "#FED2AA",
                "#FFBF86"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.471428Z"
        },
        {
            "id": 474,
            "id_string": "f0a8d0-f7b5ca-ffc6c6-ffebd4-swatchbird",
            "name": "Pale Crimson Bloom",
            "colors": [
                "#F0A8D0",
                "#F7B5CA",
                "#FFC6C6",
                "#FFEBD4"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.653738Z"
        },
        {
            "id": 478,
            "id_string": "ffc5c5-ffebd8-c7dca7-89b9ad-coloreef",
            "name": "Pale Crimson Dream",
            "colors": [
                "#FFC5C5",
                "#FFEBD8",
                "#C7DCA7",
                "#89B9AD"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.674819Z"
        },
        {
            "id": 1281,
            "id_string": "feeac9-ffcdc9-fdacac-fd7979-coloreef",
            "name": "Pale Crimson Dusk",
            "colors": [
                "#FEEAC9",
                "#FFCDC9",
                "#FDACAC",
                "#FD7979"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.252009Z"
        }
    ]
}