Color names in this palette
CSS code for this palette
/* CSS */
.bright-forest {
color: #6c8e52;
}
.lime-rickey {
color: #a9b76c;
}
.germania {
color: #d9c57d;
}
.maximum-yellow-red {
color: #f1b74b;
}
.mandarin-red {
color: #e14d3d;
}
/* CSS Variables */
:root {
--bright-forest:#6c8e52;
--lime-rickey:#a9b76c;
--germania:#d9c57d;
--maximum-yellow-red:#f1b74b;
--mandarin-red:#e14d3d;
}