:root {
    --theme-circle9-color-1: rgb(233, 106, 106);
    --theme-circle9-color-2: lightsalmon;
    --theme-circle9-color-3: rgb(236, 229, 145);
    --theme-circle9-color-4: rgb(72, 217, 246);
    --theme-circle9-color-5: rgb(114, 140, 235);
    --theme-circle9-color-6: aquamarine;
    --theme-circle9-color-7: rgb(52, 167, 155);
    --theme-circle9-color-8: rgb(184, 205, 202);
    --theme-circle9-color-9: #222;
    --theme-circle9-color-text-1: black;
    --theme-circle9-color-text-2: black;
    --theme-circle9-color-text-3: black;
    --theme-circle9-color-text-4: black;
    --theme-circle9-color-text-5: black;
    --theme-circle9-color-text-6: black;
    --theme-circle9-color-text-7: black;
    --theme-circle9-color-text-8: black;
    --theme-circle9-color-text-9: white;
}

:root {
    --theme-circle9-cell: white;
    --theme-circle9-block-outline: black;
}
/* :root.theme-dark {
    --theme-circle9-cell: #666;
} */