Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.exotic-flower {
color: #ffa04d;
}
.hint-of-honey {
color: #ffd56b;
}
.eerie-glow {
color: #a7d7b8;
}
.elm {
color: #2a7976;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--exotic-flower:#ffa04d;
--hint-of-honey:#ffd56b;
--eerie-glow:#a7d7b8;
--elm:#2a7976;
}