Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.palmetto {
color: #6d9c9c;
}
.eerie-glow {
color: #a7d7b8;
}
.wake-me-up {
color: #f6d55a;
}
.emberglow {
color: #ed6b5a;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--palmetto:#6d9c9c;
--eerie-glow:#a7d7b8;
--wake-me-up:#f6d55a;
--emberglow:#ed6b5a;
}