Color names in this palette
CSS code for this palette
/* CSS */
.fireflies {
color: #f6d9a7;
}
.maximum-yellow-red {
color: #f1b74b;
}
.nuclear-mango {
color: #f09c2d;
}
.cherokee-dignity {
color: #d67a24;
}
.titian-red {
color: #c05b21;
}
/* CSS Variables */
:root {
--fireflies:#f6d9a7;
--maximum-yellow-red:#f1b74b;
--nuclear-mango:#f09c2d;
--cherokee-dignity:#d67a24;
--titian-red:#c05b21;
}