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=-created&page=31
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=-created&page=32",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-created&page=30"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1052,
            "id_string": "ff8ba7-ffc6c7-faeee7-c3f0ca-mossyhex",
            "name": "Pastel Magenta Veil",
            "colors": [
                "#FF8BA7",
                "#FFC6C7",
                "#FAEEE7",
                "#C3F0CA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.133606Z"
        },
        {
            "id": 1051,
            "id_string": "e3d9ca-95a792-596c68-403f48-studiomochi",
            "name": "Cool Ember Sunset",
            "colors": [
                "#E3D9CA",
                "#95A792",
                "#596C68",
                "#403F48"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.129015Z"
        },
        {
            "id": 1050,
            "id_string": "819a91-a7c1a8-d1d8be-eeefe0-tonecraft",
            "name": "Cool Gold Dusk",
            "colors": [
                "#819A91",
                "#A7C1A8",
                "#D1D8BE",
                "#EEEFE0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.124249Z"
        },
        {
            "id": 1049,
            "id_string": "b590ca-a8d3da-f5cab3-f3ecb8-nordichue",
            "name": "Neon Apricot Dream",
            "colors": [
                "#B590CA",
                "#A8D3DA",
                "#F5CAB3",
                "#F3ECB8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.119794Z"
        },
        {
            "id": 1048,
            "id_string": "c9dabf-9ca986-808d7c-5f6f65-swatchbird",
            "name": "Cool Lime Bay",
            "colors": [
                "#C9DABF",
                "#9CA986",
                "#808D7C",
                "#5F6F65"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.115158Z"
        },
        {
            "id": 1047,
            "id_string": "89b5af-96c7c1-ded9c4-d0cab2-candytone",
            "name": "Warm Lagoon Haze",
            "colors": [
                "#89B5AF",
                "#96C7C1",
                "#DED9C4",
                "#D0CAB2"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.110622Z"
        },
        {
            "id": 1046,
            "id_string": "f0ece3-dfd3c3-c7b198-a68dad-minthaze",
            "name": "Warm Ember Tide",
            "colors": [
                "#F0ECE3",
                "#DFD3C3",
                "#C7B198",
                "#A68DAD"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.105912Z"
        },
        {
            "id": 1045,
            "id_string": "ffcb91-ffefa1-94ebcd-6ddccf-coloreef",
            "name": "Electric Coral Bay",
            "colors": [
                "#FFCB91",
                "#FFEFA1",
                "#94EBCD",
                "#6DDCCF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.101436Z"
        },
        {
            "id": 1044,
            "id_string": "0e2954-1f6e8c-2e8a99-84a7a1-retroswatch",
            "name": "Sky Dusk",
            "colors": [
                "#0E2954",
                "#1F6E8C",
                "#2E8A99",
                "#84A7A1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.097037Z"
        },
        {
            "id": 1043,
            "id_string": "392467-5d3587-a367b1-ffd1e3-pixelpine",
            "name": "Vivid Rose Breeze",
            "colors": [
                "#392467",
                "#5D3587",
                "#A367B1",
                "#FFD1E3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.092475Z"
        }
    ]
}