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=63
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=64",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=created&page=62"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 622,
            "id_string": "e4fbff-b8b5ff-7868e6-edeef7-mossyhex",
            "name": "Pale Tide Hush",
            "colors": [
                "#E4FBFF",
                "#B8B5FF",
                "#7868E6",
                "#EDEEF7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.448240Z"
        },
        {
            "id": 623,
            "id_string": "0f044c-141e61-787a91-eeeeee-minthaze",
            "name": "Vivid Azure Meadow",
            "colors": [
                "#0F044C",
                "#141E61",
                "#787A91",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.452907Z"
        },
        {
            "id": 624,
            "id_string": "607274-faeed1-ded0b6-b2a59b-duskpixel",
            "name": "Vivid Apricot Breeze",
            "colors": [
                "#607274",
                "#FAEED1",
                "#DED0B6",
                "#B2A59B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.457560Z"
        },
        {
            "id": 625,
            "id_string": "fcf8e8-ecdfc8-ecb390-df7861-hexharbor",
            "name": "Pastel Gold Dawn",
            "colors": [
                "#FCF8E8",
                "#ECDFC8",
                "#ECB390",
                "#DF7861"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.462172Z"
        },
        {
            "id": 626,
            "id_string": "2b3a55-ce7777-e8c4c4-f2e5e5-mossyhex",
            "name": "Cool Crimson Dawn",
            "colors": [
                "#2B3A55",
                "#CE7777",
                "#E8C4C4",
                "#F2E5E5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.466846Z"
        },
        {
            "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": 628,
            "id_string": "454545-ff6000-ffa559-ffe6c7-coloreef",
            "name": "Amber Glow",
            "colors": [
                "#454545",
                "#FF6000",
                "#FFA559",
                "#FFE6C7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.476036Z"
        },
        {
            "id": 629,
            "id_string": "030637-3c0753-720455-910a67-duskpixel",
            "name": "Shadow Orchid Mist",
            "colors": [
                "#030637",
                "#3C0753",
                "#720455",
                "#910A67"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.480667Z"
        },
        {
            "id": 630,
            "id_string": "071a52-086972-17b978-a7ff83-tonecraft",
            "name": "Twilight Jade Meadow",
            "colors": [
                "#071A52",
                "#086972",
                "#17B978",
                "#A7FF83"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.485153Z"
        },
        {
            "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"
        }
    ]
}