Color names in this palette
CSS code for this palette
/* CSS */
.butter-cream {
color: #f5b342;
}
.tree-poppy {
color: #e07e38;
}
.fireglow {
color: #d45d40;
}
.fruit-dove {
color: #c84c6d;
}
.prickly-purple {
color: #a962b7;
}
/* CSS Variables */
:root {
--butter-cream:#f5b342;
--tree-poppy:#e07e38;
--fireglow:#d45d40;
--fruit-dove:#c84c6d;
--prickly-purple:#a962b7;
}