.green {
    color: greenyellow;
}

.red {
    color: red;
}

.orange {
    color: orange;
}

.blue {
    color: lightseagreen;
}