Color names in this palette
CSS code for this palette
/* CSS */
.banana-br-l-e {
color: #f7e9bb;
}
.light-sky-babe {
color: #9fd2df;
}
.grapefruit-pulp {
color: #ff6e61;
}
.canton-jade {
color: #b9e4c8;
}
.calabrese {
color: #f1a8a2;
}
/* CSS Variables */
:root {
--banana-br-l-e:#f7e9bb;
--light-sky-babe:#9fd2df;
--grapefruit-pulp:#ff6e61;
--canton-jade:#b9e4c8;
--calabrese:#f1a8a2;
}