/* Each palette runs from the page-background end to the text end. */

:root,
:root[data-theme='sunset'] {
    --theme-stop-0: #ffe6dc;
    --theme-stop-1: #f7d3b2;
    --theme-stop-2: #f7c19b;
    --theme-stop-3: #e06a48;
    --theme-stop-4: #773e70;
    --theme-stop-5: #4a285f;
}

:root[data-theme='ironbow'] {
    --theme-stop-0: #00000a;
    --theme-stop-1: #6d009c;
    --theme-stop-2: #a31463;
    --theme-stop-3: #f26e01;
    --theme-stop-4: #feca01;
    --theme-stop-5: #fffff6;
}

:root[data-theme='light'] {
    --theme-stop-0: #ffffff;
    --theme-stop-1: #f5f8f3;
    --theme-stop-2: #e9ece7;
    --theme-stop-3: #dfe6db;
    --theme-stop-4: #076850;
    --theme-stop-5: #05543f;
}

:root[data-theme='dark'] {
    --theme-stop-0: #0f1311;
    --theme-stop-1: #1c211e;
    --theme-stop-2: #262d29;
    --theme-stop-3: #3dd9a4;
    --theme-stop-4: #5ee3b5;
    --theme-stop-5: #e8ece9;
}

:root[data-theme='sepia'] {
    --theme-stop-0: #fffaf0;
    --theme-stop-1: #f5ead7;
    --theme-stop-2: #ede0c8;
    --theme-stop-3: #ead9bd;
    --theme-stop-4: #854a15;
    --theme-stop-5: #6d3d11;
}

:root[data-theme='midnight'] {
    --theme-stop-0: #161a33;
    --theme-stop-1: #1f2540;
    --theme-stop-2: #4e58a3;
    --theme-stop-3: #97a4ff;
    --theme-stop-4: #d9ddff;
    --theme-stop-5: #e6e8f5;
}

:root[data-theme='rose'] {
    --theme-stop-0: #fffafc;
    --theme-stop-1: #fae8ee;
    --theme-stop-2: #f8dde6;
    --theme-stop-3: #f2ccd8;
    --theme-stop-4: #952e52;
    --theme-stop-5: #7d2645;
}

:root[data-theme='forest'] {
    --theme-stop-0: #1b2617;
    --theme-stop-1: #243220;
    --theme-stop-2: #437330;
    --theme-stop-3: #8fd96f;
    --theme-stop-4: #dff4d5;
    --theme-stop-5: #e9f0e5;
}

:root[data-theme='ocean'] {
    --theme-stop-0: #14262a;
    --theme-stop-1: #1c3237;
    --theme-stop-2: #24737f;
    --theme-stop-3: #6fdcea;
    --theme-stop-4: #d9f7f8;
    --theme-stop-5: #e8f0f2;
}

:root[data-theme='lavender'] {
    --theme-stop-0: #211a2e;
    --theme-stop-1: #2c2440;
    --theme-stop-2: #74599b;
    --theme-stop-3: #cfb0ff;
    --theme-stop-4: #eee8ff;
    --theme-stop-5: #f0edf8;
}

:root[data-theme='gold'] {
    --theme-stop-0: #fffdf4;
    --theme-stop-1: #f5eacb;
    --theme-stop-2: #efdcac;
    --theme-stop-3: #e8ce8f;
    --theme-stop-4: #6a4c10;
    --theme-stop-5: #553d0d;
}

:root[data-theme='hacker'] {
    --theme-stop-0: #000000;
    --theme-stop-1: #004c00;
    --theme-stop-2: #005600;
    --theme-stop-3: #ff00ff;
    --theme-stop-4: #ff99ff;
    --theme-stop-5: #ffffff;
}

:root[data-theme='viridis'] {
    --theme-stop-0: #2f1a63;
    --theme-stop-1: #32676e;
    --theme-stop-2: #5a6e55;
    --theme-stop-3: #fde725;
    --theme-stop-4: #e9f7a8;
    --theme-stop-5: #ffffff;
}

