Color names in this palette
CSS code for this palette
/* CSS */
.alizarin {
color: #e34435;
}
.fireglow {
color: #d55f3f;
}
.buried-treasure {
color: #d38f3c;
}
.banana-drama {
color: #f1d64b;
}
.mad-for-mango {
color: #f5a300;
}
/* CSS Variables */
:root {
--alizarin:#e34435;
--fireglow:#d55f3f;
--buried-treasure:#d38f3c;
--banana-drama:#f1d64b;
--mad-for-mango:#f5a300;
}