.color-blue::before {
    color: rgb(0, 0, 255);
}
.color-red::before {
    color: rgb(255, 0, 0);
}
.color-green::before {
    color: rgb(0, 128, 0);
}
.color-yellow::before {
    color: rgb(255, 255, 0);
}
.color-orange::before {
    color: rgb(255, 165, 0);
}
.color-purple::before {
    color: rgb(128, 0, 128);
}