Color names in this palette
CSS code for this palette
/* CSS */
.persicus {
color: #ffb69e;
}
.grapefruit-pulp {
color: #ff6e61;
}
.coquelicot {
color: #ff3c00;
}
.sinopia {
color: #c73d0a;
}
.harissa-red {
color: #a62b2b;
}
/* CSS Variables */
:root {
--persicus:#ffb69e;
--grapefruit-pulp:#ff6e61;
--coquelicot:#ff3c00;
--sinopia:#c73d0a;
--harissa-red:#a62b2b;
}