Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.mock-orange {
color: #ff9861;
}
.forsythia-blossom {
color: #f5d870;
}
.eerie-glow {
color: #a7d7b8;
}
.snow-pea {
color: #6ccb79;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--mock-orange:#ff9861;
--forsythia-blossom:#f5d870;
--eerie-glow:#a7d7b8;
--snow-pea:#6ccb79;
}