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=like_count&page=115
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=like_count&page=116",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=like_count&page=114"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 613,
            "id_string": "ddffbb-c7e9b0-b3c99c-a4bc92-paperfox",
            "name": "Lime Bloom",
            "colors": [
                "#DDFFBB",
                "#C7E9B0",
                "#B3C99C",
                "#A4BC92"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.398966Z"
        },
        {
            "id": 577,
            "id_string": "edcfa9-e89f71-d57149-aa4a30-swatchbird",
            "name": "Neon Coral Drift",
            "colors": [
                "#EDCFA9",
                "#E89F71",
                "#D57149",
                "#AA4A30"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.228389Z"
        },
        {
            "id": 1061,
            "id_string": "162447-1f4068-1b1b2f-e43f5a-hexharbor",
            "name": "Twilight Rose Glow",
            "colors": [
                "#162447",
                "#1F4068",
                "#1B1B2F",
                "#E43F5A"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.175093Z"
        },
        {
            "id": 1108,
            "id_string": "a6d0dd-ff6969-ffd3b0-fff9de-candytone",
            "name": "Pale Scarlet Field",
            "colors": [
                "#A6D0DD",
                "#FF6969",
                "#FFD3B0",
                "#FFF9DE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.396065Z"
        },
        {
            "id": 866,
            "id_string": "4c3a51-774360-b25068-e7ab79-hexharbor",
            "name": "Warm Amber Drift",
            "colors": [
                "#4C3A51",
                "#774360",
                "#B25068",
                "#E7AB79"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.028158Z"
        },
        {
            "id": 1109,
            "id_string": "eeedeb-e0ccbe-747264-3c3633-tonecraft",
            "name": "Cool Amber Tide",
            "colors": [
                "#EEEDEB",
                "#E0CCBE",
                "#747264",
                "#3C3633"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.400692Z"
        },
        {
            "id": 1032,
            "id_string": "d77fa1-baabda-d6e5fa-fff9f9-huedrift",
            "name": "Pastel Rose Hush",
            "colors": [
                "#D77FA1",
                "#BAABDA",
                "#D6E5FA",
                "#FFF9F9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.039291Z"
        },
        {
            "id": 1111,
            "id_string": "f7f4e3-d2e1c8-fee4a6-f9c4aa-cobaltcat",
            "name": "Soft Ember Dawn",
            "colors": [
                "#F7F4E3",
                "#D2E1C8",
                "#FEE4A6",
                "#F9C4AA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.409881Z"
        },
        {
            "id": 1119,
            "id_string": "49243e-704264-bb8493-dbafa0-retroswatch",
            "name": "Cool Amber Grove",
            "colors": [
                "#49243E",
                "#704264",
                "#BB8493",
                "#DBAFA0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.447248Z"
        },
        {
            "id": 1123,
            "id_string": "ef4f4f-ee9595-ffcda3-74c7b8-minthaze",
            "name": "Electric Amber Breeze",
            "colors": [
                "#EF4F4F",
                "#EE9595",
                "#FFCDA3",
                "#74C7B8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.465443Z"
        }
    ]
}