Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.nacho {
color: #ffcb5c;
}
.aqua-glass {
color: #d0e7e1;
}
.jovial-jade {
color: #88d8b0;
}
.creamy-lemon {
color: #ffedb3;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--nacho:#ffcb5c;
--aqua-glass:#d0e7e1;
--jovial-jade:#88d8b0;
--creamy-lemon:#ffedb3;
}