Color names in this palette
CSS code for this palette
/* CSS */
.hot-embers {
color: #f2572c;
}
.carona {
color: #f6a62c;
}
.radiant-sun {
color: #f0d04c;
}
.tropic-tide {
color: #69c3b6;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--hot-embers:#f2572c;
--carona:#f6a62c;
--radiant-sun:#f0d04c;
--tropic-tide:#69c3b6;
--grapefruit-pulp:#ff6e61;
}