Color names in this palette
CSS code for this palette
/* CSS */
.lime-lizard {
color: #a3d55d;
}
.mad-for-mango {
color: #f5a300;
}
.raging-leaf {
color: #e05a00;
}
.bloody-ruby {
color: #a31f1f;
}
.mulberry-wood {
color: #5c003c;
}
/* CSS Variables */
:root {
--lime-lizard:#a3d55d;
--mad-for-mango:#f5a300;
--raging-leaf:#e05a00;
--bloody-ruby:#a31f1f;
--mulberry-wood:#5c003c;
}