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=usage_count&page=17
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=usage_count&page=18",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=usage_count&page=16"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 853,
            "id_string": "17153b-2e236c-433d8b-c8acd6-studiomochi",
            "name": "Twilight Cobalt Breeze",
            "colors": [
                "#17153B",
                "#2E236C",
                "#433D8B",
                "#C8ACD6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.962182Z"
        },
        {
            "id": 355,
            "id_string": "f8ede3-bdd2b6-a2b29f-798777-palettepup",
            "name": "Cool Coral Dawn",
            "colors": [
                "#F8EDE3",
                "#BDD2B6",
                "#A2B29F",
                "#798777"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.091265Z"
        },
        {
            "id": 472,
            "id_string": "f39189-bb8082-6e7582-046582-nordichue",
            "name": "Electric Tide Dawn",
            "colors": [
                "#F39189",
                "#BB8082",
                "#6E7582",
                "#046582"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.643428Z"
        },
        {
            "id": 432,
            "id_string": "999b84-d8ac9c-efd9d1-f4eeed-candytone",
            "name": "Warm Ember Mist",
            "colors": [
                "#999B84",
                "#D8AC9C",
                "#EFD9D1",
                "#F4EEED"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.454852Z"
        },
        {
            "id": 389,
            "id_string": "2c3333-395b64-a5c9ca-e7f6f2-retroswatch",
            "name": "Cool Mint Hush",
            "colors": [
                "#2C3333",
                "#395B64",
                "#A5C9CA",
                "#E7F6F2"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.253424Z"
        },
        {
            "id": 1268,
            "id_string": "eba83a-bb371a-fff8d9-d5dbb3-pixelpine",
            "name": "Electric Sunbeam Veil",
            "colors": [
                "#EBA83A",
                "#BB371A",
                "#FFF8D9",
                "#D5DBB3"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.181594Z"
        },
        {
            "id": 656,
            "id_string": "1c0a00-361500-603601-cc9544-minthaze",
            "name": "Noir Ember Breeze",
            "colors": [
                "#1C0A00",
                "#361500",
                "#603601",
                "#CC9544"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.645222Z"
        },
        {
            "id": 579,
            "id_string": "e9d5da-827397-4d4c7d-363062-retroswatch",
            "name": "Warm Azure Bloom",
            "colors": [
                "#E9D5DA",
                "#827397",
                "#4D4C7D",
                "#363062"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.237629Z"
        },
        {
            "id": 456,
            "id_string": "dddddd-222831-30475e-f05454-nordichue",
            "name": "Electric Ruby Drift",
            "colors": [
                "#DDDDDD",
                "#222831",
                "#30475E",
                "#F05454"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.565037Z"
        },
        {
            "id": 357,
            "id_string": "2c3639-3f4e4f-a27b5c-dcd7c9-tonecraft",
            "name": "Warm Amber Harbor",
            "colors": [
                "#2C3639",
                "#3F4E4F",
                "#A27B5C",
                "#DCD7C9"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.102674Z"
        }
    ]
}