Color names in this palette
CSS code for this palette
/* CSS */
.caramel-mousse {
color: #e5c8a4;
}
.first-date {
color: #f1b3a2;
}
.sun-orange {
color: #f47b1f;
}
.furnace {
color: #e03c1f;
}
.raspberry-sorbet {
color: #d33c69;
}
/* CSS Variables */
:root {
--caramel-mousse:#e5c8a4;
--first-date:#f1b3a2;
--sun-orange:#f47b1f;
--furnace:#e03c1f;
--raspberry-sorbet:#d33c69;
}