Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orange-hibiscus {
color: #ff9a47;
}
.lemon-twist {
color: #ffd95c;
}
.eerie-glow {
color: #a9d6bb;
}
.grant-village {
color: #6a8faf;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orange-hibiscus:#ff9a47;
--lemon-twist:#ffd95c;
--eerie-glow:#a9d6bb;
--grant-village:#6a8faf;
}