Color names in this palette
CSS code for this palette
/* CSS */
.harissa-red {
color: #a62b2b;
}
.etruscan-red {
color: #c82d3f;
}
.royal-blush {
color: #f76e50;
}
.downy-feather {
color: #fbad65;
}
.optimistic-yellow {
color: #f6e0a7;
}
/* CSS Variables */
:root {
--harissa-red:#a62b2b;
--etruscan-red:#c82d3f;
--royal-blush:#f76e50;
--downy-feather:#fbad65;
--optimistic-yellow:#f6e0a7;
}