Color names in this palette
CSS code for this palette
/* CSS */
.fireglow {
color: #d85f41;
}
.acorn-squash {
color: #f1a63b;
}
.marigold-dust {
color: #f4cf3e;
}
.bilious-green {
color: #a5d86e;
}
.gossamer {
color: #3c9f83;
}
/* CSS Variables */
:root {
--fireglow:#d85f41;
--acorn-squash:#f1a63b;
--marigold-dust:#f4cf3e;
--bilious-green:#a5d86e;
--gossamer:#3c9f83;
}