Color names in this palette
CSS code for this palette
/* CSS */
.wildflower-bouquet {
color: #ffb3b3;
}
.grapefruit-pulp {
color: #ff6e61;
}
.red-orange {
color: #ff3d33;
}
.crab-curry {
color: #da4b2b;
}
.harissa-red {
color: #a62b2b;
}
/* CSS Variables */
:root {
--wildflower-bouquet:#ffb3b3;
--grapefruit-pulp:#ff6e61;
--red-orange:#ff3d33;
--crab-curry:#da4b2b;
--harissa-red:#a62b2b;
}