Color names in this palette
CSS code for this palette
/* CSS */
.hot-embers {
color: #f2572c;
}
.extreme-carrot {
color: #ff6d2e;
}
.floral-leaf {
color: #ffb84d;
}
.peach-cr-me-br-l-e {
color: #ffe29e;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--hot-embers:#f2572c;
--extreme-carrot:#ff6d2e;
--floral-leaf:#ffb84d;
--peach-cr-me-br-l-e:#ffe29e;
--grapefruit-pulp:#ff6e61;
}