Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.cerulean-frost {
color: #6d9dc5;
}
.smoked-ham {
color: #f0b67f;
}
.eerie-glow {
color: #a7d7b8;
}
.fireflies {
color: #f6daa7;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--cerulean-frost:#6d9dc5;
--smoked-ham:#f0b67f;
--eerie-glow:#a7d7b8;
--fireflies:#f6daa7;
}