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=name&page=126
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=name&page=127",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=name&page=125"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1006,
            "id_string": "00a19d-fff8e5-ffb344-e05d5d-palettepup",
            "name": "Vivid Lagoon Bloom",
            "colors": [
                "#00A19D",
                "#FFF8E5",
                "#FFB344",
                "#E05D5D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.911934Z"
        },
        {
            "id": 1030,
            "id_string": "00af91-007965-f58634-ffcc29-paperfox",
            "name": "Vivid Lagoon Breeze",
            "colors": [
                "#00AF91",
                "#007965",
                "#F58634",
                "#FFCC29"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.030231Z"
        },
        {
            "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": 964,
            "id_string": "4d455d-e96479-f5e9cf-7db9b6-studiomochi",
            "name": "Vivid Magenta Hush",
            "colors": [
                "#4D455D",
                "#E96479",
                "#F5E9CF",
                "#7DB9B6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.697094Z"
        },
        {
            "id": 503,
            "id_string": "937dc2-c689c6-ffabe1-ffe6f7-tonecraft",
            "name": "Vivid Mauve Sunset",
            "colors": [
                "#937DC2",
                "#C689C6",
                "#FFABE1",
                "#FFE6F7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.791751Z"
        },
        {
            "id": 808,
            "id_string": "28df99-99f3bd-d2f6c5-f6f7d4-palettepup",
            "name": "Vivid Moss Hush",
            "colors": [
                "#28DF99",
                "#99F3BD",
                "#D2F6C5",
                "#F6F7D4"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.382707Z"
        },
        {
            "id": 755,
            "id_string": "f4abc4-595b83-333456-060930-cobaltcat",
            "name": "Vivid Ocean Mist",
            "colors": [
                "#F4ABC4",
                "#595B83",
                "#333456",
                "#060930"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.123887Z"
        },
        {
            "id": 980,
            "id_string": "f1d4d4-e6739f-cc0e74-790c5a-studiomochi",
            "name": "Vivid Orchid Tide",
            "colors": [
                "#F1D4D4",
                "#E6739F",
                "#CC0E74",
                "#790C5A"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.791392Z"
        },
        {
            "id": 937,
            "id_string": "433878-7e60bf-e4b1f0-ffe1ff-minthaze",
            "name": "Vivid Plum Bay",
            "colors": [
                "#433878",
                "#7E60BF",
                "#E4B1F0",
                "#FFE1FF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.405178Z"
        },
        {
            "id": 1168,
            "id_string": "fff5fd-ff96ad-005a8d-022e57-palettepup",
            "name": "Vivid Plum Glow",
            "colors": [
                "#FFF5FD",
                "#FF96AD",
                "#005A8D",
                "#022E57"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.684701Z"
        }
    ]
}