Color names in this palette
CSS code for this palette
/* CSS */
.late-afternoon {
color: #f6a831;
}
.hot-orange {
color: #f58d3d;
}
.citrus-blast {
color: #e27b3c;
}
.hot-caramel {
color: #d06f3e;
}
.kir-royale-rose {
color: #b55a78;
}
/* CSS Variables */
:root {
--late-afternoon:#f6a831;
--hot-orange:#f58d3d;
--citrus-blast:#e27b3c;
--hot-caramel:#d06f3e;
--kir-royale-rose:#b55a78;
}