Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.nacho {
color: #ffcb5c;
}
.jovial-jade {
color: #88d8b0;
}
.blue-jeans {
color: #58b4e9;
}
.candlelight-peach {
color: #f9a29f;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--nacho:#ffcb5c;
--jovial-jade:#88d8b0;
--blue-jeans:#58b4e9;
--candlelight-peach:#f9a29f;
}