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=121
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=122",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=like_count&page=120"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1162,
            "id_string": "525252-414141-313131-ca3e47-paperfox",
            "name": "Twilight Rose Hush",
            "colors": [
                "#525252",
                "#414141",
                "#313131",
                "#CA3E47"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.657143Z"
        },
        {
            "id": 504,
            "id_string": "ecf9ff-fffbeb-ffe7cc-f8cba6-hexharbor",
            "name": "Pale Aqua Sunset",
            "colors": [
                "#ECF9FF",
                "#FFFBEB",
                "#FFE7CC",
                "#F8CBA6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.796520Z"
        },
        {
            "id": 1158,
            "id_string": "fef9a7-fac213-f77e21-d61c4e-tonecraft",
            "name": "Vivid Honey Field",
            "colors": [
                "#FEF9A7",
                "#FAC213",
                "#F77E21",
                "#D61C4E"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.638389Z"
        },
        {
            "id": 746,
            "id_string": "fffbeb-495579-263159-251749-palettepup",
            "name": "Sunbeam Drift",
            "colors": [
                "#FFFBEB",
                "#495579",
                "#263159",
                "#251749"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.079900Z"
        },
        {
            "id": 1148,
            "id_string": "f5eddc-cfd2cf-fa9494-eb1d36-minthaze",
            "name": "Electric Scarlet Haze",
            "colors": [
                "#F5EDDC",
                "#CFD2CF",
                "#FA9494",
                "#EB1D36"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.582219Z"
        },
        {
            "id": 906,
            "id_string": "865858-8e7f7f-bbbbbb-e2d5d5-huedrift",
            "name": "Warm Ruby Grove",
            "colors": [
                "#865858",
                "#8E7F7F",
                "#BBBBBB",
                "#E2D5D5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.226174Z"
        },
        {
            "id": 603,
            "id_string": "dab88b-f3e9dd-fdf6ec-b7cadb-cobaltcat",
            "name": "Cloud Apricot Dusk",
            "colors": [
                "#DAB88B",
                "#F3E9DD",
                "#FDF6EC",
                "#B7CADB"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.351244Z"
        },
        {
            "id": 978,
            "id_string": "6499e9-9eddff-a6f6ff-befff7-cobaltcat",
            "name": "Cloud Tide Dusk",
            "colors": [
                "#6499E9",
                "#9EDDFF",
                "#A6F6FF",
                "#BEFFF7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.781204Z"
        },
        {
            "id": 1002,
            "id_string": "ff78c4-e1aeff-ffbdf7-ffecec-swatchbird",
            "name": "Soft Mauve Bay",
            "colors": [
                "#FF78C4",
                "#E1AEFF",
                "#FFBDF7",
                "#FFECEC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.893533Z"
        },
        {
            "id": 821,
            "id_string": "ff577f-ff884b-ffc764-cdfffc-tonecraft",
            "name": "Vivid Rose Field",
            "colors": [
                "#FF577F",
                "#FF884B",
                "#FFC764",
                "#CDFFFC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.560586Z"
        }
    ]
}