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=71
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=72",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=created&page=70"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 702,
            "id_string": "a8df8e-f3fde8-ffe5e5-ffbfbf-huedrift",
            "name": "Pastel Scarlet Breeze",
            "colors": [
                "#A8DF8E",
                "#F3FDE8",
                "#FFE5E5",
                "#FFBFBF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.864388Z"
        },
        {
            "id": 703,
            "id_string": "232931-393e46-4ecca3-eeeeee-huedrift",
            "name": "Cool Teal Haze",
            "colors": [
                "#232931",
                "#393E46",
                "#4ECCA3",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.869120Z"
        },
        {
            "id": 704,
            "id_string": "495c83-7a86b6-a8a4ce-c8b6e2-swatchbird",
            "name": "Violet Breeze",
            "colors": [
                "#495C83",
                "#7A86B6",
                "#A8A4CE",
                "#C8B6E2"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.873766Z"
        },
        {
            "id": 705,
            "id_string": "f3d5c0-d4b499-889eaf-506d84-pixelpine",
            "name": "Amber Meadow",
            "colors": [
                "#F3D5C0",
                "#D4B499",
                "#889EAF",
                "#506D84"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.878214Z"
        },
        {
            "id": 706,
            "id_string": "9adcff-fff89a-ffb2a6-ff8aae-duskpixel",
            "name": "Soft Cyan Bay",
            "colors": [
                "#9ADCFF",
                "#FFF89A",
                "#FFB2A6",
                "#FF8AAE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.882890Z"
        },
        {
            "id": 707,
            "id_string": "181c14-3c3d37-697565-ecdfcc-huedrift",
            "name": "Apricot Harbor",
            "colors": [
                "#181C14",
                "#3C3D37",
                "#697565",
                "#ECDFCC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.887377Z"
        },
        {
            "id": 708,
            "id_string": "fdfdbd-c8ffd4-b8e8fc-b1afff-candytone",
            "name": "Soft Jade Harbor",
            "colors": [
                "#FDFDBD",
                "#C8FFD4",
                "#B8E8FC",
                "#B1AFFF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.891875Z"
        },
        {
            "id": 709,
            "id_string": "004225-f5f5dc-ffb000-ffcf9d-huedrift",
            "name": "Electric Mint Dusk",
            "colors": [
                "#004225",
                "#F5F5DC",
                "#FFB000",
                "#FFCF9D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.896639Z"
        },
        {
            "id": 710,
            "id_string": "f6ffde-e3f2c1-c9dbb2-aac8a7-minthaze",
            "name": "Cloud Meadow Dawn",
            "colors": [
                "#F6FFDE",
                "#E3F2C1",
                "#C9DBB2",
                "#AAC8A7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.901156Z"
        },
        {
            "id": 711,
            "id_string": "f1d4d4-ddb6c6-ac8daf-484c7f-duskpixel",
            "name": "Cool Crimson Glow",
            "colors": [
                "#F1D4D4",
                "#DDB6C6",
                "#AC8DAF",
                "#484C7F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.905706Z"
        }
    ]
}