Color names in this palette
CSS code for this palette
/* CSS */
.fireflies {
color: #f7d8a6;
}
.citrus-honey {
color: #f5b96b;
}
.hot-orange {
color: #f68a3c;
}
.tomato-bisque {
color: #d55c1a;
}
.corrosion-red {
color: #7a2a1f;
}
/* CSS Variables */
:root {
--fireflies:#f7d8a6;
--citrus-honey:#f5b96b;
--hot-orange:#f68a3c;
--tomato-bisque:#d55c1a;
--corrosion-red:#7a2a1f;
}