Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.kanz-orange {
color: #ff8e3d;
}
.chunky-bee {
color: #ffc94d;
}
.magnesia-bay {
color: #60c6e2;
}
.concord-jam {
color: #6c5b80;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--kanz-orange:#ff8e3d;
--chunky-bee:#ffc94d;
--magnesia-bay:#60c6e2;
--concord-jam:#6c5b80;
}