Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.fire-orange {
color: #ff8f5c;
}
.macaroni-and-cheese {
color: #ffb87a;
}
.fuzzy-navel {
color: #ffd59e;
}
.creamy-lemon {
color: #fff2b3;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--fire-orange:#ff8f5c;
--macaroni-and-cheese:#ffb87a;
--fuzzy-navel:#ffd59e;
--creamy-lemon:#fff2b3;
}