Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.cerulean-frost {
color: #6d9dc5;
}
.first-date {
color: #f7b1a1;
}
.heirloom-lace {
color: #f6e6d5;
}
.peanut-butter-chicken {
color: #ffb861;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--cerulean-frost:#6d9dc5;
--first-date:#f7b1a1;
--heirloom-lace:#f6e6d5;
--peanut-butter-chicken:#ffb861;
}