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=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=created&page=116",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=created&page=114"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1142,
            "id_string": "0d1282-eeeded-f0de36-d71313-nordichue",
            "name": "Vivid Honey Hush",
            "colors": [
                "#0D1282",
                "#EEEDED",
                "#F0DE36",
                "#D71313"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.554647Z"
        },
        {
            "id": 1143,
            "id_string": "2f2519-4a3f35-fa7d09-ff4301-duskpixel",
            "name": "Twilight Ember Tide",
            "colors": [
                "#2F2519",
                "#4A3F35",
                "#FA7D09",
                "#FF4301"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.559408Z"
        },
        {
            "id": 1144,
            "id_string": "0802a3-ff4b91-ff7676-ffcd4b-pixelpine",
            "name": "Neon Rose Haze",
            "colors": [
                "#0802A3",
                "#FF4B91",
                "#FF7676",
                "#FFCD4B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.563930Z"
        },
        {
            "id": 1145,
            "id_string": "f4f9f4-a7d7c5-74b49b-5c8d89-cobaltcat",
            "name": "Lagoon Breeze",
            "colors": [
                "#F4F9F4",
                "#A7D7C5",
                "#74B49B",
                "#5C8D89"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.568636Z"
        },
        {
            "id": 1146,
            "id_string": "f7f3e9-a3d2ca-5eaaa8-f05945-coloreef",
            "name": "Electric Rose Drift",
            "colors": [
                "#F7F3E9",
                "#A3D2CA",
                "#5EAAA8",
                "#F05945"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.573162Z"
        },
        {
            "id": 1147,
            "id_string": "7fc8a9-d5eebb-5f7a61-444941-paperfox",
            "name": "Warm Meadow Dusk",
            "colors": [
                "#7FC8A9",
                "#D5EEBB",
                "#5F7A61",
                "#444941"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.577605Z"
        },
        {
            "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": 1149,
            "id_string": "39375b-745c97-d597ce-f5b0cb-cobaltcat",
            "name": "Vivid Magenta Dusk",
            "colors": [
                "#39375B",
                "#745C97",
                "#D597CE",
                "#F5B0CB"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.588794Z"
        },
        {
            "id": 1150,
            "id_string": "1572a1-9ad0ec-efdad7-e3bec6-tonecraft",
            "name": "Vivid Tide Harbor",
            "colors": [
                "#1572A1",
                "#9AD0EC",
                "#EFDAD7",
                "#E3BEC6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.593533Z"
        },
        {
            "id": 1151,
            "id_string": "f5c6a5-ff7777-a2416b-852747-studiomochi",
            "name": "Scarlet Dusk",
            "colors": [
                "#F5C6A5",
                "#FF7777",
                "#A2416B",
                "#852747"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.598514Z"
        }
    ]
}