<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bezowy {
    background: #bfa27e;
}
.czarny {
    background: #000000;
}
.granatowy {
    background: #000eae;
}
.srebrny {
    background: #bebdbf;
}
.pudrowy-roz {
    background: #ffc9d5;
}
.czerwony {
    background: #ff0208;
}
.zloty {
    background: #ffc36f;
}
.niebieski {
    background: #74CCFF;
}
.bialy {
    background: #f3f3f3;
}
.rozowy {
    background: #ff6e9c;
}
.bordowy {
    background: #9c2929;
}
.szary {
    background: #9da5a8;
}
.zolty {
    background: #f9ff00;
}
.oliwkowy {
    background: #a5b838;
}
.brazowy {
    background: #751e1e;
}
.chabrowy {
    background: #59a0ff;
}
.multikolor {
    background: red;
    background: -webkit-linear-gradient(left, red, orange, yellow, green, blue, indigo, violet);
    background: -o-linear-gradient(left, red, orange, yellow, green, blue, indigo, violet);
    background: -moz-linear-gradient(left, red, orange, yellow, green, blue, indigo, violet);
    background: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet);
}
</pre></body></html>