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=created&page=67
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=created&page=68",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=created&page=66"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 662,
            "id_string": "f1eaff-e5d4ff-dcbfff-d0a2f7-studiomochi",
            "name": "Soft Violet Sunset",
            "colors": [
                "#F1EAFF",
                "#E5D4FF",
                "#DCBFFF",
                "#D0A2F7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.674305Z"
        },
        {
            "id": 663,
            "id_string": "f9ebc8-fefbe7-dae5d0-a0bcc2-paperfox",
            "name": "Soft Gold Sunset",
            "colors": [
                "#F9EBC8",
                "#FEFBE7",
                "#DAE5D0",
                "#A0BCC2"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.678854Z"
        },
        {
            "id": 664,
            "id_string": "252525-ff0000-af0404-414141-huedrift",
            "name": "Twilight Crimson Bloom",
            "colors": [
                "#252525",
                "#FF0000",
                "#AF0404",
                "#414141"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.683475Z"
        },
        {
            "id": 665,
            "id_string": "cc7351-e08f62-ded7b1-9dab86-candytone",
            "name": "Coral Field",
            "colors": [
                "#CC7351",
                "#E08F62",
                "#DED7B1",
                "#9DAB86"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.688002Z"
        },
        {
            "id": 666,
            "id_string": "37306b-66347f-9e4784-d27685-studiomochi",
            "name": "Blush Drift",
            "colors": [
                "#37306B",
                "#66347F",
                "#9E4784",
                "#D27685"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.692700Z"
        },
        {
            "id": 667,
            "id_string": "fbc6a4-f4a9a8-ce97b0-afb9c8-huedrift",
            "name": "Ember Hush",
            "colors": [
                "#FBC6A4",
                "#F4A9A8",
                "#CE97B0",
                "#AFB9C8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.697067Z"
        },
        {
            "id": 668,
            "id_string": "ffedfa-ffb8e0-ec7fa9-be5985-swatchbird",
            "name": "Mauve Dawn",
            "colors": [
                "#FFEDFA",
                "#FFB8E0",
                "#EC7FA9",
                "#BE5985"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.701694Z"
        },
        {
            "id": 669,
            "id_string": "fff9ca-ffdeb4-ffb4b4-b2a4ff-tonecraft",
            "name": "Pastel Honey Bay",
            "colors": [
                "#FFF9CA",
                "#FFDEB4",
                "#FFB4B4",
                "#B2A4FF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.706278Z"
        },
        {
            "id": 670,
            "id_string": "e8ded2-a3d2ca-5eaaa8-056676-nordichue",
            "name": "Tide Tide",
            "colors": [
                "#E8DED2",
                "#A3D2CA",
                "#5EAAA8",
                "#056676"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.710722Z"
        },
        {
            "id": 671,
            "id_string": "161a30-31304d-b6bbc4-f0ece5-tonecraft",
            "name": "Azure Haze",
            "colors": [
                "#161A30",
                "#31304D",
                "#B6BBC4",
                "#F0ECE5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.715499Z"
        }
    ]
}