Color names in this palette
CSS code for this palette
/* CSS */
.chai-latte {
color: #f8c8a0;
}
.monarch-orange {
color: #efa36c;
}
.fireglow {
color: #d95e3f;
}
.rooibos-tea {
color: #ae3a29;
}
.seattle-red {
color: #801e25;
}
/* CSS Variables */
:root {
--chai-latte:#f8c8a0;
--monarch-orange:#efa36c;
--fireglow:#d95e3f;
--rooibos-tea:#ae3a29;
--seattle-red:#801e25;
}