Color names in this palette
CSS code for this palette
/* CSS */
.etruscan-red {
color: #c92c3c;
}
.fireglow {
color: #d55a3f;
}
.brass-mesh {
color: #e1a84c;
}
.mocha-dandelion {
color: #f0d670;
}
.optimistic-yellow {
color: #f4e1a4;
}
/* CSS Variables */
:root {
--etruscan-red:#c92c3c;
--fireglow:#d55a3f;
--brass-mesh:#e1a84c;
--mocha-dandelion:#f0d670;
--optimistic-yellow:#f4e1a4;
}