Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.clarified-orange {
color: #ffa057;
}
.mellow-drama {
color: #ffc65c;
}
.pale-banana {
color: #f5e28e;
}
.celery-root {
color: #d4e4b9;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--clarified-orange:#ffa057;
--mellow-drama:#ffc65c;
--pale-banana:#f5e28e;
--celery-root:#d4e4b9;
}