:root[data-theme='mako'] {
    --theme-stop-0: #24345c;
    --theme-stop-1: #2d6b81;
    --theme-stop-2: #46728c;
    --theme-stop-3: #def5e5;
    --theme-stop-4: #eafaf0;
    --theme-stop-5: #ffffff;
}

:root[data-theme='cividis'] {
    --theme-stop-0: #21386b;
    --theme-stop-1: #56616a;
    --theme-stop-2: #626a63;
    --theme-stop-3: #f4e6a0;
    --theme-stop-4: #f8f0c5;
    --theme-stop-5: #ffffff;
}

:root[data-theme='ylgnbu'] {
    --theme-stop-0: #1e3a8f;
    --theme-stop-1: #2a63a0;
    --theme-stop-2: #3f6c9e;
    --theme-stop-3: #c7e9b4;
    --theme-stop-4: #edf8b1;
    --theme-stop-5: #ffffff;
}

:root[data-theme='cubehelix'] {
    --theme-stop-0: #180f26;
    --theme-stop-1: #845256;
    --theme-stop-2: #785f8b;
    --theme-stop-3: #cce8f0;
    --theme-stop-4: #e2f3f5;
    --theme-stop-5: #ffffff;
}

:root[data-theme='greyscale'] {
    --theme-stop-0: #2b2b2b;
    --theme-stop-1: #636363;
    --theme-stop-2: #6c6c6c;
    --theme-stop-3: #e8e8e8;
    --theme-stop-4: #f5f5f5;
    --theme-stop-5: #ffffff;
}

:root[data-theme='wobnori'] {
    --theme-stop-0: #fffff5;
    --theme-stop-1: #92ff63;
    --theme-stop-2: #5ceb9c;
    --theme-stop-3: #0d91fe;
    --theme-stop-4: #0135fe;
    --theme-stop-5: #000009;
}

:root[data-theme='sidivir'] {
    --theme-stop-0: #d0e59c;
    --theme-stop-1: #cd9891;
    --theme-stop-2: #a591aa;
    --theme-stop-3: #0218da;
    --theme-stop-4: #160857;
    --theme-stop-5: #000000;
}

:root[data-theme='okam'] {
    --theme-stop-0: #dbcba3;
    --theme-stop-1: #d2947e;
    --theme-stop-2: #b98d73;
    --theme-stop-3: #210a1a;
    --theme-stop-4: #15050f;
    --theme-stop-5: #000000;
}

:root[data-theme='sidivic'] {
    --theme-stop-0: #dec794;
    --theme-stop-1: #a99e95;
    --theme-stop-2: #9d959c;
    --theme-stop-3: #0b195f;
    --theme-stop-4: #070f3a;
    --theme-stop-5: #000000;
}

:root[data-theme='ubngly'] {
    --theme-stop-0: #e1c570;
    --theme-stop-1: #d59c5f;
    --theme-stop-2: #c09361;
    --theme-stop-3: #38164b;
    --theme-stop-4: #12074e;
    --theme-stop-5: #000000;
}

:root[data-theme='xilehebuc'] {
    --theme-stop-0: #e7f0d9;
    --theme-stop-1: #7bada9;
    --theme-stop-2: #87a074;
    --theme-stop-3: #33170f;
    --theme-stop-4: #1d0c0a;
    --theme-stop-5: #000000;
}

:root[data-theme='elacsyerg'] {
    --theme-stop-0: #d4d4d4;
    --theme-stop-1: #9c9c9c;
    --theme-stop-2: #939393;
    --theme-stop-3: #171717;
    --theme-stop-4: #0a0a0a;
    --theme-stop-5: #000000;
}

@media (prefers-color-scheme: dark) {
    :root:not([data-theme]) {
        --theme-stop-0: #00000a;
        --theme-stop-1: #6d009c;
        --theme-stop-2: #a31463;
        --theme-stop-3: #f26e01;
        --theme-stop-4: #feca01;
        --theme-stop-5: #fffff6;
    }
}
