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
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=2",
        "previous": null
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 341,
            "id_string": "fff5e4-ffe3e1-ffd1d1-ff9494-candytone",
            "name": "Cloud Coral Dream",
            "colors": [
                "#FFF5E4",
                "#FFE3E1",
                "#FFD1D1",
                "#FF9494"
            ],
            "color_count": 4,
            "like_count": 16,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.020240Z"
        },
        {
            "id": 346,
            "id_string": "1b262c-0f4c75-3282b8-bbe1fa-nordichue",
            "name": "Neon Aqua Veil",
            "colors": [
                "#1B262C",
                "#0F4C75",
                "#3282B8",
                "#BBE1FA"
            ],
            "color_count": 4,
            "like_count": 15,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.048281Z"
        },
        {
            "id": 347,
            "id_string": "27374d-526d82-9db2bf-dde6ed-duskpixel",
            "name": "Warm Sky Tide",
            "colors": [
                "#27374D",
                "#526D82",
                "#9DB2BF",
                "#DDE6ED"
            ],
            "color_count": 4,
            "like_count": 15,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.053294Z"
        },
        {
            "id": 342,
            "id_string": "f9f5f6-f8e8ee-fdcedf-f2bed1-hexharbor",
            "name": "Pale Blush Harbor",
            "colors": [
                "#F9F5F6",
                "#F8E8EE",
                "#FDCEDF",
                "#F2BED1"
            ],
            "color_count": 4,
            "like_count": 15,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.025132Z"
        },
        {
            "id": 445,
            "id_string": "fff2d8-ead7bb-bca37f-113946-cobaltcat",
            "name": "Vivid Coral Glow",
            "colors": [
                "#FFF2D8",
                "#EAD7BB",
                "#BCA37F",
                "#113946"
            ],
            "color_count": 4,
            "like_count": 15,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.514610Z"
        },
        {
            "id": 391,
            "id_string": "ffd4d4-ffffe8-cde990-aacb73-huedrift",
            "name": "Pale Scarlet Sunset",
            "colors": [
                "#FFD4D4",
                "#FFFFE8",
                "#CDE990",
                "#AACB73"
            ],
            "color_count": 4,
            "like_count": 15,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.262832Z"
        },
        {
            "id": 340,
            "id_string": "e3fdfd-cbf1f5-a6e3e9-71c9ce-cobaltcat",
            "name": "Pale Cyan Sunset",
            "colors": [
                "#E3FDFD",
                "#CBF1F5",
                "#A6E3E9",
                "#71C9CE"
            ],
            "color_count": 4,
            "like_count": 15,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.013423Z"
        },
        {
            "id": 345,
            "id_string": "f4eeff-dcd6f7-a6b1e1-424874-swatchbird",
            "name": "Vivid Iris Bloom",
            "colors": [
                "#F4EEFF",
                "#DCD6F7",
                "#A6B1E1",
                "#424874"
            ],
            "color_count": 4,
            "like_count": 15,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.042768Z"
        },
        {
            "id": 348,
            "id_string": "b1b2ff-aac4ff-d2daff-eef1ff-paperfox",
            "name": "Pastel Sky Meadow",
            "colors": [
                "#B1B2FF",
                "#AAC4FF",
                "#D2DAFF",
                "#EEF1FF"
            ],
            "color_count": 4,
            "like_count": 15,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.058416Z"
        },
        {
            "id": 344,
            "id_string": "ad8b73-ceab93-e3caa5-fffbe9-swatchbird",
            "name": "Vivid Honey Dream",
            "colors": [
                "#AD8B73",
                "#CEAB93",
                "#E3CAA5",
                "#FFFBE9"
            ],
            "color_count": 4,
            "like_count": 15,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.036207Z"
        }
    ]
}