Color names in this palette
CSS code for this palette
/* CSS */
.holly-berry {
color: #b34d5c;
}
.fire-chalk {
color: #d5816c;
}
.florida-sunrise {
color: #f4a76c;
}
.popcorn {
color: #f8d37c;
}
.muscadine {
color: #f4e7a9;
}
/* CSS Variables */
:root {
--holly-berry:#b34d5c;
--fire-chalk:#d5816c;
--florida-sunrise:#f4a76c;
--popcorn:#f8d37c;
--muscadine:#f4e7a9;
}