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=color_count&page=24
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=color_count&page=25",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=color_count&page=23"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 688,
            "id_string": "e8e8e8-5588a3-145374-00334e-studiomochi",
            "name": "Aqua Dream",
            "colors": [
                "#E8E8E8",
                "#5588A3",
                "#145374",
                "#00334E"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.799384Z"
        },
        {
            "id": 924,
            "id_string": "3f3b6c-624f82-9f73ab-a3c7d6-studiomochi",
            "name": "Cool Tide Sunset",
            "colors": [
                "#3F3B6C",
                "#624F82",
                "#9F73AB",
                "#A3C7D6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.312893Z"
        },
        {
            "id": 435,
            "id_string": "87805e-b09b71-d8cca3-eddfb3-retroswatch",
            "name": "Warm Gold Tide",
            "colors": [
                "#87805E",
                "#B09B71",
                "#D8CCA3",
                "#EDDFB3"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.468710Z"
        },
        {
            "id": 1038,
            "id_string": "d77fa1-e6b2c6-fef6fb-d6e5fa-studiomochi",
            "name": "Pastel Orchid Breeze",
            "colors": [
                "#D77FA1",
                "#E6B2C6",
                "#FEF6FB",
                "#D6E5FA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.069401Z"
        },
        {
            "id": 837,
            "id_string": "2c3930-3f4f44-a27b5c-dcd7c9-retroswatch",
            "name": "Cool Amber Mist",
            "colors": [
                "#2C3930",
                "#3F4F44",
                "#A27B5C",
                "#DCD7C9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.728093Z"
        },
        {
            "id": 1063,
            "id_string": "f0e3ff-d89cf6-916dd5-3e206d-pixelpine",
            "name": "Iris Tide",
            "colors": [
                "#F0E3FF",
                "#D89CF6",
                "#916DD5",
                "#3E206D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.185422Z"
        },
        {
            "id": 356,
            "id_string": "fff8ea-9e7676-815b5b-594545-nordichue",
            "name": "Neon Ember Sunset",
            "colors": [
                "#FFF8EA",
                "#9E7676",
                "#815B5B",
                "#594545"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.095875Z"
        },
        {
            "id": 460,
            "id_string": "fee3ec-f9c5d5-f999b7-f2789f-palettepup",
            "name": "Soft Magenta Hush",
            "colors": [
                "#FEE3EC",
                "#F9C5D5",
                "#F999B7",
                "#F2789F"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.583286Z"
        },
        {
            "id": 1159,
            "id_string": "dc0000-850000-ffdb89-fff6c3-paperfox",
            "name": "Neon Crimson Bloom",
            "colors": [
                "#DC0000",
                "#850000",
                "#FFDB89",
                "#FFF6C3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.643254Z"
        },
        {
            "id": 1054,
            "id_string": "766161-87a7b3-cdc7be-e1f1dd-mossyhex",
            "name": "Moss Veil",
            "colors": [
                "#766161",
                "#87A7B3",
                "#CDC7BE",
                "#E1F1DD"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.142794Z"
        }
    ]
}