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=color_count&page=59
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=color_count&page=60",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=color_count&page=58"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 561,
            "id_string": "e0ece4-f7f2e7-d8d3cd-797a7e-huedrift",
            "name": "Pastel Coral Bloom",
            "colors": [
                "#E0ECE4",
                "#F7F2E7",
                "#D8D3CD",
                "#797A7E"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.151514Z"
        },
        {
            "id": 810,
            "id_string": "921a40-c75b7a-d9abab-f4d9d0-candytone",
            "name": "Rose Bloom",
            "colors": [
                "#921A40",
                "#C75B7A",
                "#D9ABAB",
                "#F4D9D0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.392117Z"
        },
        {
            "id": 921,
            "id_string": "ff9b9b-ffd6a5-fffec4-cbffa9-nordichue",
            "name": "Soft Ruby Hush",
            "colors": [
                "#FF9B9B",
                "#FFD6A5",
                "#FFFEC4",
                "#CBFFA9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.299086Z"
        },
        {
            "id": 914,
            "id_string": "f97b22-fee8b0-9ca777-7c9070-huedrift",
            "name": "Electric Apricot Haze",
            "colors": [
                "#F97B22",
                "#FEE8B0",
                "#9CA777",
                "#7C9070"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.266133Z"
        },
        {
            "id": 1080,
            "id_string": "483838-42855b-90b77d-d2d79f-mossyhex",
            "name": "Warm Fern Glow",
            "colors": [
                "#483838",
                "#42855B",
                "#90B77D",
                "#D2D79F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.264357Z"
        },
        {
            "id": 495,
            "id_string": "f5f0bb-c4dfaa-90c8ac-73a9ad-nordichue",
            "name": "Sunbeam Harbor",
            "colors": [
                "#F5F0BB",
                "#C4DFAA",
                "#90C8AC",
                "#73A9AD"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.753387Z"
        },
        {
            "id": 605,
            "id_string": "cc9b6d-f1ca89-f2dac3-c8c2bc-retroswatch",
            "name": "Neon Ember Grove",
            "colors": [
                "#CC9B6D",
                "#F1CA89",
                "#F2DAC3",
                "#C8C2BC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.362020Z"
        },
        {
            "id": 417,
            "id_string": "f1f6f9-394867-212a3e-9ba4b5-duskpixel",
            "name": "Cool Aqua Veil",
            "colors": [
                "#F1F6F9",
                "#394867",
                "#212A3E",
                "#9BA4B5"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.385166Z"
        },
        {
            "id": 253,
            "id_string": "2e4a52-3a2f4f-c8d0d8-e5de2a-derekyaheard",
            "name": "4-color palette",
            "colors": [
                "#2E4A52",
                "#3A2F4F",
                "#C8D0D8",
                "#E5DE2A"
            ],
            "color_count": 4,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:16.848600Z"
        },
        {
            "id": 881,
            "id_string": "a0937d-e7d4b5-f6e6cb-b6c7aa-mossyhex",
            "name": "Apricot Haze",
            "colors": [
                "#A0937D",
                "#E7D4B5",
                "#F6E6CB",
                "#B6C7AA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.107621Z"
        }
    ]
}