Color names in this palette
CSS code for this palette
/* CSS */
.lime-lizard {
color: #a3d55d;
}
.mad-for-mango {
color: #f5a300;
}
.flirty-rose {
color: #d95e8d;
}
.blue-grotto {
color: #4c9ec8;
}
.wild-violet {
color: #681b98;
}
/* CSS Variables */
:root {
--lime-lizard:#a3d55d;
--mad-for-mango:#f5a300;
--flirty-rose:#d95e8d;
--blue-grotto:#4c9ec8;
--wild-violet:#681b98;
}