Color names in this palette
CSS code for this palette
/* CSS */
.hot-embers {
color: #f2572c;
}
.clear-orange {
color: #f08800;
}
.safety-yellow {
color: #f0d400;
}
.capri-water-blue {
color: #a9e0d8;
}
.pinque {
color: #f0a3b0;
}
/* CSS Variables */
:root {
--hot-embers:#f2572c;
--clear-orange:#f08800;
--safety-yellow:#f0d400;
--capri-water-blue:#a9e0d8;
--pinque:#f0a3b0;
}