Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.mock-orange {
color: #ff9b61;
}
.aspen-gold {
color: #ffd761;
}
.lemon-pie {
color: #f4ff61;
}
.thallium-flame {
color: #61ff8b;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--mock-orange:#ff9b61;
--aspen-gold:#ffd761;
--lemon-pie:#f4ff61;
--thallium-flame:#61ff8b;
}