Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.pure-mauve {
color: #6a4c94;
}
.jovial-jade {
color: #88d8b0;
}
.middle-yellow {
color: #ffea00;
}
.coquelicot {
color: #ff3c00;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--pure-mauve:#6a4c94;
--jovial-jade:#88d8b0;
--middle-yellow:#ffea00;
--coquelicot:#ff3c00;
}