Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.flash-in-the-pan {
color: #ff9a75;
}
.golden-glow {
color: #f9d57b;
}
.southern-belle {
color: #a9d6c1;
}
.concord-jam {
color: #6c5b80;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--flash-in-the-pan:#ff9a75;
--golden-glow:#f9d57b;
--southern-belle:#a9d6c1;
--concord-jam:#6c5b80;
}