Color names in this palette
CSS code for this palette
/* CSS */
.carmine {
color: #d60032;
}
.grapefruit-pulp {
color: #ff6e61;
}
.salmon-orange {
color: #ff8e6b;
}
.banana-yellow {
color: #ffe033;
}
.harissa-red {
color: #a62d2b;
}
/* CSS Variables */
:root {
--carmine:#d60032;
--grapefruit-pulp:#ff6e61;
--salmon-orange:#ff8e6b;
--banana-yellow:#ffe033;
--harissa-red:#a62d2b;
}