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=like_count&page=104
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=like_count&page=105",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=like_count&page=103"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 794,
            "id_string": "e7e7de-008891-00587a-0f3057-tonecraft",
            "name": "Electric Cyan Bay",
            "colors": [
                "#E7E7DE",
                "#008891",
                "#00587A",
                "#0F3057"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.307323Z"
        },
        {
            "id": 639,
            "id_string": "f85f73-fbe8d3-928a97-283c63-duskpixel",
            "name": "Neon Rose Dawn",
            "colors": [
                "#F85F73",
                "#FBE8D3",
                "#928A97",
                "#283C63"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.563196Z"
        },
        {
            "id": 473,
            "id_string": "43766c-f8fae5-b19470-76453b-pixelpine",
            "name": "Warm Lime Meadow",
            "colors": [
                "#43766C",
                "#F8FAE5",
                "#B19470",
                "#76453B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.647856Z"
        },
        {
            "id": 584,
            "id_string": "ffeeee-fff6ea-f7e9d7-ebd8c3-hexharbor",
            "name": "Pale Ruby Dawn",
            "colors": [
                "#FFEEEE",
                "#FFF6EA",
                "#F7E9D7",
                "#EBD8C3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.261714Z"
        },
        {
            "id": 984,
            "id_string": "e19898-a2678a-4d3c77-3f1d38-tonecraft",
            "name": "Cool Crimson Glow",
            "colors": [
                "#E19898",
                "#A2678A",
                "#4D3C77",
                "#3F1D38"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.810335Z"
        },
        {
            "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": 565,
            "id_string": "cde8e5-eef7ff-7ab2b2-4d869c-cobaltcat",
            "name": "Neon Tide Bloom",
            "colors": [
                "#CDE8E5",
                "#EEF7FF",
                "#7AB2B2",
                "#4D869C"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.170313Z"
        },
        {
            "id": 726,
            "id_string": "ffbe98-feece2-f7ded0-e2bfb3-coloreef",
            "name": "Soft Coral Glow",
            "colors": [
                "#FFBE98",
                "#FEECE2",
                "#F7DED0",
                "#E2BFB3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.976227Z"
        },
        {
            "id": 464,
            "id_string": "fdf4f5-e8a0bf-ba90c6-c0dbea-studiomochi",
            "name": "Pastel Blush Bay",
            "colors": [
                "#FDF4F5",
                "#E8A0BF",
                "#BA90C6",
                "#C0DBEA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.604150Z"
        },
        {
            "id": 1000,
            "id_string": "d92027-ff9234-ffcd3c-35d0ba-mossyhex",
            "name": "Vivid Amber Glow",
            "colors": [
                "#D92027",
                "#FF9234",
                "#FFCD3C",
                "#35D0BA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.884411Z"
        }
    ]
}