Color names in this palette
CSS code for this palette
/* CSS */
.maximum-red {
color: #d61f1f;
}
.mad-for-mango {
color: #faa200;
}
.chartreuse-shot {
color: #d3d600;
}
.snot-green {
color: #a1c200;
}
.temperamental-green {
color: #2c8929;
}
/* CSS Variables */
:root {
--maximum-red:#d61f1f;
--mad-for-mango:#faa200;
--chartreuse-shot:#d3d600;
--snot-green:#a1c200;
--temperamental-green:#2c8929;
}