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=52
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=53",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-created&page=51"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 842,
            "id_string": "261c2c-3e2c41-5c527f-6e85b2-coloreef",
            "name": "Azure Harbor",
            "colors": [
                "#261C2C",
                "#3E2C41",
                "#5C527F",
                "#6E85B2"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.897389Z"
        },
        {
            "id": 841,
            "id_string": "f2f2f2-ebd5d5-ea8a8a-685454-pixelpine",
            "name": "Rose Sunset",
            "colors": [
                "#F2F2F2",
                "#EBD5D5",
                "#EA8A8A",
                "#685454"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.878107Z"
        },
        {
            "id": 840,
            "id_string": "ffe1e1-90a17d-829460-eeeeee-retroswatch",
            "name": "Electric Scarlet Bloom",
            "colors": [
                "#FFE1E1",
                "#90A17D",
                "#829460",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.842369Z"
        },
        {
            "id": 839,
            "id_string": "ea047e-ff6d28-fce700-00f5ff-duskpixel",
            "name": "Electric Apricot Bloom",
            "colors": [
                "#EA047E",
                "#FF6D28",
                "#FCE700",
                "#00F5FF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.810147Z"
        },
        {
            "id": 838,
            "id_string": "04009a-77acf1-3edbf0-c0fefc-tonecraft",
            "name": "Neon Ocean Bloom",
            "colors": [
                "#04009A",
                "#77ACF1",
                "#3EDBF0",
                "#C0FEFC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.770172Z"
        },
        {
            "id": 837,
            "id_string": "2c3930-3f4f44-a27b5c-dcd7c9-retroswatch",
            "name": "Cool Amber Mist",
            "colors": [
                "#2C3930",
                "#3F4F44",
                "#A27B5C",
                "#DCD7C9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.728093Z"
        },
        {
            "id": 836,
            "id_string": "cdf0ea-f9f9f9-ecc5fb-faf4b7-retroswatch",
            "name": "Pale Violet Tide",
            "colors": [
                "#CDF0EA",
                "#F9F9F9",
                "#ECC5FB",
                "#FAF4B7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.721435Z"
        },
        {
            "id": 835,
            "id_string": "fff2d7-ffe0b5-f8c794-d8ae7e-pixelpine",
            "name": "Pastel Amber Dream",
            "colors": [
                "#FFF2D7",
                "#FFE0B5",
                "#F8C794",
                "#D8AE7E"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.714771Z"
        },
        {
            "id": 834,
            "id_string": "2d4356-435b66-a76f6f-eab2a0-pixelpine",
            "name": "Ruby Haze",
            "colors": [
                "#2D4356",
                "#435B66",
                "#A76F6F",
                "#EAB2A0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.696234Z"
        },
        {
            "id": 833,
            "id_string": "579bb1-e1d7c6-ece8dd-f8f4ea-minthaze",
            "name": "Pastel Amber Dusk",
            "colors": [
                "#579BB1",
                "#E1D7C6",
                "#ECE8DD",
                "#F8F4EA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.690056Z"
        }
    ]
}