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=26
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=27",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-created&page=25"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1102,
            "id_string": "f9e4d4-d67d3e-9c0f48-470d21-nordichue",
            "name": "Vivid Rose Bay",
            "colors": [
                "#F9E4D4",
                "#D67D3E",
                "#9C0F48",
                "#470D21"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.368208Z"
        },
        {
            "id": 1101,
            "id_string": "425f57-749f82-a8e890-cfff8d-minthaze",
            "name": "Electric Fern Field",
            "colors": [
                "#425F57",
                "#749F82",
                "#A8E890",
                "#CFFF8D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.363697Z"
        },
        {
            "id": 1100,
            "id_string": "ffdede-fdf5ca-ffdfaf-f2bb7b-duskpixel",
            "name": "Soft Scarlet Hush",
            "colors": [
                "#FFDEDE",
                "#FDF5CA",
                "#FFDFAF",
                "#F2BB7B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.359010Z"
        },
        {
            "id": 1099,
            "id_string": "75cfb8-bbdfc8-f0e5d8-ffc478-studiomochi",
            "name": "Neon Apricot Bay",
            "colors": [
                "#75CFB8",
                "#BBDFC8",
                "#F0E5D8",
                "#FFC478"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.354277Z"
        },
        {
            "id": 1098,
            "id_string": "845460-ead3cb-bdc7c9-2b4f60-candytone",
            "name": "Ember Sunset",
            "colors": [
                "#845460",
                "#EAD3CB",
                "#BDC7C9",
                "#2B4F60"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.349696Z"
        },
        {
            "id": 1097,
            "id_string": "025464-e57c23-e8aa42-f8f1f1-huedrift",
            "name": "Tide Tide",
            "colors": [
                "#025464",
                "#E57C23",
                "#E8AA42",
                "#F8F1F1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.345113Z"
        },
        {
            "id": 1096,
            "id_string": "f9ceee-f9f3ee-ccf3ee-97c4b8-duskpixel",
            "name": "Soft Mauve Sunset",
            "colors": [
                "#F9CEEE",
                "#F9F3EE",
                "#CCF3EE",
                "#97C4B8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.340210Z"
        },
        {
            "id": 1095,
            "id_string": "ccffbd-7eca9c-40394a-1c1427-duskpixel",
            "name": "Neon Moss Dusk",
            "colors": [
                "#CCFFBD",
                "#7ECA9C",
                "#40394A",
                "#1C1427"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.335614Z"
        },
        {
            "id": 1094,
            "id_string": "beebe9-fffdf9-ffe3ed-8ac6d1-paperfox",
            "name": "Cloud Amber Grove",
            "colors": [
                "#BEEBE9",
                "#FFFDF9",
                "#FFE3ED",
                "#8AC6D1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.328667Z"
        },
        {
            "id": 1093,
            "id_string": "ff74b1-ffa1cf-ffd6ec-a7ffe4-retroswatch",
            "name": "Soft Magenta Bay",
            "colors": [
                "#FF74B1",
                "#FFA1CF",
                "#FFD6EC",
                "#A7FFE4"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.324186Z"
        }
    ]
}